한국지역사령부 관할권 상황도
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap); /* Centered Header Sigma * [2021 Wikidot Component] * By Lt Flops (CC BY-SA 3.0) * Forked from: * Penumbra Theme by EstrellaYoshte * Also based on: * Centered Header BHL by Woedenaz **/ /* ---- VARS ---- */ :root{ --titleColor: hsl(0, 0%, 95%); --subtitleColor: hsl(60, 62%, 85%); --lgurl: url(https://scp-wiki.wdfiles.com/local--files/component:pride-highlighter/lgbtqp_logo.svg); } /* ---- SITE BANNER ---- */ #header, div#header{ background-image: none; } #header::before{ position: absolute; width: 100%; height: 100%; content: ""; background-image: var(--lgurl); background-position: center top; background-repeat: no-repeat; background-size: auto 9em; opacity: .33; } #header h1, #header h2{ float: none; margin-left: 0; text-align: center; } #header h1 span, #header h2 span{ /* Hide the Existing Text */ display: none; } #header h1 a::before, #header h2::before{ /* Style the New Text */ font-family: "Montserrat", "Arial", sans-serif; text-shadow: none; } #header h1 a::before{ position: relative; bottom: .15em; color: var(--titleColor); font-size: 115%; font-weight: 700; } #header h2::before{ position: relative; top: .1em; color: var(--subtitleColor); font-size: 130%; font-weight: 600; } #header h1 a::before{ /* Set the New Text's Content From Variable */ content: var(--header-title, "SCP FOUNDATION"); } #header h2::before{ content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); } /* ---- SEARCH ---- */ #search-top-box{ top: 1em; right: 0; } #search-top-box-form input.button{ margin-right: 0; } #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-radius: 0; box-shadow: none; font-size: 100%; } /* ---- TOP BAR ---- */ #top-bar{ right: 0; display: flex; justify-content: center; } #top-bar ul li ul{ border-bottom: 1px solid hsl(0, 0%, 40%); box-shadow: none; } /* ---- LOGIN ---- */ #login-status{ top: 1.1em; right: initial; color: hsl(0, 0%, 87%); } #account-topbutton{ border-color: hsl(0, 0%, 87%); font-size: 100%; } /* ---- PAGE TITLE ---- */ .meta-title, #page-title{ text-align: center; } /* ---- BREADCRUMBS ---- */ .pseudocrumbs, #breadcrumbs{ text-align: center; } /* ---- MOBILE DISPLAY ---- */ @media (max-width: 767px){ #search-top-box{ top: 1.85em; width: unset; } .mobile-top-bar{ position: relative; left: 0; display: flex; justify-content: center; } #login-status{ top: 0; right: 0; } #header .printuser{ font-size: 0; } #header .printuser img.small{ margin: 0; transform: translate(6px, 4px); } #my-account{ display: none; } #account-topbutton{ margin-left: 2px; } }
: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; } }
전세계 상황도 | 한국지역사령부 관할권 상황도
한국지역사령부 관할권 상황도
경고: 이하 자료는 기밀이며 보안인가
4등급 이상만 접근 가능
적절한 인증서를 소지한 경우에만 열람을 진행하시오.
이하는 한반도 관할권1의 지도이며, 다음 내용을 지도에 표시하고 있다.
범례
기지 | |||
---|---|---|---|
![]() |
한국지부 기지(Site-KO) | ![]() |
일본지부 기지(Site-JP) |
![]() |
중국지부 기지(Site-CN) | ||
분류 SCP | |||
![]() |
안전(Safe) | ![]() |
유클리드(Euclid) |
![]() |
케테르(Keter) | ![]() |
타우미엘(Thaumiel) |
![]() |
무효(Neuralized) | ![]() |
해명(Explained) |
![]() |
난해한 등급(Esoteric) | ![]() |
이야기 |
요주의 단체 KO | |||
![]() |
골목길 | ![]() |
국가초상방재원(NPES) |
![]() |
능구렁이 손 | ![]() |
삼대천 |
![]() |
셀레스트(Celeste) | ![]() |
심야클럽 |
![]() |
엔트로피를 넘어서(BE) | ![]() |
제비꽃 |
![]() |
중앙정보부 제10국(KCIA 10th Bu.) | ![]() |
청해진 |
![]() |
플러그소프트(PlugSoft) | ![]() |
한낮의 떡갈나무 유랑극단(NOTE) |
요주의 단체 INT | |||
![]() |
앰브로즈 레스토랑스 | ![]() |
혼돈의 반란(CI) |
![]() |
주홍왕의 아이들(CotSK) | ![]() |
톱니장치 정교회 |
![]() |
다에바 문명 | ![]() |
세계오컬트연합(GOC) |
![]() |
유한회사 마셜카터&다크(MC&D) | ![]() |
대일본제국 이상사례조사국(IJAMEA) |
![]() |
파라워치위키 | ||
![]() |
청대장(SH-JP) | ![]() |
어둠의 초밥 |
![]() |
애니캐릭터……연구계획국(PAMWAC) |
지도
Footnotes
1. 표시된 장소는 해당 변칙성을 조우/확보한 지점에 대하여 근사한 것이며, 해당 변칙성을 격리하고 있는 한국지부 산하 기지로 선이 연결된다.
지도 프로젝트 시작일로부터 딱 1주년1인 오늘, 드디어 한반도 관할권 지도를 완성하여 공개하게 되었습니다. 도와주신 모든 분들께 감사드립니다.
millive에게 pm을 보내주시거나 디스코드의 판적사 채널에 작품 링크를 남겨주세요.
자신의 작품을 등재하길 원하시는 분은
접근성 이야기가 나와서 말인데, 여기 한반도 관할권 지도도 역링크 걸려있는 곳이 없어서 들어오기가 조금 불편한 것 같습니다. 새로 오신 분들의 경우에는 아예 이 페이지의 존재 자체를 모르실 수도 있을 것 같고요.1 안내 허브나 SCP-KO 목록에 링크를 추가하는 게 어떨까 생각합니다.
조만간에 지역사령부 허브가 올라오면 거기에 링크를 올리고 이 페이지의 상위 페이지로 설정할 겁니다.
그렇군요. 답변 감사합니다.
한국 지역사령부 관활권 상황도인데 JP나 CN의 기지가 지도에 표기되어 있을 이유를 잘 모르겠습니다. 지도에 표기된 어떤 SCP나 테일, GoI 서식 등이 해외 기지에 연결된 것도 아니고요. 위 같은 사례가 없는 해외 기지는 모두 삭제하는 것을 건의합니다.
제안하신 취지는 이해합니다만, 오히려 창작에는 더 도움이 되지 않을까요? 해외 지부 설정과 연결짓기를 하고 싶어하는 유저들에게는 오히려 타 지부의 기지 설정을 알 수 있어 도움이 되는 부분이 있다고 생각됩니다. 기지 추가가 페이지 접근을 더 오래 걸리게 만드는 상황이 아니거나, 여타 문제가 없다면 현황 유지에 한 표 던집니다.
다음과 같은 이유를 들어
Migueludeom님 의견에 동의할 수 없습니다.
들어주신 논거를 보고 충분히 수용할만하다고 생각하게 되었습니다. 반론을 철회하고 이미시님의 제안에 찬성합니다.
지도의 기본 스코프에 들어오는 중국 CN-05기지와 일본 819기지 이렇게 두개는 남겼으면 좋겠습니다.
이에 대해서는 기권하겠습니다. 아직 의견을 표하지 않은 분들은 참가하기를 부탁드립니다.
두 기지 모두 현재로썬 한위키 내에 관련한 창작물이 없어 보입니다.
실질적으로 한반도 주변에 있지 않거나 관련 작품이 없는 해외 기지에 대한 정보는 군더더기라고 생각이 듭니다.
즉, 한반도 내부/주변에 존재하고 한위키 내에 관련한 작품이 있다는 조건을 모두 충족하지 않는 한은 남기는 것에 반대합니다.
삭제할거면 일관적으로 삭제하는게 맞지 않나 생각합니다.
이미시님의 제안에 찬성합니다.
끌올합니다. 아직 논의에 참여하지 않은 분들에게는 참여할 것을 부탁드립니다.
모두 삭제에 찬성합니다.
끌올합니다. 아직 의견을 표하지 않은 분들은 참여를 부탁드립니다.
이미시님의 제안에 찬성합니다. 그와 별개로 조만간 기지의 지도 등재 기준에 대해 논의를 한 번 해야 할 것 같네요.
끌올합니다. 현재 등재된 해외 기지 삭제에 관한 건은 슬슬 가결해도 되지 않을까 싶습니다. 특수한 사례의 해외 기지 등재는 지도에 등재된 한국 작품이 해외 기지에 연결될 사례가 있을 경우에만 등재하는 방안을 지지합니다.
이 안건은 23일까지 추가 의견 없으면 가결하는 걸로 합시다.
기한이 지나 안건이 가결되었습니다. 지도 편집 가능하신 분은 모든 해외 위키 기지를 삭제해주시면 감사드리겠습니다.