@charset "UTF-8";
body {
  font-family: "Pretendard";
  background: #000;
}

/* sect-9 clip_2 이미지 높이 고정 */
.sect-9 .clips__wrap .clip_2 img {
  /* height: 750px; */
  /* object-fit: cover; */
}

.stickies {
  display: none;
}

/* WebKit 기반 브라우저 */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-corner {
  background: #222;
}

::-webkit-scrollbar-track {
  background: #333;
  border-left: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

::-webkit-scrollbar-thumb:active {
  background-color: #f00;
}

/* Firefox용 */
* {
  scrollbar-width: thin;
  scrollbar-color: #ccc #333;
}

@-webkit-keyframes x_rotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
  }
  30% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes x_rotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
  }
  30% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    height: 8px;
  }
  20% {
    opacity: 1;
    height: 8px;
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    height: 19px;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(19px);
            transform: translateY(19px);
    opacity: 0;
    height: 0;
  }
  81% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    height: 8px;
  }
  100% {
    opacity: 1;
    height: 8px;
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    height: 8px;
  }
  20% {
    opacity: 1;
    height: 8px;
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    height: 19px;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(19px);
            transform: translateY(19px);
    opacity: 0;
    height: 0;
  }
  81% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    height: 8px;
  }
  100% {
    opacity: 1;
    height: 8px;
  }
}
/* 스크롤 애니메이션 */
@-webkit-keyframes scrollani {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes scrollani {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.tx {
  will-change: opacity, transform;
}
.tx_slide-b {
  opacity: 0;
  -webkit-transform: translateY(1.0416666667vw);
          transform: translateY(1.0416666667vw);
}
.tx_slide-r {
  opacity: 0;
  -webkit-transform: translateX(1.0416666667vw);
          transform: translateX(1.0416666667vw);
}
.tx_slide-l {
  opacity: 0;
  -webkit-transform: translateX(-1.0416666667vw);
          transform: translateX(-1.0416666667vw);
}

.summary {
  text-align: center;
}
.summary header h2 {
  color: #fff;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2.7584375vw;
}
.summary header + p {
  margin-top: 1.3020833333vw;
}
.summary p {
  color: #fff;
  font-size: 1.3541666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 2.121875vw;
}

.comments {
  z-index: 2;
  position: absolute;
  background: #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.78125vw 2.0833333333vw 0.78125vw 0.78125vw;
  border-radius: 1.0416666667vw 1.0416666667vw 1.0416666667vw 0px;
  overflow: hidden;
}
.comments .cmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  min-width: 19.5833333333vw;
  gap: 0.9375vw;
}
.comments .cmt .cmt-msg {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s ease-in-out;
  transition: opacity 0.3s 0.6s ease-in-out;
}
.comments .cmt .picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #000;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 1.3020833333vw;
  overflow: hidden;
  background: url("/mo/imgs/profile.jpg") no-repeat 50% 50%;
  background-size: 2.6041666667vw 2.6041666667vw;
}
.comments .cmt .cmt-msg {
  padding-top: 0.2604166667vw;
}
.comments .cmt p {
  color: #000;
  font-size: 1.09375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5104166667vw;
  letter-spacing: -0.0546875vw;
}
.comments .cmt p.author {
  font-style: normal;
  font-size: 0.6770833333vw;
  line-height: 0.2604166667vw;
  font-weight: 400;
  letter-spacing: -0.0182291667vw;
  margin-bottom: 0.4166666667vw;
}
.comments .cmt p.author span,
.comments .cmt p.author em {
  font-style: normal;
}
.comments.expand {
  min-width: 8.8541666667vw;
  max-width: 41.6666666667vw;
  min-height: 4.3666666667vw;
  overflow: visible;
}
.comments.expand .cmt-msg {
  opacity: 1;
}

.clip img {
  width: 100%;
}
.clip video {
  width: 100%;
}

.clips__wrap.hasmaps .clip {
  position: absolute;
}

.txts__wrap.hasmaps .txt {
  position: absolute;
}

.tits__wrap.hasmaps .tit {
  position: absolute;
}

