/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #top-bar .close-menu { margin-left: 19.75em; opacity: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } } @supports selector(:focus-within) { @media (min-width: 768px) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; z-index: -1; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { white-space: nowrap; animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media screen and (prefers-reduced-motion: reduce) { div.anom-bar-container { --timeScale: 0!important; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); } to { opacity: 1; clip-path: inset(0); } } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem); } to { opacity: 1; transform: translateX(0); } } @keyframes expand2 { from { opacity: 0; width: 1%; } to { opacity: 1; width: calc(100% - 0.25rem); } } @keyframes fade { from { opacity: 0; } to { opacity: 1; } } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #top-bar .close-menu { margin-left: 19.75em; opacity: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } } @supports selector(:focus-within) { @media (min-width: 768px) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; z-index: -1; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { white-space: nowrap; animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media screen and (prefers-reduced-motion: reduce) { div.anom-bar-container { --timeScale: 0!important; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); } to { opacity: 1; clip-path: inset(0); } } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem); } to { opacity: 1; transform: translateX(0); } } @keyframes expand2 { from { opacity: 0; width: 1%; } to { opacity: 1; width: calc(100% - 0.25rem); } } @keyframes fade { from { opacity: 0; } to { opacity: 1; } } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
/* BLANKSTYLE CSS [2021 Wikidot Theme] By Placeholder McD and HarryBlank Based on: Paperstack Theme by EstrellaYoshte Penumbra Theme by EstrellaYoshte */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); #page-content { font-size: 0.8rem; } #main-content { top: -1.6rem; padding: 0.2em; } div#container-wrap { background-image: none; } div#header { background-image: none; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } #header h2 { margin-top: 0.5rem; } #header h1 span, #header h2 span { font-size: 0; display: none;} #header h1 a::before, #header h2::before { color: #000; letter-spacing: 1px; font-family: 'Montserrat', sans-serif !important; text-shadow: none; } #header h1 a::before { content: var(--header-title, "R\0026 C SITE-43"); font-weight: 400; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE"); font-weight: 700; font-size: 1.3em; } @media (max-width: 707px) { #header h1 a::before { font-size: 1.6em; } } #login-status, #login-status a { color: #333333; } #page-title { display: none; } #footer, #footer a { background: transparent; color: #333333; } #search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: none; background: #333333; box-shadow: none; border-radius: 0px; color: #efefef; } #search-top-box input.empty { color: #999999; } #search-top-box { top: 2.3rem!important; right: 8px; } #top-bar { display: flex; justify-content: center; right: 0; top: 7.9rem; } #top-bar, #top-bar a { color: #333333; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; color: #000; letter-spacing: 1px; } h1 { font-size: 2em; } h2 { font-size: 1.45em; } div#extra-div-1 { height: 160px; width: 100%; top: 0; position: absolute; background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png'); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } @media (max-width: 707px) { div#extra-div-1 { top: 15px; } } body { background-image: linear-gradient( to bottom, #e0e0e0, #e0e0e0 90px, #e0e0e0 90px, #ffffff 200px, #ffffff 200px, #ffffff 100%); background-repeat: no-repeat; } :root { --timeScale: 1.5; --timeDelay: 1.5s; --posX: calc(50% - 358px - 13rem); } #page-content hr { background-color: #000; } #page-content tr th { padding: 6px; border: #000 1px solid; } #page-content tr td { padding: 12px; border: #000 1px solid; line-height: 1.4; } #page-content .sidebox tr td, #page-content .sidebox tr th { padding: 0.35em; } #side-bar { border-right: 1px solid #333; background: #DDD; } #side-bar .side-block { border: 1px solid #333; border-radius: 0; box-shadow: none; } #top-bar div.open-menu a { border: 1px solid #333; border-radius: 0; box-shadow: none; } @media (max-width: 767px) { #side-bar:target { border: 1px black; box-shadow: none; } } #side-bar .side-block { border: 1px solid #333; border-radius: 0; box-shadow: none; background-color: #FDF6D7; } #side-bar .side-block.media { background-color:#D7EFE7; } #side-bar .side-block.resources { background-color:#F5D8E0; } #page-content .creditRate{ margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { background-color: #ffffff; border: solid 1px #000; box-shadow: none; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333333; color: #ffffff; } .rate-box-with-credit-button .cancel { border: solid 1px #ffffff; } /* ---- PAGE RATING ---- */ .page-rate-widget-box { box-shadow: none; border: solid 1px #000; margin: unset; margin-bottom: 4px; border-radius: 0; } .page-rate-widget-box .rate-points { background-color: #ffffff !important; color: #333333 !important; border: none; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #ffffff; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333333; color: #ffffff; } .page-rate-widget-box .cancel { background: transparent; background-color: #ffffff; border: none; border-radius: 0; } .page-rate-widget-box .cancel a { color: #333333; } .page-rate-widget-box .cancel a:hover { background: #333333; color: #ffffff; border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; } .anchor { position: sticky; height:0; top: 0; } .sidebox { padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: 103.5%; z-index: 5; overflow: auto; box-sizing: border-box; } @media (max-width: 1290px) { .sidebox { display: none; visibility:hidden; } } .scp-image-block { box-shadow: none; } /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: 1px solid #333; box-sizing: border-box; } /*---- SCROLLBAR ----*/ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #FFF; border-left: 1px solid #333; } ::-webkit-scrollbar-thumb { background: #CCC; border: #333 1px solid; } ::-webkit-scrollbar-thumb:hover { background: #EEE; } /*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/ .imagediv { float: right; margin: 15px } @media (max-width: 540px) { .imagediv { float: none; text-align:center; margin: auto; } } @media only screen and (max-width: 600px) { .scp-image-block.block-right{ float: none; margin: 10px auto; } } /*---- ACS-COLORED TABLE DIVS ----*/ #page-content .table1 tr th, #page-content .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; } #page-content .table2 tr th, #page-content .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; } #page-content .table3 tr th, #page-content .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; } #page-content .table4 tr th, #page-content .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; } #page-content .table5 tr th, #page-content .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; } #page-content .table6 tr th, #page-content .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 2px; } .tableb .scp-image-block { border: none; } .tableb .scp-image-block img { border: #000 1px solid; box-sizing: border-box; } .tableb .scp-image-block .scp-image-caption { margin-top: 2px; border: #000 1px solid; box-sizing: border-box; } .top-left-box > .item { display: none; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ span, a { word-break: normal !important } .avatar-hover { display: none !important; } #breadcrumbs, .pseudocrumbs { text-align: center; padding-top: 10px; } #main-content .page-tags span { max-width: 100%; } /* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */ .fancyhr hr { border-top: 2vw solid transparent; background-color: rgba(var(--bright-accent), 0); height: 0; box-sizing: border-box; border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png'); border-image-repeat: round round; background: none; border-image-slice: 80 500 80 500 fill; border-image-width: 10em 80em 10em 80em; } .fancyborder { box-sizing: border-box; border: 2vw solid rgba(0,0,0,0.5); border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round; border-image-width: 6; padding: 2vw; }
/* BLANKSTYLE CSS [2021 Wikidot Theme] By Placeholder McD and HarryBlank Based on: Paperstack Theme by EstrellaYoshte Penumbra Theme by EstrellaYoshte */ @import url('https://fonts.googleapis.com/css?family=Do+Hyeon'); #header h1 a::before, #header h2::before { font-family: 'Do Hyeon', 'Montserrat', sans-serif !important; } #header h1 a::before { content: var(--header-title, "제43연구격리기지"); } #header h2::before { content: var(--header-subtitle, "흔한 관행을 부수다"); } h1, h2, h3, h4, h5, h6 { font-family: 'Do Hyeon', 'Montserrat', sans-serif !important; }
| 일련번호: SCP-2217 등급: 타우미엘(Thaumiel) |
보안인가 2/2217 등급 기밀 |
SCP-2217. 배경에 ██████섬이 보인다.
등급: 유클리드(Euclid)
특수 격리 절차: SCP-2217은 대중에 노출되어서는 안 되며, 표준형 역정보 419번(사유지)을 이용해 무단침입을 차단한다. 구역 내에 발생하는 벼락들과, 그 외 SCP-2217의 변칙성을 형성하는 데 기여하는 다른 현상들을 보다 효과적으로 예측하기 위해 SCP-2217 주위에 기상 센터가 설치되었다.
SCP-2217 주위를 침범하려고 하는 사람은 구금 및 심문한다. GOI-004A ("부서진 신의 교단")과 관련이 있는 것으로 밝혀진 사람은 영구히 구금하거나, GOI-004와 관련된 전염성 SCP에 감염되었을 경우 제거한다.
등급: 유클리드(Euclid)
특수 격리 절차: SCP-2217은 대중에 노출되어서는 안 되며, 표준형 역정보 419번(사유지)을 이용해 무단침입을 차단한다. 구역 내에 발생하는 벼락들과, 그 외 SCP-2217의 변칙성을 형성하는 데 기여하는 다른 현상들을 보다 효과적으로 예측하기 위해 SCP-2217 주위에 기상 센터가 설치되었다.
SCP-2217은 현재 부서진 신의 교단의 무장병력에 의해 공격을 받고 있으며, SCP-2217의 변칙적 활동이 기하급수적으로 증가하고 있다. 만약 재단 인원 중 누군가가 SCP-2217의 벼락에 맞고 생존했다면, 즉시 구금하여 시칠리아에 있는 제2217-알파기지로 이송, 영구히 격리한다.
등급: 비격리(Uncontained)
특수 격리 절차: SCP-2217을 되찾고 그것의 잠재적 용도를 연구하는 것은 현재 재단의 알파급 최우선 사항이다. 재단에 구류중인 모든 GOI-004 ("부서진 신의 교단") 구성원들을 실험단계의 앰네스티-C-A(A등급 기억 소거제에서 유도된)를 이용해 심문하라. 지평선 구상과의 공조를 통해 부서진 신의 교단과 관련된 경전들에 대한 무제한적 접근이 가능해졌고, 현재 이 문헌들에 대한 검토가 이루어지고 있다.
그 중 『분해의 서』 제20-27장과 일치하는 사건이 일어난다면, 즉각적인 행동이 이루어지고 바이칼 호 영역에 즉시 펜잔스 처치가 이루어진다.
등급: 타우미엘(Thaumiel)
특수 격리 절차: 현재 XK-610-오메가 세계멸망 시나리오의 발생을 막기 위해 SCP-2217의 무기화가 진행중이다. 재단, 지평선 구상, 그리고 세계 오컬트 연합(암호명 "삼두회Triumvirate")은 상술한 XK 시나리오를 막기 위해 UAE-알레프-15의 소환을 시도하는 부서진 신 신도들과 협력해 대책을 세우기 위해 노력하고 있다.
XK-610-오메가 시나리오는 2019년 12월 31일 시작될 것이다. 현재로서 XK-610-오메가를 막기 위해서라면 모든 비밀 엄수 명령은 무시될 수 있다.
설명: SCP-2217는 그리스 [편집됨] 섬의 해변 전체이다. SCP-2217의 모래는 특별할 것 없는 규소와 칼슘 화합물과, 몇 가지 금속 양이온 입자로 이루어져 있는데, 이 양이온 입자는 바닥상태에서도 전하를 갖고 있다. 이 입자들은 SCP-2217과 관련된 변칙성의 촉매로서 작용한다. 또한 SCP-2217의 북쪽 끝에는 작은 규산염 절벽이 있는데, 이 절벽의 내부는 변칙성의 영향을 받고 있다.
SCP-2217에서 일어나는 자연 현상, 예컨대 해양생물의 시체가 밀려 온다던가, 해안선이 침식된다던가, 벼락이 떨어진다던가(전술한 양이온 때문에 벼락이 보통 이상으로 자주 친다), 다른 기상조건 등등이 작용한 결과 마치 인공적인 것 같은 구조와 장치들을 만들어낸다. 이 구조와 장치들을 집합적으로 SCP-2217-A라 한다.
주목할 만한 SCP-2217-A로는 다음과 같은 것들이 있다.
- 여러 가지 기계뭉치들. 단순한 시계에서부터 복잡한 오토마톤까지 다양하다. 섬전암(閃電岩)으로 만들어졌으며, SCP-2217에 벼락이 떨어진 뒤 모래 밑을 파 보면 자주 발견된다. 이 물체들은 생성되는 원리만 제외하면 변칙적 성질이 없다. 그리고 멀쩡하게 작동한다.
- 바다유리와 전구, 선체, 동물의 뼈 같은 해양 폐기물들로 만든 것이 명백한 보석 장신구. 부서진 교단에서 사용되는 종교적 상징과 닮았거나 그런 상징이 새겨져 있다.
- 커다란 도시 모형. SCP-2217-A1으로 지정되었다. SCP-2217-A1은 SCP-2217의 한 절벽 속에 있는 동굴 안에 위치해 있다. 이 동굴은 수중 통로를 통해서만 접근 가능하다. SCP-2217-A1의 구조적 요소는 고대 그리스의 이름모를 도시와 일치하며, 신전 건물에는 "Κύθηρα"1 라는 단어가 새겨져 있다. SCP-2217-A1은 부서진 신의 교단의 3개 종파와 관련된 모든 종교적 상징을 가지고 있다. 그런데 도시의 모양은 그리스식 건축이지만, 지리적 특징은 러시아 남시베리아의 바이칼 호 근교와 훨씬 닮았다. SCP-2217-A를 분석한 결과 이 모형은 밀물과 썰물로 인한 침식 같은 자연적인 힘으로만 만들어진 것으로 밝혀졌다.
SCP-2217은 부서진 신의 교단의 한 종파인 부서진 교단의 성소로 생각된다. 이 종교에서 사용한 경전 중 하나인 『의례의 서』의 일부에서 SCP-2217을 묘사하고 있다.
부록: 『의례의 서』에서 발췌
- 소년이 가족과 함께 큰바다를 내다보매, 신께서 내려보내는 불의 비가 보이더라.
- 신께서 소년에게 말씀하시되 “여기가 나의 작업장이니, 내가 수많은 경이를 만들어내는 곳이다.”
- “번개는 나의 망치이고, 땅이 나의 모루이며, 모래가 나의 주괴이니.”
- “오거라, 소년이여. 나의 작업장으로 오거라.” 그리고 소년은 가족을 버리고 떠났더라.
- 소년의 가족들은 그가 죽으러 가는 줄 알고 흐느끼더라. 그들은 소년이 그랬던 것처럼 신의 음성을 듣지 못하였다.
- 신의 모루 위에 선 소년은 두 팔을 펼치고 하늘을 우러러 부르짖으니, “신이시여! 제가 여기 있사오니 당신의 경이를 보여주소서!”
- 그러자 신께서 그리 하시었다. 신께서 소년에게 망치를 내리치니, 소년은 산산이 뿔뿔이 흩어졌다. 이제 소년 역시 신과 마찬가지로 부서진 것이다.
- 그러나 소년은 죽은 것이 아니다. 그는 죽지 않고 영원히 표시된 신의 첫 번째 아이들 중 하나가 되었다.
- 이 표시는 눈에 보이는 것이 아니라 마음에 새겨진 것이니. 이 표시는 신의 청사진 그 자체이니.
- 허나 이는 참된 청사진의 파편의 파편에 불과한 것. 그러나 그는 언젠가 그것이 살덩어리들을 벌할 것임을 알았다.
- 소년은 가족들을 불렀다. “와서 신의 경이를 보시오! 신께서 그대들을 모루 위에 놓고 내려치게 하시오, 그러면 그대들은 새로운 형태로 박아넣어질 것이오.”
- 그리고 그의 가족들은 신의 권능을 보았더라.
사건 2217-14: 2014년 1월 1일, SCP-2217에서 진도 4.1의 지진이 발생했다. 진원지는 SCP-2217-A1이 위치한 해안동굴 주변이었다. 로봇 탐사기를 SCP-2217-A1의 동굴로 들여보내 확인한 결과, 커다란 구조적 변화가 있었음을 알게 되었다.
건물들 중 다수가 파호이호이 용암과 유사한 물질에 집어삼켜지고 있었다. 이 물질 속에서 SCP-610에 감염된 사람과 유사한 존재들이 튀어나와 도시를 휩쓸고 건물을 파괴하며 인간형 존재들을 잡아먹었다. 이 사건 이전에 SCP-2217-A1에서 사람 모양의 존재가 관찰된 바는 없다.
사건 2217-35: 2017년 12월 12일부터 부서진 신의 교단 구성원 다수가 SCP-2217이 위치한 섬을 공격하려고 시도했다. 이 공격을 격퇴하기 위해 비밀특수전부대를 위해 개발된 실험 단계의 자기장 무기류들이 현재 사용되고 있다.
그런데 SCP-2217의 벼락을 맞은 재단 인원들이 "신은 재조립되어야 한다"는 말을 중얼거리면서 기지를 이탈하는 것이 보고되었다. 이 인원들은 보이는대로 즉시 구금해야 한다.
사건 2217-42: 2018년 7월 28일, 대규모의 부서진 교단 신도들이 SCP-2217과 거기 위치한 재단 전초기지를 급습했다. 신도들 중 다수가 변칙적 신체개조를 받은 상태였다. 전하는 바에 따르면 부서진 교단 신도들은 GOI-004B (톱니장치 정교회) 및 GOI-004C (맥스웰파 교단)의 신도들과 함께 있었다고 한다. 다만 각 집단 사이에는 강한 적대감이 나타났다.
SCP-2217은 적의 손아귀에 떨어졌으며, 재단 인원들은 모두 살해되거나 GOI-004의 포로가 되었다. 맥스웰파의 소위 "성 게이츠"(Saint Gates)라는 자가 보낸 동영상에는 다음과 같은 메세지가 담겨 있었다.
오 자칭 재단이라고 하는 분해자들은 들으라. 그대들 재단은 무엇을 위해 존재하는가? 그대들이 생명을 위한 재단이라면 그대들은 우리가 이 땅을 점유하도록 내버려 두어야 한다. 우리만이 그것을 멈출 수 있다. 우리는 우리의 신을 즉시 불러내야 하며, 그렇지 않을 경우 그대들은 모두 소멸할 것이다.
WAN께서 살덩어리들의 왕림을 말씀하셨다. 공포서 25장 7에서 12절.2 그리고 이제 때가 되었다. 그대들이 생명을 위한 재단이라면, 그대들은 그 일이 벌어지게 해서는 안된다. 그대들은 우리가 살덩어리를 무찌르도록 내버려 두어야 한다.
그 뒤로도 다른 메세지들이 이어졌는데, 부서진 신의 교단과 관련된 SCP들을 내놓으라는 생떼였다.
2018년 8월 1일 현재, SCP-2217에 주둔하고 있던 모든 재단 인원들은 포기한다. 2018년 8월 5일 현재 SCP-2217은 비격리 상태이다.
관찰 보고 2217-04: SCP-2217의 격리가 실패한 이후, 재단 소유의 인공위성들이 SCP-2217을 감시하고 있다. 촬영된 사진을 보면 부서진 신의 교단 신도들이 모래 위에 상징을 그리고 있는 것이 보인다. 재단과 지평선 구상과 세계 오컬트 연합의 공동 태스크포스인 삼두회Triumvirate는 이 상징들이 UAE-알레프-015 또는 "부서진 신/메카네/WAN"이라고 불리는 존재를 부활시키기 위한 대규모 소환 의식에 사용되는 상징들과 일치함을 알아냈다.
SCP-2217에 대한 대규모 공격 계획이 현재 세워지고 있는 중이다.
사건 610-2217: 현지시각으로 2019년 1월 1일 00시 00분, 바이칼 호 지역에서 커다란 지진이 발생했다. 지진과 함께 SCP-610 개체들이 대량으로 밀어닥쳐 격리 구역 주위를 공격하기 시작했다. 재단의 병력은 큰 피해를 입었으며, SCP-610의 격리 실패가 임박했었다.
그런데 신체개조를 받은 부서진 신의 교단 신도들 수 명이 나타나 재단 병력을 도움으로써 격리 실패 사태는 방지되었다. 신도들은 이 사태가 벌어지기 적어도 15일 전부터 바이칼 호 주변에서 기다리고 있었음이 명백해 보이며, 이후 “신께서 [재단을] 도우러 가라고 하셨다”고 주장했다.
2019년 1월 4일 거대한 전기방전이 발생해 반경 5 킬로미터 안의 모든 SCP-610 개체들이 파괴됨으로써 격리 파기 사태는 완전히 끝났다. 재단 인원들을 비롯해 SCP-610이 아닌 생명체들은 그 영향을 받지 않았으며, SCP-610에 감염되었던 이들은 그 감염인자가 모두 파괴되었다. 위성사진을 살펴보면 이 방전이 약 20분 전 SCP-2217이 소재한 섬에서 시작되었다는 것을 알 수 있다.
이후 부서진 교단의 교주인 로버트 부마로가 삼두회의 세 단체의 수장들(O5 평의회, 세계 오컬트 연합 사무차장, 지평선 구상의 심판소)에게 동영상 메세지를 발송했다.
너무 늦었소. 여기는 우리도 사는 세계요. 우리 역시 그대들만큼 살덩어리들을 죽이고 싶다오. 그리고 우리가 그대들을 도울 수 있소. 우리는 서로를 도울 수 있소. 모루 위로 오시오. 이야기를 나누고, 이 세계를 구합시다.
부록: 2217-타우미엘: 2019년 5월 14일, O5 사령부는 XK 시나리오를 막기 위해 GOI-004와 시한부 협력할 것인지에 대한 안건을 만장일치로 통과시켰다. SCP-2217은 타우미엘 등급으로 재지정되었으며, XK-610-오메가 시나리오를 막기 위해 사용될 것이다. 이 세계멸망 시나리오를 막기 위해, 모든 비밀 엄수 규약은 무시된다. 그 결과 LV-0 "베일이 벗겨지다" 시나리오가 발생할 가능성이 높지만, 이는 어쩔 수 없는 위험부담으로 간주된다.
LV-0 시나리오가 발생했을 경우 대중의 적응을 돕기 위해, 삼두회는 프로젝트 ENNUI를 시작했다. 프로젝트 ENNUI는 ENNUI-5 기억소거제를 준비하고, 해롭지 않은 E등급 변칙 존재들과 -EX로 지정되었으나 아직 대중에 풀리지 않은 것들을 점진적으로 민간에 노출시키는 것을 골자로 한다.
2019년 8월 25일 현재, SCP-2217은 삼두회의 통제하에 들어갔으며, 프로젝트 ENNUI는 45%의 효율을 보이고 있다.
-
- 7. 그리고 추운 땅에서 살덩어리가 키티라 도처에 공포를 퍼뜨리리라.
-
- 8. 그리고 WAN께서 그것들을 그의 망치로 제거하셨으나, 이미 너무 늦었다. 키티라는 몰락하였다.
-
- 9. WAN께서 슬픔에 잠겨 말씀하시니, 그분의 신호가 모든 땅에서 들렸다.
-
- 10. “살덩어리는 완전히 죽을 수 없다. 그것들이 다시 오거든, 키티라는 또다시 몰락할 것이다.
-
- 11. 키티라가 몰락하고 5년이 흐르면, 살덩어리는 다시 올 것이다.
-
- 12. 그리고 그 뒤 1년이 더 지나면 대전쟁이 시작되리라.”






