SCP-533-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=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 {
  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: 3;
}
 
#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,
#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;
}

—]

/*
    최종책임자 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');
 
: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 {
  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: 3;
}
 
#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: "제13K기지 내부 데이터베이스";
  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,
#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;
}

—]

SCP-533-KO

SCP-533-KO-B.

일련번호: SCP-533-KO

등급: 유클리드(Euclid)

특수 격리 절차: SCP-533-KO-B 개체를 격리실로 옮기는 등의 행위는 여러 잦은 문제를 낳을 것으로 우려된다. 따라서 제13K기지 요원들은 SCP-533-KO-B가 위치한 지점을 순찰하며 SCP-533-KO-B를 지속해서 감시하되, 개체들을 옮기는 등의 행위는 금지한다.

SCP-533-KO-A의 격리는 현장에서 이루어진다. SCP-533-KO-A에 대한 실험은 하르방 박사의 동의 하에 진행된다.

2020년 3월 26일 개정 예정: 본 문서에는 오류가 있을 수 있습니다.

설명: SCP-533-KO-B는 제주도에 널리 분포한 돌장승들을 지칭한다.1 제주도에 존재하는 SCP-533-KO-B의 개수는 총 47기다.2 SCP-533-KO-B는 일종의 기적학적인 제조 방법을 통해 깎아 만들어진 것으로, 덕분에 SCP-533-KO-B는 기존의 석상보다 수십 배에 달하는 강도를 지녔다. 기록에 따르면 SCP-533-KO-B는 본래 요괴의 동선을 감시하는 목적으로 설치되었으나, 현재는 기능을 상실한 상태다.

SCP-533-KO-A는 산방산 근처 바위 속에 파묻힌 5m 크기 정도로 추정된 거대한 돌장승으로, SCP-533-KO-B와 물리적으로 비슷하다. SCP-533-KO-A는 지성이 있으며, 입술을 움직여 발성을 낼 수 있다. SCP-533-KO-A는 예전 강한 기적술을 구사할 수 있었으나, 현재는 그 힘이 많이 퇴색해 활용할 방법은 제한된다. SCP-533-KO-A는 불어도감(不語都監)3에서 계획하고 제작했던 '수호장승'의 유일한 결과물로, 제주를 한동안 수호해왔던 거로 드러난다.



발견과 기원


조선 후기, 당시 제주도는 요괴가 지나치게 급증한 지역 중 하나였다. 이로 인해 제주의 민가나 기관이 요괴들에게 습격당하는 등 그 피해가 심각했다. 요괴들은 이에 그치지 않고 활동 지역을 주변 지역까지 확장해 많은 혼란을 야기시켰는데, 이에 불어도감은 수신도(修身道)4 교인들을 보내 해결하려고 시도했다. 당시 수신도 교인들의 임무는 제주에 수호장승(守護長栍)의 몸체를 만드는 것이었다. 장승은 마을을 귀신들로부터 지켜주는 수호신으로, 실질적으론 단순 미신에 불과하다. 불어도감에서는 이러한 미신을 기적학적 제조 기술을 사용해 실제로 구현하려 했는데, 이를 수호장승이라 불렀다. 그러나 수호장승의 제작은 빈번히 실패하였는데, 일반 재료로 만든 장승은 기적학적인 힘을 받아들이지 못하고 부서져 버렸기 때문이다. 그렇기에 수호장승을 제작하려면 기적술을 견딜 강한 몸체를 만드는 게 중요했다. 이에 불어도감은 수신도 교인들을 이용하기로 했다. 수신도는 예로부터 기계를 만드는 걸 중요시 했고 실력 또한 출중했는데, 수호장승의 몸체를 만들기에 적합했다.

수신도 교인들을 제주로 보내면서 불어도감은 문관들을 같이 보내게 되었는데, 이는 수신도의 이질적인 유교적 교리로 인해 제주의 관리나 주민들과의 분쟁이 발생할 것을 우려하였기 때문이다.5 그들은 제주에 도착한 후 기적사 무리를 찾아갔다. 당시 제주에선 요괴들을 퇴치하는 이름이 알려지지 않은 집단이 존재했는데, 불어난 요괴의 수를 줄이고자 시도하였지만, 요괴의 수를 감당하지 못해 많은 사상자가 생긴 상태였다. 그들이 찾아갔을 땐 집단의 생존자는 한 명뿐이었으며, 그마저도 골병이 든지 오래였다. 집단의 유일한 생존자였던 기적사는 불어도감의 제안을 순순히 수락하며 곧장 수호장승, 즉 SCP-533-KO-A의 제작에 돌입한다.

SCP-533-KO-A는 3개월에 걸쳐 제작되었으며 이따금 불어도감에서 물자를 보내곤 했다. SCP-533-KO-A의 몸체가 다 만들어질 무렵, 그들은 마지막으로 SCP-533-KO-A가 자체적으로 움직일 수 있도록 정신을 불어넣어야 했는데, 이 과정을 기적사가 맡게 되었다. 그는 기적술과 관련된 지식을 수호장승에게 전달하고, 정신을 불어넣었다. 해당 과정을 끝으로 기적사는 쇠약사하고 만다.

교인들은 그 뒤 곧장 SCP-533-KO-A를 가동했다. 가동한 SCP-533-KO-A는 빠르게 요괴를 죽이기 시작했으며, 이는 순조롭게 진행됐다. 요괴의 수는 빠른 속도로 줄어들었고, 성공적으로 끝났다. 이후 수신도는 감시를 목적으로 요괴의 출몰 지점 곳곳에 돌장승, 즉 SCP-533-KO-B를 설치했다. 그로부터 3주 뒤 교인들은 불경스러운 일로 인해 강제로 돌아갔다고 기록되는데, 밝혀진 바는 없다.

불어도감은 이 성공을 기점으로 조선에 수호장승을 추가로 제작하려고도 했는데, 이러한 계획은 책임자와 교인들이 알 수 없는 이유로 모두 사망해 무산되고 만다.

금제대전(禁制大典)에선 당시 제주의 상황과 수신도에 대한 불어도감의 입장을 엿볼 수 있었다.

제주는 예부터 요상하고 신비로워 이물이 많았는데, 특히 요괴의 수가 많다. 제주의 도사들은 백성들의 피해를 막고 보살피고자 요괴를 퇴치하고 있었다. 요괴의 수가 줄어들고 마을의 피해도 사라질 무렵, 요괴들이 다시 생겨났으니 기이한 일이었다. 도사들은 고전했고 백성들은 고통받았으니 불어도감은 다시 한번 수호장승을 계획하게 된다. 그동안 장승들은 도사의 힘을 받지 못하고 모두 부서졌는데 이에 선비가 말하길, 수신도(修身道)가 석체(石體)를 만들도록 하자는 것이었다. 하지만 많은 선비의 반발이 일어났는데 어떻게 괴(怪)를 잡는 데 괴(怪)를 쓰면 쓰냐는 것이었다.

— "금제대전(禁制大典)" 중 발췌

불어도감이 개편되면서 새로운 초상기관이었던 이금위(異禁衛)는 SCP-533-KO-A를 제주에서만 국한이 돼서는 안 된다고 판단해 활동 영역을 전국으로 확장하려 했다. 그러나 이러한 계획을 SCP-533-KO-A는 크게 반대했는데, 그로 인해 그들 사이에서 큰 마찰이 일어나고 만다. 이금위는 SCP-533-KO-A의 수호신이란 직위를 박탈했으며, 더는 언급이 없었고, 그 뒤로도 수호장승과 관련된 기록을 찾을 수 없었다.

재단이 SCP-533-KO를 인지하게 된 시기는 제13K기지 관측소가 제주 곳곳에 동시 발생한 생명약동에너지(EVE)를 관측했을 때다. 그 원인을 파악하고자 관측된 위치를 전부 수색했는데, 모든 현장에 '돌하르방'이 존재한단 공통점이 있었다. 추가로 산방산 등지에서 커다란 돌하르방이 바위 속에 묻힌 걸 발견했는데, 관측소는 대상이 거대한 EVE 에너지를 내뿜고 있다는 것과 돌하르방이 이를 증폭시키고 있음을 발견하였다. 이에 재단은 돌하르방과 돌장승을 한데 묶어 변칙 개체로 지정했고, 관련 서적을 통해 수호장승에 대한 정보를 찾아냈다.



면담기록 533KO.01


날짜: 2020년 6월 12일

면담자: 하르방 연구이사관보

면담 대상자: SCP-533-KO-A


[기록 시작]

하르방 박사: SCP-533-KO-A. 안녕하십니까.

SCP-533-KO-A: 그래.

하르방 박사: 제가 누군진 알아보시겠습니까.

SCP-533-KO-A: (작은 웅얼거림) 그래. 알고 있다.

하르방 박사: 다행이구려. 오늘은 당신에게 물어볼 것이 있어 온 겁니다.

SCP-533-KO-A: 그런가.

하르방 박사: SCP-533-KO-A, 당신은 지금 EVE 에너지를 내뿜고 있습니다. 그것도 매우 강하게 말입니다. 그것이 돌하르방이 받아 들쳐 제주 전역에 퍼뜨리고 있습니다. 아직은 아무 일도 일어나지 않지만, 저희로선 중대한 사항입니다.

SCP-533-KO-A: (짧은 침묵) 그렇군. 멈춰달라고 부탁하러 온 건가?

하르방 박사: 아뇨. 저희는 이유가 궁금합니다. 기록은 있습니다. 하지만 당사자 본인에게 묻고 싶습니다.

정적

SCP-533-KO-A: 나는 수호장승일세.

하르방 박사: 예.

SCP-533-KO-A: 내 임무는 요괴를 죽이는 거였고.

하르방 박사: 압니다. 그렇죠.

SCP-533-KO-A: 그 당시에 나는 자아라곤 없었네. 명령을 받으면 가고, 보이는 건 죽이고, 의지랄 게 없는 놈이었지.

하르방 박사: 예.

SCP-533-KO-A: 어느 순간에, 언젠지도 모를 아주 오래전에, 생각이란 걸 하고 살게 됐지. 어느덧 말까지 터득해 사람들과 곧잘 얘기하곤 했어. (짧은 침묵) 아니, 얘기는 할 수 없었네. 백성들은 나를 수호신이라 치켜세웠고, 말동무는 감히 할 수 없다는 듯 대접했으니까.

짧은 정적

SCP-533-KO-A: 공허했네. 뭘 하든 공허했어. 없애는 것도, 지키는 것도. 다 내가 하고 싶어서 하는 일인지 의심이 들더군. 하지만 나의 존재로 요괴들은 잠잠해졌으니. 그건 그거대로 괜찮다고 생각했네.

하르방 박사: 그 뒤로 뭘 하시고 사셨던 겁니까.

SCP-533-KO-A: 산을 올랐지. 전에는 풍경을 볼 기회가 좀처럼 없었거든.

짧은 정적

SCP-533-KO-A: 아름답더군.

[이하 내용 검열됨]

[기록 종료]


부록 533KO.01


SCP-533-KO는 대일본제국 이상사례조사국(IJAMEA)의 백택 III 계획에서 다시금 등장한다. 1909년, 당시 IJAMEA는 설화와 무속 신앙이 발전한 제주에 큰 관심을 보였다. 제주를 관할했던 고토五島 소좌는 변칙적 무기로 활용할 초상존재를 찾기 위해 제주도를 몰색했는데, 그 과정에서 SCP-533-KO-A를 발견한다.

고토 소좌는 직후 SCP-533-KO-A를 포획하란 지시를 내렸으나, 대상의 공격과 기적술에 많은 병력이 손실되면서 피해를 입고만다. IJAMEA는 SCP-533-KO-A를 변칙적 병기로 활용하면 전쟁에 큰 이점을 얻을 거라 판단해 대상을 곧장 백택 계획에 포함시켰다. 제주엔 곧 대상을 포획하기 위해 더 많은 병력이 투입됐는데, SCP-533-KO-A는 잠적하거나 적당히 응수하기만 할 뿐, 큰 활동을 보이진 않았다.

고토 소좌는 SCP-533-KO-A를 포획하는 데 계속 실패하자, 현지 주민들의 자문을 구하기 시작했다. 주민들은 대상을 "제주를 수호하는 수호신"이다 답했으며, 이에 고토 소좌는 한가지 묘책을 생각해낸다.

거신(巨神)을 끌어들일 좋은 꾀가 생각나 구덩이를 파곤 주민들을 불러 세웠다. 주민들은 두려움에 찬 표정으로 용건을 물었으니 나는 곧장 놈의 배를 걷어차 구덩이로 떨어뜨렸다. 제3분대에 명령해 주민들을 모두 구덩이에 빠뜨려 거신을 부를 함정을 팠다. 거신은 마을의 수호신이었으니 이 광경을 본다면 크게 분노해 마구 달려들 테니, 우리는 놈에게 화기를 퍼부어 제압하면 될 일이었다.

늙은 조선인이 살려달라 하며 미련하게 굴자 나는 본보기 삼아 놈에게 총을 겨눠 쐈다. 놈의 심장이 총알에 꿰뚫렸고, 나는 그런 놈을 보며 웃었다. 놈을 꾀기 위함이었다. 그런데도 거신은 나오지 않자 화가 나기 시작했다. 나는 지시를 내려 조선인들을 모조리 참수시켰다. 그러자 땅이 울렸다. 새 떼가 날아다녔고 나무가 무너지는 소리가 들렸다. 나는 놈이 왔다는 사실을 내 앞에 나무가 무너졌을 때야 알아차렸다. 거신은 컸다. 우거진 풀숲에 숨어 지금껏 한 번도 거신의 제 모습을 보지 못했다. 놈은 컸고, 화나 있었다. 나는 분대에 지시를 내려 총공격을 감행했다.

계속된 실패로 피폐해진 나는 놈을 부숴서라도 가져가고 싶었다. 하지만 화기 만으론 놈에 석체(石體)에게 흠집도 낼 수 없었던 것이다. 부하들이 쓸려나가는 광경을 보면서 나는 탄식했다. 주위를 피곤죽으로 만든 그놈은 나를 쓱 보더니, 뭐라 중얼거렸다. 짐승 울음소리 같았다. 다리가 떨리고 치가 떨렸다. 놈이 다가오기 전에 제2분대가 도착해 나는 겨우 위기를 모면할 수 있었다. 놈은 다시 숲속으로 사라졌다. 조선인들의 시체는 사라지고 없었다.


해당 사건이 발생한 후 상관은 고토 소좌가 사건 대처에 미흡해 많은 병력 손실을 일으켰다고 판단해 징계가 내려졌다. IJAMEA는 몇 차례 SCP-533-KO-A와 교전했지만 모두 전멸하자, 결국 대상을 백택 계획에서 제외시키고 만다.

사건 533KO.01


2021년 3월 25일. 모든 SCP-533-KO-B 개체가 이상현상을 보이기 시작했다. SCP-533-KO-B의 몸체가 약 세 시간 동안 흔들렸으며, 눈에서 안광이 발광하는 등에 일이 발생했고, 곧 잠잠해졌다. 사태가 진정된 후 관측소는 SCP-533-KO-A가 바위를 부숴 격리에서 탈출한 것을 확인했다. 제13K기지는 긴급히 전 지역에 특무부대를 파견해 그 동선을 살피는 중이었다.

SCP-533-KO-A는 서귀포시에 위치한 SCP-533-KO-B 한 개체 근처에서 발견되었다. 대상은 SCP-533-KO-B에게서 증폭되는 EVE 에너지를 흡수하고 있었으며 주변에 민간인 서너 명을 살해한 상태였다. SCP-533-KO-A는 저지를 목적으로 투입된 특무부대원을 향해 기적술을 사용해 공격하는 등 적대적인 태도를 보였고 그에 따른 많은 수십 명 이상의 사상자가 생겼다. SCP-533-KO-A는 제주도 전 지역을 이동하며 SCP-533-KO-B를 찾아다니기 시작했다. 관측소는 SCP-533-KO-A의 동선을 예측, 특무부대가 대상을 수시로 추적하는 중이다.

SCP-533-KO-A의 격리 실패는 현재진행형이며, 인적이 많은 곳에 출현할 것을 대비해 새로운 격리 절차를 개정하고 있다.

특기할만한 사항으로 대상은 SCP-533-KO-B가 없는 곳을 한번 거쳐 갔는데, 해당 위치는 과거 일제에 의해 죽은 조선인들을 기리기 위해 세워진 석상이 존재했다. 석상 앞에는 SCP-533-KO와 같은 재질로 만들어진 돌멩이 하나가 놓여 있었다.







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