SCP-618-KO
/*
    최종책임자 CSS 테마
    [2021 Wikidot Theme]
    Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan.
    Code adopted from Pataphysics Department Theme's CSS spinner by Woedenaz.
    Code adopted from Black Highlighter Theme and Dustjacket Theme created by Woedenaz.
*/
 
@charset "utf-8";
@font-face { font-family: 'YES24'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YES24.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'Busan'; font-style: normal; font-weight: 400; src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/busan/Busan/Busan.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/busan/Busan/Busan.woff') format('woff');}
@import url('https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic');
 
:root {
  --hr: #0C0005;
}
 
html {
  overflow-x:hidden;
}
 
/* ------------ HEADER ------------*/
 
div#container-wrap {
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/body_bg_1.png) top left repeat-x;
}
 
#content-wrap {
  margin: 4em auto 0 !important;
}
@media(max-width: 767px) {
  #content-wrap {
    margin-top: 5em !important;
  }
}
 
#header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: none;
}
 
#header #header-extra-div-1 {
  z-index: -1;
  width: 265px;
  height: 265px;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: -44px;
}
 
#header #header-extra-div-1::before{
  z-index: -1;
  content: "";
  width: 265px;
  height: 265px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  flex: 1;
}
 
#header #header-extra-div-1::before{
  z-index: -1;
  background-image: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_SCP.png);
  animation: cont-spin 40s linear infinite;
}
 
#header #header-extra-div-2 {
  width: 500px;
  height: 55px;
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/top_bg_2.png) top center no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 162px;
  z-index: 3;
}
 
#header #header-extra-div-3 {
  position: absolute;
  top: -69px; left: 0; right: 0;
  height: 300px;
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_KO.png) center no-repeat;
  background-size: 260px;
  z-index: -1;
}
 
#header h1 {
  margin-left: 0;
  padding: 0;
  clear: both;
  float: none;
}
 
#header h2 {
  margin-left: 0;
  padding: 0;
  clear: both;
  float: none;
}
 
#header h1 a {
  color: transparent;
  font-size: 0px;
  font-family: 'YES24', 'Yusei Magic', sans-serif;
  letter-spacing: 0.5px;
}
 
#header h1 a::before {
  display: inline-block;
  width: 100%;
  text-align: center;
  content: "대한민국 지역사령부";
  color: #FFF;
  font-size: 50px;
  text-shadow: 1px 1px 3px black;
}
 
#header h2 span {
  color: transparent;
  font-size: 0px;
  font-family: 'Play', 'Busan', 'YES24', sans-serif;
}
 
#header h2 span::before {
  display: inline-block;
  width: 100%;
  text-align: center;
  content: "제01K기지 내부 데이터베이스";
  color: #EEE;
  font-size: 20px;
  text-shadow: 1px 1px 1.5px black;
  padding-top: 10px;
}
 
#login-status {
  position: absolute;
  left: 0px;
  top: 10px;
  overflow: visible;
  z-index:30;
}
 
#account-topbutton {
  display: none;
}
 
#search-top-box {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 250px;
  text-align: right;
  z-index: 50;
}
 
#search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus {
  color: transparent;
  width: 35px;
  height: 22px;
}
 
#search-top-box-form::before {
  pointer-events: none;
  position: absolute;
  top: 1px;
  right: 8px;
  content: "검색";
  font-size: 13px;
  font-weight: 200;
  font-family: 'IBM Plex Sans', 'Noto Sans KR', sans-serif;
  color: #EEE;
  z-index: 100;
}
 
#top-bar {
  width: 100%;
  top: 162px;
  z-index: 20;
 
  display: flex;
  justify-content: center;
}
 
.top-bar {
  position: absolute;
}
 
.mobile-top-bar{
  position: relative;
  margin: 0 auto;
  margin-top: -1em;
}
 
@media (min-width: 768px) {
  #top-bar {
    left: 0px;
  }
}
 
@media (max-width: 767px) {
  #header h1 a::before {
    font-size: 45px;
  }
  #header h2 span::before {
    padding-top: 5px;
  }
}
 
@media (max-width: 479px) {
  #login-status {
    font-size: 0px;
  }
  #login-status .printuser {
    font-size: 12px;
  }
 
  #header h1 a::before {
    font-size: 35px;
  }
  #header h2 span::before {
    padding-top: 0;
  }
}
 
