우리는 지금 길을 밝히고 있다

항목 카테고리가 미정의 상태입니다.
페이지 콘솔에서 카테고리를 선택하세요.

/*
    최종책임자 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=IBM+Plex+Sans');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic');
 
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 {
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_KO.png) center no-repeat;
  background-size: 260px;
 
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
 
#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: 15;
}
 
#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: relative;
  margin: 0 auto;
}
 
.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 {
  height: 1px
}
 
.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: #0C0005;
}

#page-content hr {
  margin: 1em 0 1em 0;
  height: 1px;
  background: #0C0005;
}

#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;
}

@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 {
    padding: 0.5em;
    padding-bottom: 1.5em;
  }

  .inner {
    padding: 0.5em 1.5em 1.5em 1.5em;
  }
}

다크 버전

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;
}
 
body {
  color: #EEE;
}
 
blockquote, div.blockquote, .modalbox, .quotebox, .owindow,
.hovertip, .info, #lock-info, .side-block, .scp-image-caption, .preview-message {
  color: #333;
}
 
#page-content hr,
#page-content  .content hr {
  height: 1px;
  background: #A01;
}
 
#page-content blockquote hr,
#page-content .blockquote hr {
  background: #AAA;
}
/*
    최종책임자 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=IBM+Plex+Sans');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic');
 
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 {
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_KO.png) center no-repeat;
  background-size: 260px;
 
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
 
#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: 15;
}
 
#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: "제21K기지 내부 데이터베이스";
  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: relative;
  margin: 0 auto;
}
 
.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 {
  height: 1px
}
 
.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: #0C0005;
}

#page-content hr {
  margin: 1em 0 1em 0;
  height: 1px;
  background: #0C0005;
}

#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;
}

@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 {
    padding: 0.5em;
    padding-bottom: 1.5em;
  }

  .inner {
    padding: 0.5em 1.5em 1.5em 1.5em;
  }
}

다크 버전

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;
}
 
body {
  color: #EEE;
}
 
blockquote, div.blockquote, .modalbox, .quotebox, .owindow,
.hovertip, .info, #lock-info, .side-block, .scp-image-caption, .preview-message {
  color: #333;
}
 
#page-content hr,
#page-content  .content hr {
  height: 1px;
  background: #A01;
}
 
#page-content blockquote hr,
#page-content .blockquote hr {
  background: #AAA;
}
SCP-400-KO.png

SCP-899-KO

일련번호: SCP-899-KO

등급: 케테르(Keter)

특수 격리 절차:

설명: SCP-899-KO-A는 강원도 양양군 산지에 위치한 마을이다. SCP-899-KO-A는 자신의 개념을 고립시키는 고립적 성질1을 띄고 있다. 그로 인해 재단은 SCP-899-KO-B가 활동을 보이기 전까지, 그 존재를 알지 못했다. 2010년도 강원도에서 조사한 기록에 따르면, SCP-899-KO-A는 원래 200명 정도의 인구를 가진 기강 마을 이었던 것으로 보인다. SCP-899-KO-A의 주민들은 모두 사망한 것으로 보이며, 현재 그 원인인 SCP-899-KO-B가 그곳에 자리 잡았다.

SCP-899-KO-B는 다양한 변칙성을 가진 길앞잡이속Cicindela의 곤충을 지칭한다. 각 개체마다 약간의 차이는 있으나 모두 기관이 고도로 발달되어 있으며, 기본적으로 아래와 같은 특징을 공유한다.

  • 1.5~1.8m 정도의 큰 몸집.
  • 턱은 비변칙적인 개체보다 과장될 정도로 크며, 턱 힘 또한 위협적이다. 이는 발톱또한 마찬가지로, 주로 먹이를 공격해 구속하는 용도로 쓰인다.
  • 온 몸이 재질을 알 수 없는 외골격으로 덮여 있다. 이러한 외골격은 개체마다 차이가 크지만, 기본적으로 높은 경도를 가지고 있어 몸을 보호할 수 있다.
  • 시속 9 킬로미터 정도의 속력을 낼 수 있으며, 경우에 따라서 시속 20 킬로미터 정도까지 늘어난다. 다만 이 정도 속력을 낼 수 있는 개체는 드물다.

SCP-899-KO-B는 인간을 포함한 거의 모든 생물에게 적대적이며, 공격해 잡아먹는다. SCP-899-KO-B는 SCP-899-KO-A를 중심으로 그 활동 세력을 점차 늘리는 경향을 보이는데, 처음에는 이 행동이 단순히 본능에서 비롯된 것으로 생각되어 왔다. 그러나 기동특무부대 프사이-7("앞잡이")의 대장인 김정호는 SCP-899-KO-B의 이러한 활동이 결코 본능 때문은 아니라고 주장하며 해당 의견을 적극 부정했다. MTF 프사이-7은 SCP-899-KO의 세력 확장 저지를 목적으로 창설된 부대로, 약 2주간 SCP-899-KO-B와 교전 중에 있었다. 김정호 대장은 본부에 보고서를 제출하면서 다음과 같은 의견을 표명했다.

저거 못이겨요. 정말로, 저희로는 턱 없이 부족하다 이겁니다. 좀, 글쎄요. 답이 없어요. 이게. 보급은 나중 일인데 총알은 벌써 다 떨어졌거든요. 좀, 힘들어요. 이게.

김정호 대장은 본부에 추가적인 병력 지원을 요청했다. 해당 안건은 고려 중이다.




내부 회의 기록 899-KO.01





참가 인원: 이강수 이사관, 배일호 연구이사관보, 김가딕 격리이사관보, 랑데뷰 특무이사관보

날짜: 2020년 9월 12일

서론: SCP-899-KO에 대한 대처 방안을 모색하기 위해 담당 기지인 제21K기지에서 회의가 열렸다. 기지 이사관인 이강수 및 배일호, 김가딕, 랑데뷰 이사관보가 참여했다.


[기록 시작]

김가딕 이사관보: 슬슬 시작하죠. 현재 상황은 대충 어떱니까?

랑데뷰 이사관보: SCP-899-KO의 활동 반경은 계속 늘고 있고, 교전 중인 특무부대의 물자는 줄고 있습니다. 난감한 상황이죠. 보충할 수야 있겠습니다만, 더 효율적인 방법이 필요한 것 같네요.

김가딕 이사관보: 좋아요. 음, 생각보다 그리 나쁜 소식은 아니네요. 일단은, 저희가 뭘 할 수 있는지 생각해봅시다.

이강수 이사관: 배일호. SCP-899-KO-B에 대한 조사 결과를 말해주게.

잠시 침묵

랑데뷰 이사관보: 배일호 박사?

배일호 이사관보: 저요? 아, 미안. 미안합니다. 나 말하는 거였구나. 난 또 옆에 얘 말하는 줄 알았지.

김가딕 이사관보: 옆에는 아무도 없는데.

배일호 이사관보: 아무튼, 좋아요. 이사관님, 앞으로는 다른 이름으로 불러주세요. 배일호는 말고요. 헷갈리잖아요. 유재석, 김벩쉙, 아니면 클레프. 뭐, 많잖아요? 아, 그게 더 헷갈릴지도 모르겠는데.

이강수 이사관이 헛기침한다.

배일호 이사관보: (잠시 침묵) 뭐, 하여튼. SCP-899-KO-B는 그겁니다.

김가딕 이사관보: 그거요?

배일호 이사관보: SCP-529-KO-A, 그리고 SCP-621-KO-2. 그리고 갑자기 튀어나온 길앞잡이놈들. 뭔가 연관성이 있네. 저들이 전부 벌레고, 또 아주그냥 거시기 하잖아. 자 생각해보자고. 째깍째깍, 1분 동안 생각해보는 거야. 다들 무사히 정답에 도달했으면 좋겠군. 뭐, 정답은

잠시 침묵

김가딕 이사관보: 제비꽃. 두 녀석다 제비꽃에 대한 언급이 있군.

랑데뷰 이사관보: SCP-899-KO-B도 제비꽃에서 왔다는 소리군요.

배일호 이사관보: 뭐, 그럴 가능성이 높지. 제비꽃은 최근에 발견한 외부차원 중 가장 골칫덩이지. SCP-621-KO-2가 말한 것도 있고, 이건 뭐 거의 확실하지. 그동안 나는 제비꽃에 대해서 조사를 하고 있었거든. 새롭게 발견한 새로운 차원에서, 새로운 사실이 있는지 궁금해서 말이야. 새록새록하지. 그러다 한가지 이상한 점을 발견한 거지. 그러한 과정 동안 내 부하들을 혹사시키긴 했지만, 칭찬 한마디 해주니 좋아 죽더군. 믿음직해. 정말로, 자랑스러워.

랑데뷰 이사관보: 좋아요. 부하들이 장하네요. 그래서, 요점이 뭡니까?

배일호 이사관보: 지금 말하는 건 약간의 내 생각을 보탠 거야. 지금껏 모아온 자료의 기반한 거니까. 좋아, 모두 앉아. 제비꽃은 그 쬐끄만 나방 친구들의 말대로, 일단은 변칙 벌레들의 공동 차원이지. 그동안 평화롭게 서로 물고 뜯고, 당기고, 밀고, 그랬던 거 같아. 평화로웠지. 애벌레들은 풀을 뜯고, 나방들은 날아댕기고, 나방들은 장작불에 뛰어드는, 뭐 그런 거. 그렇게 평화롭게 살다가, 일이 터진 거지.

김가딕 이사관보: 일?

배일호 이사관보: 그래. 일. 우리가 차원을 발견했을 땐, 이미 차원은 심하게 손상된 상태였네. 마치 거대한 무언가가 짓밟고 간듯했지. 아니면, 뭐 다른 이유라던가. 많잖아? 벌레의 천적이 뭐가 있지. 그래, 새 말이야. 거대한 새가 나타난 걸지도 모르지. 벅스 라이프 마냥. 다들 이 영화 알고 있어? 개미들이 나오는 영환데. 그러니까—

김가딕 이사관보: 그만하고, 결론을 말해. 차원이 손상된 거랑, 이놈들이 무슨 관계라는 거야?

배일호 이사관보: 깐간하긴. 제비꽃의 황폐화가 진행된 것도, 아마 그거랑 연관이 있었겠지. 그놈들은 순식간에 보금자리를 잃고 만 거야. 우리로 치자면 하늘에 구멍이 뚫린 거랑 마찬가지지. 살 곳을 잃었으니, 이사를 가야겠지. 그치? 그래서, 놈들은 이사를 가기로 한 거야. 간단한 이유지. SCP-621-KO-2도 그 이유에서였고. 그리고 말야. 제비꽃은 외부차원이야. 우리가 생각한 것보다 훨씬 넓지. 같은 공간이더라도 사는 방법은 다르거든.

랑데뷰 이사관보: 그래서—

배일호 이사관보: 이놈들은 인간과 공존 따위 할 수 없었지. 이놈들은 그냥, 완전 벌레거든. 그냥, 진짜 벌레야. 그래서 놈들은 평화와 인정보단 땅따먹기를 선택한 거지. 어때. 좀 재밌는 소설이지?

침묵

랑데뷰 이사관보: 이런, 배일호 박사. 그런 건 대체 어디서 찾은 겁니까. 그리고 너무 말이 많은 거 아녜요?

배일호 이사관보: 뭐, 적당히 인터넷 뒤졌지. 그리고, 이게 최대한 말을 줄인 건데 말이지. 익숙해져, 그냥. 익숙해지라고. 알아들었—

김가딕 이사관보: 그만. (헛기침) 음, 뭐. 좋아. 급한 불부터 껐군. 원인은 대충 알아냈고, 이제 방안을 구사해보자.

배일호 이사관보: 그러기 전에, 놈들의 목적에 관해서도 얘기해야 하는데.

김가딕 이사관보: 목적? 네 말대로라면 침략 아니야?

배일호 이사관보: 맞아. 침략이지. 내 말은 SCP-899-KO-B의 목적 말이야. SCP-899-KO-A를 조사해보니 현실성이 붕괴 됐더군. 마을을 포함해 주변 일대가 싹다. 그리고 SCP-899-KO-B가 세력을 확장한 정도와 그 붕괴된 현실성의 영역이, 한치의 오차도 없이 똑같더군.

랑데뷰 이사관보: 그렇다면 SCP-899-KO-B의 목적은, 현실성을 무너뜨리는 거군요.

배일호 이사관보: 그리고, 또. 현실성이 무너졌다는 소리는 말이지. 외부차원이 접급하기 아주 쉬워진단 얘기지.

김가딕 이사관보: 길을 뚫는 거군. 제비꽃과 여기를 연결하려고 하고 있는 거야. 그래서 놈들을 먼저 보낸 거였어. 여기를 침략하려고.

배일호 이사관보: 정확해.이름 그대로 길앞잡이였다는 거잖아. (웃음) 잠시만 이거, 언어유희인가?

잠시 침묵

배일호 이사관보: 이제 점심인데 먹고들 할까?

[기록 종료]






상황 기록





2020.6.12 15시 21분 경

ERROR

The Payroy's portal does not exist.


오류: Payroy 사용자의 포털 페이지가 존재하지 안습니다. 이용 안내를 참조해 포털 페이지를 작성하세요.


이용 안내

  1. portal:payroy ( 15 Aug 2020 10:28 )
.