html body {
  font-family: "Noto Sans KR", sans-serif;
  color: #000000;
  background-color: #0f0f0f;
}
h1,
h2,
p,
span,
a {
  word-break: keep-all;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: inherit;
}
button {
  outline: none;
}
/* ==========================================================================
   Style Guide - Global Style
   ========================================================================== */
#fullpage {
  z-index: 1;
}
.section {
  background-color: rgba(0, 0, 0, 0);
}
.section-inner {
  flex-direction: column;
  width: 100%;
}
.flex-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 900px;
}
.md-block {
  display: none;
}
.td-only {
  display: none;
}

.fio {
  position: relative;
  top: 50px;
  opacity: 0;
}
.svg {
  cursor: pointer;
}
svg:hover .info-hover {
  fill: #ffffff;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

#fp-nav.right {
  right: 50px;
}
#fp-nav ul li {
  width: 12px;
  height: 12px;
  transition: all 0.5s ease-in-out;
}
#fp-nav ul li:first-child {
  display: none;
}
#fp-nav ul li.active {
  height: 36px;
}
#fp-nav ul li a span {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: none;
  background-image: url(../img/hexagon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
#fp-nav ul li a.active span {
  height: 36px;
  width: 36px;
  border-radius: 0;
  background: none;
  background-image: url(../img/polygon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -12px 0 0 -12px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
#fp-nav ul li .fp-tooltip.right {
  right: 25px;
  top: 15px;
  color: #3a5fff;
  font-weight: bold;
}
#fp-nav ul li.active .fp-tooltip.right {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li:hover {
  height: 36px;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 36px;
  height: 36px;
  margin: -12px 0px 0px -12px;
}
#mobile-gnb {
  display: none;
}

/* Style Guide - TYPO / LOGO
   ========================================================================== */
h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
}
h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
}
p {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.53;
}
.text-strong {
  font-weight: bold;
}

body.fp-viewing-1stPage #fp-nav,
body.fp-viewing-1stPage #mobile-gnb {
  display: none;
}
body.fp-viewing-6thPage .falling-wrap {
  display: none;
}

/* Main Layout
   ========================================================================== */
#section-main {
  background-color: #0f0f0f;
}
.bg-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.bg-video #intro-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  opacity: 0.75;
  object-fit: cover;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.16));
  overflow: hidden;
}
.chosun-logo {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 110px;
  z-index: 5;
}
.main-title {
  display: flex;
  flex-direction: column;
}
.sub-title {
  width: 210px;
  height: 60px;
  margin: 20px auto 30px;
  margin-bottom: 30px;
}
.scroll-down {
  display: block;
  margin-top: 20vh;
  width: 100%;
  text-align: center;
  animation: bounceInf ease-in-out 1s infinite;
}
.scroll-down img {
  max-width: 32px;
  height: auto;
}
@keyframes bounceInf {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-8px);
  }
}

/* Slider Layout
   ========================================================================== */
.slider-info {
  justify-content: center;
  margin: 60px auto;
}
.flex-wrap .cylinder {
  width: 180px;
  margin-top: 25px;
  margin-right: 50px;
}

.slider-title .title-star {
  position: relative;
  margin-bottom: -20px;
  left: 280px;
}
.slider-title .title-underline {
  position: relative;
  top: -5px;
}
.slider-title h1 {
  color: #ffffff;
}
.slider-title p {
  font-size: 19px;
  max-width: 495px;
  color: #cccccc;
  opacity: 0.7;
}

.slider-wrap {
  margin: 60px auto;
  width: 100%;
}
.slider-wrap .slider-item {
  position: relative;
  width: 100%;
}
.slider-wrap .slider-item img {
  width: 100%;
}
.slider-wrap .slider-item p {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
  color: #cccccc;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.slider-wrap .slick-current p {
  opacity: 1;
}
.slider-wrap .slick-arrow {
  position: absolute;
  z-index: 1;
  display: flex !important;
  align-items: center;
  width: 33.33%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.64),
    rgba(0, 0, 0, 0.32)
  );
}
.slider-wrap .slick-arrow img {
  margin: 25px;
  width: 24px;
  height: 45px;
}
.slider-wrap .slick-prev {
  top: 0;
  left: 0;
  text-align: right;
  transform: rotate(180deg);
}
.slider-wrap .slick-next {
  top: 0;
  right: 0;
  text-align: left;
}

/* Modal Layout
   ========================================================================== */
