#side-bar { /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-medium-color); --swatch-alternate-color: var(--swatch-menubg-light-color); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-dark-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===SIDE-BAR ELEMENTS=== */ /* ===SIDE-BAR GENERAL=== */ --sidebar-bg-color: var(--swatch-menubg-dark-color); --sidebar-resources-bg-color: 0,0,0,0; --sidebar-media-bg-color: 0,0,0,0; /* ===SIDEBLOCK MENU=== */ --sideblock-heading-border-color: var(--bright-accent); --sideblock-heading-bg-color: 0,0,0,0; /* Transparent */ --sideblock-heading-text-color: var(--swatch-text-tertiary-color); /* ===MENU-ITEMS=== */ --sidebar-border-color: var(--swatch-primary), 0.08; --sidebar-subtest-color: var(--swatch-text-tertiary-color); --sidebar-links-text: var(--swatch-text-tertiary-color); --sidebar-links-hover-bg-color: var(--bright-accent); --sidebar-links-hover-text-color: var(--swatch-text-tertiary-color); /* ===SIDEBAR COLLAPSIBLES=== */ /*Folded Colors */ --sidebar-collapsible-fld-link-bg: var(--swatch-primary), 0.25; --sidebar-collapsible-fld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-arrow-hover-color: var(--swatch-text-tertiary-color); /*Unfolded Colors */ --sidebar-collapsible-ufld-link-bg: var(--swatch-primary-darker), 0.25; --sidebar-collapsible-ufld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-arrow-hover-color: var(--swatch-text-tertiary-color); /* Unfolded Body Colors */ --sidebar-collapsible-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-link-hover-color: var(--swatch-text-tertiary-color); scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-secondary-color), 0.05); /* Track */ border-color: rgba(var(--swatch-secondary-color), 0.4); } /* Hover Scrollbar Behavior */ #side-bar:hover, #side-bar:active { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar:focus-within { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-color), 1); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-tertiary-color), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { background-color: rgba(var(--swatch-menubg-dark-color), 0); } #side-bar .side-block.media a:any-link { background: rgba(var(--swatch-menubg-light-color),0.75) !important; } #side-bar .side-block.media a::before { background: rgb(var(--social-color)); } #side-bar .side-block.media a img { filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color),0)); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a:hover img, #side-bar .side-block.media a:active img { filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } #side-bar .side-block.media a:focus-within img { filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } html:not(:lang(cn)) div.scpnet-interwiki-wrapper p::before { box-shadow: inherit; } #side-bar iframe.scpnet-interwiki-frame:not(:lang(cn)) { filter: invert(1); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::after { background-color: rgb(var(--swatch-menubg-dark-color)); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before { mix-blend-mode: lighten; }
<html> <head> </head> <body> <script type="text/javascript"> function sendStyle() { try { window.parent.window.interwikiFrame.bhlDark(); } catch(e) {} } sendStyle(); </script> </body> </html>
#side-bar { /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-medium-color); --swatch-alternate-color: var(--swatch-menubg-light-color); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-dark-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===SIDE-BAR ELEMENTS=== */ /* ===SIDE-BAR GENERAL=== */ --sidebar-bg-color: var(--swatch-menubg-dark-color); --sidebar-resources-bg-color: 0,0,0,0; --sidebar-media-bg-color: 0,0,0,0; /* ===SIDEBLOCK MENU=== */ --sideblock-heading-border-color: var(--bright-accent); --sideblock-heading-bg-color: 0,0,0,0; /* Transparent */ --sideblock-heading-text-color: var(--swatch-text-tertiary-color); /* ===MENU-ITEMS=== */ --sidebar-border-color: var(--swatch-primary), 0.08; --sidebar-subtest-color: var(--swatch-text-tertiary-color); --sidebar-links-text: var(--swatch-text-tertiary-color); --sidebar-links-hover-bg-color: var(--bright-accent); --sidebar-links-hover-text-color: var(--swatch-text-tertiary-color); /* ===SIDEBAR COLLAPSIBLES=== */ /*Folded Colors */ --sidebar-collapsible-fld-link-bg: var(--swatch-primary), 0.25; --sidebar-collapsible-fld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-arrow-hover-color: var(--swatch-text-tertiary-color); /*Unfolded Colors */ --sidebar-collapsible-ufld-link-bg: var(--swatch-primary-darker), 0.25; --sidebar-collapsible-ufld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-arrow-hover-color: var(--swatch-text-tertiary-color); /* Unfolded Body Colors */ --sidebar-collapsible-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-link-hover-color: var(--swatch-text-tertiary-color); scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-secondary-color), 0.05); /* Track */ border-color: rgba(var(--swatch-secondary-color), 0.4); } /* Hover Scrollbar Behavior */ #side-bar:hover, #side-bar:active { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar:focus-within { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-color), 1); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-tertiary-color), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { background-color: rgba(var(--swatch-menubg-dark-color), 0); } #side-bar .side-block.media a:any-link { background: rgba(var(--swatch-menubg-light-color),0.75) !important; } #side-bar .side-block.media a::before { background: rgb(var(--social-color)); } #side-bar .side-block.media a img { filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color),0)); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a:hover img, #side-bar .side-block.media a:active img { filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } #side-bar .side-block.media a:focus-within img { filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } html:not(:lang(cn)) div.scpnet-interwiki-wrapper p::before { box-shadow: inherit; } #side-bar iframe.scpnet-interwiki-frame:not(:lang(cn)) { filter: invert(1); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::after { background-color: rgb(var(--swatch-menubg-dark-color)); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before { mix-blend-mode: lighten; }
<html> <head> </head> <body> <script type="text/javascript"> function sendStyle() { try { window.parent.window.interwikiFrame.bhlDark(); } catch(e) {} } sendStyle(); </script> </body> </html>
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { white-space: nowrap; animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /*-----------------------------------*/ /*-----------------------------------*/ /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media screen and (prefers-reduced-motion: reduce) { div.anom-bar-container { --timeScale: 0!important; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); } to { opacity: 1; clip-path: inset(0); } } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem); } to { opacity: 1; transform: translateX(0); } } @keyframes expand2 { from { opacity: 0; width: 1%; } to { opacity: 1; width: calc(100% - 0.25rem); } } @keyframes fade { from { opacity: 0; } to { opacity: 1; } } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
|
|
| 담당 기지 | 기지 이사관 | 담당 특무부대 |
| KRSE██ Site-21K | 이강수 | MTF 람다-92 ("셔터 찬스") |
특수 격리 절차: 인터넷, 혹은 전단지 등등에서 발견되는 모든 SCP-607-KO-1을 기동특무부대 람다-92 ("셔터 찬스")가 삭제한다. 만약 해당 절차가 진행되기 전에 SCP-607-KO-1을 습득하고, 연락한 민간이 존재한다면 해당 인원을 추적, 해당 인원에게 SCP-607-KO-2가 찾아오기 전까지 구금 후 SCP-607-KO-2가 찾아온다면 시청각 장치를 이용한 기록을 시작한다. SCP-607-KO-2로 인한 변칙성의 발현이 종료되면 시술받은 인원은 기억 소거 처리 후 구금 해제한다.
설명: SCP-607-KO는 SCP-607-KO-1과 SCP-607-KO-2로 나누어진다. SCP-607-KO-1은 대한민국의 휴대전화 번호, 010-████-████으로 전단지나 인터넷 광고 따위에 무작위적으로 출현한다. 각종 기록을 통해 전단지의 경우에는 출력된 이후 SCP-607-KO-1이 덧쓰여진 것이고 인터넷 광고의 경우는 알려지지 않은 변칙의 개입인 것으로 확인되었다. 이러한 SCP-607-KO-1의 번호로 전화를 걸게 되면 수초 후에 20~30대 남성의 목소리로 '외과의사입니다. 어떤 일로 연락 주셨나요?'라는 음성이 들려온다. 그 후에 해당 음성은 전화한 대상이 원하는 시술, 시술할 날짜 및 시간 따위를 물어보고 '시술 당일에 지금 전화하고 있는 휴대폰을 소지한 채로 집에 있어주세요'라고 말한 후, 전화를 끊는다. 해당 음성이 물어본 것 이외의 질문을 할 경우에는 음성이 응답하지 않으며, 2분 이상 대답을 하지 않거나 계속해서 주제와 맞지 않는 질문을 하면 전화가 강제로 종료된다.
만약 SCP-607-KO-1과 전화했을 때 정한 날, 시간에 SCP-607-KO-1과 통화한 전화기를 소지한 채로 건물 내부1에 있다면 30대 남성 외과의사의 모습을 한 심령독립체인 SCP-607-KO-2가 출현한다. SCP-607-KO-2는 인근의 사람들에게 '[SCP-607-KO-1과 전화한 날]에 저에게 연락 주신 분 맞습니까?'라고 물으며 긍정의 표시를 하면 즉시 "시술"을 시작하고, 무응답 하거나 부정의 표시를 하면 인근 5m의 다른 사람에게 물으러 가거나 소멸한다.
어떠한 인간이 SCP-607-KO-2의 질문의 긍정의 표시를 나타낸다면, SCP-607-KO-2가 해당 대상의 신체 내부로 들어가 "시술"을 시작한다. 이 시술의 과정은 대개 지나칠 정도로 폭력적이며, 자주 변칙적인 것이 사용되기도 한다. 이때 사용되는 도구는 인간의 신체 조직이거나 기타 생물들의 것으로 대체된다. 시술은 마취 없이 진행되며 시술 도중에 시술로 인해 치명상을 입거나 사망하더라도, 어떠한 방식으로든 시술이 종료되면 다시 기존대로 복귀한다. 시술 종료 후 SCP-607-KO-2는 환자에게 시술이 종료됐다는 것을 알리고 소멸한다.
SCP-607-KO 실험 기록
D-8029에게 SCP-607-KO-1로 전화하게 한 다음, 시술 날짜를 전화한 때로부터 즉시로 설정한 실험이다. SCP-607-KO-2의 시술 도중에 이제까지는 목격되지 않았던 상당히 이례적인 것들이 많이 보고되어 본문에 수록되었다.
D-8029: [해독 불가] 그러니까 이렇게 있기만 하면 된다는-
(SCP-607-KO-2가 나타난다.)
SCP-607-KO-2: 어디 보자… 그러니까 당신이 아까 저에게 전화 걸었던 사람이 맞습니까?
D-8029: 다… 당신 누구요?
SCP-607-KO-2: 한 5분 전에 저에게 전화 주신 분이 맞습니까?
D-8029: 010-████-████, 이 번호 말하는건가?
SCP-607-KO-2: 오! 제대로 찾아왔군요. 그럼… (실험실에 배치된 침대를 가리키며) 저기에 누워 계시죠. 조만간 시작할겁니다.
SCP-607-KO-2: 그 뭐시냐, 원하는 게 뭐라구요? 암? 종양 제거?
D-8029: 난 잘 모르는데, 가장 간단한 게 뭐요?
SCP-607-KO-2: 잘 모르겠으면 대장내시경 같은건 어때요? 혹시 몰라요, 장 안에 뭐가 있을지.
D-8029: 말이 안 통하는군. 거기, 박사양반. 저 의사인지 하는 놈 말만 들으면 끝나는게 맞나?
(실험 책임자가 긍정의 표시를 나타낸다.)
D-8029: 그럼, 대장내시경 그걸로 해주십쇼.
SCP-607-KO-2: 알겠습니다. 그럼 시작 전에 미리 주의사항이 있다면 어떤 경우에도 당신의 신체는 멀쩡하게 돌아올 것이니 걱정말구요. 아프면 말로 말해주세요.
D-8029: 예, 예. 근데 내시경에서 저런 걸 따지는 게 맞나?
SCP-607-KO-2: (웃음) 그럼 시작하겠습니다.
(D-8029의 몸 속으로 SCP-607-KO-2가 들어간다.)
SCP-607-KO-2: 들리십니까?
D-8029: 뭐야, 내 몸에 들어간 거야?
SCP-607-KO-2: 그렇습니다. 원래 이렇게 하는 거니까 당황하지 마시구요. 기다릴 시간… 한 1분 정도만 줘보세요.
D-8029: 그러든가요.
(편집됨)
SCP-607-KO-2: 좋아. 준비 다 됐습니다. 이제 시작할 테니, 마음 단단히 잡으세요.
D-8029: 알겠-
(갑자기 D-8029의 복부가 부풀어오른다.)
D-8029: 어우, 잠깐만. 거기 의사양반. 갑자기 배가…
D-8029: 이런 미친.
SCP-607-KO-2: 아, 별거 아니니까 그냥 편하게 계시면 됩니다.
D-8029: 별거? 별거 아니라고? 지금 내 몸에 무슨 짓을 한 거야!
SCP-607-KO-2: 워워, 진정하세요. 끝나면 다시 원래로 돌아가니까. 그냥 간단하게 대장 안쪽에다가 발광 미생물을 붙이고, 대장 안에 눈을 여러 개 붙여드렸습니다. 아무래도 몸 주인이 자기 몸 직접 보는 게 나을 거 아니에요?
D-8029: (침묵) 끝나면 원래대로 돌아오는 거, 진짜인 거요?
SCP-607-KO-2: 당연하죠! 아무튼 이제 환자 분이… 직접 장 속을 둘러보면서 종기나 좀 이상한 게 보이면 저를 불러주시면 됩니다. 이 정도는 할 수 있죠?
D-8029: 예, 빨리 끝낼 수만 있으면.
SCP-607-KO-2: 좋아요. 이제까지 본 환자 중에서 가장 침착하고 똑똑한 분이네요. (웃음)
SCP-607-KO-2: 이제 아까 말씀 드린 대로만 하시면 됩니다. 지금 환자 분의 장 속에 있는 눈알들은 환자 분의 눈이니까 스스로 원하는 곳을 보게 할 수 있구요. 그리고 좀 더 가까이 가거나, 다른 곳을 보고 싶거나 하면 그렇게 하시면 됩니다. 눈알들이 달린 신경다발들은 한 길이 5m 정도는 될 테니까.
D-8029: 듣기 싫으니까 말하지 마세요.
SCP-607-KO-2: 하하.
D-8029: 어, 저기 앞에 조금 볼록한 거 있는데. 저게 뭡니까?
SCP-607-KO-2: 저건… 아무것도 아니네요. 넘어가시죠.
D-8029: 잠깐, 아까 그거 말고도 저 너머에 뭐 더 있는거 같은데… 잘 안 보입니다.
SCP-607-KO-2: 한번 가까이 가볼 수 있을까요?
D-8029: 아니, 거리 문제가 아니라 어두워요.
SCP-607-KO-2: 그런 거야 뭐, 간단하죠.
D-8029: (잠시 머뭇거리며) 아, 이제 좀 보이네. 그런데 저거 빛나는 건 대체 뭡니까?
SCP-607-KO-2: 아까 말했을걸요. 발광 박테리아라고.
D-8029: …
SCP-607-KO-2: 그런 것보다는, 아까 말하신 그건 보이십니까?
D-8029: 아주 잘 보입니다. 저게 뭔지나 말하쇼.
SCP-607-KO-2: 어어, 저건 진짠가 보네.
SCP-607-KO-2: 음… 아플 수 있으니까, 정신 꽉 차리세요.
D-8029: ㅇ-
D-8029: 아.
(D-8029가 16초 가량 괴로운 듯 울부짖는다.)
D-8029: (쿨럭거림) 아니 이 미친[누락됨]. 왜 대장을 뚫-2
SCP-607-KO-2: 아, 아직은 가만히 있으셔야 합니다. 아직 뚫린 상처를 안 매꿨어요.
D-8029: (고통을 참지 못하고 계속해서 몸을 이리저리 흔든다.)
SCP-607-KO-2: 아니, 움직이지 말라니까요?
(편집됨)
SCP-607-KO-2: 좋아, 환자분. 다 됐습니다.
(D-8029는 아무런 응답이 없다.)3
SCP-607-KO-2: 다 끝났다니까요.
SCP-607-KO-2: …어 이 씨발.
SCP-607-KO-2: 잠깐만, 환자분. 들리시면 말해보세요. 안 들려요?
SCP-607-KO-2: 저, 거기 창문 너머에 계신 분! AED 가져다주세요. 빨리요. 급해요.
(연구책임자가 부하직원을 시켜 자동심장충격기를 가져오게 한다.)
D-8029: (쿨럭거림. 실험 도중에 기록된 X-RAY 검사 결과, SCP-607-KO-2는 심장박동이 멈춘 D-8029의 심장박동을 다시 재개시키기 위해 심장 근처에 일종의 외부차원을 생성하여, 해당 외부차원에서 한 쌍의 손들을 심장 양 쪽에서 꺼내, 그 손들을 이용해 심장을 압박하면서 일종의 심폐소생술을 했다는 것이 확인되었다.)
SCP-607-KO-2: 환자분, 들리십니까?
D-8029: (웅얼거림)
SCP-607-KO-2: 예? 잘 들리지 않습니다.
D-8029: 이 씨발-
기록이 종료된 이후 2분 동안 해당 과정이 진행되었으며, 이 과정에서 D-8029는 계속해서 SCP-607-KO-2를 향해 언어적 모독을 하였다. 후에 SCP-607-KO-2는 소멸하였으며 D-8029는 강력한 불안장애를 호소하였기에 A급 기억 소거 처리를 받게 되었다. 실험 종료 후 정밀검사 결과, D-8029의 신체에는 어떠한 종양, 암이나 질병/기형의 흔적이 발견되지 않았다.







