.sub-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
  background-color: #000;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.sub-visual .sub-visual-gradient {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  transition: background-image 0.5s;
  background-image: radial-gradient(transparent 0%, #000 80%);
}
.sub-visual .sv-main-text {
  letter-spacing: 0.55em;
  color: rgba(255, 255, 255, 0.4);
}
.sub-visual .sv-sub-text {
  margin-top: 1.25rem;
  font-size: clamp(0.875rem, 2.5rem, 2.5rem);
  font-weight: 300;
  font-family: "GapyeongHanseokbong";
  opacity: 0;
  line-height: 1.375;
}
@media screen and (max-width: 1280px) {
  .sub-visual .sv-sub-text {
    margin-top: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual .sv-sub-text {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 576px) {
  .sub-visual .sv-sub-text {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 1280px) {
  .sub-visual .sv-sub-text {
    font-size: clamp(0.875rem, 3.90625vw, 3.90625vw);
  }
}
@media screen and (max-width: 768px) {
  .sub-visual .sv-sub-text {
    font-size: clamp(0.875rem, 5.2083333333vw, 5.2083333333vw);
  }
}
@media screen and (max-width: 576px) {
  .sub-visual .sv-sub-text {
    font-size: clamp(0.875rem, 6.9444444444vw, 6.9444444444vw);
  }
}
.sub-visual .sv-sub-text em,
.sub-visual .sv-sub-text .b {
  font-weight: 400;
}
.sub-visual .sv-sub-text i {
  display: inline-flex;
  will-change: transform;
}

.header .links,
.header .btn-book {
  color: #fff;
}

#content {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 1280px) {
  #content {
    padding-bottom: 19.53125vw;
  }
}
@media screen and (max-width: 768px) {
  #content {
    padding-bottom: 26.0416666667vw;
  }
}
@media screen and (max-width: 576px) {
  #content {
    padding-bottom: 34.7222222222vw;
  }
}

@media screen and (max-width: 768px) {
  .sub-visual .sv-sub-text {
    font-size: 5.2083333333vw;
  }
}

/*# sourceMappingURL=sub.css.map */
