보고서 열람: 2923A00C14
@charset "utf-8";
@font-face {font-family: 'EBSHMJESaeronRA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/EBSHMJESaeronRA.woff') format('woff'); font-weight: normal; font-style: normal; }
 
/*
    대한민국 정부 CSS 테마
    [2020 Wikidot Theme]
    Edited by thd-glasses.
    Code adopted from JOICL hub theme created by kumer1090, with assistance from snoj.
    Code adopted from Minimal Theme created by stormbreath.
    Originally based on SCP Sigma 9 Theme created by Aelanna and Dr Devan.
    The NPES symbol, the NPES logo, and the rok-gov-small0.png file was created by thd-glasses and is licensed under CC-BY-SA 3.0.
*/
 
 :root {
     --header: url(http://scpko.wdfiles.com/local--files/theme%3Arok-gov-theme/npes-logo-small0.png) 20px 50px no-repeat;
     --title: "국가초상방재원";
     --subtitle: "National Paranormal Emergency Service";
}
 
/* COMMON */
 #content-wrap {
     min-height:1700px;
}
 
 h1, #page-title {
     color: #3F497F;
}
 
 #page-title {
     border-color: #3F497F;
}
 
 .enlarge{
     transition: .25s;
}
 
 .enlarge:hover{
     transform: scale(1.3);
     transition: .25s;
     transition-delay: .4s;
     z-index: 1000;
}
 
 table.wiki-content-table td {
     border-color: #D0D0EF;
     background-color: #FFF;
}
 
 table.wiki-content-table th {
     text-align: center;
     border-color: #D0D0EF;
     background-color: #D0D0EF;
     color: #4C5999;
}
 
 #page-content {
     min-height: 1540px !important;
}
 
/* links */
 
 a {
     color: #4C5999;
}
 
 #side-bar a:visited {
     color: #4C5999;
}
 
 a:visited {
     color: #4C5999;
}
 
 a.newpage {
     color: #9BA2C9;
}
 
 body {
     background: #FFFFFF;
     color: #000000;
}
 
 div#container-wrap {
     background: none;
}
 
/* HEADER */
 
 #header {
     background: var(--header);
}
 
 #search-top-box-input {
     border: solid 1px #AAA;
     color: #DDD;
     background-color: #FFF;
     box-shadow: none;
}
 
 #search-top-box-input:hover, #search-top-box-input:focus {
     border: solid 1px #AAA;
     color: #DDD;
     background-color: #EEE;
     box-shadow: none;
}
 
 #search-top-box-form input[type=submit] {
     border: transparent;
     color: #FFF;
     background-color: #3F497F;
     background: linear-gradient(to bottom, #4F5C9F,#313962);
     box-shadow: none;
}
 
 #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus {
     border: transparent;
     color: #EEE;
     background-color: #3F497F;
     background: linear-gradient(to bottom, #4F5C9F,#313962);
     box-shadow: none;
}
 
 #login-status {
     color: #000;
}
 
 #login-status a {
     color: #000;
}
 #login-status ul a {
     color: #000;
}
 
 #account-topbutton {
     background: #CCCCCC;
     color: #000;
}
 
 #header h1 a {
     padding: 88px 0 25px;
     color: transparent;
     font-family: 'EBSHMJESaeronRA', Arial, sans-serif;
     font-size: 170%;
     font-weight: 900;
     text-shadow: none;
     letter-spacing: -2px;
}
 
 #header h1 a::before {
     content: var(--title);
     color: #000;
     text-shadow: none;
}
 
 #header h2 span {
     padding-left: 2px;
     color: transparent;
     font-family: sans-serif, Arial;
     font-size: 120%;
     text-shadow: none;
     letter-spacing: -0.1px;
}
 
 #header h2 span::before {
     content: var(--subtitle);
     color: #444;
     text-shadow: none;
}
 
/* TOP MENU */
 #top-bar a {
     color: #fff;
}
 
 #top-bar {
     position: absolute;
     bottom: 0px;
     border-radius: 5px;
     background: url(http://scpko.wdfiles.com/local--files/theme%3Arok-gov-theme/body_bg_1.png) 0 0 no-repeat;
     border: transparent;
     height: auto;
     padding: 0;
     z-index: 20;
     font-size: 90%;
}
 
 #top-bar ul li ul {
     border-radius: 0 0 5px 5px;
     background-color: transparent;
     border: transparent;
     box-shadow: none;
}
 
 #top-bar ul {
     float: right;
     padding-right: : 5em;
}
 
 #top-bar ul li a {
     border-left: none;
     border-right: none;
}
 
 #top-bar ul li.sfhover a, #top-bar ul li:hover a {
     color: #3F497F;
     border-left: none;
     border-right: none;
}
 