.modal-title {
  flex-direction: column;
  margin: auto;
}
.caption {
  margin: 30px;
  padding: 3px 32px 5px;
  font-size: 15px;
  color: #757575;
  border-radius: 15px;
  background-color: #282828;
}

.info-ul {
  margin: 50px auto;
  width: 640px;
  text-align: center;
}
.info-ul li {
  position: relative;
}
.info-ul .li-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
}
.info-ul .li-flex img {
  max-height: 85px;
  filter: grayscale(1);
}
.info-ul .li-flex .img-hover {
  filter: grayscale(0);
}
.info-ul .li-flex .m-smaller {
  max-height: 64px;
}
.info-trigger {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  padding: 22px 35px 20px 25px;
  background: linear-gradient(70deg, #3a5fff 4%, #8e38ff 108%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  z-index: 3;
}
.modal-inner {
  position: relative;
}
.modal-inner .modal-close {
  position: absolute;
  top: -22px;
  right: -67px;
  cursor: pointer;
}
.modal-inner .modal-close.change-close {
  top: -1px;
  right: 0;
}
.q-trigger {
  cursor: pointer;
}
.q-modal {
  padding: 0;
  width: 330px;
  border: solid 1px #3a5fff;
  background: none;
}
.q-modal .change-inner {
  height: auto;
  background-color: #222222;
}

/* Scroll Layout
   ========================================================================== */
.ie-debug {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.64),
    rgba(0, 0, 0, 0)
  );
}
.ie-debug img {
  margin: 40px;
  width: 48px;
  height: 90px;
}
.slick-prev.ie-debug {
  left: 0;
  text-align: right;
  transform: rotate(180deg);
}
.slick-next.ie-debug {
  right: 0;
  text-align: left;
}

.scroll-wrap {
  position: relative;
  padding-left: 160px;
}
.scroller {
  flex: 0 0 auto;
  padding: 0 120px;
  background-image: url(../img/bg_tansome.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.scroll-item {
  padding: 0 40px;
}
.scroll-item img {
  width: 350px;
  height: 350px;
}
.scroll-item .change-text {
  display: flex;
  justify-content: space-between;
  margin: 0 20px 25px;
  height: 285px;
}
.scroll-item .change-text h2 {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
}
.scroll-item .change-text.reverse {
  align-items: flex-end;
}
.change-text img {
  width: 45px;
  height: 50px;
  float: right;
  cursor: pointer;
}
#modal.change-modal {
  padding: 0;
  width: 320px;
  background-size: 750px;
  border: 1px solid #3a5fff;
}
#modal.cbg0 {
  background-image: url(../img/change0.png);
}
#modal.cbg1 {
  background-image: url(../img/change1.png);
}
#modal.cbg2 {
  background-image: url(../img/change2.png);
}
#modal.cbg3 {
  background-image: url(../img/change3.png);
}
#modal.cbg4 {
  background-image: url(../img/change4.png);
}
#modal.cbg5 {
  background-image: url(../img/change5.png);
}
#modal.cbg6 {
  background-image: url(../img/change6.png);
}
.change-inner {
  padding: 40px 25px;
  height: 520px;
  background-color: rgba(0, 0, 0, 0.88);
}
.change-inner h1 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.59;
}
.change-inner p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #cccccc;
}

.scroll-overlay {
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.64),
    rgba(0, 0, 0, 0)
  );
  overflow: hidden;
}

/* Video Layout
   ========================================================================== */
#section-video .inner-wrap {
  flex-direction: column;
}
.history {
  max-width: 800px;
}
.history-title {
  margin-top: auto;
  margin-bottom: 0;
  width: 280px;
}
.history.flex-wrap {
  height: 100px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.history-item h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
}
.history-item p {
  margin-top: 5px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  opacity: 0.8;
  color: #ffffff;
}

.video-info {
  max-width: 900px;
  margin-bottom: auto;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .video-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
} */

/* Footer Layout
   ========================================================================== */
#section-footer {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../img/bg_footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-title {
  margin: auto;
  text-align: center;
}
.footer-title h2 {
  margin-bottom: 75px;
  font-family: "Noto Serif KR", serif;
  font-size: 27px;
  font-weight: normal;
  line-height: 1.69;
  letter-spacing: -1px;
  text-align: center;
  opacity: 0.8;
}
.footer-title a {
  margin-top: 35px;
  font-family: "Noto Serif KR", serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -2px;
  text-align: center;
  color: #3a5fff;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 0 25px;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
}
footer .head {
  margin: 0 5px 15px;
  color: #000000;
}
footer span {
  font-size: 14px;
  color: #707070;
}