#intro {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}
#intro section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #000;
}
#intro section .container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#intro section video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  aspect-ratio: 1280/768;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}
#intro section .ctrls {
  padding: 5.2083333333vw 2.0833333333vw 5.2083333333vw 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          /* align-items: flex-end; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#intro section .ctrls button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border-radius: 1.9791666667vw;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15.4166666667vw;
  height: 3.6458333333vw;
  border: 0.0260416667vw solid rgba(255, 255, 255, 0.4);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  will-change: background-color, transform;
  color: #192838;
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


#intro section .ctrls button:active {
  background-color: #000;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
#intro section .ctrls button + p {
  margin-top: 2.7604166667vw;
}
#intro section .ctrls #enter {
  position: relative;
  bottom: 11.4583333333vw;
}
#intro section .ctrls #skip {
  position: relative;
  left: 270%;
  top: 0%;
  bottom: 11.4583333333vw;
}
#intro section .ctrls p {
  width: 100%;
  color: #FFF;
  font-size: 1.6633854167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  position: fixed;
  top: 1.5625vw;
  left: 0;
}
#intro section.intro01 {
  z-index: 20;
}
#intro.useable {
  visibility: visible;
  opacity: 1;
  -ms-touch-action: auto;
      touch-action: auto;
  pointer-events: auto;
}
#intro.full section video {
  -o-object-fit: cover;
     object-fit: cover;
}

.sound-guides {
  position: fixed;
  bottom: 4.85vw;
  left: 50%;
  width: 20.45vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.72);
  display: block;
  padding: 0.93vw 1.4725vw;
  border-radius: 1.085vw;
  z-index: 90;
}
.sound-guides p {
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.55vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

#skip {
  opacity: 0;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
  border: none !important;
  background: none !important;
  /* padding-left: 85%; */
  
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 0.2604166667vw;
  font-weight: 400 !important;
}
#skip.show {
  opacity: 1;
  -ms-touch-action: auto;
      touch-action: auto;
  pointer-events: auto;
}