@media (max-width: 385px) {
  .mobile-top-bar {
    width: auto;
  }
}
 
/*------------ TITLE & BODY ------------*/
 
#page-title, h1 {
  font-family: 'YES24', sans-serif;
  font-size: 28px;
  font-weight: 500;
}
 
#page-title {
  border-color: #A01;
}
 
h2 {
  font-family: 'YES24', sans-serif;
  font-weight: 300;
  color: #901;
}
 
h3 {
  font-family: 'Play', 'Busan', 'YES24', sans-serif;
  font-weight: 100;
  color: #333;
}
 
body {
  font-family: 'Noto Sans KR', sans-serif;
  overflow-x:hidden;
}
 
#side-bar {
  font-family: 'YES24', 'IBM Plex Sans', 'Noto Sans KR', sans-serif;
}
#side-bar div.menu-item a, #side-bar .heading,
#side-bar .collapsible-block-folded,
#side-bar .collapsible-block-unfolded,
#side-bar .collapsible-block-link  {
  letter-spacing: 0.5px;
  font-weight: 400;
}
 
#page-content hr {
  height: 2px;
  border: 0;
  background-color: transparent;
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/hr.png) center no-repeat;
  background-size: 100% 2px;
}
 
#page-content .modalbox hr,
#page-content .ko-footer hr {
  margin: 1em 0;
  height: 1px;
  background: var(--hr);
}
 
#page-content .ko-footer {
  margin-top: 3em;
}
 
.preview-message {
  z-index: 200;
}
 
@media (min-width: 768px) {
  #page-content:not(.page-rate-widget-box) {
    font-size: 1.05em;
  }
}
 
/*------------ YUI-TABS ------------*/
.yui-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
 
.yui-nav li {
  display: flex;
  flex-grow: 2;
  margin: 0;
}
 
.yui-nav li a {
  width: 100%;
  text-align: center;
}
 
.yui-navset .yui-content {
  border: none;
  border-bottom: 2px solid #641527;
  background-color: #F9F9F9;
  padding: 15px;
}
 
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
  background:#FFF url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_KO.png) repeat-x;
  border-top: solid #641527 2px;
  border-left: solid #EDD 1px;
  border-right: solid #EDD 1px;
  border-bottom: none;
  color:#000;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
  background: linear-gradient(to bottom, #782637,#641527); /* selected tab background */
  color: #FFF;
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
  background: #DDD;
  text-decoration: none;
}
 
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
  border-color: #641527;
}
 
/*------------ RATING ------------*/
 
.page-rate-widget-box .rateup, .page-rate-widget-box .ratedown {
  background-color: #FFF;
}

애니메이션 키프레임

@keyframes cont-spin{
  from{
    transform: rotate(360deg);
  }
  to{
    transform: rotate(0deg);
  }
}

SCP 서식 요소

#page-content .content hr {
  margin: -0.8em 0 -0.7em 0;
  height: 1px;
  background: var(--hr);
}
 
#page-content hr {
  margin: 1em 0 1em 0;
  height: 1px;
  background: var(--hr);
}
 
#side-bar hr, #page-content .modalcontainer .modalbox hr, #page-content blockquote hr {
  margin: 1em;
}
 
h2 {
  margin-bottom: 15px;
}
 
.header-kologo {
  display: flex;
  justify-content: center;
  background: url(http://scpko.wdfiles.com/local--files/thd-glasses-hub/scp_ko_bg.png) center no-repeat;
  background-size: 600px;
  -webkit-background-size: 600px;
  height: 500px;
}
 
.header-kologo h1 {
  font-size: 250%;
  color: #000;
}
 
.quotebox {
  border: 2px solid #999;
  background: #F4F4F4;
  width: 90%;
  margin: 1.5em auto;
  padding: 0.5em 1.5em 1.5em 1.5em;
}
 
.inner {
  width: auto;
  margin: 0.2em auto;
  margin-bottom: 1.5em;
}
 
.quotebox a {
  color: black;
  font-weight: bold;
}
 
.quotecontent {
  text-align: justify;
}
 
.quotecontent a {
  color: #b01;
  font-weight: normal;
}
 
.footnotes-footer .title {
  color: #901;
  text-align: center;
  border-bottom: 1px solid var(--hr);
  padding-bottom: 3px;
}
 
@media (max-width: 767px) {
  .creditRate {
    margin-right: 0 !important;
  }
 
  .header-kologo {
    background-size: calc(100vw - 2em) auto;
    -webkit-background-size: calc(100vw - 2em) auto;
  }
 
  .header-kologo h1 {
    font-size: 200%;
  }
 
  .margin {
    display: none;
  }
 
  .quotebox {
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    padding-bottom: 1.5em;
  }
 
  .inner {
    padding: 0.5em 1.5em 1.5em 1.5em;
  }
}

다크 버전

:root {
  --hr: #A01;
}
 
div#container-wrap {
  background: #211 url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/body_bg_2.png) top left repeat-x;
}
 