/* Falling Style
   ========================================================================== */
.set {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  margin: 0 5%;
  width: 90%;
  height: 100%;
  left: 0%;
  animation: falling 60s linear infinite;
  transition: all 0.5s ease-in-outs;
}
.set2 {
  transform: rotateX(180deg);
  animation: falling2 64s linear infinite;
}
.set .fall {
  width: 20%;
  height: 200vh;
}
.set .fall img {
  width: 20vw;
  height: 100vh;
}

@keyframes falling {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes falling2 {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}

/* ==========================================================================
   Tablet Style
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1367px) {
  .main-title {
    width: 65%;
  }
  .main-title img {
    width: 100%;
  }
  .main-title .sub-title {
    height: 50px;
  }

  .slider-info {
    margin: 0 auto;
  }
  .slider-wrap {
    width: 50%;
  }
  .slider-wrap .slick-arrow {
    width: 36px;
    height: 56px;
    top: calc(50% - 28px);
  }
  .slider-wrap .slick-arrow img {
    margin: 12px 5px 10px 7px;
    width: 24px;
    height: 30px;
  }

  .td-only {
    display: block;
    margin: 30px auto;
  }
  .td-none {
    display: none;
  }

  .info-ul {
    margin: 30px auto;
  }
  .info-ul .li-flex {
    margin-bottom: 10px;
  }

  /* Modal Layout
   ========================================================================== */
  .modal {
    bottom: 0;
    left: 0 !important;
    width: 100%;
    padding: 0;
    top: unset !important;
  }
  .modal-inner .modal-close {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  #modal.change-modal {
    width: calc(100% - 2px);
    background-size: 680px;
    bottom: 1px;
  }
  .modal .info-inner {
    padding: 23px 37px 21px 30px;
  }
  .modal .info-inner .md-block {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    color: #ffffff;
  }
  .modal .info-inner p {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.59;
  }
  .modal .change-inner p {
    padding: 0;
    font-size: 16px;
  }
  .change-inner {
    height: auto;
    padding: 30px 30px 120px;
  }
  .change-inner h1 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  /* Scroll Layout
   ========================================================================== */
  #section-scroll .md-block {
    margin: auto;
  }
  #section-scroll .md-block {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #757575;
  }
  .scroll-wrap {
    padding: 0;
  }
  .scroller {
    flex: auto;
    padding: 40px 60px;
    overflow: auto;
  }
  .scroll-item {
    padding: 0 10px;
    height: 300px;
  }
  .scroll-item img {
    width: 250px;
    height: 250px;
  }
  .scroll-item .change-text {
    margin: 0px 15px 15px;
    height: 50px;
  }
  .scroll-item .change-text h2 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: normal;
    line-height: 1.4;
  }
  .scroll-item .change-text img {
    width: 40px;
    height: 40px;
  }

  .history {
    max-width: 80%;
  }
  .video-info {
    max-width: 64%;
  }
  .footer-title {
    max-width: 80%;
  }

  .set .fall {
    width: 100vw;
    height: 200vh;
  }
  .set .fall img {
    width: 75vw;
    height: 100vh;
  }
  .fall.fall-right {
    display: none;
  }
}

/* ==========================================================================
   Mobile Style
   ========================================================================== */
