SCP-8540
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+KuaiLe&display=swap');
 
@import url(https://fonts.googleapis.com/earlyaccess/jejuhallasan.css);
@font-face {
    font-family: 'GowunBatang-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 
/* 배경 */
 
div#container-wrap {
  background: url(https://scpko.wdfiles.com/local--files/theme%3Afogwalker/bg.jpg) 65% top no-repeat;
  background-color: #DBDBDB;
}
 
/* 헤더 */
 
#header {
  background: transparent;
}
 
#header h1, #header h2 {
  margin-left: 0;
}
 
#header h1 a {
  color: transparent;
  font-size: 180% !important;
  font-family: /* 'Jeju Hallasan', */ 'ZCOOL KuaiLe', cursive;
  text-shadow: none;
}
 
#header h1 a::before {
  content: "雾津奇谭";
  color: #EEE;
  text-shadow: 3px 3px 5px #000;
  font-weight: 500;
}
 
#header h2 span {
  color: transparent;
  font-family: 'GowunBatang-Bold', Arial, sans-serif;
  font-size: 90%;
  text-shadow: none;
  margin: 5px 0 0 15px;
}
 
#header h2 span::before {
  content: "“从镇里延伸到海边的河堤...”";
  font-style: italic;
  color: #555;
}
 
/* 상단바 */
 
#top-bar a{
  color: #ABABAB;
  transition-duration: 0s;
}
 
#header:hover #top-bar a {
  color: #000;
  transition-duration: 0s;
}
 
#top-bar ul li ul {
  border: solid 1px #DBDBDB;
  box-shadow: none;
}
 
#top-bar ul li.sfhover a, #top-bar ul li:hover a {
  background: #DBDBDB;
  color: #555 !important;
}
 
#top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a {
  border-top: 1px solid #DBDBDB;
}
 
#top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover {
  background: #CBCBCB;
}
 
#top-bar ul li ul a, #top-bar a:hover, .c_topbar_arrow {
  color: #555;
}
 
#top-bar ul li ul li ul {
  border: none;
}
 
#search-top-box-input {
  display: none;
}
 
#search-top-box-form input[type=submit] {
  border: transparent;
  color: #000;
  background: none !important;
  background-color: transparent;
}
 
/* 검색기 및 로그인 정보 */
 
#search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus {
  border: solid 0.5px #000;
  color: #000;
  background: none !important;
  background-color: transparent;
}
 
#login-status, #login-status a, #login-status ul a {
  color: #000;
  text-decoration: none;
}
 
#account-options {
  background-color: #DBDBDB;
  border: none;
  transition-duration: 0.5s;
}
 
#account-options li:hover {
  background-color: #CBCBCB;
  transition-duration: 0.5s;
}
 
/* 사이드바 */
 
#side-bar .side-block {
  background: transparent !important;
  box-shadow: none;
  border: none;
}
 
#side-bar, #side-bar .heading, #side-bar a, #side-bar a:visited, #side-bar a::after {
  color: #ABABAB !important;
  transition-duration: 0.5s
}
 
#side-bar:hover,
#side-bar:hover .heading,
#side-bar:hover a,
#side-bar:hover a:visited,
#side-bar:hover a::after{
  color: #000 !important;
  transition-duration: 0.5s
}
 
#side-bar a { text-decoration: none; }
#side-bar a:hover { text-decoration: underline; }
 
#side-bar .heading,
#side-bar .collapsible-block-folded,
#side-bar .collapsible-block-unfolded,
#side-bar .collapsible-block-unfolded-link
{
  border-color: #ABABAB;
}
 
#side-bar img,
#side-bar div.scpnet-interwiki-wrapper {
  filter: grayscale(100%);
  opacity: 50%;
  transition-duration: 0.5s;
}
 
#side-bar:hover img,
#side-bar:hover div.scpnet-interwiki-wrapper {
  opacity: 100%;
  transition-duration: 0.5s;
}
 
/* 스크롤바 */
 
:root {
  scrollbar-color: #CBCBCB #DBDBDB;
}
 