#header #header-extra-div-2 {
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/top_bg_0.png) top center no-repeat;
}
 
#interwiki .side-block, #side-bar .side-block { background-color: #222 !important; border-color: #901; }
#interwiki .a, #side-bar a { color: #901; }
#interwiki .heading, #side-bar .heading { color: #901; border-bottom: solid 1px #901; }
#side-bar .collapsible-block-folded, #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px #901; }
#side-bar img { filter: grayscale(1) brightness(0.5); transition: all 0.5s; }
#side-bar img:hover { filter: none; transition: all 0.5s; }
 
body {
  color: #EEE;
}
 
a, a:visited {
  color: #b01;
}
 
blockquote, div.blockquote, .modalbox, .quotebox, .owindow,
.hovertip, .info, #lock-info, .side-block, .scp-image-caption, .preview-message {
  color: #333;
}
 
.quotebox {
  opacity: 0.95;
}
 
#page-content blockquote hr,
#page-content .blockquote hr {
  background: #AAA;
}

—]

평가: +12+x

자까는 광대
일련번호: SCP-618-KO

등급: 케테르 (Keter) 유클리드 (Euclid)

특수 격리 절차: SCP-618-KO는 개체의 특성 탓에 실질적인 격리가 불가능하다. 이에 따라 2013년 이후 신설되는 모든 SCP 재단 대한민국 지역사령부 산하 기지 내부의 모든 복도에 감시 장치의 설치가 권고된다. 임의의 기지 내에서 SCP-618-KO의 발생이 확인된 경우 즉시 해당 기지 소속의 경비대가 출동하여 SCP-618-KO-A를 보호하며 SCP-618-KO-1이 소멸할 때까지 현장에서 대기하며, SCP-618-KO-A는 저항하지 않고 개체의 요구에 응할 것이 권장된다.

또한 위 격리 절차는 SCP 재단 대한민국 지역사령부 신규 인원에게 기본적으로 배부되는 지침서에 수록된다.

설명: SCP-618-KO는 SCP 재단 대한민국 지역사령부 내에서 발생하는 일련의 변칙 현상의 지칭이다. 현재 SCP-618-KO의 발생 원인이나 그 목적, SCP-618-KO-1의 정체 등의 구체적인 사항들에 대해서는 밝혀진 바 없다. 또한 개체가 불특정 다수를 대상으로 하기 때문에 피해자들 간의 유의미한 공통점을 특정하고자 하는 시도는 모두 실패로 돌아갔으며, 이는 곧 누구나 개체의 피해자가 될 가능성이 존재한다는 사실을 시사한다.

SCP-618-KO는 SCP 재단 대한민국 지역사령부 산하에 소속된 임의의 재단 인원을 대상으로 발생한다. 개체의 목표가 된 인원은 이하 SCP-618-KO-A로 지칭한다. 현재까지 확인된 바에 따르면 SCP-618-KO는 재단 시설 내에서 다른 재단 인원들과 떨어져 있는 탓에 갑작스러운 사고를 겪더라도 신속한 대처가 불가능한 여건에 놓여있는 인원만을 주 목표로 하며, 이때 개체에 대한 유인책으로서 투입된 인원들은 개체의 영향을 받지 않았다. 이는 곧 SCP-618-KO가 일종의 판단력이 존재한다는 사실을 나타내며, 개체가 타 요주의 단체나 재단 내부의 인물이 의도한 것일 가능성을 시사한다.

