검문 실패
SCP-682-KO » 검문 실패
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); @supports(display: grid) { :root { /* S-CSS-P Integration */ /* If you're making a new CSS theme, please include the following three variables at minimum. */ --theme-base: "black-highlighter"; /* must be either "black-highlighter" or "sigma9" */ --theme-id: "SCP-Offices-theme"; /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */ --theme-name: "SCP Offices Theme"; /* set this to your theme's full name */ /* Typefaces */ --body-font: "JetBrains Mono", Recursive, Consolas, monaco, monospace; --header-font: var(--header-font); --title-font: var(--header-font); --mono-font: var(--header-font); --UI-font: var(--header-font); /* Standard Colors */ --white-monochrome: 238, 238, 216; --pale-gray-monochrome: 233, 231, 204; --light-gray-monochrome: 147, 147, 147; --gray-monochrome: 127, 127, 127; --dark-gray-monochrome: 101, 101, 101; --black-monochrome: 25, 20, 16; --bright-accent: 145, 179, 153; --medium-accent: 145, 179, 153; --dark-accent: 105, 133, 111; --swatch-text-general: var(--swatch-text-dark); --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:scp-offices-theme/scpoffices_logo.svg"); --background-gradient-color: 215, 215, 215; --background-gradient-distance: 40rem; /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--dark-accent); --hover-link-color: var(--dark-accent); --newpage-color: 221, 102, 17; } #container-wrap-wrap { background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), linear-gradient(to bottom, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-repeat: no-repeat; background-size: 100% var(--header-height-on-desktop), 100% var(--final-header-height-on-desktop); } a { --wght: 900; font-weight: 900; } #header h2 span::before { color: rgb(var(--bright-accent)); } #header h1 *, #top-bar *, #page-title * { will-change: opacity; transition: opacity 0.2s ease-in-out; } #header h1 a:hover::before, #header h1 a:hover::after, #top-bar a:hover, #page-title:hover, #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { -webkit-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } #side-bar .collapsible-block-unfolded { background: unset; } #side-bar div.menu-item a.collapsible-block-link, #side-bar .side-block>.collapsible-block a.collapsible-block-link { background: rgba(var(--medium-accent), 0.5); } #side-bar .close-menu::before { line-height: 0.85em !important; } #side-bar .heading p, #side-bar .collapsible-block .collapsible-block-link { color: rgb(var(--swatch-primary-darkest)) } #side-bar div.menu-item a, #side-bar div.menu-item .text { --wght: 900; font-weight: 900; } #side-bar div.menu-item a:hover, #side-bar div.menu-item a:active { -webkit-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; color: rgb(var(--swatch-text-tertiary-color)); } #side-bar div.menu-item a:focus-within { -webkit-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; color: rgb(var(--swatch-text-tertiary-color)); } .info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link { background: rgb(var(--bright-accent)) !important; } div[id*="page-options-bottom"] { --ui-wght: 600; --ui-hvr-wght: 600; font-size: calc(var(--base-font-size) * 0.75); } @media only screen and (max-width: 56.25rem) { #header { background-repeat: no-repeat, repeat; background-position: left calc(5vw + 5.5rem - 10.4rem) top calc(4% - var(--offset-from-page-top) / 2), top center; background-size: calc(8.75rem + var(--offset-from-page-top)), 100% var(--header-height-on-desktop); } } @-webkit-keyframes flicker { 0% { opacity: 1; } 5% { opacity: .9; } 6% { opacity: .8; } 11% { opacity: .4; } 11.25% { opacity: .6; } 11.5% { opacity: .4; } 18% { opacity: 1; } 18.5% { opacity: .9; } 22% { opacity: 1; } 38.5% { opacity: 1; } 39% { opacity: .8; } 42% { opacity: 1; } 60% { opacity: 1; } 60.5% { opacity: 0; } 62% { opacity: 0; } 63% { opacity: .2; } 63.25% { opacity: 0; } 65% { opacity: 1; } 73% { opacity: 1; } 75% { opacity: .8; } 79% { opacity: 1; } 100% { opacity: 1; } } @keyframes flicker { 0% { opacity: 1; } 5% { opacity: .9; } 6% { opacity: .8; } 11% { opacity: .4; } 11.25% { opacity: .6; } 11.5% { opacity: .4; } 18% { opacity: 1; } 18.5% { opacity: .9; } 22% { opacity: 1; } 38.5% { opacity: 1; } 39% { opacity: .8; } 42% { opacity: 1; } 60% { opacity: 1; } 60.5% { opacity: 0; } 62% { opacity: 0; } 63% { opacity: .2; } 63.25% { opacity: 0; } 65% { opacity: 1; } 73% { opacity: 1; } 75% { opacity: .8; } 79% { opacity: 1; } 100% { opacity: 1; } } }
@import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700'); @font-face { font-family: 'D2Coding'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/D2Coding.woff') format('woff'); font-weight: normal; font-style: normal; } @supports(--css: variables) { :root:lang(ko) { /* Header */ --header-title: "SCP 재단"; --header-subtitle: "확보, 격리, 보호"; /* Typefaces */ --body-font: 'IBM Plex Mono', 'D2Coding', monospace; --header-font: 'IBM Plex Mono', 'D2Coding', monospace; --title-font: 'IBM Plex Mono', 'D2Coding', monospace; --mono-font: 'IBM Plex Mono', 'D2Coding', monospace; } } /* Info module fix */ #page-content .rate-box-with-credit-button { background: linear-gradient(to bottom, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; } #page-content .rate-box-with-credit-button>.creditButton:hover { background: none; } #page-content .rate-box-with-credit-button>.creditButton>p>a:before { -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; } #page-content .rate-box-with-credit-button>.creditButton>p>a:hover:before { background: rgb(var(--white-monochrome)) !important; } textarea { font-family: var(--mono-font); } input#edit-page-title.text { font-family: var(--title-font); }
검문 실패!
아르투어-베너타-홀 규약에 의해, SCP-682-KO에 대한 정보는 오직 규약을 통해 선별된 인원에게만 주어집니다.
만일 귀하가 아르투어-베너타-홀 규약의 존재를 인지하지 못했다면, 중대한 데이터베이스 오류 또는 기밀의 부적절한 유출 상황에 속합니다. 이 경우 고의로 데이터베이스에 무단 침입하는지의 여부, 또는 재단의 기밀 유출 여부를 확인하기 위해 귀하를 즉시 억류하여 심문을 진행한 후, 규약에 따라 후속 처분을 진행할 것입니다.
만일 귀하가 아르투어-베너타-홀 규약의 대상자임에도 불구하고 규약의 준수 사항을 동의하지 않을 경우, 규약에 따라 말소 처분이 진행될 것입니다.
현재 규약 위반자가 위치한 장소는 검문 실패 직후 봉쇄되었으며, 경비 병력이 위반자 대응 절차를 실시하기 위해 이 장소로 신속하게 접근 중입니다. 절대로 저항하지 마시고, 모든 절차에 순응하십시오.
— SCP 재단 기록정보보안행정처
[[footnoteblock]]
댓글 보기