SCP-854-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: "제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,
#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;
}

—]

Login:qlcdl_emfwl_dksgsms_toqurrlf_Ekfk
KRSE█-Site-21K 데이터베이스 접근 권한 확인 중…

SCiPNET 계정 인증 완료
성명: 주현영
소속: 제21K기지
보안 인가: 3
Triveland.aic gen_4 ver 1.8.2 now ready

SCiPNET DATABASE에 접속하신 것을 환영합니다.

귀하의 로그는 모두 기록으로 남습니다. 검색어를 입력하십시오.

!search 변칙-개체-항목 #AO-08C854

(1)개 항목이 검색되었습니다.

물체 설명: ████치킨의 배달용 종이 상자. 열었을 때 해당 브랜드의 치킨이 나타남.
회수 날짜: 2008/11/12
회수 장소: 경기도 부천시
현 상태: ██기지 휴게실에 비치됨. 간단한 절차를 거친 후 이용 가능함.
메모: 치킨무는 안 나오니까 그만 좀 물어보세요. - 주현영 연구원

본 항목은 SCP-854-KO로 재분류되었습니다. 이동하시겠습니까?

Yes


특수 격리 절차: SCP-854-KO는 표준 소형 격리함에 닫힌 상태로 보관한다. 실험을 위해서는 3등급 인원의 인가가 필요하다. 사적인 목적으로 SCP-854-KO를 사용하는 것은 금지된다.

SCP-854-KO-1은 재단 요원이 인수했다. 실험으로 인해 발생한 손실은 재단 예산으로 보충하고, 폐업을 막기 위한 꾸준한 관리감독이 이루어진다.

설명: SCP-854-KO는 치킨 프랜차이즈 페리카나의 배달용 종이 상자다. 닫힌 상태의 SCP-854-KO를 열었을 때 특정한 치킨 프랜차이즈 매장1에서 판매하는 치킨 한 마리가 복제되어 나타난다. 치킨의 종류는 SCP-854-KO-1에서 판매하는 것과 동일하다.

SCP-854-KO에서 치킨이 복제된 후 하루 안에, SCP-854-KO-1은 복제된 분량과 동등한 금전적 손실을 입는다. 이 과정은 외형상 비변칙적인 실수나 사고의 형식으로 발생한다. SCP-854-KO의 활성화로 인해 SCP-854-KO-1에서 발생한 현상은 다음과 같다.

  • 오토바이 사고로 인해 배달 중이던 치킨이 파손된다.
  • 배달 중이던 치킨이 더 저렴한 다른 품목으로 변화함. 명백한 변칙 현상임에도 당사자는 이를 단순한 배달 사고로 인식했다.
  • 정전으로 인해 재료가 변질됨.
  • SCP-854-KO-1이 피치 못할 사정으로 휴업함.
  • SCP-854-KO-1의 주변에서 치킨 소비량이 유의미하게 감소함.
  • 복제된 것과 같은 분량의 재료가 사라짐. 보통 SCP-854-KO-1의 구성원 간 관계 악화로 이어졌는데, 변칙성의 영향 여부는 불명이다.

SCP-854-KO-1이 폐업할 경우 서울-경기권에 위치한 다른 치킨 매장이 SCP-854-KO-1로 변화한다. 새로운 SCP-854-KO는 이전 점포와 같거나 유사한 프랜차이즈 중, 재정 상태가 나쁜 점포가 선택되는 것으로 보인다.

SCP-854-KO는 2008년 경기도 부천시에서 발견되었다. 발견 후 대상은 변칙 개체로 등록되었으며, 2010년 초까지 직원 복지 목적으로 제04K기지 휴게실에 비치되어 활발히 사용되었다.

2010년 제21K기지가 설립된 직후 각 기지가 보유 중인 변칙개체 중 추가적인 연구가 필요한 개체를 선별하는 작업이 이루어졌다. 이 과정에서 기동특무부대 요타-98 "야쿠르트 아주머니"가 경기도 지역의 치킨 프랜차이즈 매장에서 파악한 이상징후와 SCP-854-KO 간의 연관성이 확인되었다.

SCP-854-KO는 추가적인 변칙성이 판별된 직후 제21K기지로 이관되었으며, 변칙개체에서 SCP 항목으로 재지정되었다. 이후 실험을 통해 현재의 SCP-854-KO-1이 확인되었고, 개정된 격리 절차가 시행되었다.

조사 결과에 의하면 2008~2010년 중 SCP-854-KO의 영향으로 폐업한 점포는 최소 8곳으로 보인다. 연구 목적으로 해당 점포의 점주들에게 연락을 시도했는데, 이 중 연락이 가능했던 점주는 5명뿐이었으며 나머지는 현재까지 소재가 파악되지 않고 있다.

현재까지 파악된 SCP-854-KO에 의한 피해액은 약 8억 6천만원에 달한다. 파악되지 않은 피해 규모는 이보다 클 것으로 보인다.


!close

!edit 변칙-개체-항목 #AO-08C854

!preview

참고: 아래 내용은 미리보기입니다. 저장하지 않을 시 당신은 수정한 부분을 잃게 됩니다.
삭제한 내용은 분홍색으로 표시됩니다. 추가한 내용은 하늘색으로 표시됩니다.

물체 설명: ████치킨의 배달용 종이 상자. 열었을 때 해당 브랜드의 치킨이 나타남.
회수 날짜: 2008/11/12
회수 장소: 경기도 부천시
현 상태: ██기지 휴게실에 비치됨. 간단한 절차를 거친 후 이용 가능함.
메모: 치킨무는 안 나오니까 그만 좀 물어보세요. - 주현영███ 연구원

!save

저장 중입니다…
저장되었습니다!

!logout

Logout

Bye……… Until next time




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