/* SIDE MENU */
 #side-bar {
     background: #fff;
}
 
 #side-bar .side-block {
     border: solid 1px #3F497F;
     border-radius: 0px;
     background: #FFF !important;
     box-shadow: none !important;
}
 
 #side-bar .heading {
     padding-left: 5px;
     padding-top: 3px;
     height: 18px;
     color: #FFF;
     background-color: #3F497F;
     background-size: cover;
}
 
 #side-bar div.menu-item.inactive a {
     color: #3F497F;
}
 
 #side-bar div.menu-item .sub-text {
     color: #3F497F;
}
 
 #side-bar .collapsible-block-folded {
     background: none;
}
 
 #side-bar .collapsible-block-unfolded-link {
     border-bottom: solid 1px #3F497F;
}
 
 #side-bar .collapsible-block-unfolded-link .collapsible-block-link {
     color: #3F497F;
}
 
 #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
     color: #4F5C9F;
}
 
/* YUI-TABS */
 .yui-navset .yui-content{
     background-color: #FDFDFD;
     padding: 15px;
     font-size: 14px
}
 
 .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
    background:#FFF url(http://scpko.wdfiles.com/local--files/theme%3Arok-gov-theme/body_bg_0.png) repeat-x;
    border-top: solid #333 1px;
    border-left: solid #444 1px;
    border-right: solid #444 1px;
    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, #4F5C9F,#313962); /* selected tab background */
     border-top: solid #4F5C9F 1px;
     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: #313962;
}
 
/* Rating Module */
 .page-rate-widget-box{
     box-shadow: none;
}
 
 .page-rate-widget-box .rate-points {
     background-color: #3F497F !important;
     border: solid 1px #3F497F;
     color: #FFF;
}
 
 .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown {
     background-color: #B0B4CF;
     border-top: solid 1px #3F497F;
     border-bottom: solid 1px #3F497F;
}
 
 .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a {
     color: #3F497F;
}
 
 .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover {
     background: #3F497F;
     color: #B0B4CF;
}
 
 .page-rate-widget-box .cancel {
     background-color: #3F497F;
     border: solid 1px #3F497F;
}
 
 .page-rate-widget-box .cancel a {
     color: #FFF;
}
 
 .page-rate-widget-box .cancel a:hover {
     background-color: #B0B4CF;
     color: #3F497F;
}
 
/* Info Rating Module */
 
 .rate-box-with-credit-button {
     background-color: #3F497F !important;
     border: 1px solid #3F497F !important;
     border-radius: 5px !important;
     box-shadow: none !important;
}
 
 .rate-box-with-credit-button .creditButton p a {
     border-left-color: #3F497F !important;
     color: #FFF;
}
 
 .rate-box-with-credit-button .creditButton p a:hover {
     color: #B0B4CF;
}
 
 .rate-box-with-credit-button .page-rate-widget-box .cancel {
     border-radius: 0;
}
 
 .rate-box-with-credit-button .page-rate-widget-box .rate-points {
     border-left: 0;
}
 
#page-content .rate-box-with-credit-button .creditButton {
    background-color: #3F497F;
    border: solid 1px #3F497F;
    box-shadow: none;
}
 
/* Heritage Collection Rating Module */
 
 .heritage-rating-module {
     background-color: #3F497F;
     box-shadow: none;
}
 
/* Mobile Media Query */
 @media (max-width: 479px) {
     #header {
         background-position: 0 5.5em;
         background-size: 55px 55px;
    }
     #header h1 a {
         font-size: 100%;
    }
     #header h1, #header h2 {
         margin-left: 66px;
    }
     #header h2 span {
         letter-spacing: -1.5px;
    }
}
/* Small Mobile Media Query */
 @media (max-width: 385px) {
     #header {
         background-position: 5% 5.5em;
    }
     #header h1, #header h2 {
         margin-left: -webkit-calc(66px + 5%);
         margin-left: -moz-calc(66px + 5%);
         margin-left: calc(66px + 5%);
    }
     #header h2 span {
         letter-spacing: -1.5px;
    }
}
/* Note Media Query */
 @media (min-width: 480px) and (max-width: 580px) {
     #header {
         background-position: 0.5em 4.5em;
         background-size: 66px 66px;
    }
     #header h1 a {
         font-size: 120%;
    }
     #header h1, #header h2 {
         margin-left: 80px;
    }
}
/* Mini Tablet Media Query */
 @media (min-width: 581px) and (max-width: 767px) {
     #header {
         background-position: 1em 4em;
         background-size: 77px 77px;
    }
     #header h1 a {
         font-size: 140%;
    }
     #header h1, #header h2 {
         margin-left: 93px;
    }
}
/* Tablet Media Query */
 @media (min-width: 768px) and (max-width: 979px) {
     #header {
         background-size: 88px 88px;
    }
     #header h1 a {
         font-size: 160%;
    }
     #header h1, #header h2 {
         margin-left: 106px;
    }
}
 
