:root { --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15)); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: flex; position: initial; flex-direction: row; flex-grow: 2; width: calc(100vw - (100vw - 100%)); max-width: inherit; height: auto; min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem)); margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2); } #main-content { position: initial; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); max-height: 100%; margin: 0 auto; padding: 2rem 1rem; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { position: -webkit-sticky; position: sticky; top: 0; left: 0; grid-area: side-bar; width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; max-height: 100vh; padding-right: 2.5rem; padding-left: 0.5rem; overflow-y: scroll; transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem); direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:is(:hover, :active, :focus-within) { margin-right: 2.25rem; padding-right: 0.25rem; overflow-x: hidden; overflow-y: auto; border-color: rgba(var(--swatch-primary-darker), 1); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)); scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ } #main-content::after { content: " "; display: flex; position: fixed; top: 0; left: 1rem; align-items: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center left 1rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:is(:hover, :active, :focus-within) + #main-content::after { left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); width: 0rem; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); font-size: 0em; } #main-content::before { content: " "; position: absolute; z-index: 9; top: var(--final-header-height-on-desktop, 0); left: 0; width: var(--sidebar-width-on-desktop, 14.5rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); pointer-events: none; translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem); } #side-bar:is(:hover, :active, :focus-within) + #main-content::before { translate: 0; opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; border-right-width: 0rem; border-left-width: 0rem; border-radius: 0; background-color: rgb(0, 0, 0, 0); direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }
아카이브 관리위원회 공고
이하 파일은 추적 중인 고중요 공간에 대해 서술하며, 다수의 불확실한 정보를 포함한다. 이는 진전에 따라 수정될 수 있다.
:root { --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15)); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: flex; position: initial; flex-direction: row; flex-grow: 2; width: calc(100vw - (100vw - 100%)); max-width: inherit; height: auto; min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem)); margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2); } #main-content { position: initial; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); max-height: 100%; margin: 0 auto; padding: 2rem 1rem; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { position: -webkit-sticky; position: sticky; top: 0; left: 0; grid-area: side-bar; width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; max-height: 100vh; padding-right: 2.5rem; padding-left: 0.5rem; overflow-y: scroll; transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem); direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:is(:hover, :active, :focus-within) { margin-right: 2.25rem; padding-right: 0.25rem; overflow-x: hidden; overflow-y: auto; border-color: rgba(var(--swatch-primary-darker), 1); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)); scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ } #main-content::after { content: " "; display: flex; position: fixed; top: 0; left: 1rem; align-items: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center left 1rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:is(:hover, :active, :focus-within) + #main-content::after { left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); width: 0rem; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); font-size: 0em; } #main-content::before { content: " "; position: absolute; z-index: 9; top: var(--final-header-height-on-desktop, 0); left: 0; width: var(--sidebar-width-on-desktop, 14.5rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); pointer-events: none; translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem); } #side-bar:is(:hover, :active, :focus-within) + #main-content::before { translate: 0; opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; border-right-width: 0rem; border-left-width: 0rem; border-radius: 0; background-color: rgb(0, 0, 0, 0); direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }

