@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'); /* 최종책임자 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(https://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; clip-path: polygon(0 0, 0 206px, 100% 206px, 100% 0); } #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(https://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_SCP.png); animation: cont-spin 40s linear infinite; } #header #header-extra-div-3 { position: absolute; top: -69px; left: 0; right: 0; height: 300px; background: url(https://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_KO.png) center no-repeat; background-size: 260px; z-index: -1; pointer-events: none; } #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, #login-status .login-status-sign-in { 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(https://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(https://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(https://scpko.wdfiles.com/local--files/thd-glasses-hub/scp_ko_bg.png) center/contain no-repeat; 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; } .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 h1 { font-size: 200%; } .margin { display: none; } .quotebox { box-sizing: border-box; width: 100%; padding: 0.5em 1em; } .inner { padding: 0.5em 1.5em 1.5em 1.5em; } }
다크 버전
:root { --hr: #A01; } div#container-wrap { background: #211 url(https://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/body_bg_2.png) top left repeat-x; } #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; }
—]
@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'); /* 최종책임자 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(https://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; clip-path: polygon(0 0, 0 206px, 100% 206px, 100% 0); } #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(https://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_SCP.png); animation: cont-spin 40s linear infinite; } #header #header-extra-div-3 { position: absolute; top: -69px; left: 0; right: 0; height: 300px; background: url(https://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_KO.png) center no-repeat; background-size: 260px; z-index: -1; pointer-events: none; } #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: "제02K기지 내부 데이터베이스"; 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, #login-status .login-status-sign-in { 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(https://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(https://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(https://scpko.wdfiles.com/local--files/thd-glasses-hub/scp_ko_bg.png) center/contain no-repeat; 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; } .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 h1 { font-size: 200%; } .margin { display: none; } .quotebox { box-sizing: border-box; width: 100%; padding: 0.5em 1em; } .inner { padding: 0.5em 1.5em 1.5em 1.5em; } }
다크 버전
:root { --hr: #A01; } div#container-wrap { background: #211 url(https://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/body_bg_2.png) top left repeat-x; } #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-257-KO가 위치한 일대를 매입하고 경비 인원을 배치해 비인가 인원의 출입을 막는다. 적절한 역정보 유포를 통해 SCP-257-KO의 변칙성에 대한 내용이 민간에 알려지지 않도록 한다. 격리 구역에 접근하는 인원은 SCP-257-KO와의 직접 접촉에 각별히 주의해야 한다. SCP-257-KO를 파손하려 하거나, 현 위치에서 이동하려는 시도는 위험을 야기할 수 있으므로 즉시 제지되어야 한다.
고어(古語)를 구사할 줄 아는 인원을 활용해 주 1회 정보 수집 목적의 SCP-257-KO-A와의 면담을 진행한다.
설명: SCP-257-KO는 대한민국 울산광역시 울주군 범서읍 척과리에 위치해있는 인간 여성의 형상을 닮은 커다란 석재 조각상을 지칭한다. SCP-257-KO는 기원후 450년 경에 만들어진 것으로 추정되는데, 등 부위에 작은 날개 두 쌍이 붙어있는 것과 정수리와 눈 부위에 붉은 칠이 되어있는 점은 당시 기술 및 사회적 풍조를 보았을 때 특기할 만 하다.
SCP-257-KO에 접촉하려 하거나, 파괴하려는 시도는 어떤 이유로든 필히 실패하게 된다. 가령 구성 성분 분석을 위해 SCP-257-KO에 다가간 인원이 고통을 호소하며 기절하거나, 원거리 요격을 통한 파괴 실험이 갑작스러운 기상 악화로 불발되는 등 예정되지 않은 사건들이 발생해 실패한다.
SCP-257-KO-A는 SCP-257-KO의 인근에서 발견되는 심령 독립체다. 육안으로 모습을 드러내거나 실질적인 물리력을 행사할 수는 없으나 충분한 수준의 의식이 있고 257년 경의 고어(古語)를 통한 의사소통이 가능한 것이 확인되었다.
부록 257.1: 발견 기록
SCP-257-KO는 최초 발견된 이후 지금까지 문화적인 가치를 인정받고 대한민국 정부에 의해 보호되고 있었다. 다만 SCP-257-KO가 위치한 지반이 잦은 침수로 인해 매우 연약해진 것이 확인되고 문화재 보호 차원에서 이송하려던 와중 현장 인원들에 의해 변칙성이 확인되었다. 직후 재단 한국사령부에서 이를 확인하고 인계받았다.
부록 257.2: 면담 기록
면담 기록 #1
면담자: 강도균 현장 요원
피면담자: SCP-257-KO-A
서론: SCP-257-KO의 위치를 이동시키려는 실험을 진행하던 도중, 현장 요원이 SCP-257-KO-A와 최초로 조우함.
강도균 요원: 확인했습니다. 그러면 지금부터 옮겨보겠습니다.
SCP-257-KO-A: 그만두시오.
강도균 요원: 사령부? 지금 뭐라 말씀하셨습—
SCP-257-KO-A: 화를 입고 싶지 않다면 당장 그만두시오.
강도균 요원: (주위를 둘러보며) 여기 누구 있습니까? 지금은 출입이 통제되어 있을텐데..
SCP-257-KO-A: 나는 생자가 아니외다. 그대가 누구인지는 알 도리가 없으나, 이 석상을 옮기려는 짓만은 하지 말아주시오.
강도균 요원: 지금 말하시는 분은 누구십니까?
SCP-257-KO-A: 석상을 건드리지 말아주시오. 최근 들어 그대를 비롯한 많은 이들이 석상에 해를 가하려 했다가 큰 화를 입었다는 것을 알려주러 왔소.
강도균 요원: 저는 이 석상을 옮기러 왔습니다1. 조각상에 위해를 가하려고 하는 게 아니에요.
SCP-257-KO-A: 그만두시오.
강도균 요원: 실례가 되지 않는다면, 지금 말하고 계신 분은 이 석상과 무슨 관계가 있으신지 여쭤도 되겠습니까?
SCP-257-KO-A: (한동안 뜸을 들임) 이… 석상을… 만든 사람이오. 그러니 부디, 이 석상만큼은 건드리지 마시오.
강도균 요원: …선생님께서 이 석상을 만드셨다구요, 그러면 이 석상을 건드리지 못하도록 하는 것도 선생님이 하시는 겁니까?
SCP-257-KO-A: 엄밀히 말해 직접 하는 것은 아니지만 어느 정도는 내가 의도한 것이 맞소.
강도균 요원: 방금 말씀드렸다시피, 저는 석상을 부수려 하는 게 아닙니다. 이 주변 지대가 최근 비 때문에 많이 약해져 붕괴할 위험이 있거든요. 그러니 안전한 곳으로 석상을 옮기려고 할 뿐입니다만, 혹시 어르신께서 도움을 주실 수는—
SCP-257-KO-A: — 진실이렷다.
강도균 요원: 예?
SCP-257-KO-A: 거짓이 아니냐는 말이오. 혹여나 나를 꾀어내려는 거짓이었다면, 내 그대를—
강도균 요원: 아, 아니요! 주변 지대가 많이 연약해진 건 사실이고, 특히나 이 석상이 위치한 곳은 얼마 안가서 하중을 못 견디고 무너져내릴 겁니다. 제 이전에 온 사람들도 그걸 우려해서 석상을 옮기려 했을 뿐입니다.
(한동안 침묵이 이어짐)
SCP-257-KO-A: [번역 불가의 고어]
강도균 요원: 예? 뭐라고 하시는지..
SCP-257-KO-A: 고맙소.
비고: 이는 재단과 SCP-257-KO-A간에 이루어진 최초의 언어적 의사소통이었으며, 직후 SCP-257-KO의 격리 절차 개정 및 면담 인원 선출이 제안되었다.
면담 기록 #2
면담자: 강도균 현장 요원
피면담자: SCP-257-KO-A
서론: 최초 조우 이후 여러 차례 SCP-257-KO-A와의 면담을 시도하였음. 면담자에게는 필요한 만큼의 교육이 이루어짐.
강도균 요원: 어르신, 계십니까? 한 번 더 뵙고자 왔습니다.
(한동안 응답이 없음)
강도균 요원: 어르신? 석상과 관련해 이야기를 나누려 왔습니다. 오늘도 안 계신가요?
SCP-257-KO-A: 어찌 그리 하루도 빠짐 없이 오시는 게요, 그리고 어르신이라 부를 필요 없소. 그리 불릴 자격도 없는 놈이오.
강도균 요원: 괜찮으시다면 다른 이들을 불러 석상을 옮기려 하는데, 허락을 구하러 왔습니다.
SCP-257-KO-A: 내 뜻은 다르지 않소. 저 석상만큼은 건드리지 말아주시오. 설령 내가 허한다 한들 별안간 화를 입고 그만두게 될 것이오.
강도균 요원: 석상을 아끼셔서 그러시는 것 아닙니까? 저희가 거짓말을 하는 것은 아닙니다. 정말 무너질 위험이 있어서 석상을 보존하려고 안전한 곳에 옮기려는 것일 뿐입니다.
SCP-257-KO-A: 그래도 아니되오.
강도균 요원: 사리사욕 때문이 아니라, 그저 어르신께서 만드신 저 석상의 가치를 알고 있기에 하는 말입니다. 부디 옮길 수 있도록 도와주세요.
SCP-257-KO-A: …아까도 말하지 않았소, 내가 허한다 한들 저 석상에는 손 하나 댈 수 없을 것이오. 그리고 저 석상은 내가 직접 깎아내려 만든 것이 아니기에 함부로 허할 수 없소.
강도균 요원: 어르신께서 만든 것이라고 하시지 않으셨습니까?
SCP-257-KO-A: 저 석상이 누군가 조각하여 만든 것이 아니라는 의미요. 저 석상은 본디 사람이었으나, 어느 날 돌로 변해버렸을 뿐이오.
강도균 요원: 예? 그러면 선생님이 만드셨다는 말씀은…
SCP-257-KO-A: 나는 [번역 불가의 고어]… 육신은 바다 건너 어딘가에서 썩어문들어져 흙이 된 지 오래이나, 단지 속죄만을 위해 이 곳에 돌아와 스스로를 묶었소.
(잠시동안 침묵이 이어짐)
SCP-257-KO-A: 나 역시 그 사람이 어찌 돌이 되었는지는 모르나, 그 원인이 나에게 있다는 것만은 가슴 깊이 알고 있음에 한 말이었소.
강도균 요원: 저, 그렇다면 혹시 저 석상이 어떤 사람이었는지 아십니까? 물론 아주 오래 전 이야기이긴 하겠습니다만…
SCP-257-KO-A: …내 오랜 정인(情人)이외다.
강도균 요원: 예?
(직후 SCP-257-KO-A는 한동안 번역 불가의 고어를 읊다가 사라짐.)
비고: 인근 지역에서 내려오는 구전 전승과 SCP-257-KO간의 연관성이 제시되었다.
면담 기록 #3
면담자: 강도균 현장 요원
피면담자: SCP-257-KO-A
강도균 요원: 어르신, 오늘은 계십니까?
SCP-257-KO-A: …또 왔소, 더는 오지 않아도 괜찮으니 그저 가주시오.
강도균 요원: 이제 얼마 지나지 않아 큰 비가 쏟아져내린다고 하는데, 그 전에 석상을 옮겼으면 합니다. 저희가 가진 기술로는 석상에 작은 흠집 하나 내지 않고 다른 곳에 옮겨드릴 수 있습니다.
(침묵이 이어짐)
강도균 요원: 이미 상부에도 어느 정도 이야기가 된 상황입니다. 만약 저희가 못 미더워 그러신 거라면, 이 주변의 다른 곳으로도 옮겨드릴 수 있습니다. 아니면 보다 경치가 좋은 곳으로요. 어르신께서 도움을 주신다면 충분히 옮길 수 있으리라 생각합니다.
SCP-257-KO-A: 그만두시오. 전부 부질없는 짓이외다.
강도균 요원: 어르신, 부디—
SCP-257-KO-A: 나 역시 수백 번을 시도한 일이오. 그러나 한 번 가슴 속 한과 함께 돌이 되어 굳어버린 몸은 더 이상 옮길 수 없었소. 내 이런 모습이 된 까닭도 있겠으나… 그는 움직이지 않소. 그저 그 날, 이 곳에서… 온갖 한을 품고 굳었을 뿐이오.
강도균 요원: …정인이라 하셨죠. 무슨 일이 있었는지를 여쭈어도 되겠습니까?
SCP-257-KO-A: 이미 익히 알려졌을 이야기요. 이상한 이야기라고도 할 수 있겠지만, 그 옛날 내 아직 죽지 않았을 적에, 나는 한 아리따운 여인과 사랑에 빠진 적이 있소. 다만 조금 다른 것이, 등에서 붉고 흰 날개가 돋은 여인이었소. 다른 사람들에게는 이를 숨기었으나, 나와 있을 때만큼은…
(한동안 침묵이 이어짐)
SCP-257-KO-A: …이제는 그 모습도 기억이 나지 않소. 머리에 희미하게 남아있는 그 얼굴이, 그 모습이, 나를 부르며 짓던 미소가 자뭇 아름다웠다는 것 말고는 기억나는 것이 없소.
강도균 요원: 그래서 그 분께 무슨 일이 일어났나요?
SCP-257-KO-A: …나는 죽기 전 마립간께 명을 받았소. 바다 건너로 넘어가 나랏일을 하고 오라는 것이었는데, 퍽 오래 걸릴 듯 싶어 가족과 인사를 마치고 길을 떠나왔소. 그 때 이미 아이가 둘이었지.
(한동안 침묵이 이어짐)
SCP-257-KO-A: 그게 전부요… 그게 마지막이었소. 나는 바다 너머에서 말도 제대로 통하지 않는 것들에게 당하여 죽었소. 이제는 너무 오래된 일이오.
강도균 요원: 그렇다면 그 정인이라는 분은..
SCP-257-KO-A: 나도 그 영문을 모르오. 죽고 나서 혼백의 무리를 거슬러올라와 이 곳에 오니, 그저… 땅에 박힌 채 하나의 석상이 되어 굳어있었소. 내가 할 수 있는 일이라고는…
(한동안 침묵이 이어짐)
SCP-257-KO-A: 차라리 나를 잊었다면 좋았을 것을. 어찌 수백 년을 살았다는 이가 이런 모습으로 굳어졌는지… 무슨 한이 남아 그 날개를 잊고 돌이 되어 이렇게 굳어졌는지…
SCP-257-KO-A: 어린 아이들은 어찌 되었는지, 어찌 이렇게 되었는지, 하고픈 이야기가 많소만, 나는 아무것도 할 수 없었소. 부서지는 것도 다른 이의 손에 넘어가는 것도 원치 않으나, 그러나…
SCP-257-KO-A: 이제는, 이제는… [번역 불가의 고어], 그도 나도 쉴 때가 되었소.
부록 257.3: 무효화 기록
2021/5/23, SCP-257-KO가 위치한 지대가 잦은 침수로 약화되어 무너져내렸다. SCP-257-KO의 잔해는 회수되어 보관되었으며, 유클리드 등급에서 무효 등급으로 재지정되었다. 이 날 이후 SCP-257-KO-A는 더 이상 목격되지 않았다.