/* Interwiki */
 #side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame {
     border: none;
     padding: 0;
     box-radius: 0px;
     box-shadow: none;
     background-color: #fff !important;
     -webkit-filter: hue-rotate(220deg) brightness(126%);
     filter: hue-rotate(220deg) brightness(126%);
}
 
 @media (max-width: 767px) {
     #side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame {
        background-color: transparent !important;
    }
}

요주의 단체 서식용 추가 코드

 :root {
     --margin-left: 15px;
}

 #page-title {
     display: none;
}

 .report{
     width:90%;
     margin-left: var(--margin-left);
     background:#fdfdfd;
     border:1px solid grey;
     padding: 15px;
     font-size:14px;

}

 .summary{
     width:90%;
     margin:auto;
     background:#fff;
     border:1px solid grey;
     padding: 0 15px 0 15px;
     font-size:15px;
}

 .yui-navset .yui-content{
     width: 90%;
     margin-left: var(--margin-left);
}

 .yui-navset .yui-nav,
 .yui-navset .yui-navset-top .yui-nav{
     width: 95%;
     border-color: transparent;
     border: solid 0px transparent;
     margin-left: var(--margin-left)
}

 ul {
     list-style-image: url(http://scpko.wdfiles.com/local--files/theme%3Arok-gov-theme/square.png);
     margin: 15px 0;
     padding: 0 5px 0 30px;
}

 ul ul, ol ul {
     list-style: square;
     margin: 15px 0;
     padding: 0 0 0 20px;
}

 ul ul ul, ol ul ul {
     list-style: circle;
}

/* Mobile Media Query */
 @media (max-width: 479px) {
     :root {
          --margin-left: 0px;
     }
}

보고서 열람

평가: +9+x

미상 C14호 사건


2 급 비 밀
S E C R E T

수사실 특이시신국
경감   바 이 든 명 현
P-████ (███-████)


탄소연대측정오류시신 수습에 대한 보고
2923. 5. 15.


1. 개요

  • 경북도내 다수의 민간 묘소의 이장 과정에서 미라가 발견되어 학계에 보고됨.
  • 부검 결과 특이 정황이 뚜렷하여 경찰에 신고 접수, 경찰로부터 수사실에 사건 인계.

2. 수사 동향

  • 해당 미라들의 방사성 탄소연대측정 결과 기원후 3200년대의 시신으로 측정됨.
  • 과학실 시간변칙국 및 재단 시간변칙부에 검토 요청, 시간적 특이 정황 없음.
  • 미라의 신원을 바탕으로 광범위한 수사를 실시.
  • 수사 결과 모두 2020년대 경산 화장품특화단지에서 영업하던 모 뷰티업체(현재 폐업)와 연결됨.

3. 잠정 결론

  • 이들은 모두 2023년부터 판매되었던 안티에이징 화장품을 이용한 것으로 확인됨.
  • 해당 제품은 2115년 단종되어 자료가 많지 않았으나, 대량의 방사성 탄소 동위원소 ¹⁴C를 투입하여 연대측정시 "젊어보이게" 해준다는 광고 카피를 발견함.
  • 이는 해당 미라들의 직접적인 사인이 되었을 가능성이 높음. 연대측정을 1200년이나 빗나가게 할 만큼의 방사성 동위원소를 투하했으니 당연한 결과.

4. 조치

  • 탄소연대측정법 이외의 방법들을 이용해 미라들이 정상적인 2020년대 사망자 시체임을 확인했음.
  • 뷰티 제품에 방사성 물질을 이용해 사용자를 사망에 이르게 한 악질적인 사건이나, 연루된 변칙성은 확인되지 않는 바 경찰에 사건을 환송함. 경찰은 공소시효 만료에 따라 본 사건을 내사종결함.


- 1 -


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