@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    line-height: 1.53;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }
  .md-none {
    display: none;
  }
  .md-block {
    display: block;
  }
  .td-only {
    display: none;
  }
  .mt-50 {
    margin-top: 50px !important;
  }

  #fp-nav {
    display: none;
  }
  .section-inner {
    height: 100%;
  }

  #mobile-gnb {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(70deg, #3a5fff 4%, #8e38ff 108%);
    z-index: 10;
  }
  #mobile-gnb ul {
    overflow: auto;
    white-space: nowrap;
    padding: 0 16px;
  }
  #mobile-gnb ul li {
    display: inline-block;
    margin: 12px;
  }
  #mobile-gnb ul li a {
    font-size: 18px;
    font-weight: normal;
    color: #999999;
  }
  #mobile-gnb ul li.active a {
    font-weight: bold;
    color: #ffffff;
  }

  /* Main Layout
   ========================================================================== */
  .main-title {
    margin-top: 20px;
  }
  .chosun-logo {
    width: 80px;
    height: 12px;
    top: 20px;
    left: 20px;
  }
  .sub-title {
    width: 120px;
    height: 35px;
    margin: auto;
    left: -5px;
  }

  /* Slider Layout
   ========================================================================== */
  .slider-info {
    margin: 0 auto;
  }
  .slider-title {
    padding: 0 30px;
  }
  .slider-title .title-star {
    margin-bottom: -15px;
    left: 192px;
  }
  .slider-title h1 {
    letter-spacing: -1px;
  }
  .slider-wrap {
    margin: 30px auto;
  }
  .slider-wrap .slick-arrow {
    width: 36px;
    height: 56px;
    top: calc(50% - 28px);
  }
  .slider-wrap .slick-arrow img {
    margin: 12px 5px 10px 7px;
    width: 24px;
    height: 30px;
  }
  .slider-title p {
    font-size: 15px;
    letter-spacing: -0.1px;
    color: #999999;
  }
  .slider-wrap .slider-item p {
    font-size: 15px;
  }
  .slider-wrap .slick-current p {
    width: 100%;
    font-size: 15px;
  }

  /* Modal Layout
   ========================================================================== */
  .modal-title {
    margin-top: 10px;
  }
  .caption {
    margin: 15px;
    padding: 2px 28px 4px;
    font-size: 14px;
    border-radius: 14px;
  }
  .info-ul {
    margin: 30px 0;
    width: 100%;
    text-align: center;
  }
  .info-ul .li-flex {
    margin: 0;
  }
  .info-ul .li-flex img {
    margin: 15px;
    max-height: 50px;
  }
  .info-ul .li-flex .m-bigger {
    margin-bottom: 5px;
    max-height: 60px;
  }
  .info-ul .li-flex .m-smaller {
    max-height: 40px;
  }

  /* Scroll Layout
   ========================================================================== */
  #section-scroll .md-block {
    margin: auto;
  }
  #section-scroll .md-block {
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #757575;
  }
  .scroll-wrap {
    padding: 0;
  }
  .scroller {
    flex: auto;
    padding: 40px 60px;
    overflow: auto;
  }
  .scroll-item {
    padding: 0 10px;
    height: 300px;
  }
  .scroll-item img {
    width: 250px;
    height: 250px;
  }
  .scroll-item .change-text {
    margin: 0px 15px 15px;
    height: 50px;
  }
  .scroll-item .change-text h2 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: normal;
    line-height: 1.4;
  }
  .scroll-item .change-text img {
    width: 40px;
    height: 40px;
  }

  /* Video Layout
   ========================================================================== */
  .history-title {
    margin-bottom: 15px;
    width: auto;
  }
  .history.flex-wrap {
    width: 100%;
    margin: 0 0 15px;
    overflow: auto;
  }
  .history-item {
    flex: 0 0 auto;
    overflow: auto;
    margin: 0 15px;
  }
  .history-item h2 {
    font-size: 20px;
    line-height: 1.25;
  }
  .history-item p {
    font-size: 17px;
    line-height: 1.3;
  }
  .history img {
    margin: 0 10px;
  }
  .mpl30 {
    padding-left: 30px;
  }
  .mpr30 {
    padding-right: 30px;
  }
  /* Footer Layout
     ========================================================================== */
  .footer-title h2 {
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: -1px;
  }
  footer span {
    font-size: 12px;
  }

  .modal {
    bottom: 0;
    left: 0 !important;
    width: 100%;
    padding: 0;
    top: unset !important;
  }
  .modal-inner .modal-close {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  #modal.change-modal {
    width: calc(100% - 2px);
    background-size: 750px;
    bottom: 1px;
  }
  .modal .info-inner {
    padding: 23px 37px 21px 30px;
  }
  .modal .info-inner .md-block {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    color: #ffffff;
  }
  .modal .info-inner p {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.59;
  }
  .modal .change-inner p {
    padding: 0;
    font-size: 16px;
  }
  .change-inner {
    height: auto;
    padding: 30px 30px 120px;
  }
  .change-inner h1 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .set .fall {
    width: 100vw;
    height: 200vh;
  }
  .set .fall img {
    width: 75vw;
    height: 100vh;
  }
  .fall.fall-right {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .slider-wrap {
    width: 100%;
  }
  .history-title {
    margin-bottom: 15px;
  }
  .video-info {
    max-width: 80%;
  }
}
