:root {
  --ota-color-main: rgb(216, 12, 29);
  --ota-color-main_light: rgb(187, 0, 16);
  --ota-color-main_opacity12: rgba(216, 12, 29, 12%);
  --ota-color-sec: rgb(0, 0, 0);
  --ota-color-sec_opacity12: rgba(123, 52, 217, 12%);
  --ota-color-sec_light: rgb(68, 68, 68);
  --ota-color-alert: #ee130f;
  --ota-color-alert_light: #ff9292;
  --ota-color-icon-tit-des-1: rgb(255, 187, 193);
  --ota-color-icon-tit-des-2: rgb(216, 12, 29);
  --ota-color-icon-tit-des-3: rgb(234, 120, 130);
  --ota-linear-gradient-color-main: linear-gradient(
    135deg,
    rgba(151, 17, 17, 0.2) 0%,
    rgba(168, 9, 22, 0.064) 100%
  );
}

.btn_order:hover,
.btn_order:active {
  background-color: var(--ota-color-sec_light) !important;
}

#carousel_index_banner .swiper_info .des {
  -webkit-line-clamp: 4;
}

@media (max-width: 767.98px) {
  #carousel_index_banner .swiper-slide-active .swiper_info {
    height: 242px;
  }
}
.hotel-calendar__top {
  background-color: rgb(216, 12, 29);
}

.hotel-calendar__btn:hover .hotel-calendar__btn-arrow {
  border-color: rgb(248, 215, 140);
}

.hotel-calendar__td.hc-weekend,
.hotel-calendar__td span.hc-weekend {
  background-color: rgba(216, 12, 29, 0.15);
}

.hotel-calendar .hc-week {
  background-color: rgba(216, 12, 29, 0.2);
}

.hotel-calendar__tr:hover,
.hotel-calendar__td.hc-hover {
  background-color: rgba(216, 12, 29, 0.1);
}

.hotel-calendar__cell__price {
  color: rgb(216, 12, 29);
}

.hotel-calendar__cell:hover {
  color: rgb(216, 12, 29);
}

.hotel-calendar__cell.selected {
  background-color: rgb(187, 0, 16);
}

.text_disclaimer {
  background-color: #fce4e6;
  color: #bb0010;
  font-size: 13px;
  padding: 8px 0;
  line-height: 1.25;
  letter-spacing: 1px;
}

#mainApp {
  padding-top: 90px;
}

.h_logo_box h1 {
  font-size: 16px;
}

.h_logo_box span {
  display: inline-block;
  padding-left: 20px;
  margin-left: 12px;
  line-height: 1;
  border-left: 1px solid var(--ota-color-gray_2);
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .text_disclaimer {
    font-size: 12px;
    letter-spacing: 0;
  }
  .h_logo_box h1 {
    font-size: 15px;
  }
  .h_logo_box span {
    padding-left: 8px;
    margin-left: 0;
    letter-spacing: 0;
  }
}
footer.footer_v2 .footer_area_warningText {
  padding: 14px 20px 20px 20px;
}
footer.footer_v2 .footer_area_warningText .warningText_title {
  padding: clamp(10px, 0.8vw, 12vw) clamp(14px, 1.2vw, 18vw);
  font-size: clamp(18px, 1.75vw, 20px);
  margin-top: 14px;
  min-width: 114px;
}
footer.footer_v2 .footer_area_warningText .warningText_list {
  font-size: 16px;
  margin: 18px 0 12px 0;
  line-height: 1.9;
}
footer.footer_v2 .footer_area_warningText .warningText_list li {
  font-size: 16px;
}/*# sourceMappingURL=cust-style.css.map */