.sect {
  position: relative;
  font-size: 0;
  z-index: 1;
}
.sect.sect-1 {
  background: #000;
  width: 100%;
  height: 60.5208333333vw;
}
.sect.sect-1 video {
  width: 100%;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1216/736;
  -o-object-fit: contain;
     object-fit: contain;
}
.sect.sect-1 .replay {
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.0833333333vw;
  opacity: 0;
  z-index: 2;
}
.sect.sect-1 .replay {
  width: 5vw;
  height: 5vw;
  font-size: 1.5625vw;
  border-radius: 2.5vw;
  background: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s 0s linear;
  transition: -webkit-transform 0.3s 0s linear;
  transition: transform 0.3s 0s linear;
  transition: transform 0.3s 0s linear, -webkit-transform 0.3s 0s linear;
  top: 50%;
  left: 50%;
  margin-left: -2.5vw;
  margin-top: -2.5vw;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.sect.sect-1 .scroll_cta {
  position: absolute;
  display: block;
  height: 8.8541666667vw;
  background: none;
  z-index: 10;
  left: 50%;
  bottom: 13.5416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sect.sect-1 .scroll_cta p {
  width: 2.1354166667vw;
  height: 3.4375vw;
  background: url("https://www.newturngroup.com/images/scroll.png") no-repeat 0 0;
  background-size: contain;
}
.sect.sect-1 .scroll_cta .border-grey {
  position: relative;
  height: 100%;
  width: 0.3125vw;
  background: #555;
  overflow: hidden;
}
.sect.sect-1 .scroll_cta .border {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: scrollani 1.8s linear;
          animation: scrollani 1.8s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.sect.sect-1::before {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.35) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s linear;
  transition: opacity 0.3s 0s linear;
  z-index: 2;
}
.sect.sect-1.ended .scroll_action,
.sect.sect-1.ended .replay, .sect.sect-1.ended::before {
  opacity: 1;
}
.sect.sect-1.ended .replay {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sect.sect-2 {
  overflow: hidden !important;
  background: #000 url("../imgs/w_s2_bg.jpg") no-repeat 50%;
  background-size: cover;
  min-height: 51.3541666667vw;
  height: 100vh;
}
.sect.sect-2 .clip {
  z-index: 2;
}
.sect.sect-2 .tit {
  z-index: 3;
}
.sect.sect-2 .tit {
  top: 50%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(2.0833333333vw);
          transform: translateY(2.0833333333vw);
  color: #fff;
  text-align: center;
  font-size: 6.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.sect.sect-2 .tit_1 {
  height: 4.5833333333vw;
  margin-top: -2.2916666667vw;
}
.sect.sect-2 .tit_2 {
  height: 9.1666666667vw;
  margin-top: -4.5833333333vw;
}
.sect.sect-2 .clip {
  top: 50%;
  margin-top: -18.75vw;
  width: 37.5vw;
}
.sect.sect-2 .clip video {
  width: 100%;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  aspect-ratio: 1/1;
}
.sect.sect-2 .clip_2 {
  -webkit-transform: scale(2) translateX(-16.6666666667vw) translateY(18.2291666667vw);
          transform: scale(2) translateX(-16.6666666667vw) translateY(18.2291666667vw);
}
.sect.sect-3 {
  background: #1F2E41;
  position: relative;
  padding-bottom: 80px;
  /* image */
}
.sect.sect-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 100%;
  height: 56.25vw;
  z-index: 3;
  background: url("../imgs/w_s3_before.svg") no-repeat;
  background-size: contain;
}
.sect.sect-3 .videos_area {
  position: relative;
  background-size: contain;
  width: 100%;
  overflow: hidden;
}
.sect.sect-3 video {
  width: 100%;
  position: relative;
  z-index: 1;
}
.sect.sect-3 #s3vdo1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}
.sect.sect-3 #s3vdo2 {
  z-index: 1;
}
.sect.sect-3 .comments {
  z-index: 4;
  left: 16.1458333333vw;
  top: 11.4583333333vw;
}
.sect.sect-3 .landing {
  position: relative;
  z-index: 2;
  width: 60%;
  height: 57.7083333333vw;
  background: #000;
  margin: 0 auto;
  margin-top: -5.3645833333vw;
  text-align: center;
  border-radius: 0.7958333333vw;
}
.sect.sect-3 .landing header h2 {
  color: #fff;
  font-size: 2.3958333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
  padding: 4.6875vw 0;
}
.sect.sect-3 .landing .swiper-container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.sect.sect-3 .landing .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6901041667vw;
  z-index: 10;
}
.sect.sect-3 .landing .swiper-container .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 0.3125vw;
  background: #999;
  opacity: 1;
  margin: 0;
  padding: 0;
  border: 0;
}
.sect.sect-3 .landing .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
.sect.sect-3 .landing .swiper-slide .figure,
.sect.sect-3 .landing .swiper-slide .figcaption {
  width: 80%;
  margin: 0 auto;
}
.sect.sect-3 .landing .swiper-slide .figure {
  height: 25vw;
  background: #222;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
.sect.sect-3 .landing .swiper-slide .figure img,
.sect.sect-3 .landing .swiper-slide .figure video {
  aspect-ratio: 1485.85/792.4;
  -o-object-fit: contain;
     object-fit: contain;
}
.sect.sect-3 .landing .swiper-slide .figure img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  will-change: filter, transform;
  -webkit-transition: -webkit-filter 0.3s 0s linear, -webkit-transform 1.2s 0.2s linear;
  transition: -webkit-filter 0.3s 0s linear, -webkit-transform 1.2s 0.2s linear;
  transition: filter 0.3s 0s linear, transform 1.2s 0.2s linear;
  transition: filter 0.3s 0s linear, transform 1.2s 0.2s linear, -webkit-filter 0.3s 0s linear, -webkit-transform 1.2s 0.2s linear;
}
.sect.sect-3 .landing .swiper-slide .figcaption {
  position: relative;
  text-align: center;
  width: 80%;
  margin-top: 2vw;
}
.sect.sect-3 .landing .swiper-slide .figcaption p {
  color: #fff;
  font-size: 1.2197916667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 26px */
}
.sect.sect-3 .landing .swiper-slide .figcaption p.h3 {
  font-size: 1.7077083333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sect.sect-3 .landing .swiper-slide .figcaption p.h3 + p {
  margin-top: 0.8333333333vw;
}
.sect.sect-3 .landing .swiper-slide.swiper-slide-fully-visible .figure img, .sect.sect-3 .landing .swiper-slide.swiper-slide-active .figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.sect.sect-4 {
  position: relative;
  z-index: 1;
  background: #1F2E41;
  padding-bottom: 8.8541666667vw;
}
.sect.sect-4 .clip_1 video {
  width: 100%;
}
.sect.sect-4 #s4vdo1 {
  background-size: 100vw 39.0625vw;
}
.sect.sect-4 .summary {
  color: #fff;
  text-align: center;
  margin-top: 5.9375vw;
}
.sect.sect-4 .summary.al {
  text-align: left;
}
.sect.sect-4 .summary.ar {
  text-align: right;
}
.sect.sect-4 .summary.x52 {
  margin-left: 2.7083333333vw;
}
.sect.sect-4 .summary.xr52 {
  margin-right: 2.7083333333vw;
}
.sect.sect-4 .summary.y60 {
  margin-top: 3.2291666667vw;
}
.sect.sect-4 .summary h2,
.sect.sect-4 .summary h3 {
  font-size: 1.3541666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sect.sect-4 .summary header + p {
  margin-top: 1.5625vw;
}
.sect.sect-4 .summary h2 + h3 {
  margin-top: 1.0416666667vw;
}
.sect.sect-4 .summary h3 {
  font-size: 2.3958333333vw;
  font-weight: 700;
  line-height: 130%;
}
.sect.sect-4 .summary p {
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.sect.sect-4 .summary + .clips__wrap {
  margin-top: 5.2083333333vw;
}
.sect.sect-4 .siblings1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.4791666667vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-left: 17.2395833333vw;
}
.sect.sect-4 .summary.summary2 {
  margin-left: 3.2291666667vw;
}
.sect.sect-4 .summary.summary2 h2 {
  font-size: 1.0416666667vw;
}
.sect.sect-4 .summary.summary2 h3 {
  font-size: 1.5625vw;
}
.sect.sect-4 .summary.summary2 p {
  font-size: 1.0416666667vw;
}
.sect.sect-4 .siblings2 {
  margin-top: 14.0625vw;
}
.sect.sect-4 .clips__wrap.flr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.sect.sect-4 .clip_2,
.sect.sect-4 .clip_3 {
  z-index: 3;
}
.sect.sect-4 .clip_2 {
  position: relative;
  width: 44.7916666667vw;
}
.sect.sect-4 .clip_2 img {
  width: 100%;
}
.sect.sect-4 .clip_2 .comments {
  z-index: 2;
  left: 2.9166666667vw;
  top: -1.3177083333vw;
}
.sect.sect-4 .clip_3 {
  position: relative;
}
.sect.sect-4 .clip_3 video {
  width: 100%;
}
.sect.sect-4 .clip_3 #s4vdo2 {
  background: url("../imgs/section5-dive1_pc.jpg") no-repeat 0 0;
  background-size: 100vw 65.7291666667vw;
}
.sect.sect-4 .clip_3 .comments {
  z-index: 2;
  left: 69.3229166667vw;
  top: -3.4895833333vw;
  width: 22.3958333333vw;
  height: auto;
}
.sect.sect-4 .clip_3 .comments.expand {
  min-width: auto;
  max-width: auto;
  min-height: 5.166667vw;
  height: 6.7708333333vw;
}
.sect.sect-4 .card-4 dd span {
  display: inline-block;
  font-weight: bold;
  font-size: inherit;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.sect.sect-5 {
  position: relative;
  z-index: 1;
  background: #000;
  height: auto;
  min-height: calc((110.8854vw + 35.2432vw) * 0.6 + 10vw);
  padding-bottom: 2vw;
}
.sect.sect-5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0vw;
  display: block;
  width: 100%;
  height: 18vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.19%, #1F2E41), color-stop(81%, #000));
  background: linear-gradient(180deg, #1F2E41 0.19%, #000 81%);
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
  z-index: 1;
}
.sect.sect-5 .clip {
  width: 21.5104166667vw;
  left: 3.3854166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  will-change: opacity, transform;
  opacity: 0.2;
  -webkit-transform: scale(0.9) translateY(5.2083333333vw);
          transform: scale(0.9) translateY(5.2083333333vw);
}
.sect.sect-5 .clip img {
  width: 100%;
}
.sect.sect-5 .clip_101 {
  top: 11.1979166667vw;
  left: 38.5947916667vw;
  width: 24.5046875vw;
}
.sect.sect-5 .clip_102 {
  top: 31.7708333333vw;
  left: 37.8135416667vw;
  width: 26.0578125vw;
}
.sect.sect-5 .clip_103 {
  top: 47.2395833333vw;
  left: 39.7927083333vw;
  width: 22.1354166667vw;
}
.sect.sect-5 .clip_104 {
  top: 66.6145833333vw;
  left: 36.7223958333vw;
  width: 15.4510416667vw;
}
.sect.sect-5 .clip_105 {
  top: 67.2479166667vw;
  left: 51.4802083333vw;
  width: 15.1041666667vw;
}
.sect.sect-5 .clip_106 {
  top: 78.6979166667vw;
  left: 39.7927083333vw;
  width: 22.2395833333vw;
}
.sect.sect-5 .clip_107 {
  top: 110.8854166667vw;
  left: 32.5098958333vw;
  width: 35.2432291667vw;
}
.sect.sect-5 .clips__wrap.hasmaps {
  position: relative;
  transform: scale(0.6);
  min-height: calc((110.8854vw + 35.2432vw) * 0.6);
}
.sect.sect-6 {
  background: #000;
  padding-top: 1.5625vw;
}
.sect.sect-6 .summary header h2 {
  color: #fff;
  text-align: center;
  font-size: 2.3958333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.sect.sect-6 .summary header + p {
  margin-top: 1.0416666667vw;
}
.sect.sect-6 .summary p {
  color: #fff;
  text-align: center;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.sect.sect-6 .clip_1 {
  position: relative;
  display: block;
  margin-top: 5.2083333333vw;
}
.sect.sect-6 .clip_1 video {
  display: block;
  width: 62.5vw;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}
.sect.sect-6 .clip_1 #s6vdo1 {
  /* background image removed */
}
.sect.sect-6 .clip_1 .comments {
  top: -20.3125vw;
  left: 69.7916666667vw;
}
.sect.sect-7 {
  position: relative;
  z-index: 1;
  background: #000;
  min-height: 80.7291666667vw;
  margin-top: 180px;
}
.sect.sect-7 .clip img {
  width: 100%;
}
.sect.sect-7 .clip_1 {
  z-index: 2;
  width: 20vw;
  top: 0;
  left: 18.75vw;
}
.sect.sect-7 .clip_2 {
  z-index: 3;
  width: 18.75vw;
  top: 23.5052083333vw;
  left: 62.5520833333vw;
}
.sect.sect-7 .clip_3 {
  z-index: 3;
  width: 34.8958333333vw;
  top: 38.0885416667vw;
  left: 18.75vw;
}
.sect.sect-7 .txt p {
  color: #fff;
  font-size: 1.3541666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}
.sect.sect-7 .txt p strong {
  font-weight: 500;
}
.sect.sect-7 .txt p + p {
  margin-top: 1.0416666667vw;
}
.sect.sect-7 .txt_1 {
  top: 6.09375vw;
  left: 47.4479166667vw;
}
.sect.sect-8 {
  z-index: 1;
  position: relative;
  background: #000;
  padding-top: 2.7604166667vw;
  padding-bottom: 9.5833333333vw;
}
.sect.sect-8 .clip_1 {
  width: 36.1979166667vw;
  margin-left: auto;
  margin-right: auto;
}
.sect.sect-8 .summary {
  position: relative;
  margin-top: 21.875vw;
  z-index: 2;
}
.sect.sect-8 .summary h2 {
  font-size: 2.3958333333vw;
  line-height: 130%;
}
.sect.sect-8 .summary p {
  font-size: 1.0416666667vw;
  font-weight: 300;
  line-height: 160%;
}
.sect.sect-8 .summary + .clips__wrap {
  position: relative;
  z-index: 1;
  margin-top: -3.1770833333vw;
}
.sect.sect-8 .summary_2 {
  margin-top: 1.0416666667vw;
}
.sect.sect-8 .clip_2 {
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.sect.sect-8 .clip_2 .comments {
  left: 53.6458333333vw;
  top: -8.8541666667vw;
}
.sect.sect-9 {
  z-index: 1;
  position: relative;
  background: #000;
  height: 85.1041666667vw;
}
.sect.sect-9 .clip_1 {
  top: 7.984375vw;
  left: 18.59375vw;
  width: 36.4645833333vw;
  z-index: 1;
}
.sect.sect-9 .clip_2 {
  top: 14.3385416667vw;
  left: 47.7604166667vw;
  width: 33.5765625vw;
  height: 1000px;
  z-index: 2;
}
.sect.sect-9 .clip_3 {
  top: 41.5260416667vw;
  left: 18.75vw;
  width: 24.2708333333vw;
  z-index: 2;
}
.sect.sect-9 .txt_1 {
  position: absolute;
  text-align: center;
  padding-top: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.sect.sect-9 .txt_1 p {
  color: #fff;
  font-size: 1.3354166667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sect.sect-9 .txt_2,
.sect.sect-9 .txt_3 {
  left: 47.7604166667vw;
}
.sect.sect-9 .txt_2 p,
.sect.sect-9 .txt_3 p {
  color: #fff;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 3.56vw;
}
.sect.sect-9 .txt_2 {
  top: 65.3854166667vw;
  margin-top: -1.5vw;
}
.sect.sect-9 .txt_3 {
  top: 66.46875vw;
  margin-top: -1.5vw;
}
.sect.sect-10 {
  position: relative;
  z-index: 1;
  background: #000;
  padding-bottom: 20.8333333333vw;
}
.sect.sect-10 .clip_1 {
  width: 62.8125vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sect.sect-10 .clip_1 .tx + img {
  margin-top: 1.5625vw;
}
.sect.sect-10 .clip_1 p {
  color: #fff;
  font-size: 1.3541666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 2.0688541667vw;
}
.sect.sect-10 .clip_1 p.desc {
  margin-top: 2.64375vw;
}
.sect.sect-10 .clips__wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12.3958333333vw;
}
.sect.sect-10 .clip_2 {
  width: 32.03125vw;
}
.sect.sect-11 {
  position: relative;
  z-index: 1;
  background: #000 url("../imgs/w_s11_bg.jpg") no-repeat 50%;
  background-size: 37.625vw 49vw;
  height: 81.09375vw;
  overflow: hidden;
}
.sect.sect-11 .tits__wrap {
  transform: scale(1);
}
.sect.sect-11 .tit p {
  color: #fff;
  text-align: center;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4vw;
  letter-spacing: normal;
}
.sect.sect-11 .tit p.h2 {
  font-size: 2.5vw;
  line-height: 3.0vw;
  font-weight: 600;
}
.sect.sect-11 .tit p.h2 + p {
  margin-top: 1.0416666667vw;
}
.sect.sect-11 .tit.tit_2 {
  margin-top: 35.8854166667vw;
}
.sect.sect-11 .tit.tit_2 p {
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2.7584375vw;
  letter-spacing: normal;
}
.sect.sect-12 {
  position: relative;
  z-index: 1;
  background: #000;
}
.sect.sect-12 .tits__wrap {
  padding-top: 5.2083333333vw;
}
.sect.sect-12 .tits__wrap + .clips__wrap {
  margin-top: 2.6041666667vw;
}
.sect.sect-12 .tit p {
  color: #fff;
  text-align: center;
  font-size: 2.3958333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 2.7604166667vw;
}
.sect.sect-12 .tit p.h2 {
  font-size: 1.3020833333vw;
  font-weight: 600;
  line-height: normal;
}
.sect.sect-12 .tit p.h2 + p {
  margin-top: 0.7291666667vw;
}
.sect.sect-12 .clips__wrap {
  width: 62.5vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.sect.sect-12 .clips__wrap .cin {
  position: relative;
  height: 40vw;
}
.sect.sect-12 .clips__wrap .cin::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(217, 217, 217, 0)), to(#000));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 50%, #000 100%);
  z-index: 1;
}
.sect.sect-12 .clips__wrap .cin .summary {
  position: absolute;
  bottom: 6.5vw;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 12vw;
}
.sect.sect-12 .clips__wrap .cin .summary p {
  color: #fff;
  text-align: center;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.sect.sect-12 .clips__wrap .cin .summary p:not(.tit) {
  padding-top: 0.3vw;
}
.sect.sect-12 .clips__wrap .clip_3 .cin .summary p:not(.tit) {
  padding-top: 1.8vw;
}

.sect.sect-12 .clips__wrap .cin .summary p.tit {
  font-size: 1.5625vw;
  font-weight: 600;
  line-height: 1.8vw;
  min-height: 3.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect.sect-12 .clips__wrap .clip_1 .cin .summary {
  bottom: 8vw;
}
.sect.sect-12 .clips__wrap .clip_3 .cin .summary {
  bottom: 7.5vw;
  display: block;
  padding-bottom: 0;
}
.sect.sect-12 .clips__wrap .clip_3 .cin .summary p.tit {
  margin-bottom: 1.7vw;
  position: relative;
  top: 0.5vw;
}
.sect.sect-12 .clips__wrap .clip_3 .cin .summary p:not(.tit) {
  margin-top: 0;
  padding-top: 0;
}
.sect.sect-12 .clips__wrap .cin .summary p.tit + p {
  margin-top: 1.0416666667vw;
}
.sect.sect-13 {
  position: relative;
  z-index: 1;
  background: #000;
  padding-top: 10.4166666667vw;
  padding-bottom: 9.5833333333vw;
}
.sect.sect-13 .txt_1 {
  width: 51.7708333333vw;
  margin: 0 auto;
}
.sect.sect-13 .txt_1 p {
  color: #fff;
  font-size: 1.3541666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 2.121875vw;
  text-align: center;
}
.sect.sect-13 .txt_1 p + p {
  margin-top: 1.3541666667vw;
}
.sect.sect-13 .txts__wrap + .clips__wrap {
  margin-top: 7.2916666667vw;
}
.sect.sect-13 .clips__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sect.sect-13 .clip_1 {
  width: 70%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.sect.sect-13 .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.25vw;
  height: 6.25vw;
  background: #0047CC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 10;
}
.sect.sect-13 .play-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2vw 0 1.2vw 2vw;
  border-color: transparent transparent transparent #fff;
  margin-left: 0.3vw;
}
.sect.sect-13 #m13vdo1 {
  background: url("../imgs/section7-care1_mo.jpg") no-repeat 0 0;
  background-size: 40.1041666667vw 39.375vw;
}
.sect.sect-14 {
  position: relative;
  background: #000;
  z-index: 1;
  padding-bottom: 26.0416666667vw;
}
.sect.sect-14 .line {
  display: block;
  overflow: hidden;
  width: 1px;
  height: 19.8958333333vw;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
}
.sect.sect-14 .line_1 {
  top: 16.1458333333vw;
}
.sect.sect-14 .line_2 {
  top: 68.75vw;
}
.sect.sect-14 .line_3 {
  top: 115.1041666667vw;
}
.sect.sect-14 .line_4 {
  top: 163.90625vw;
}
.sect.sect-14 .card {
  width: 62.5vw;
  margin: 0 auto;
}
.sect.sect-14 .card + .card {
  margin-top: 34.8958333333vw;
}
.sect.sect-14 .card dt,
.sect.sect-14 .card dd {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sect.sect-14 .card dt {
  text-align: center;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sect.sect-14 .card dt + dd {
  margin-top: 1.5625vw;
}
.sect.sect-14 .card dd {
  text-align: right;
  font-size: 10.4166666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sect.sect-14 .card-md dd {
  font-size: 5.2083333333vw;
}
.sect.sect-14 .card.tal dd {
  text-align: left;
}
.sect.sect-14 .card.tar dt,
.sect.sect-14 .card.tar dd {
  text-align: right;
}
.sect.sect-14 .card.tac dt,
.sect.sect-14 .card.tac dd {
  text-align: center;
}
.sect.sect-15 {
  position: relative;
  z-index: 1;
  background: #000;
  padding: 3.125vw 0 15.625vw;
}
.sect.sect-15 .history-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sect.sect-15 .feature {
  position: sticky;
  top: 10.4166666667vw;
  background: url("/mo/imgs/features_2.jpg") no-repeat 0 0;
  background-size: 54.21875vw 40.5208333333vw;
  width: 18.0729166667vw;
  height: 40.5208333333vw;
  will-change: background;
}
.sect.sect-15 .feature.history2 {
  background-position: -18.0729166667vw 0;
}
.sect.sect-15 .feature.history3 {
  background-position: -36.1458333333vw 0;
}
.sect.sect-15 > header {
  padding-bottom: 5.46875vw;
}
.sect.sect-15 > header h2 {
  color: #fff;
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.sect.sect-15 .history {
  width: 41.6666666667vw;
  margin-left: 18.75vw;
}
.sect.sect-15 .history dl {
  margin: 0;
  padding: 0;
}
.sect.sect-15 .history dl + dl {
  margin-top: 6.25vw;
}
.sect.sect-15 .history dl dt {
  color: #fff;
  font-size: 2.6041666667vw;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  font-family: Pretendard;
}
.sect.sect-15 .history dl dd {
  padding-top: 1.0416666667vw;
  margin-left: 0;
  padding-left: 0;
}
.sect.sect-15 .history dl dd h3 {
  color: #fff;
  font-size: 1.3541666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sect.sect-15 .history dl dd h3 small {
  font-size: 0.6770833333vw;
}
.sect.sect-15 .history dl dd h3 + p {
  margin-top: 1.875vw;
}
.sect.sect-15 .history dl dd p {
  color: #C7C7C7;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6975vw;
}
.sect.sect-17 {
  z-index: 2;
  height: 2180px;
  background: #000 url("../imgs/w_s16_bg.jpg") no-repeat 0 0;
  background-size: 100vw 186.71875vw;
}
.sect.sect-17 > header {
  padding-top: 330px;
}
.sect.sect-17 > header > h2 {
  font-size: 7.8125vw;
  color: #fff;
  text-align: center;
  line-height: 82%;
  letter-spacing: -0.46875vw;
}
.sect.sect-17 .descripts {
  text-align: center;
  margin-top: 80px;
}
.sect.sect-17 .descripts h3 {
  color: #FFF;
  font-size: 1.3020833333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sect.sect-17 .descripts h3 + p {
  margin-top: 0.9895833333vw;
}
.sect.sect-17 .descripts p {
  font-size: 1.0416666667vw;
  color: #c7c7c7;
  font-weight: 300;
  line-height: 150%;
}
.sect.sect-17 .clips__wrap {
  margin-top: 80px;
}
.sect.sect-17 .clips__wrap .clip_1 {
  overflow: hidden;
  width: 55vw;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.sect.sect-17 .cta {
  margin-top: 4.6354166667vw;
}
.sect.sect-17 .cta .cta_btn {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 29.1666666667vw;
  margin-left: auto;
  margin-right: auto;
  background: #0B1AA4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.90625vw;
  border-radius: 2.8645833333vw;
}
.sect.sect-17 .cta .cta_btn span {
  font-size: 1.25vw;
}
.sect.sect-eod {
  z-index: 1;
  position: relative;
  background: #000;
  padding: 150px 0 10.4166666667vw 0;
}
.sect.sect-eod img {
  width: 100%;
}
.sect.sect-eod header,
.sect.sect-eod nav,
.sect.sect-eod footer {
  text-align: center;
}
.sect.sect-eod header h2,
.sect.sect-eod header a,
.sect.sect-eod header p,
.sect.sect-eod nav h2,
.sect.sect-eod nav a,
.sect.sect-eod nav p,
.sect.sect-eod footer h2,
.sect.sect-eod footer a,
.sect.sect-eod footer p {
  color: #FFF;
  font-style: normal;
  line-height: normal;
}
.sect.sect-eod header h2 {
  font-size: 1.01109375vw;
  font-weight: 500;
}
.sect.sect-eod header figure {
  width: 14.7916666667vw;
  margin: 0 auto 0;
}
.sect.sect-eod header figure img {
  display: block;
  width: 100%;
}
.sect.sect-eod nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5625vw;
  font-weight: 500;
  text-decoration: none;
}
.sect.sect-eod footer p {
  color: #fff;
  font-size: 0.7291666667vw;
  font-weight: 300;
  margin-top: 1.0416666667vw;
}

.toast-msg {
  position: relative;
  top: -1.5625vw;
  will-change: opacity, transform;
  opacity: 0;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
  -webkit-transform: translateY(1.0416666667vw);
          transform: translateY(1.0416666667vw);
}
.toast-msg p {
  position: relative;
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.78125vw 0;
  border-radius: 2.2395833333vw;
  min-width: 25.7291666667vw;
  text-align: center;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.toast-msg p::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.2395833333vw;
  height: 1.3020833333vw;
  margin-left: -1.1197916667vw;
  left: 50%;
  bottom: -1.1979166667vw;
  background: url("/mo/imgs/ico_toast.svg") no-repeat 50% 50%;
  background-size: contain;
}

.main_controls {
  position: fixed;
  bottom: 2.0833333333vw;
  left: 0;
  width: 100%;
  z-index: 90;
  text-align: center;
  will-change: transform, opacity;
  opacity: 0;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
}
.main_controls.show {
  opacity: 1;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.main_controls.show label {
  -ms-touch-action: auto;
      touch-action: auto;
  pointer-events: auto;
}
.main_controls label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  width: 6.7422395833vw;
  height: 3.5739583333vw;
  background: #d9d9d9;
  border-radius: 1.7869791667vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.main_controls label em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375vw;
  position: relative;
  left: -5.2083333333vw;
  color: #fff;
  width: 3.125vw;
  height: 3.5734375vw;
  font-style: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: left;
}
.main_controls label em i {
  font-style: normal;
  display: none;
}
.main_controls label > span {
  position: absolute;
  top: 50%;
  left: 0.5208333333vw;
  width: 2.8125vw;
  height: 2.8125vw;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(0, 0, 0, 0);
  z-index: 1;
  -webkit-transition: left 0.3s linear, background 0.3s linear;
  transition: left 0.3s linear, background 0.3s linear;
}
.main_controls label::before, .main_controls label::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  z-index: 2;
}
.main_controls label::before {
  width: 1.0203125vw;
  height: 1.0203125vw;
  top: 1.2807291667vw;
  left: 1.4322916667vw;
  background-image: url("/mo/imgs/ico_off.svg");
}
.main_controls label::after {
  width: 1.253125vw;
  height: 1.4125vw;
  top: 1.0817708333vw;
  left: 4.1385416667vw;
  background-image: url("/mo/imgs/ico_on.svg");
}
.main_controls label input[type=checkbox] {
  opacity: 0;
}

.s-video-player .video-in,
.s-video-player .video-dimmed {
  will-change: opacity, transform;
  opacity: 0;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}
.s-video-player .video-in {
  width: 26.0416666667vw;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -46%);
          transform: translate(-50%, -46%);
  z-index: 900;
  aspect-ratio: 886/1400;
}
.s-video-player .video-in._1x1 {
  aspect-ratio: 1/1;
}
.s-video-player .video-in._1280x720 {
  aspect-ratio: 1440/720;
  width: 62.5vw;
}
.s-video-player .video-in._1280x768 {
  aspect-ratio: 1440/768;
  width: 62.5vw;
}
.s-video-player .video-in::before {
  content: "newturngroup";
  height: 5.4166666667vw;
  width: 16.875vw;
  display: block;
  font-size: 1.395vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: absolute;
  right: 1px;
  top: -3.59375vw;
  border-radius: 0.7291666667vw 0.7291666667vw 0 0;
  padding: 1.0416666667vw 0 0 1.71875vw;
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transform: translateY(2.6041666667vw);
          transform: translateY(2.6041666667vw);
  -webkit-transition: 0.6s 0.6s ease-out;
  transition: 0.6s 0.6s ease-out;
}
.s-video-player button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.s-video-player .close-video {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  right: 1.5104166667vw;
  top: -2.9166666667vw;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background: url("https://kr.object.ncloudstorage.com/nturn-ai/assets/image/section6/section6-popup-close.png") no-repeat 50%;
  background-size: 1.5625vw 1.5625vw;
  cursor: pointer;
  opacity: 0;
}
.s-video-player.enabled .video-in,
.s-video-player.enabled .video-dimmed {
  -ms-touch-action: auto;
      touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.s-video-player.enabled .video-in::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.s-video-player.enabled .video-in .close-video {
  -webkit-animation: x_rotate 0.8s linear 0.8s forwards;
          animation: x_rotate 0.8s linear 0.8s forwards;
}
.s-video-player.enabled video {
  background-color: #fff;
}
.s-video-player .video-container {
  position: relative;
  width: 100%;
  height: 113%;
}
.s-video-player .video-dimmed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 899;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.s-video-player video {
  border-radius: 1.09375vw;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-video-player.playing .play-video {
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
  opacity: 0;
}
.s-video-player.pause .play-resume {
  -ms-touch-action: auto;
      touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}

.sect.sect-1.fvh {
  height: 100vh;
}
.sect.sect-1.fvh video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}