@import "compass/css3";
@font-face {
    font-family: 'SunBatang-Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/SunBatang-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Uiyeun';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105@1.1/Uiyeun.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
html, body {
  height: 100%;
  overflow: hidden;
}
.overflow_normal {
  overflow: auto !important;
}
body {
  -webkit-font-smoothing: antialiased;
}
.scene {
  height: 100%;
}
.scene.active .heading, .scene.active .scroll-down, .scene.active .click-blocks, .scene.active .pagination {
  opacity: 0;
  z-index: -100;
}
.scene.active .heading {
  transform: translateX(-50%) translateY(-50%) scale(0.5);
}
.scene.active .scroll-down {
  transform: rotate(-90deg) scale(0.5);
}
.scene.active .click-blocks {
  transform: rotate(-90deg) scale(0.5);
}
.scene.active .pagination {
  transform: translateX(-50%) translateY(-50%) scale(0.5);
}
.scene.active .img-cont.active {
  margin-top: -10vh !important;
  width: 50vw;
  height: 100vh;
  transition: margin 0.3s, width 0.3s, height 0.3s;
  z-index: 500;
}
.scene.active .img-cont.active.left {
  margin-left: -50vw;
}
.scene.active .img-cont.active.right {
  margin-left: 0;
}
.heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  font-size: 5vw;
  font-family: ptsans-bold;
  color: #ce2312;
  opacity: 0.7;
  transition: opacity 0.3s, transform 0.3s;
  will-change: opacity, transform;
}
h1 img {
  width: 250px;
}
/*.scroll-down {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform-origin: 0% 50%;
  transform: rotate(-90deg);
  font-family: pfs-regular;
  font-size: 1.3vmax;
  transition: opacity 0.3s, transform 0.3s;
  will-change: opacity, transform;
  z-index: 100;
}*/
.click-blocks {
  position: absolute;
  top: 25%;
  left: 50%;
  transform-origin: 0% 50%;
  transform: rotate(-90deg);
  font-family: TheJamsil5Bold;
  font-size: 1vmax;
  transition: opacity 0.3s, transform 0.3s, color 0.3s;
  will-change: opacity, transform;
  z-index: 100;
  padding-top: 2px;
  padding-bottom: 2px;
}
.pagination {
  position: absolute;
  left: 50%;
  top: 95%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.3s, transform 0.3s;
  will-change: opacity, transform;
  z-index: 100;
}
.page-names {
  position: absolute;
  bottom: 13%;
  left: 50%;
  z-index: 100;
  ext-align: center;
  margin-bottom: 1vh;
  font-size: 1.1vw;
  transform-origin: 0% 50%;
  transform: rotate(-90deg);
  font-family: TheJamsil5Bold;
  transition: opacity 0.3s, transform 0.3s;
  will-change: opacity, transform;
  text-align: center;
}
.page-names li {
  display: none;
  will-change: opacity;
  font-family: TheJamsil5Bold;
}
.page-names li.active {
  display: block;
}
.pagination .page-dots {
  text-align: center;
}
.pagination .page-dots li {
  margin: 0.3vw;
  float: left;
  cursor: pointer;
  color: #cfcfcf;
}
.pagination .page-dots li.active {
  color: #020202;
}
.img-cont {
  height: 80vh;
  width: 40vw;
  position: absolute;
  top: 10vh;
  left: 50%;
  background-size: cover;
  transition: margin 1s cubic-bezier(0.99, 0.1, 0.35, 1.2);
  will-change: margin;
  z-index: 10;
}
.img-cont.closing {
  transition: margin 0.3s, width 0.3s, height 0.3s;
}
.img-cont:not(.active) {
  cursor: pointer;
}
.img-cont:not(.active):hover ~ .click-blocks {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.img-cont.left {
  margin-left: calc(-40vw - 40px);
}
.img-cont.right {
  margin-left: 40px;
}
.img-cont.cont-1 {
  background: url('bg/01.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-2 {
  background: url('bg/02.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-3 {
  background: url('bg/03.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-4 {
  background: url('bg/04.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-5 {
  background: url('bg/05.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-6 {
  background: url('bg/06.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-7 {
  background: url('bg/07.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-8 {
  background: url('bg/08.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-9 {
  background: url('bg/09.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-10 {
  background: url('bg/10.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-11 {
  background: url('bg/11.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-12 {
  background: url('bg/12.jpg') 50% 50% no-repeat fixed;
}
.bg-12 {
  background: url('bg/12-alt.jpg') 50% 50% no-repeat fixed; 
}

.img-cont.cont-13 {
  background: url('bg/13.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-14 {
  background: url('bg/14.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-15 {
  background: url('bg/15.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-16 {
  background: url('bg/16.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-17 {
  background: url('bg/17.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-18 {
  background: url('bg/18.jpg') 50% 50% no-repeat fixed;
}
.img-cont.cont-19 {
  background: url('bg/19.jpg') 50% 50% no-repeat fixed;
}

.img-cont.cont-2.left {
  margin-top: -100vh;
}
.img-cont.cont-2.right {
  margin-top: 100vh;
}
.img-cont.cont-3.left {
  margin-top: -200vh;
}
.img-cont.cont-3.right {
  margin-top: 200vh;
}
.img-cont.cont-4.left {
  margin-top: -300vh;
}
.img-cont.cont-4.right {
  margin-top: 300vh;
}
.img-cont.cont-5.left {
  margin-top: -400vh;
}
.img-cont.cont-5.right {
  margin-top: 400vh;
}
.img-cont.cont-6.left {
  margin-top: -500vh;
}
.img-cont.cont-6.right {
  margin-top: 500vh;
}
.img-cont.cont-7.left {
  margin-top: -600vh;
}
.img-cont.cont-7.right {
  margin-top: 600vh;
}
.img-cont.cont-8.left {
  margin-top: -700vh;
}
.img-cont.cont-8.right {
  margin-top: 700vh;
}
.img-cont.cont-9.left {
  margin-top: -800vh;
}
.img-cont.cont-9.right {
  margin-top: 800vh;
}
.img-cont.cont-10.left {
  margin-top: -900vh;
}
.img-cont.cont-10.right {
  margin-top: 900vh;
}
.img-cont.cont-11.left {
  margin-top: -1000vh;
}
.img-cont.cont-11.right {
  margin-top: 1000vh;
}
.img-cont.cont-12.left {
  margin-top: -1100vh;
}
.img-cont.cont-12.right {
  margin-top: 1100vh;
}
.img-cont.cont-13.left {
  margin-top: -1200vh;
}
.img-cont.cont-13.right {
  margin-top: 1200vh;
}
.img-cont.cont-14.left {
  margin-top: -1300vh;
}
.img-cont.cont-14.right {
  margin-top: 1300vh;
}
.img-cont.cont-15.left {
  margin-top: -1400vh;
}
.img-cont.cont-15.right {
  margin-top: 1400vh;
}
.img-cont.cont-16.left {
  margin-top: -1500vh;
}
.img-cont.cont-16.right {
  margin-top: 1500vh;
}
.img-cont.cont-17.left {
  margin-top: -1600vh;
}
.img-cont.cont-17.right {
  margin-top: 1600vh;
}
.img-cont.cont-18.left {
  margin-top: -1700vh;
}
.img-cont.cont-18.right {
  margin-top: 1700vh;
}
.img-cont.cont-19.left {
  margin-top: -1800vh;
}
.img-cont.cont-19.right {
  margin-top: 1800vh;
}
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2000;
}
.content-wrapper {
  background: #f5f5f5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px 100px;
}
.wrapper-artwork {
  padding-left: 20px;
  padding-right: 20px;
}

.content.visible {
  opacity: 1;
}
.content.visible .title {
  transform: translateX(0);
}
.content.visible .content-text {
  transform: scale(1);
  opacity: 1;
}
.content.visible .close {
  transform: rotate(45deg);
}
.content .title {
  transition: transform 0.5s 0.1s;
  transform: translateX(-150%);
}
h2, h3, h4 {
  font-size: 30px;
  font-family: TheJamsil5Bold;
  text-align: center;
  color: #444;
}
h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
h4 {
  font-size: 12px;
  margin-bottom: 40px;
}
.ps_nickname {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
}
.content-text {
  font-family: SunBatang-Light;
  font-size: 14px;
  color: #222;
  transition: transform 0.5s 0.2s, opacity 0.3s 0.2s;
  transform-origin: 50% 80%;
  transform: scale(0.3);
  opacity: 0;
  line-height: 2.2;
  text-indent: 15px;
  margin-bottom: 14px;
}
 .content-text-noanim  {
    font-family: SunBatang-Light;
  font-size: 14px;
  color: #222;
   line-height: 2.2;
  text-indent: 15px;
  margin-bottom: 14px;
 }
.content-text-gothic, .inline-title {
  font-family: 'Noto Sans';
}
.inline-title {
  font-size: 21px;
  font-weight: 700;
}
.warning {
   font-family: 'Noto Sans';
   font-weight: 700;
   line-height: 1.1;
   text-indent: 0;
   margin-bottom: 30px;
}
.warning a {
  text-align: center;
}
.ps-text {
  font-family: Uiyeun;
  font-size: 21px;
  text-indent: 0;
  line-height: 1.6;
}
.content-artwork {
  width: 100%;
}
.content .close {
  position: sticky;
  bottom: -0.5rem;
  float: right;
  font-family: metropolis, sans-serif;
  font-size: 4rem;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  transform: rotate(45deg) translateY(-5rem);
  cursor: pointer;
  transition: transform 0.5s 0.3s cubic-bezier(0.45, 0.25, 0.7, 1.8), color 0.3s;
}
.content .close:hover {
  color: #FF524C;
}
.link_19 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.link_19 span:hover {
  background-color: #cceeee;
}


.c_f84922, .c_f84922_hover:hover {
  color: #f84922 !important;
}
.c_c60022, .c_c60022_hover:hover {
  color: #c60022 !important;
}
.c_00c7e5, .c_00c7e5_hover:hover {
  color: #00c7e5 !important;  
}
.c_c39a64, .c_c39a64_hover:hover {
  color: #c39a64 !important;
}
.c_00159c, .c_00159c_hover:hover {
  color: #00159c !important;
}
.c_f47a2b, .c_f47a2b_hover:hover {
  color: #f47a2b !important;
}
.c_00713e, .c_00713e_hover:hover {
  color: #00713e !important;
}
.c_009c8e, .c_009c8e_hover:hover, .c_009c8e a {
  color: #009c8e !important;
}
.c_e6c023, .c_e6c023_hover:hover {
  color: #e6c023 !important;
}
.c_fa2803, .c_fa2803_hover:hover {
  color: #fa2803 !important;
}
.c_5a33b2, .c_5a33b2_hover:hover {
  color: #5a33b2 !important;
}
.c_444, .c_444_hover:hover {
  color: #444 !important;
}

.check-out {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  right: 1rem;
  font-family: SunBatang-Light;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.bg-12 {
  padding: 2rem;
}

@media screen and (max-width: 780px) {
  .check-out {
    bottom: 0.2rem;
    right: 0.2rem;
    font-size: 9px;
  }
  .content, .bg-12 {
    padding: 1rem;
  }
  .content-wrapper {
    padding: 50px 20px 50px;
  }
  .wrapper-artwork {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .content-text, .content-text-noanim {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .ps-text {
    font-size: 18px;
  }
  h1 img {
    width: 150px;
  }
  .inline-title {
    font-size: 18px;
  }
}