세계 오컬트 연합
극동지부 한국지소 파일
Mundus, Normalis
인가 없는 접근은 국제연합 세계 오컬트 연합 보안규약에 의거하여 징계 대상이 됨
| 인식재해 검열필 |
|---|
개요
무진시.
제21-64K기지는 대한민국 내에 유일하다고 여겨지는, 확보 및 격리 보호연맹의 본부 겸 주둔지이다. 다수의 첩보가 해당 공간이 대한민국 영토 내 현재 유일한 넥서스인 무진시에 존재함을 시사한다. 무진시는 그 크기와 대중 인지도로 인하여, 연합에 의한 표준적 파괴 및 말소를 거칠 수 없었기에 합당한 추측이다.
그러나 또 다른 첩보에 따르면, 사실 제21-64K기지는 복수의 길Way로 인해 서울특별시를 비롯한 여러 대도시로도 연결되어 있다고 한다. 이는 이제껏 예상했던 바와 달리 대한민국 내에 숙청 및 말소를 회피한 다수의 초상위협 불순분자들이 존재하고 있음을 의미한다. 또한 이들 다수가 이미 확보 및 격리 보호연맹의 불온한 사상에 동조하는 듯싶다.
무진시는 그 특성상 심각하도록 낮은 현실성과 다발적인 안개로 인해 특정 초상위협을 포착 및 추적하기는 최악의 환경이다. 즉 제21-64K기지 및 그곳에 거점을 둔 다수의 불순분자들을 확보 및 제거하기에도 상당한 어려움을 겪고 있다. 연합은 무진시 자체, 무진시의 초상위협, 확보 및 격리 보호연맹을 일거에 척결하기 위한 작전을 개시하고 있다.
주요 구성원
강철문
성별: 남성
초상능력: 불명
설명: 강철문은 이전의 소속이 불분명한 초상과학자로, 존재학이라 불리우는 사이비 이론의 전문가이다. 존재학은 연합이 허가한 유일무이하고도 순수한 학문인 '통일기적학'에 어긋나는 미신적이고 불온한 학문임에도 불구하고, 강철문은 이 이론을 기반한 기술으로 다수의 연합 구성원들의 인지능력을 회피할 수 있었다. 이 이론의 진위는 불분명하다.
이나연
성별: 여성
초상능력: 다중인격 - 초상성 유무 불명
설명: 이나연은 연합 및 그 추종 정치·과학 세력에게서 비합리적이라 비판받은 학문인 분석심리학 연구자이다. 이전, 대한민국 내에는 초상성 및 확보 및 격리 보호연맹과 무관한 분석심리학 연구 기관인 '분석심리학부'가 존재하였으나, 현재에는 해산된 것으로 알려졌다. 그러나 이나연을 비롯한 일부 연구자들이 확보 및 격리 보호연맹에 합류했음이 다시 확인되었다.
과거 확보 및 격리 보호연맹의 분석심리학부는 어디까지나 초상성 인물 및 단체에 대한 '심리적 지원'만을 내세웠다. 그러나 2021년 천세윤 분석심리학부 대표 암살 실패 이후 이들은 더욱 과격하게 보호연맹 활동에 힘쓰고 있다.
이미령
성별: 남성
초상능력: 없음
설명: 이미령은 과거 민간 연구단체 겸 반신론적 집단인 초월적 고대 독립체 연구회의 일원이었다. 연구회는 국제적으로 이전 쇠퇴하기 시작한 종교이념 청산을 바라는 무신론자협회의 역할을 완전히 대체해 왔고, 신적존재 및 기독교 철학에 반하는 사악한 원시 신앙 청산이라는 점에서 연합과 뜻을 같이해 왔다. 이들이 왜 지금에선 확보 및 격리 보호연맹에 소속되었는지는 알 수 없고, 현재 연합의 모든 메세지를 무시하고 있다.
최산해
성별: 남성
초상능력: 금속 기반 영능력
설명: 최산해는 전 변칙예술가이다. 기록된 바 최산해의 명확한 출신성분은 알려진 바 전무하나, 연합의 한반도 내 가장 성공적인 작전인 명천구 대숙청 당시 명천구를 탈주한 소수의 불온분자 중 하나다. 최산해는 이후 연합에 대한 당황스러울 정도의 적대성을 보이고 있는데, 대숙청 당시 사상범으로서 제거당한 지인 때문일 가능성이 있다.
최산해는 다수의 탈주한 변칙예술가들을 이끌고 있거나, 최소한 대표자로서 존재한다. 이들 대다수가 소위 '안티파쇼'를 주장하는 지극히 불온한 집단인 한낮의 떡갈나무 유랑극단이다. 해당 극단은 2011년 극단 주 거점인 해원읍 재개발 후에도 여전히 위해가 되는 활동을 멈추지 않고 있다.
한편 최산해가 제21-64K기지의 존재학 및 신학 집단과 합류한 이유가, 이와는 별개일 가능성이 제기된다.
현재 이외에도 복수의 불순분자들이 소속되어 있으리라 추정한다.
관련 초상위협
비통일적 기적술
통일기적학이라는 초상성의 기틀을 완전히 무시하는 다수의 주술적 체계로, 확보 및 격리 보호연맹에 동참하고 있는 복수의 불순분자들이 사용하고 있다. 이는 주로 연합 활동을 교란시키고 방해할 목적으로 이용된다. 이들 비통일적 기적술의 근간은 알 수 없으나, 다음과 같은 것으로 구성되어 있다.
- 이미령 및 해외 연구회의 회장인 리처드 닉스 등을 비롯한 인력들이 개발한 신적 근원의 권능.
- '두술'이라 자칭하는, 술자 및 표적에게 다양한 질병을 가하는 출처불명 기술. 이 기술에 대한 가장 유력한 추정은 대일본제국 이상사례조사국의 과거 자료를 보호연맹 측이 재건했다는 것이다. 근거 없는 소문에 따르자면 이 술식은 고대의 특정 동아시아 내 집단에 의해 보존된 것이라 알려져 있다.
- 다수의 식물술. 그 근원은 불분명하다.
골목길
"골목길"은 확보 및 격리 보호연맹 측이 은밀히 사용하는 메시지 시스템으로, 이는 평범한 통신 기능이 아닌 분석심리학부 지원을 받은 정신권 내 텔레파시성 커뮤니티로 구성되었다. 이로 인해 역추적은 극히 어려우며 현재까지 그 단서라도 발견된 바가 없다. 그럼에도 현재 이 커뮤니티의 관리자는 자명한데, '깡패일지도'라는 가명을 사용하는 그레이스 최, 즉 확보 및 격리 보호연맹의 한반도 내 책임자이다.
이에 대한 추적을 위해 제9653접근조 "낙원구 행복동"이 활동 중이다. 당 접근조의 목적은 해당 시스템에 정신적으로 접근, 모든 내부 이용자의 정보를 탈취하는 것이다.
서 신
확보 및 격리 보호연맹은, 지금까지 여전히 정상적 세상Mundus, Normalis을 위협하는 사악하고 흉한 손가락이었습니다. 게다가 이들이 세계 곳곳에 영향력을 두고 있다는 것은 안보 차원에서 대단히 위험하다고 할 수 있습니다. 세계의 안녕을 위해 헌신하는 군인의 본분으로서 이를 묵과할 수 없습니다.
저희는 한반도 내의 표적들을 일거에 척결하기 위하여 다음과 같이 계획하고 있습니다. 지원 및 허가만 주신다면 즉시 대한민국 내 모든 불온분자들을 사냥하겠습니다.
"맹호요참 계획" 참여 피직스 인력
- 제L92타격조 "아이리스 아웃" - 조장 / 쿠르트 모리츠 "슈판다우" 소장
- 제乙2평가조 "기록의 의무" - 조장 / 이세율 중위
- 제I98타격조 "파스퇴르의 할버드" - 조장 / 박금순 중령
- 제L7이탈조 "인간청소부" - 조장 / 최진아 소위
정상적인 세상을 위해.
— "슈판다우" 소장