SCP-618-KO 발생 직후 SCP-618-KO-A는 일련의 환각을 겪게 된다. 증언에 따르면, 청각적 상(像)의 시각화, 트럼펫이나 드럼과 같은 악기들로 구성된 음악1의 발생, 물체의 지나치게 과장된 움직임, 그리고 주변 환경의 색상, 형태의 변형이 두드러지며, 이는 대부분 20세기경 미국에서 유행했던 "Betty Boop (베티 붑)"이나 "Felix the Cat (고양이 펠릭스)"와 같은 아동용 흑백 만화의 그것과 유사한 성격이라고 묘사된다. 또한 이 단계에서 SCP-618-KO-A는 인지 능력의 저하를 겪으며, 대부분 SCP-618-KO-1을 직접적으로 대면한 직후에야 SCP-618-KO의 영향을 인지한다.

SCP-618-KO-1은 실체를 가진 신장 150cm 정도의 인간형 개체이다. SCP-618-KO-1의 외적 특징으로는 신체 전반이 검은색을 띠며, 개체 특유의 다소 얇은 몸체에 비해 거대한 머리와 이목구비를 가졌다는 점인데, 이는 SCP-618-KO-A가 보는 변형된 주변 환경과 유사하다고 일컬어진다. 또한 개체는 19세기 미국 서부의 카우보이나 르네상스 시대의 귀족과 유사한 복장을 선호하는 것으로 보인다. SCP-618-KO-1은 대개 SCP-618-KO-A 근방의 CCTV의 사각지대에서 처음 나타난다. 개체는 이후 근방을 감시하는 CCTV나 이와 유사한 촬영 장치들을 의식하며 행동하는 것으로 보이는데, 이는 곧 개체가 지역사령부 산하 기지 내에 존재하는 감시 장치들의 위치를 구체적으로 인지하고 있다는 사실을 시사한다. SCP-618-KO-1의 행동 양상을 순차적으로 나타낸 것은 다음과 같다.

  1. SCP-618-KO-A를 향하여 도보를 통해 이동한다.
  2. SCP-618-KO-A와 조우한 직후 대상을 잡으려 시도하며, 대상이 개체에게서 도망치는 경우 아래와 같은 행동을 취한다.
    • 개체가 착용한 하의 내부에서 탈것을 꺼내 이에 탑승하여 SCP-618-KO-A를 추격한다. 이때 나타나는 탈것은 자동차나 말 등과 같이 공간적으로 개체의 하의 내부에서 나올수 없는 것이 대부분이다.
    • 근처 벽면에 공간 변칙성을 띄는 검은 원을 그린다. 이후 개체는 해당 원으로 뛰어드는데, 해당 원은 SCP-618-KO-A의 앞으로 연결된다.
    • 하의에서 거대한 칼이나 총과 같은 무기를 꺼내들고 SCP-618-KO-A를 추격한다. 이때 해당 무기들로 인해 SCP-618-KO-A가 부상을 입거나 사망하는 경우는 확인된 바 없다.
  3. 이 과정에서 대부분 SCP-618-KO-1은 SCP-618-KO-A를 잡는데에 성공하며, 이후 대상에게 "재단"이라는 말을 복창시킨다. 만일 대상이 이를 거부하거나 무시할 경우 일련의 위협을 가하나, 결과적으로 직접적인 부상이 발생한 경우는 없었다.
  4. 대상이 이를 대략 10번 정도 복창할시 SCP-618-KO-1은 소멸하며, SCP-618-KO-A는 일시적으로 정신을 잃는다.

조사 결과 위 과정에서 SCP-618-KO-1은 외부의 간섭이 발생할 경우 그 즉시 소멸하는 것으로 확인되었다. 간섭한 외부인 또한 SCP-618-KO-A와 동일하게 취급한다는 사실이 확인되었다.

이력: SCP-618-KO는 20██년 처음 확인되었다. 최초 발생 시기가 "SCP 재단 한국 지부" 사건 직후였던 탓에 [편집됨]이 SCP 재단 대한민국 지역사령부를 겨냥하여 발생시킨 것이라는 주장이 제기되었으나, 이는 근거 부족으로 보류되었다.

2021년 현재 SCP-618-KO의 발생률이 급감했으며, SCP-618-KO-1 또한 크게 위협적이지 않으므로 유클리드 등급으로 재지정되었다.








🈲: SCP 재단의 모든 컨텐츠는 15세 미만의 어린이 혹은 청소년이 시청하기에 부적절합니다.
따로 명시하지 않는 한 이 사이트의 모든 콘텐츠는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스를 따릅니다.