body {
  overflow-x: hidden;
}
 
body::-webkit-scrollbar {
  width: 15px;
}
 
body::-webkit-scrollbar-thumb {
  background: #CBCBCB;
}
 
body::-webkit-scrollbar-track {
  background: #DBDBDB;
}
 
/* 평가 모듈 */
 
.page-rate-widget-box .rate-points,
.page-rate-widget-box .cancel,
.rate-box-with-credit-button {
  background-color: #CBCBCB !important;
  border: solid 1px #CBCBCB;
  color: #000;
}
 
.page-rate-widget-box .rateup, .page-rate-widget-box .ratedown {
  background-color: #DBDBDB;
  border-top: solid 1px #CBCBCB;
  border-bottom: solid 1px #CBCBCB;
}
 
.page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a {
  color: #000;
}
 
.page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover {
  background: #CBCBCB;
  color: #000;
}
 
.page-rate-widget-box .cancel a,
.rate-box-with-credit-button .creditButton p a {
  color: #000;
}
 
.page-rate-widget-box .cancel a:hover {
  background: #DBDBDB;
  color: #000;
}
 
.rate-box-with-credit-button .creditButton p a:hover {
  color: #EEE;
}
 
.rate-box-with-credit-button {
  box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
 
/* 본문 - 제목 */
 
#page-title, .meta-title {
  color: #000;
  font-family: /* 'Jeju Hallasan', */ 'ZCOOL KuaiLe', cursive;
  text-align: center;
}
 
h1 {
  color: #000;
  font-family: /* 'Jeju Hallasan', */ 'ZCOOL KuaiLe', cursive;
}
 
/* 본문 - 링크 */
 
a { color: #000; }
a:visited { color: #555; }
a.newpage { color: #ABABAB; }
#breadcrumbs { color: #999; }
#breadcrumbs a, #breadcrumbs a:visited { color: #999; text-decoration: none; }
 
a, #page-content a:visited, #page-content a.newpage {
  text-decoration: underline #ABABAB;
  transition-duration: 0.5s;
}
 
a:hover {
  color: #000;
  text-decoration: underline #000;
  transition-duration: 0.5s;
}
 
/* 본문 - 인용구와 탭 */
 
blockquote, div.blockquote {
  border-color: transparent;
  background: rgba(180, 180, 180, 0.25);
}
 
.yui-navset .yui-content{
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  border-bottom: solid 1px #555;
}
 
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
  background: #EBEBEB url(none) repeat-x;
  border: 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: #555; /* selected tab background */
  color: #EEE;
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
  background: #DBDBDB;
  text-decoration: none;
}
 
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
  border-color: #555;
}
 
/* 모바일 */
 
@media (max-width: 767px) {
  #side-bar {
    background: #DBDBDB;
  }
  #side-bar .side-block {
    background: #DBDBDB !important;
  }
  #side-bar, #side-bar .heading, #side-bar a, #side-bar a:visited, #side-bar a::after {
    color: #000 !important;
  }
 
  #top-bar .open-menu a {
    filter: opacity(50%);
    text-decoration: none;
  }
}
 
@media (min-width: 1921px) {
div#container-wrap {
  background-position: center top;
}
}
div#container-wrap {
  background-image: url(https://scpko.wdfiles.com/local--files/theme%3Afogwalker/bg_d.png);
  background-color: #525252;
}
 
#header h2 span::before {
  color: #DEDEDE;
}
 
#top-bar a,
#header:hover #top-bar > .top-bar > ul > li > a {
  color: #DEDEDE;
  transition-duration: 0s;
}
 
:root {
  scrollbar-color: #767676 #525252;
}
 
body::-webkit-scrollbar-thumb {
  background: #767676;
}
 
body::-webkit-scrollbar-track {
  background: #525252;
}
 
#page-title, .meta-title, #page-options-container, #action-area, #license-area,
#page-content, h1, h2, h3, h4, h5, h6 {
  color: #DEDEDE;
}
 
.scp-image-block .scp-image-caption > p,
.modalbox, .modalbox h2 {
  color: #525252;
}
 
