h1,
h2,
h3,
h4,
h1 span,
h2 span,
h3 span,
h4 span {
  font-family: "RidiBatang", "SUIT", sans-serif;
  font-weight: normal;
  transform: rotate(0.04deg);
}

h5 span {
  font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  box-shadow: inset 0 -12px 0 rgb(255 207 55 / 70%);
}

span.g-icon {
  color: var(--color-text);
}

p {
  color: var(--color-mute);
}

.content-title {
  margin-bottom: 80px;
}

.content-title p {
  margin-top: 30px;
}

.content-title.center,
.title.center {
  text-align: center;
}

.content-title.white,
.title.white {
  color: #fff;
}

.title-banner {
  width: 100%;
  height: 55vh;
}

.title-banner .bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-banner .bg {
  background-attachment: fixed;
  height: inherit;
}

.title-banner.full {
  height: 100vh;
}

.title-banner .container {
  position: relative;
  width: 100%;
  height: 100%;
}

.title-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.divider-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 350px;
  position: relative;
}

.divider-banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.divider-banner .text h4 {
  color: #fff;
}

.divider-banner .text button {
  border: 2px solid #fff;
  margin: 20px auto 0;
}

/* staynt-pes custom */
#fullSlider.slider .slider-contents {
  height: 100vh;
}

#fullSlider.slider .slick-dots {
  bottom: 5vh;
}

#fullSlider.slider .slick-dots li button:before {
  font-family: unset;
  font-size: 30px;
  opacity: 0.85;
  color: white;
}

#fullSlider.slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--color-primary);
}

.mouse-scroll::before {
  bottom: 10vh;
}

.image.zoom .bg {
  animation: image-zoom 10s ease-in-out infinite alternate;
}

.room-info .detail-box {
  margin-bottom: 80px;
}

/* staynt-pes custom end */

.v-P-only {
  display: none;
}

.preview-card .image {
  overflow: hidden;
  position: relative;
}

.preview-card .image img {
  transition: all 0.4s ease-in-out;
  display: block;
}

.preview-card:hover .image img {
  transform: scale(1.1);
}

.preview-card .text {
  margin: 30px 0 100px;
}

.preview-card .text h5 {
  font-weight: 700;
}

.preview-card .image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.preview-card .image::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}

.preview-card .image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.preview-card:hover .image .bg {
  transform: scale(1.1);
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {
  .v-P-only {
    display: block;
  }
}

/* Laptop ( 1024px ~ 1440px)*/
@media all and (min-width: 1024px) and (max-width: 1440px) {
  .v-P-only {
    display: none;
  }
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .content-title {
    margin-bottom: 60px;
  }

  .content-title p {
    margin-top: 20px;
  }
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
  .btn {
    height: 40px;
  }

  .content-title {
    margin-bottom: 40px;
  }

  .title-banner {
    height: 40vh;
  }

  .divider-banner {
    height: 300px;
  }

  #fullSlider.slider .slick-dots {
    bottom: 3vh;
  }

  #fullSlider.slider .slick-dots li {
    width: 8px;
    height: 8px;
  }

  #fullSlider.slider .slick-dots li button:before {
    font-size: 15px;
  }

  .preview-card .text {
    margin: 20px 0 50px;
  }
}

/* gallery-guide */
.gallery-guide {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
  align-items: center;
  display: flex;
  gap: 5vw;
  position: relative;
}

.gallery-guide::after {
  content: attr(point-text);
  font-size: 150px;
  font-family: "RidiBatang";
  font-weight: 700;
  color: rgb(86 129 144 / 3%);
  line-height: 1;
  position: absolute;
  top: 80px;
  right: 0;
  text-transform: uppercase;
}

.gallery-guide:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.gallery-guide:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.gallery-guide:nth-child(even)::after {
  right: auto;
  left: 0;
}

.gallery-guide .image {
  width: 80vw;
}

.gallery-guide .image img {
  display: block;
}

.gallery-guide .text {
  max-width: 600px;
  width: 40vw;
}

.gallery-guide .text h3 {
  margin-bottom: 20px;
  line-height: 1;
}

.gallery-guide .text p {
  line-height: 1.8;
}

.gallery-guide .text p.desc {
  margin-top: 50px;
  font-size: var(--font-size-15);
  color: var(--color-primary);
  font-weight: 500;
}

.gallery-guide .text p.desc span {
  background-color: var(--color-primary);
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
}

.gallery-guide .text button {
  margin-top: 50px;
  color: var(--color-primary);
  font-weight: 700;
}

.gallery-guide .text button span {
  margin-left: 5px;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {
}

/* Laptop ( 1024px ~ 1440px)*/
@media all and (min-width: 1024px) and (max-width: 1440px) {
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .gallery-guide {
    margin-bottom: 70px;
    padding-bottom: 70px;
    flex-direction: column;
    gap: 4vh;
  }

  .gallery-guide:nth-child(even) {
    flex-direction: column;
  }

  .gallery-guide .image,
  .gallery-guide .text {
    max-width: 100%;
    width: 100%;
  }

  .gallery-guide .text p.desc {
    margin-top: 30px;
  }
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
  .gallery-guide {
    margin-bottom: 50px;
    padding-bottom: 50px;
    flex-direction: column;
    gap: 4vh;
  }

  .gallery-guide:nth-child(even) {
    flex-direction: column;
  }

  .gallery-guide .image,
  .gallery-guide .text {
    max-width: 100%;
    width: 100%;
  }

  .gallery-guide .text h3 {
    margin-bottom: 20px;
  }

  .gallery-guide .text p.desc {
    margin-top: 30px;
  }
}
/* gallery-guide end */