a { color: #ABABAB; }
a:visited { color: #ABABAB; }
a.newpage { color: #EDEDED; }
 
a, #page-content a:visited, #page-content a.newpage {
  text-decoration: underline #ABABAB;
  transition-duration: 0.5s;
}
 
a:hover {
  color: #9A9A9A;
  text-decoration: underline #9A9A9A;
}
 
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
  background: #555 url(none) repeat-x;
  color:#EEE;
}
 
.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: #EBEBEB;
  color: #000;
}
 
@media (min-width: 768px) {
#side-bar, #side-bar .heading, #side-bar a, #side-bar a:visited, #side-bar a::after {
  color: #767676 !important;
  transition-duration: 0.5s
}
 
#side-bar:hover,
#side-bar:hover .heading,
#side-bar:hover a,
#side-bar:hover a:visited,
#side-bar:hover a::after{
  color: #DEDEDE !important;
  transition-duration: 0.5s
}
}
 
@media (min-width: 1921px) {
div#container-wrap {
  background-position: center top;
}
}

雾津镇是真实存在的,我曾去过那里一次。不,它并非人们通常以为的、我用来作为素材描绘雾津之美的故乡顺天。

雾津是这世上的一颗璀璨璞玉。我和无数在我之前到访此地的人一样,曾站在雾津坚实的土地上,欣赏着这个地方深藏不露的魅力,聆听着那隐隐约约的节奏,宛如小镇自身的心跳。那短暂的时刻深深烙印在我心中,使我得以将这一切娓娓道来,编织成这篇佳作,让每个人都能以一种温柔却持久的方式去品味,仿佛置身于一个永不消逝、永不褪色的梦幻之境。

雾津一直都在那里,被如雪的雾气笼罩着,宛如你前世记忆中一处始终等待你探访的地方。远处隐隐约约的山峦,被那些残缺不全的记忆所覆盖。小桥分隔着那些奇异闪烁的树丛,溪流潺潺,静静流淌。穿过雾气,你不仅抵达了一片新的土地,更回到了你灵魂深处那个曾爱过、哭过、惧过、痛过,并在那陌生云朵下许下诺言的地方。

别担心找不到去那里的路——只要你的心中充满了前往雾津的渴望,雾津就会永远欢迎你。你可以搭乘公交车,搭乘沿途偶遇的顺风车,或者只是迈着那双磨破、生茧、甚至渗出血丝的双脚,走上几百步、几千步,你终会抵达雾津。你一定会的。

当你踏入雾津,你会看清自己。而当你离开雾津,你的生命便会遗失一部分自我。

——摘自作家K███ ███向基金会所作的陈述。

访问当前文档:SCP-8540

项目编号:SCP-8540 等级5
项目等级:进行中Euclid 最高机密
mujin.jpg

SCP-8540,从外部拍摄


特殊收容措施:


鉴于SCP-8540目前的状况,收容措施的重点在于限制有关该异常的信息在社交媒体、主流媒体以及相关新闻界的传播。

在撰写本文时,Site-64K是SCP-8540的主要收容设施。任何针对SCP-8540的研究或访问请求都必须获得站点主管的批准。

此外,基金会目前针对SCP-8540所采取行动的主要焦点是阐明其本质以及其中发生的异常事件。


描述:


SCP-8540是基金会数据库中一个被标记为Nx-64的实体的代号,该实体亦被称为雾津市(무진,发音为Mujin),位于韩国全罗南道。目前,SCP-8540的真实性质或起源尚不清楚,但根据一些理论,该异常现象被认为是一种具有基础现实重构特性的“被动型”噬信体变体,其重构依据是K███ ███于1964年所著的《雾津纪行》(무진기행)。

来自Site-64K的初步报告显示,该区域估计面积在600至800平方公里之间,通过从丽水到顺天1的区域边界进行空中侦察进行了调查。该区域的人口数量尚不清楚。住宅建筑似乎遵循传统的韩屋或瓦房建筑风格。这些特征因EVE水平异常波动而持续变化,EVE水平自2018年初开始出现不可预测的升降。尽管发生了这些变化,SCP-8540仍保留其核心异常特征:一种浓密、异常洁白的雾气,昼夜不散,严重限制了能见度2,现称为SCP-8540-1。

在SCP-8540内部生活和工作的人员已被确定为基本无异常,因此初步得出结论:SCP-8540-1对人类生命不构成威胁。

SCP-8540的另一个显著特点是,在了解到与该异常现象相关的“雾津”概念或名称后,会对居住在受影响区域外的个体产生持续的异常影响。受影响的个体在接触到有关SCP-8540的信息后,似乎会受到一种认知危害性模因传播的影响3


附录A:相关人士


在2018年的事件发生之前,SCP-8540——一个被称为“雾津”的实体——似乎曾被视为一个相对“正常”的区域,并且广为公众所知。在此期间记录到的唯一异常现象是雾津地区内持续存在的雾气,因此基金会采用了“枢纽互动程序”,并利用虚假的科学报告来解释SCP-8540的存在,同时不威胁到“帷幕”。

2017年末,当基金会仍受SCP-8540影响时,雾津地区似乎发生了一些不寻常的变化,促使O5议会部署人员前往调查。这些人员中包括一位名叫尹熙贞的个体,她是Site-██K的主管。再次,SCP-8540的异常性质导致基金会,特别是韩国分部,未能识别出主管尹熙贞与《雾津纪行》作品中同名角色在姓名和背景上的相似性。

这种现象在研究员朴浩英和主管赵敏锡身上也持续出现,直到2018年初SCP-8540的影响被正式发现。基金会认识到这一事件是雾津地区异常性质减弱的后果,决定派遣研究员河仁淑前往验证他们关于这个超自然地点的理论。

案例01


案例02


案例03


案例04


附录B:数据与理论


以下是在对上述四起案例进行监控和审讯过程中收集到的数据。值得注意的是,所有四名人员在得知自己被分配到雾津地区工作时都表现出了不满的迹象。

实例 在雾津产生的影响 结果
尹熙贞 人员和Site-64K主管突然回忆起两人曾是亲密好友。 人员自行离开了该区域。
朴浩英 人员看到一个与他过去恋人特征相似的女孩。 该人员不得不由一支外勤小组护送回设施。
赵敏锡 该人员认为自己已经成为基金会数据库中未记录的一处设施的主管。 该人员于一起事故中死亡。
河仁淑 该人员回忆起自己曾看到一个“迷雾信使”以及多个类似阴影的实体,这些实体唤起了她过去的个人记忆。 人员自行离开了该区域。

随着上述案例的推进,四名人员对“雾津”的态度发生了显著变化——从尹的不满转变为后悔,朴的渴望,赵的绝望,以及河的依恋。SCP-8540的异常活动也有所减弱并趋于稳定,这使得基金会研究人员提出了以下理论:

  • “雾津”是一个突然出现的噬信体实体,以人类意识为主导的异常地点形态存在。它通过K███ ███在《雾津纪行》中的描述,让我们相信其存在是自然的,并形成了特定的结构。这部作品中的四位主要角色也成为了随机分配给进入“雾津”之人的角色原型。通过与SCP基金会的长期接触,这些原型开始与基金会本身产生某种联系。由于其异常的雾气,“雾津”在基金会的数据库中被指定为“Nx-64”。
  • 随着时间的推移,“Nx-64”中的异常现象日益显现,促使基金会派遣人员进行调查。其中,四名关键人员(尹、朴、赵、河)的存在似乎抑制了“雾津”的异常性质,直到2018年基金会确认该地区异常出现及其影响。“Nx-64”随后被重新指定为SCP-8540。
  • 通过实地调查,SCP-8540已稳定至安全水平,因此将被视为一个存在典型频率异常现象的正常地点。然而,为防止任何潜在问题,SCP-8540将继续由SCP基金会、全球超自然联盟国家超常防灾院共同监管。

结论


基于从这四名个体处获得的回忆录、文件及信息,基金会已针对SCP-8540提出以下行动方案。

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License