@charset "UTF-8";
.btn_more::after, .btn_search::before, .btn_active::before, .btn_spec.active:before, .btn_order:before, .btn_order.btn_order__call:before, .btn_add:before, .btn_del:before, .btn_line.btn_back::before,
.FontAwesomeIcon,
.swiper-button-next::after,
.swiper-button-prev::after,
.process_step .step_item.check .dot::after,
.pro_info .type::before,
.pro_info .type__ticket::before,
.check_area_tit::before,
.form_box .form-label::before,
.filter_box .filter_content label::before,
.mainContent_head .breadcrumb .breadcrumb-item.home::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-left: 4px;
  vertical-align: middle;
  font-weight: 900;
}

:root {
  --ota-color-main: #cc0000;
  --ota-color-main_light: #f23a3a;
  --ota-color-main_opacity12: rgba(204, 0, 0, 12%);
  --ota-color-sec_opacity12: rgba(240, 200, 8, 12%);
  --ota-color-sec: #000;
  --ota-color-sec_light: #ffc5c4;
  --ota-color-alert: #ee130f;
  --ota-color-alert_light: #ff9292;
  --ota-color-1: #5f9efd;
  --ota-color-2: #53e2bf;
  --ota-color-3: #ff8d8a;
  --ota-color-4: #ffd53f;
  --ota-color-5: #a986f5;
  --ota-color-6: #70d68c;
  --ota-color-7: #ce8b28;
  --ota-color-8: #f497e5;
  --ota-color-gray: #e9e9e9;
  --ota-color-gray_2: #ccc;
  --ota-color-gray_3: #aaa;
  --ota-color-gray_4: #777;
  --ota-color-black: #000000;
  --ota-color-white: #ffffff;
  --ota-color-icon-tit-des-1: #fff;
  --ota-color-icon-tit-des-2: #cc0000;
  --ota-color-icon-tit-des-3: #000;
  --ota-color-smo-fb: #3f51b5;
  --ota-color-smo-line: #00c300;
  --ota-radius-s: 4px;
  --ota-radius-m: 8px;
  --ota-radius-l: 12px;
  --ota-radius-xl: 16px;
  --ota-fz-s: 14px;
  --ota-fz-m: 16px;
  --ota-fz-l: 18px;
  --ota-fz-xl: clamp(20px, 1.25vw, 24px);
  --ota-fz-xxl: clamp(24px, 2vw, 36px);
  --ota-linear-gradient-color-main: linear-gradient(
    135deg,
    rgba(204, 0, 0, 0.2) 0%,
    rgba(204, 0, 0, 0.064) 100%
  );
  --ota-linear-gradient-color-sec: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.064) 100%
  );
}

html,
body {
  scroll-behavior: smooth;
}

body {
  position: relative;
}
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.74);
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
body.showMenu {
  position: fixed;
  width: 100%;
}
body.showMenu::after {
  opacity: 100%;
  pointer-events: all;
}

a {
  transition: all 0.3s;
}
a:hover, a:active {
  opacity: 0.7;
}

.header {
  width: 100%;
  min-height: 60px;
  position: fixed;
  z-index: 1050;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.h_logo_box {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_logo_box h1 {
  font-size: 0;
}

.h_logo {
  transition: opacity 0.3s;
}
.h_logo:hover, .h_logo:active {
  opacity: 0.7;
}

#nav_main {
  position: relative;
}

.h_btn_box {
  display: flex;
  height: 67px;
}
@media (max-width: 1199.98px) {
  .h_btn_box {
    gap: 8px;
  }
}
@media (max-width: 1199.98px) {
  .h_btn_box a {
    flex-grow: 1;
    height: 48px;
  }
}

.h_btn_main,
.h_btn_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 8px 12px;
  height: 100%;
  justify-content: center;
  right: 12px;
  transition: background 0.3s;
}
@media (max-width: 1399.98px) {
  .h_btn_main,
  .h_btn_sec {
    font-size: var(--ota-fz-s);
    padding: 8px;
  }
}
@media (max-width: 1199.98px) {
  .h_btn_main,
  .h_btn_sec {
    flex-direction: row;
    border-radius: var(--ota-radius-s);
    position: relative;
    margin-bottom: 60px;
    right: 0;
  }
}
.h_btn_main:hover, .h_btn_main:active,
.h_btn_sec:hover,
.h_btn_sec:active {
  background-color: var(--ota-color-main_light);
}
.h_btn_main svg,
.h_btn_sec svg {
  width: 20px;
  fill: #fff;
  flex-shrink: 0;
}
@media (max-width: 1399.98px) {
  .h_btn_main svg,
  .h_btn_sec svg {
    width: 14px;
    margin-right: 4px;
  }
}
.h_btn_main span,
.h_btn_sec span {
  font-size: var(--ota-fz-s);
  display: inline-block;
  margin-top: 4px;
}
@media (max-width: 1199.98px) {
  .h_btn_main span,
  .h_btn_sec span {
    font-size: var(--ota-fz-m);
    margin-top: 0;
    padding: 4px;
  }
}

.h_btn_main {
  background-color: var(--ota-color-main);
}

.h_btn_sec {
  background-color: var(--ota-color-sec);
}

.footer {
  font-size: var(--ota-fz-s);
}
.footer .row + .row {
  border-top: 1px solid var(--ota-color-gray_2);
}
.footer a {
  transition: opacity 0.3s;
}
.footer a:hover, .footer a:active {
  opacity: 0.7;
}
.footer .btn_line {
  font-size: var(--ota-fz-s);
}

.index_image {
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: -120px;
}
@media (min-width: 2559px) {
  .index_image {
    max-width: 1920px;
  }
}
@media (max-width: 991.98px) {
  .index_image {
    margin-top: -80px;
  }
}
@media (max-width: 767.98px) {
  .index_image {
    margin-top: -50px;
  }
}
@media (min-width: 1919px) {
  .index_image .container-fluid {
    padding: 0;
    width: 100%;
  }
}
.index_image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 16%, rgba(255, 255, 255, 0) 40%);
  top: -64px;
  left: 0;
}
@media (max-width: 1399.98px) {
  .index_image::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 8%, rgba(255, 255, 255, 0) 50%);
  }
}
.index_image .tit_sec {
  font-size: var(--ota-fz-l);
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .index_image .tit_sec {
    font-size: var(--ota-fz-m);
  }
}
.index_image .des {
  color: var(--ota-color-gray_4);
}
.index_image h2,
.index_image p {
  position: relative;
  z-index: 1;
}
@media (min-width: 1919px) {
  .index_image .pic {
    width: 100%;
  }
}

#carousel_index_1,
#carousel_index_2,
#carousel_index_3,
#carousel_index_4,
#carousel_index_5,
#carousel_index_6,
#carousel_index_7 {
  padding: 0 8px;
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 56px;
}

.carousel_index_1_area {
  margin-bottom: clamp(44px, 3.5vw, 64px);
}

.carousel_index_2_area {
  margin-left: auto;
  margin-right: auto;
  background-image: url("/_common/_ota/_img/_index/_index_bg1.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 45.78%;
  padding-top: clamp(100px, 14vw, 234px);
  padding-bottom: clamp(44px, 3.5vw, 64px);
  margin-top: -100px;
}
@media (min-width: 2559px) {
  .carousel_index_2_area {
    max-width: 1920px;
  }
}

.carousel_index_3_area {
  margin-left: auto;
  margin-right: auto;
  background-image: url("/_common/_ota/_img/_index/_index_bg2.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 53%;
  padding-top: clamp(100px, 16vw, 280px);
  padding-bottom: clamp(44px, 3.5vw, 64px);
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
@media (min-width: 2559px) {
  .carousel_index_3_area {
    max-width: 1920px;
  }
}
@media (max-width: 767.98px) {
  .carousel_index_3_area {
    margin-top: -80px;
  }
}

.index_necessary {
  margin-bottom: clamp(44px, 3.5vw, 64px);
  margin-top: -160px;
  z-index: 99;
  position: relative;
}
@media (max-width: 1399.98px) {
  .index_necessary {
    margin-top: -80px;
  }
}
@media (max-width: 1199.98px) {
  .index_necessary {
    margin-top: 40px;
  }
}

.index_necessary_box {
  padding: 0;
  border-radius: var(--ota-radius-m);
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.index_necessary_box h2 {
  color: #fff;
  background-color: var(--ota-color-main);
}

#mainApp {
  background-color: var(--ota-color-gray);
  padding-top: 67px;
}
@media (max-width: 1540px) {
  #mainApp {
    padding-top: 60px;
  }
}
#mainApp.homePage {
  background-color: #fff;
  max-width: 1920px;
  margin: auto;
}

.mainContent_area {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(32px, 4vw, 60px);
}

.mainContent_box {
  background-color: var(--ota-color-white);
  margin-top: -140px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .mainContent_box {
    margin-top: -110px;
  }
}

.mainContent_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--ota-color-gray);
}
@media (max-width: 575.98px) {
  .mainContent_head {
    flex-direction: column;
    justify-content: space-between;
  }
}
.mainContent_head .unit_name {
  font-size: var(--ota-fz-l);
  letter-spacing: 4px;
  background-color: var(--ota-color-main);
  color: var(--ota-color-white);
  padding: clamp(10px, 1vw, 15px) clamp(24px, 3vw, 52px);
  flex-shrink: 0;
}
.mainContent_head .unit_name::first-letter {
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  .mainContent_head .unit_name {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 575.98px) {
  .mainContent_head .unit_name {
    width: 100%;
    padding: 6px clamp(24px, 3vw, 52px);
    text-align: center;
  }
}
.mainContent_head .breadcrumb {
  font-size: var(--ota-fz-s);
  padding-right: 20px;
  padding-left: 12px;
  --bs-breadcrumb-item-padding-x: 3px;
}
@media (max-width: 575.98px) {
  .mainContent_head .breadcrumb {
    padding: 8px 16px;
  }
}
.mainContent_head .breadcrumb .breadcrumb-item.home {
  display: flex;
}
.mainContent_head .breadcrumb .breadcrumb-item.home::before {
  content: "\f015";
  padding-right: 3px;
}
.mainContent_head .breadcrumb a {
  font-size: inherit;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.mainContent_head .breadcrumb .active {
  color: initial;
}

.mainContent_body {
  padding: 20px;
  min-height: 140px;
}
.mainContent_body.air_bg {
  background-image: url("/_common/_ota/_img/_bg/_a_bg.jpg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.spec_info {
  display: flex;
}
@media (max-width: 767.98px) {
  .spec_info {
    flex-wrap: wrap;
  }
}
.spec_info span {
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 4px;
  font-size: var(--ota-fz-m);
  color: var(--ota-color-gray_3);
}
.spec_info a {
  color: #000;
  font-weight: 400;
  margin-top: 7px;
}
@media (max-width: 767.98px) {
  .spec_info a {
    margin-top: 0;
  }
}
.spec_info a:hover, .spec_info a:active {
  color: inherit;
}
.spec_info a span {
  color: #000;
}
.spec_info a span:hover, .spec_info a span:active {
  color: inherit;
}

.pro_infoBox {
  position: relative;
}
.pro_infoBox .type__ticket,
.pro_infoBox .title_detail {
  padding-right: 88px;
}
@media (max-width: 767.98px) {
  .pro_infoBox .btn_order {
    width: 100%;
    padding: 10px 12px;
  }
}

.smo_box {
  display: inline-flex;
  align-items: center;
  border-radius: var(--ota-radius-s);
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 0;
}
@media (max-width: 424.98px) {
  .smo_box {
    top: 24px;
  }
}
.smo_box a {
  width: 40px;
  height: 32px;
  transition: opacity 0.3s;
  font-size: var(--ota-fz-l);
}
.smo_box a:hover, .smo_box a:active {
  opacity: 0.6;
}

.page_airport_transfer_overseas .pro_infoBox {
  max-width: 800px;
  margin: auto;
}
.page_airport_transfer_overseas .title_detail {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .page_airport_transfer_overseas .title_detail {
    gap: 8px;
  }
}
.page_airport_transfer_overseas .title_detail span {
  display: inline-block;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--ota-color-sec);
}
@media (max-width: 767.98px) {
  .page_airport_transfer_overseas .title_detail span {
    font-size: 1.15rem;
  }
}
.page_airport_transfer_overseas .title_detail a {
  transition: opacity 0.3s;
  color: var(--ota-color-sec);
}
.page_airport_transfer_overseas .title_detail a:hover, .page_airport_transfer_overseas .title_detail a:active {
  opacity: 0.6;
}
.page_airport_transfer_overseas .into_row {
  display: flex;
  margin: 24px 0 16px 0;
}
@media (max-width: 767.98px) {
  .page_airport_transfer_overseas .into_row {
    flex-direction: column;
    margin: 12px 0;
  }
}
.page_airport_transfer_overseas .into_row .h5 {
  color: var(--ota-color-main);
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .page_airport_transfer_overseas .into_row .h5 {
    margin-top: 8px;
    text-align: center;
  }
}
.page_airport_transfer_overseas .pic_box {
  padding-right: 16px;
}
@media (max-width: 767.98px) {
  .page_airport_transfer_overseas .pic_box {
    text-align: center;
  }
}
.page_airport_transfer_overseas .text_box span {
  color: var(--ota-color-main);
  font-weight: 600;
  display: inline;
  margin: 0 2px;
}
.page_airport_transfer_overseas .pro_info p {
  text-align: justify;
}
@media (max-width: 767.98px) {
  .page_airport_transfer_overseas .pro_info p {
    text-align: center;
  }
}
.page_airport_transfer_overseas .tc_link {
  color: var(--ota-color-gray_3);
  transition: opacity 0.3s;
  font-weight: 400;
}
.page_airport_transfer_overseas .tc_link:hover, .page_airport_transfer_overseas .tc_link:active {
  opacity: 0.7;
}

.bs-table-bg {
  background-color: rgba(0, 0, 0, 0.05);
}
.bs-table-bg th,
.bs-table-bg td {
  background-color: transparent;
}

.text_des_box {
  margin: auto;
  display: none;
}
.text_des_box.max-w-800 {
  max-width: 800px;
}
@media (max-width: 1680px) {
  .text_des_box.max-w-800 {
    max-width: unset;
  }
}
.text_des_box .type_tit {
  letter-spacing: 8px;
  font-size: var(--ota-fz-xl);
  color: var(--ota-color-gray_3);
  text-align: center;
}
.text_des_box .text_des_tit {
  font-size: var(--ota-fz-l);
  text-align: center;
  padding: clamp(8px, 1vw, 16px);
  border-bottom: 1px solid var(--ota-color-gray_2);
  margin-bottom: 16px;
  font-weight: 700;
}
.text_des_box li {
  margin: 8px 0;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .text_des_box .list_chNum {
    padding-left: 48px;
  }
}
@media (max-width: 575.98px) {
  .text_des_box .list_chNum {
    padding-left: 38px;
  }
}
.text_des_box .list_chNum a {
  word-break: break-all;
}
.text_des_box .logo_box {
  text-align: center;
  margin-bottom: clamp(12px, 1.5vw, 20px);
}
.text_des_box .logo {
  max-width: 200px;
  margin: auto;
}

.ticket-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-main);
  flex-flow: column;
  row-gap: 0.5rem;
  height: 100%;
  text-align: center;
  position: relative;
  transition: 0.2s ease-in-out;
}
.ticket-plus > * {
  z-index: 2;
  transition: inherit;
}
.ticket-plus::after {
  content: "";
  position: absolute;
  height: 5rem;
  width: 5rem;
  top: -1rem;
  left: 15%;
  background-color: var(--primary-color-light);
  border-radius: 100%;
}
.ticket-plus h5 {
  font-size: 1.25rem;
  margin-bottom: 0rem;
}
@media (max-width: 767.98px) {
  .ticket-plus h5 {
    font-size: 1.1rem;
  }
}
.ticket-plus p {
  margin: auto;
}
@media (max-width: 767.98px) {
  .ticket-plus p br {
    display: none;
  }
}
.ticket-plus:hover img {
  transform: translateY(-5px);
}

.fade-in {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-top {
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.slide-in-right {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-4-26 16:21:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-backdrop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  animation: slide-in-bottom 1s cubic-bezier(1, 0, 0, 1) 1s both;
}

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.filter_box {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid var(--ota-color-gray_2);
}
.filter_box .btn_filter {
  color: #fff;
  background-color: var(--ota-color-main);
  text-align: center;
}
.filter_box .card-body {
  padding: 12px;
}
.filter_box .filter_content label {
  display: flex;
}
.filter_box .filter_content label svg {
  color: var(--ota-color-gray_2);
  width: 16px;
  display: none;
}
.filter_box .filter_content label::before {
  content: "\f0b0";
  margin-right: 6px;
  color: var(--ota-color-gray_2);
  font-size: var(--ota-fz-m);
}

body {
  padding: 0;
  font-family: "PingFangTC-Regular", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

a {
  font-weight: bold;
  text-decoration: none;
  text-underline-offset: 3px;
  color: var(--ota-color-main);
}

@media (max-width: 767.98px) {
  select::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: var(--ota-fz-s);
  }
  select::placeholder,
  input::placeholder,
  textarea::placeholder {
    font-size: var(--ota-fz-s);
  }
}

img,
.row > img {
  width: auto;
}

hr.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--ota-color-gray_2);
}

label {
  word-break: keep-all;
}

.form-check-input[type=radio] {
  flex-shrink: 0;
}

.form-check-input_parent input[type=radio] {
  flex-shrink: 0;
  border-radius: 999px;
}

.form-check-input:checked {
  background-color: var(--ota-color-main);
  border-color: var(--ota-color-main);
}

.form-check-input_parent input:checked {
  background-color: var(--ota-color-main);
  border-color: var(--ota-color-main);
}

.form-check-input[type=checkbox] {
  background-color: #e9e9e9;
}

.form-check-input_parent input[type=checkbox] {
  background-color: #e9e9e9;
  border-radius: 0.25em;
  flex-shrink: 0;
}

.form-check-input[type=checkbox]:checked {
  background-color: var(--ota-color-main);
}

.form-check-input_parent input[type=checkbox]:checked {
  background-color: var(--ota-color-main);
}

.p-12 {
  padding: 12px !important;
}

.px-lg-12 {
  padding: 0 12px !important;
}
@media (max-width: 991.98px) {
  .px-lg-12 {
    padding: 0 !important;
  }
}

.no_list {
  max-width: 80px;
  margin: auto;
  margin-bottom: 12px;
}
.no_list i,
.no_list svg {
  fill: var(--ota-color-gray_2);
}

.fill-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.color01 {
  color: var(--ota-color-main);
}

.btn_input_parent {
  position: relative;
}
.btn_input_parent svg {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 18px;
  color: var(--ota-color-white);
}
@media (max-width: 767.98px) {
  .btn_input_parent svg {
    left: calc(50% - 54px);
  }
}
.btn_input_parent input {
  padding-left: 42px;
}

.btn_more {
  font-size: var(--ota-fz-m);
  border-radius: 99px;
  border: 1px solid var(--ota-color-main);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
  padding: 4px 12px 4px 16px;
  transition: background 0.15s, color 0.3s;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .btn_more {
    padding: 6px 14px 4px 18px;
    font-weight: 500;
  }
}
.btn_more:hover, .btn_more:active {
  background-color: var(--ota-color-main) !important;
  color: #fff !important;
}
.btn_more svg {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.btn_more::after {
  content: "\f061";
}

#btn_burgerMenu {
  /* bottom line of hamburger */
  /* top line of hamburger */
  /* line one of close icon */
  /* line two of close icon */
}
@media (max-width: 1199.98px) {
  #btn_burgerMenu {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none;
    background-color: var(--ota-color-main);
    border-radius: 999px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--ota-color-main);
    position: relative;
  }
  #btn_burgerMenu::after {
    content: "";
    display: block;
    min-width: 60px;
    min-height: 60px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
  }
}
#btn_burgerMenu .icon-menu,
#btn_burgerMenu .icon-menu::before,
#btn_burgerMenu .icon-menu::after,
#btn_burgerMenu .icon-close,
#btn_burgerMenu .icon-close::before,
#btn_burgerMenu .icon-close::after {
  content: "";
  display: block;
  height: 2.7px;
  position: absolute;
  width: 20px;
  border-radius: 20px;
  transition: top ease 0.3s, transform ease 0.3s 0.3s, background 0.3s ease 0.3s;
  background: #fff;
}
@media (max-width: 991.98px) {
  #btn_burgerMenu .icon-menu,
  #btn_burgerMenu .icon-menu::before,
  #btn_burgerMenu .icon-menu::after,
  #btn_burgerMenu .icon-close,
  #btn_burgerMenu .icon-close::before,
  #btn_burgerMenu .icon-close::after {
    height: 1.5px;
  }
}
#btn_burgerMenu .icon-menu::before {
  top: -7px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
}
@media (max-width: 991.98px) {
  #btn_burgerMenu .icon-menu::before {
    top: -6px;
  }
}
#btn_burgerMenu .icon-menu::after {
  top: 7px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
}
@media (max-width: 991.98px) {
  #btn_burgerMenu .icon-menu::after {
    top: 6px;
  }
}
#btn_burgerMenu .icon-close {
  background: transparent;
}
#btn_burgerMenu .icon-close::before {
  transform: rotate(45deg);
  top: 0px;
  background: #fff;
}
#btn_burgerMenu .icon-close::after {
  transform: rotate(-45deg);
  top: 0px;
  background: #fff;
}
#btn_burgerMenu .icon-menu {
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
}

.btn_filter {
  pointer-events: none;
  border: none;
  width: 100%;
  padding: 8px;
  letter-spacing: 4px;
}

.btn_search {
  letter-spacing: 4px;
  background-color: var(--ota-color-main);
  color: #fff;
  display: flex;
  align-items: center;
}
.btn_search:hover, .btn_search:active {
  background-color: var(--ota-color-main_light) !important;
  color: #fff !important;
}
.btn_search::before {
  content: "\f002";
  padding-right: 2px;
}

div.btn_search {
  width: 91px;
  height: 38px;
  position: relative;
  border: 0;
}
div.btn_search input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn_active {
  padding: 8px 12px;
  background-color: var(--ota-color-main);
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
}
.btn_active:hover, .btn_active:active {
  background-color: var(--ota-color-main_light) !important;
}
.btn_active::before {
  content: "\f002";
  padding-right: 3px;
}

.btn_spec {
  display: flex;
  border-radius: var(--ota-radius-s);
  font-size: var(--ota-fz-m);
  border: 1px solid var(--ota-color-main) !important;
  color: var(--ota-color-main) !important;
  padding: 4px 8px;
}
.btn_spec:hover, .btn_spec:active {
  background-color: var(--ota-color-main_light) !important;
  border-color: var(--ota-color-main_light) !important;
  color: var(--ota-color-white) !important;
}
.btn_spec.active {
  color: var(--ota-color-white) !important;
  background-color: var(--ota-color-main);
}
.btn_spec.active:before {
  content: "\f00c";
  padding-right: 5px;
}

.btn_order {
  display: flex;
  align-items: center;
  border-radius: var(--ota-radius-s);
  background-color: var(--ota-color-sec);
  color: #fff;
  padding: 6px 16px;
}
@media (max-width: 575.98px) {
  .btn_order {
    padding: 6px 12px 4px 10px;
  }
}
.btn_order:hover, .btn_order:active {
  background-color: var(--ota-color-main_light) !important;
  color: var(--ota-color-white) !important;
  opacity: 1;
}
.btn_order:before {
  content: "\f044";
  padding-right: 5px;
}
.btn_order.btn_order__call:before {
  content: "\f2a0";
}

.btn_add {
  display: flex;
  align-items: center;
  border-radius: var(--ota-radius-s);
  background-color: var(--ota-color-sec);
  color: #fff;
  padding: 6px 16px 6px 12px;
}
@media (max-width: 575.98px) {
  .btn_add {
    padding: 6px 12px 4px 10px;
  }
}
.btn_add:hover, .btn_add:active {
  background-color: var(--ota-color-sec_light) !important;
  color: var(--ota-color-white) !important;
}
.btn_add:before {
  content: "+";
  padding-right: 5px;
}

.btn_del {
  display: flex;
  align-items: center;
  border-radius: var(--ota-radius-s);
  background-color: var(--ota-color-gray_3);
  color: #fff;
  padding: 6px 16px 6px 12px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .btn_del {
    padding: 6px 12px 4px 10px;
  }
}
.btn_del:hover, .btn_del:active {
  background-color: var(--ota-color-gray_2) !important;
}
.btn_del:before {
  content: "\f2ed";
  padding-right: 5px;
}

.hover70:hover {
  opacity: 0.7;
}

.btn_line {
  text-decoration: unset;
  font-weight: 500;
  padding: 10px 24px;
  border: 1px solid var(--ota-color-main);
  border-radius: 99px;
  transition: background 0.15s, color 0.3s;
  background-color: #fff;
  color: var(--ota-color-main);
}
@media (max-width: 575.98px) {
  .btn_line {
    padding: 10px 20px;
  }
}
.btn_line.haveBg {
  background-color: var(--ota-color-main);
  color: #fff;
  min-width: 151px;
  text-align: center;
}
.btn_line.isNext {
  min-width: 151px;
}
@media (max-width: 575.98px) {
  .btn_line.isNext {
    min-width: 111px;
  }
}
.btn_line.isOrderSeacher {
  min-width: 119px;
}
@media (max-width: 575.98px) {
  .btn_line.isOrderSeacher {
    min-width: 111px;
  }
}
.btn_line.isCheck {
  min-width: 135px;
}
@media (max-width: 575.98px) {
  .btn_line.isCheck {
    min-width: 111px;
  }
}
.btn_line + .btn_line,
.btn_line + .send {
  margin-left: 8px;
}
.btn_line:hover, .btn_line:active {
  background-color: var(--ota-color-main) !important;
  color: var(--ota-color-white) !important;
}
.btn_line.btn_back {
  border-color: var(--ota-color-gray_3) !important;
  color: var(--ota-color-gray_3) !important;
  position: relative;
  display: inline-flex;
}
.btn_line.btn_back::before {
  content: "\f060";
  padding-right: 3px;
}
.btn_line.btn_back:hover, .btn_line.btn_back:active {
  background-color: var(--ota-color-gray_3) !important;
  color: var(--ota-color-white) !important;
}

.btn_box {
  display: flex;
  justify-content: center;
}

.button-share-fb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1877f2;
  color: #fff;
}

.button-share-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00c300;
  color: #fff;
}

.btn-ftShare-fb {
  display: inline-block;
  color: var(--ota-color-smo-fb);
  font-size: 40px;
}

.btn-ftShare-line {
  display: inline-block;
  color: var(--ota-color-smo-line);
  font-size: 36px;
  margin-top: 3px;
}

.btn_modal_no {
  background-color: var(--ota-color-gray);
  border-radius: 99px;
  width: 178px;
  padding: 10px;
}
@media (max-width: 575.98px) {
  .btn_modal_no {
    width: auto;
    padding: 4px 16px;
  }
}
.btn_modal_no:hover, .btn_modal_no:active {
  background-color: var(--ota-color-gray_2);
}

.btn_modal_yes {
  background-color: var(--ota-color-main);
  color: #fff;
  border-radius: 99px;
  width: 178px;
  padding: 10px;
}
@media (max-width: 575.98px) {
  .btn_modal_yes {
    width: auto;
    padding: 4px 16px;
  }
}
.btn_modal_yes:hover, .btn_modal_yes:active {
  background-color: var(--ota-color-main_light);
  color: #fff;
}

.modal {
  --bs-modal-width: 700px;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .modal {
    --bs-modal-width: 500px;
  }
}

.modal-header {
  border: none;
  padding-top: 20px;
  padding-bottom: 12px;
}
.modal-header .modal-title {
  font-size: var(--ota-fz-l);
  width: 100%;
  text-align: center;
}
.modal-header .btn-close {
  opacity: 1;
}

.modal-body {
  text-align: center;
}
@media (max-width: 575.98px) {
  .modal-body {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.modal-footer {
  justify-content: center;
  border-top: none;
  gap: clamp(20px, 3vw, 50px);
}

.OTPmodal .modal-header {
  border-bottom: 1px solid var(--ota-color-gray_2);
}
.OTPmodal .item_verify {
  margin: 0 8px;
}
.OTPmodal .item_verify .form-control {
  max-width: 54px;
  font-size: 20px;
  text-align: center;
  color: var(--ota-color-main);
}
.OTPmodal .item_verify .form-control:focus {
  border-color: var(--ota-color-main);
  box-shadow: none;
}

.form-check-input :focus {
  box-shadow: none;
  border: none;
}

.form-check-input_parent {
  display: inline-flex;
  gap: 8px;
}
.form-check-input_parent input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-check-input_parent input:focus {
  box-shadow: none;
  border: none;
}
.form-check-input_parent input:checked {
  background-color: var(--ota-color-main);
  border-color: var(--ota-color-main);
}
.form-check-input_parent input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input_parent input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.cust-multiple-select + .select2 {
  width: 100% !important;
  height: 38px;
  overflow-y: auto;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding-left: 6px;
}
.cust-multiple-select + .select2 .select2-search__field {
  min-height: 20px;
}
.cust-multiple-select + .select2 .select2-selection--multiple {
  border: none;
  margin-top: 2px;
}
.cust-multiple-select + .select2 .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: none;
}
.cust-multiple-select + .select2 .select2-selection--multiple .select2-selection__choice + .select2-selection__choice {
  padding-left: 28px;
}
.cust-multiple-select + .select2 .select2-selection--multiple .select2-selection__choice + .select2-selection__choice::before {
  content: ",";
  display: inline-block;
  position: absolute;
  left: 0px;
}
.cust-multiple-select + .select2 .select2-selection--multiple .select2-selection__choice + .select2-selection__choice .select2-selection__choice__remove {
  left: 8px;
}
.cust-multiple-select + .select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  border-right: none;
  width: 18px;
  height: 18px;
  border-radius: 99px;
  background-color: var(--ota-color-gray_2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3px;
}
.cust-multiple-select + .select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove span {
  font-size: 14px;
  line-height: 18px;
  margin-top: -2px;
}

.col-12 .form-check label {
  width: 100%;
  word-break: normal;
  text-align: justify;
}

.form_area_tit {
  width: 100%;
  position: relative;
  padding: 8px 12px;
  margin-bottom: 12px;
  margin-top: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: var(--ota-fz-m);
}
@media (max-width: 767.98px) {
  .form_area_tit {
    margin-top: 4px;
  }
}
.form_area_tit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--ota-color-sec);
  opacity: 0.16;
  position: absolute;
  left: 0;
  top: 0;
}
.form_area_tit .icon_sprites_tit_des1 {
  margin-right: 4px;
  display: inline-flex;
}
.form_area_tit .icon_sprites_tit_des1::before, .form_area_tit .icon_sprites_tit_des1::after {
  width: 10px;
  height: 10px;
}
.form_area_tit .icon_sprites_tit_des1::after {
  margin-left: -3px;
}

.form_box input + .form-label::before {
  display: none;
}
.form_box .form-label {
  position: relative;
  display: flex;
  font-weight: 700;
  word-break: keep-all;
}
.form_box .form-label::before {
  content: "\f044";
  padding-right: 5px;
  color: var(--ota-color-gray_2);
  font-size: var(--ota-fz-m);
}
@media (max-width: 1199.98px) {
  .form_box .form-label .notes {
    font-size: var(--ota-fz-s);
    margin-top: 2px;
  }
}

#componentReceipt .form-check {
  align-items: center;
}
#componentReceipt label {
  margin-bottom: 0;
  margin-left: 4px;
  word-break: keep-all;
  text-align: left;
}
#componentReceipt .remaining_time {
  color: var(--ota-color-main);
  font-weight: 700;
}
#componentReceipt .remaining_time #countdown {
  color: var(--ota-color-main);
  margin-left: 6px;
}
#componentReceipt .remaining_time .fa-clock {
  color: var(--ota-color-gray_2);
}

@media (max-width: 767.98px) {
  #componentReceipt .row:nth-child(2) .col-md-6:nth-child(2) {
    margin-top: 16px;
  }
}

#componentReceipt .after_dash_gap-1 > div + div {
  margin-left: 8px;
}

#form_finish span.notes {
  color: var(--ota-color-main);
}
#form_finish .box_notice {
  padding: 24px;
  border-radius: 8px;
  background-color: var(--ota-color-main_opacity12);
  margin-bottom: 8px;
}
#form_finish ol {
  max-width: 860px;
  margin: auto;
}
#form_finish ol li {
  margin-bottom: 8px;
}
#form_finish ol li:last-child {
  margin-bottom: 0;
}
#form_finish .box_grey {
  padding: 24px;
  border-radius: 8px;
  background-color: #ebebeb;
  text-align: center;
}

#form_finish img,
#form_failure img,
#form_timeout img {
  max-width: clamp(90px, 8vw, 136px);
}
#form_finish .des_text,
#form_failure .des_text,
#form_timeout .des_text {
  font-size: var(--ota-fz-l);
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #form_finish .des_text,
  #form_failure .des_text,
  #form_timeout .des_text {
    font-size: var(--ota-fz-m);
  }
}

#form_finish img {
  max-width: clamp(120px, 12vw, 200px);
  margin: 20px auto 10px auto;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background-color: var(--ota-color-main);
}

.dtp div.dtp-date,
.dtp div.dtp-time,
.dtp table.dtp-picker-days tr > td > a.selected {
  background-color: var(--ota-color-main_light);
}

.dtp .p10 > a {
  color: #000;
}

.dtp div.dtp-actual-year {
  color: #fff;
}

.dtp table.dtp-picker-days tr > td > a {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.dtp table.dtp-picker-days tr > td {
  padding: 20px 0.3em 0 0.3em;
}

.dtp-btn-clear {
  background-color: var(--ota-color-alert);
  color: #fff;
}
.dtp-btn-clear:hover, .dtp-btn-clear:active {
  background-color: var(--ota-color-alert_light);
  color: #fff;
}

.dtp-btn-cancel {
  background-color: var(--ota-color-gray_3);
  color: #fff;
  margin: 0 8px;
}
.dtp-btn-cancel:hover, .dtp-btn-cancel:active {
  background-color: var(--ota-color-gray_2);
  color: #fff;
}

.dtp-btn-ok {
  background-color: var(--ota-color-main);
  color: #fff;
}
.dtp-btn-ok:hover, .dtp-btn-ok:active {
  background-color: var(--ota-color-main_light);
  color: #fff;
}

#form_pay .check_item {
  padding-left: 6px;
}

.dtp > .dtp-content {
  max-height: unset !important;
}

.dtp table.dtp-picker-days tr > td > a {
  padding: 0 !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  padding: 5px !important;
}

.material-icons {
  color: #fff;
}

.select_add select {
  max-width: 130px;
}
.select_add .num_area {
  max-width: 80px;
}

.checkBox_spec .col-form-label {
  flex-shrink: 0;
  width: 116px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.checkBox_spec .input-group-text {
  height: 46px;
  margin: 0;
  width: 138px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.input_mobile {
  display: flex;
  position: relative;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input_mobile select {
  width: 20%;
  min-width: 120px;
  border: none;
  flex-grow: 0;
}
.input_mobile .phone-vr {
  color: var(--ota-color-gray_2);
  margin-top: 7px;
}
.input_mobile input {
  flex-grow: 1;
  border: none;
  background-color: #fff;
}

.dtp-btn-clear {
  display: none !important;
}

.year-picker-item.active {
  color: var(--ota-color-main);
  font-weight: bold;
}

.year-picker-item:hover {
  color: var(--ota-color-main);
}

.dtp-picker-year .material-icons {
  color: #000000;
}

.box_password {
  position: relative;
  flex-grow: 1;
}
.box_password input {
  height: 100%;
}
.box_password input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.box_password svg {
  position: absolute;
  right: 8px;
  transform: translateY(-50%);
  top: 50%;
  padding: 8px;
  z-index: 1;
  cursor: pointer;
}

.checkout_V2 {
  position: relative;
  z-index: 1;
}
.checkout_V2 p {
  margin: 4px 0;
}
.checkout_V2 label {
  margin-bottom: 4px;
}
.checkout_V2 input {
  background-color: #fff;
}
.checkout_V2 .btn {
  border-radius: 6px !important;
  background-color: #fff;
}

.discount-btn {
  position: absolute;
  top: 0.4rem;
  text-decoration: none;
  right: 1rem;
  border: none;
  background-color: transparent;
  color: var(--ota-color-main);
  padding: 0;
  min-width: unset !important;
}

.pw-wrapper {
  position: relative;
}

.pw-mask {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 15px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
  background-image: none;
}

input[type=password] + .pw-mask.show {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMiAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2OTFfMTc1MjgpIj4KPHBhdGggZD0iTTExIDYuNUMxMC4yMDQ0IDYuNSA5LjQ0MTI5IDYuODE2MDcgOC44Nzg2OCA3LjM3ODY4QzguMzE2MDcgNy45NDEyOSA4IDguNzA0MzUgOCA5LjVDOCAxMC4yOTU3IDguMzE2MDcgMTEuMDU4NyA4Ljg3ODY4IDExLjYyMTNDOS40NDEyOSAxMi4xODM5IDEwLjIwNDQgMTIuNSAxMSAxMi41QzExLjc5NTYgMTIuNSAxMi41NTg3IDEyLjE4MzkgMTMuMTIxMyAxMS42MjEzQzEzLjY4MzkgMTEuMDU4NyAxNCAxMC4yOTU3IDE0IDkuNUMxNCA4LjcwNDM1IDEzLjY4MzkgNy45NDEyOSAxMy4xMjEzIDcuMzc4NjhDMTIuNTU4NyA2LjgxNjA3IDExLjc5NTYgNi41IDExIDYuNVpNMTEgMTQuNUM5LjY3MzkyIDE0LjUgOC40MDIxNSAxMy45NzMyIDcuNDY0NDcgMTMuMDM1NUM2LjUyNjc4IDEyLjA5NzkgNiAxMC44MjYxIDYgOS41QzYgOC4xNzM5MiA2LjUyNjc4IDYuOTAyMTUgNy40NjQ0NyA1Ljk2NDQ3QzguNDAyMTUgNS4wMjY3OCA5LjY3MzkyIDQuNSAxMSA0LjVDMTIuMzI2MSA0LjUgMTMuNTk3OSA1LjAyNjc4IDE0LjUzNTUgNS45NjQ0N0MxNS40NzMyIDYuOTAyMTUgMTYgOC4xNzM5MiAxNiA5LjVDMTYgMTAuODI2MSAxNS40NzMyIDEyLjA5NzkgMTQuNTM1NSAxMy4wMzU1QzEzLjU5NzkgMTMuOTczMiAxMi4zMjYxIDE0LjUgMTEgMTQuNVpNMTEgMkM2IDIgMS43MyA1LjExIDAgOS41QzEuNzMgMTMuODkgNiAxNyAxMSAxN0MxNiAxNyAyMC4yNyAxMy44OSAyMiA5LjVDMjAuMjcgNS4xMSAxNiAyIDExIDJaIiBmaWxsPSJibGFjayIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE2OTFfMTc1MjgiPgo8cmVjdCB3aWR0aD0iMjIiIGhlaWdodD0iMTguNjkiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}

input[type=text] + .pw-mask.show {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMiAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjUzNTI5IDQuNzcyNjNDMS45Nzc3MSA2LjAzNzQxIDAuNzUwMTAxIDcuNjg5NDkgMCA5LjU4MDY0QzEuNzMgMTMuOTQyMyA2IDE3LjAzMjMgMTEgMTcuMDMyM0MxMi40MTQ2IDE3LjAzMjMgMTMuNzcwNyAxNi43ODQ5IDE1LjAyNzUgMTYuMzMxNUwxMi44ODg3IDE0LjE4MDNDMTIuMjk0NyAxNC40MjExIDExLjY1NCAxNC41NDg0IDExIDE0LjU0ODRDOS42NzM5MiAxNC41NDg0IDguNDAyMTUgMTQuMDI1IDcuNDY0NDcgMTMuMDkzNEM2LjUyNjc4IDEyLjE2MTcgNiAxMC44OTgyIDYgOS41ODA2NEM2IDguOTEwMiA2LjEzNjQxIDguMjUzNzMgNi4zOTM5NSA3LjY0Nzg3TDMuNTM1MjkgNC43NzI2M1pNOC4wMTU0MiA5LjI3ODc0QzguMDA1MTkgOS4zNzg2MSA4IDkuNDc5MzYgOCA5LjU4MDY0QzggMTAuMzcxMiA4LjMxNjA3IDExLjEyOTMgOC44Nzg2OCAxMS42ODgzQzkuNDQxMjkgMTIuMjQ3MyAxMC4yMDQ0IDEyLjU2MTMgMTEgMTIuNTYxM0MxMS4wODk2IDEyLjU2MTMgMTEuMTc4NyAxMi41NTczIDExLjI2NzMgMTIuNTQ5NEw4LjAxNTQyIDkuMjc4NzRaTTEzLjk3NSA5Ljk2NDRMMTAuNjUwMiA2LjYyMDMxQzEwLjc2NTggNi42MDY4NCAxMC44ODI1IDYuNiAxMSA2LjZDMTEuNzk1NiA2LjYgMTIuNTU4NyA2LjkxNDAzIDEzLjEyMTMgNy40NzMwMUMxMy42ODM5IDguMDMxOTkgMTQgOC43OTAxMyAxNCA5LjU4MDY0QzE0IDkuNzA5NjYgMTMuOTkxNiA5LjgzNzgzIDEzLjk3NSA5Ljk2NDRaTTE1LjU3ODQgMTEuNTc3MUMxNS44NTM4IDEwLjk1MzcgMTYgMTAuMjc0NiAxNiA5LjU4MDY0QzE2IDguMjYzMTEgMTUuNDczMiA2Ljk5OTU1IDE0LjUzNTUgNi4wNjc5MkMxMy41OTc5IDUuMTM2MjkgMTIuMzI2MSA0LjYxMjkgMTEgNC42MTI5QzEwLjMyMjMgNC42MTI5IDkuNjU4ODEgNC43NDk1OSA5LjA0NjgzIDUuMDA3NjFMNi45MDU3OCAyLjg1NDE0QzguMTgxMiAyLjM4NTIgOS41NjAzNCAyLjEyOTAzIDExIDIuMTI5MDNDMTYgMi4xMjkwMyAyMC4yNyA1LjIxODk2IDIyIDkuNTgwNjRDMjEuMjQxOCAxMS40OTIyIDE5Ljk5NTggMTMuMTU5NCAxOC40MTQzIDE0LjQyOTRMMTUuNTc4NCAxMS41NzcxWiIgZmlsbD0iYmxhY2siLz4KPHJlY3QgeD0iMS40MTkzNyIgeT0iMS4wMDA3MyIgd2lkdGg9IjEuNDE5MzUiIGhlaWdodD0iMjQuOTQxMyIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ0LjgzNDMgMS40MTkzNyAxLjAwMDczKSIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
}

@media (max-width: 1199.98px) {
  #navbarSupportedContent {
    max-height: calc(100vh - 73px);
    overflow-y: auto;
    margin-right: 0;
  }
}
#navbarSupportedContent .dropdown-toggle::after {
  margin-left: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#navbarSupportedContent .dropdown-menu {
  transform: translateX(-50%);
  left: 50%;
  margin-top: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #fff;
  border-bottom-right-radius: var(--ota-radius-s);
  border-bottom-left-radius: var(--ota-radius-s);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199.98px) {
  #navbarSupportedContent .dropdown-menu {
    border: none;
    transform: unset;
    left: unset;
    box-shadow: unset;
  }
}
#navbarSupportedContent .dropdown-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--ota-color-main_opacity12);
}
#navbarSupportedContent .dropdown-menu a {
  padding: 12px 16px 12px 24px;
  color: #000;
}
#navbarSupportedContent .dropdown-menu a:hover, #navbarSupportedContent .dropdown-menu a:active {
  background-color: var(--ota-color-main);
  color: #fff;
}
#navbarSupportedContent .dropdown-menu a.noLine {
  pointer-events: none;
  font-size: 17px;
  padding: 8px 16px;
  color: var(--ota-color-main);
}
#navbarSupportedContent .dropdown-menu li {
  position: relative;
  z-index: 1;
}
#navbarSupportedContent .dropdown-menu li + li {
  border-top: 1px solid var(--ota-color-gray_2);
}
#navbarSupportedContent .nav-item {
  padding: 0 2px;
}
#navbarSupportedContent .nav-item + .nav-item {
  position: relative;
}
@media (max-width: 1199.98px) {
  #navbarSupportedContent .nav-item + .nav-item {
    border-top: 1px solid var(--ota-color-gray_2);
  }
}
#navbarSupportedContent .nav-item + .nav-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background-color: var(--ota-color-gray_2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1399.98px) {
  #navbarSupportedContent .nav-item + .nav-item::after {
    display: none;
  }
}
#navbarSupportedContent .nav-link {
  color: #000;
  font-size: var(--ota-fz-l);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1540px) {
  #navbarSupportedContent .nav-link {
    font-size: var(--ota-fz-m);
  }
}
@media (max-width: 1399.98px) {
  #navbarSupportedContent .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 767.98px) {
  #navbarSupportedContent .nav-link {
    padding: 12px 4px;
  }
}
#navbarSupportedContent .nav-link:hover, #navbarSupportedContent .nav-link.active {
  color: var(--ota-color-main);
}
#navbarSupportedContent .navbar-nav {
  margin-right: 12px;
}
@media (max-width: 1540px) {
  #navbarSupportedContent .navbar-nav {
    margin: auto;
  }
}
@media (max-width: 1199.98px) {
  #navbarSupportedContent .navbar-nav {
    margin-right: 0;
  }
}
#navbarSupportedContent .dropdown-item.active {
  background-color: var(--ota-color-main);
  color: #fff;
}

#serverTab {
  display: flex;
  justify-content: center;
  border: none;
  gap: 12px;
  margin-bottom: 13px;
}
@media (max-width: 575.98px) {
  #serverTab {
    gap: 8px;
  }
}
#serverTab .nav-link {
  border-radius: 99px;
  color: var(--ota-color-main);
  border: 1px solid var(--ota-color-main);
  padding: 2px 16px 4px 16px;
  transition: background 0.15s, color 0.3s;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  #serverTab .nav-link {
    padding: 2px 12px;
  }
}
#serverTab .nav-link:hover, #serverTab .nav-link:active {
  background-color: var(--ota-color-main);
  color: #fff;
}
#serverTab .nav-link.active {
  background-color: var(--ota-color-main);
  color: #fff;
}

#desTab {
  border: none;
}
#desTab .nav-item:first-child .nav-link {
  padding-left: 0;
}
#desTab .nav-link {
  border: none;
  cursor: auto;
}
#desTab .nav-link.active {
  color: var(--ota-color-main);
}

#desTabContent ol,
#desTabContent ul {
  padding-left: 24px;
}
#desTabContent li + li {
  margin-top: 4px;
}

.tit_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: var(--ota-fz-xl);
  font-weight: 600;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
@media (max-width: 767.98px) {
  .tit_area {
    font-size: var(--ota-fz-l);
  }
}

.notes {
  color: var(--ota-color-main);
  display: inline-flex;
  word-break: normal;
  padding-left: 32px;
  position: relative;
}
.notes::before {
  content: "*";
  margin: 2px 4px 0 4px;
  position: absolute;
  left: 16px;
  top: 0;
}
.notes_noStar {
  padding-left: 0;
}
.notes_noStar::before {
  display: none;
}

.check_area_tit {
  font-size: var(--ota-fz-l);
  color: var(--ota-color-main);
  display: flex;
  align-items: center;
}
.check_area_tit::before {
  content: "\f328";
  margin-right: 5px;
  margin-left: 2px;
  color: var(--ota-color-main);
  font-size: var(--ota-fz-m);
  margin-top: -2px;
}

.check_item {
  display: flex;
}
.check_item .tit {
  color: var(--ota-color-gray_3);
  flex-shrink: 0;
}

.bg_notes {
  position: relative;
  text-align: center;
  padding: clamp(20px, 2vw, 34px) clamp(12px, 1.5vw, 30px);
  overflow: hidden;
}
.bg_notes::before {
  content: "";
  display: block;
  width: calc(100% - 24px);
  height: 100%;
  background-color: var(--ota-color-main);
  opacity: 0.1;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: var(--ota-radius-s);
  pointer-events: none;
}
.bg_notes .text_notes {
  color: #000;
  font-size: var(--ota-fz-l);
  position: relative;
  z-index: 1;
}
.bg_notes .text_notes_m {
  font-size: var(--ota-fz-m);
}
.bg_notes .text_notes_s {
  font-size: var(--ota-fz-s);
}
.bg_notes .num {
  color: var(--ota-color-alert);
}
.bg_notes .line {
  width: 80%;
  height: 1px;
  background-color: var(--ota-color-gray_3);
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  border: none;
}
.bg_notes .btn {
  padding: 6px clamp(16px, 1.5vw, 28px);
  color: #fff;
  border-radius: 99px;
  background-color: var(--ota-color-sec);
}
.bg_notes .btn:hover, .bg_notes .btn:active {
  background-color: var(--ota-color-sec_light);
}
.bg_notes input {
  min-width: 120px;
}

@media (max-width: 991.98px) {
  .table_rwd {
    display: block;
    width: 100%;
  }
}
.table_rwd caption {
  display: none;
}
@media (max-width: 991.98px) {
  .table_rwd caption {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .table_rwd thead {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .table_rwd tbody tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 991.98px) {
  .table_rwd tbody tr th {
    display: inline-block;
    width: 100%;
    background-color: #f8f9fa;
    padding: 0.5rem;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 991.98px) {
  .table_rwd tbody tr td {
    display: inline-block;
    width: 100%;
    padding: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .table_rwd tbody tr td.text-center {
    text-align: left !important;
  }
}
@media (max-width: 991.98px) {
  .table_rwd.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: unset;
  }
}
.table_rwd .data-th {
  display: none;
}
@media (max-width: 991.98px) {
  .table_rwd .data-th {
    display: inline-block;
  }
}

.card_pro {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  border-radius: var(--ota-radius-s);
  overflow: hidden;
  background-color: #fff;
  text-decoration: unset;
  display: flex;
  flex-direction: column;
  height: auto !important;
}
.card_pro:hover img, .card_pro:active img {
  filter: saturate(1.1) brightness(1.1);
  opacity: 0.9;
}
.card_pro:hover .btn_active, .card_pro:active .btn_active {
  background-color: var(--ota-color-main_light);
}
.card_pro:hover .swiper_info .title, .card_pro:active .swiper_info .title {
  color: var(--ota-color-main);
}
.card_pro img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.5s, opacity 0.5s;
  pointer-events: none;
}
.card_pro .info_box {
  flex-grow: 1;
}
.card_pro .swiper_info {
  padding: 12px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card_pro .swiper_info .title {
  color: #000;
  transition: color 0.3s;
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  .card_pro .swiper_info .title {
    margin-bottom: 10px;
  }
}

.pditem-bonus {
  font-size: 12.75px;
  line-height: 15px;
  color: white;
  background-color: var(--ota-color-main);
  padding: 0.25rem 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
  text-align: center;
  margin-top: 4px;
}

.pro_info .type {
  font-size: 12px;
  color: var(--ota-color-gray_3);
  display: flex;
}
.pro_info .type::before {
  content: "\f073";
  padding-right: 4px;
  padding-left: 0;
}
.pro_info .type__ticket::before {
  content: "\f029";
}
.pro_info .title {
  font-size: var(--ota-fz-l);
  font-weight: 700;
  margin-bottom: 20px;
}
.pro_info .title_detail {
  font-size: var(--ota-fz-xl);
}
.pro_info .price {
  text-decoration: line-through;
  color: var(--ota-color-gray_4);
  margin-bottom: 0;
  font-size: var(--ota-fz-m);
}
.pro_info .points {
  color: var(--ota-color-alert);
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: var(--ota-fz-xl);
  font-weight: 500;
  margin-bottom: 0;
}
.pro_info .points span {
  font-size: var(--ota-fz-s);
  margin-top: 3px;
  margin-left: 2px;
}
.pro_info .points span.text {
  font-size: var(--ota-fz-l);
}
.pro_info .btn_active {
  display: block;
  width: 100%;
}

.list_coreValue {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: clamp(32px, 3.5vw, 64px);
}
@media (max-width: 767.98px) {
  .list_coreValue {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list_coreValue .list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  border-radius: var(--ota-radius-m);
  padding: clamp(12px, 1vw, 20px) clamp(20px, 3vw, 48px);
}
.list_coreValue .list_item:nth-child(1) .tit, .list_coreValue .list_item:nth-child(3) .tit, .list_coreValue .list_item:nth-child(6) .tit, .list_coreValue .list_item:nth-child(8) .tit {
  color: var(--ota-color-main);
}
.list_coreValue .list_item:nth-child(1) .pic, .list_coreValue .list_item:nth-child(3) .pic, .list_coreValue .list_item:nth-child(6) .pic, .list_coreValue .list_item:nth-child(8) .pic {
  background-image: var(--ota-linear-gradient-color-main);
}
.list_coreValue .list_item:nth-child(2) .tit, .list_coreValue .list_item:nth-child(4) .tit, .list_coreValue .list_item:nth-child(5) .tit, .list_coreValue .list_item:nth-child(7) .tit {
  color: var(--ota-color-sec);
}
.list_coreValue .list_item:nth-child(2) .pic, .list_coreValue .list_item:nth-child(4) .pic, .list_coreValue .list_item:nth-child(5) .pic, .list_coreValue .list_item:nth-child(7) .pic {
  background-image: var(--ota-linear-gradient-color-sec);
}
.list_coreValue .pic {
  width: clamp(100px, 7vw, 132px);
  height: clamp(100px, 7vw, 132px);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
@media (max-width: 1199.98px) {
  .list_coreValue .pic i {
    transform: scale(0.8);
  }
}
.list_coreValue .tit {
  font-size: var(--ota-fz-l);
  font-weight: 500;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .list_coreValue .tit {
    font-size: var(--ota-fz-m);
  }
}
.list_coreValue p {
  margin-bottom: 0;
}

.list_necessary {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  border-radius: 0 0 var(--ota-radius-m) var(--ota-radius-m);
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 991.98px) {
  .list_necessary {
    gap: 4px;
  }
}
@media (max-width: 767.98px) {
  .list_necessary {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list_necessary .list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--ota-color-main);
  padding: 28px 8px 26px 8px;
  transition: transform 0.3s !important;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  background-color: #fff;
  background-image: var(--ota-linear-gradient-color-main);
  border-radius: var(--ota-radius-s);
  position: relative;
  font-weight: 400;
}
.list_necessary .list_item:hover .pic, .list_necessary .list_item:active .pic {
  transform: translateY(-12px);
}
.list_necessary .list_item:hover p, .list_necessary .list_item:active p {
  transform: translateY(-12px);
}
.list_necessary .list_item:nth-child(1) {
  color: var(--ota-color-sec);
  background-image: var(--ota-linear-gradient-color-sec);
  position: relative;
  z-index: 1;
}
.list_necessary .list_item .tab_box {
  writing-mode: vertical-lr;
  letter-spacing: 4px;
  background-color: var(--ota-color-sec);
  color: #fff;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  border-radius: 0 var(--ota-radius-l) var(--ota-radius-l) 0;
  position: absolute;
  left: -10px;
  top: 12px;
  height: 126px;
  align-items: center;
}
@media (max-width: 375px) {
  .list_necessary .list_item .tab_box {
    padding: 6px 4px;
  }
}
.list_necessary .list_item .tab_box::after, .list_necessary .list_item .tab_box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 10px;
  position: absolute;
  top: -8px;
  left: 0;
}
.list_necessary .list_item .tab_box::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent;
}
.list_necessary .list_item .tab_box::before {
  border-color: transparent transparent var(--ota-color-sec) transparent;
}
.list_necessary .list_item .tab_box span {
  display: inline-block;
  margin-bottom: 4px;
  flex-shrink: 0;
}
.list_necessary .pic {
  margin-bottom: 8px;
  transition: transform 0.3s;
}
.list_necessary p {
  margin-bottom: 0;
  font-size: var(--ota-fz-l);
  transition: transform 0.3s;
}

.list_proCard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 767.98px) {
  .list_proCard {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list_proCard .info_box {
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.list_proCard .list_item .title {
  color: #000;
  flex-grow: 1;
}
.list_proCard .type {
  color: var(--ota-color-gray_3);
  font-size: 12px;
  font-weight: 500;
}

.list_btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .list_btn {
    margin-left: -3px;
    margin-right: -3px;
  }
}
.list_btn .btn {
  margin: 3px;
  display: flex;
  align-items: center;
  text-align: left;
}

.list_chNum {
  list-style: cjk-ideographic;
}
.list_chNum .list_warn {
  color: var(--ota-color-main);
}

.list_conact {
  padding-left: 0;
  list-style: none;
}
.list_conact li {
  padding: 12px 4px;
}
@media (max-width: 767.98px) {
  .list_conact li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 40px;
  }
}
.list_conact li + li {
  border-top: 1px dashed var(--ota-color-gray_2);
}
.list_conact svg {
  color: var(--ota-color-gray_2);
  font-size: 24px;
  vertical-align: -6px;
}
@media (max-width: 767.98px) {
  .list_conact svg {
    font-size: 34px;
    position: absolute;
    left: 0;
    top: 14px;
  }
}
.list_conact a {
  transition: opacity 0.3s;
  word-break: break-all;
}
.list_conact a:hover, .list_conact a:active {
  opacity: 0.6;
}

ol > li > ol > li > ol > li {
  position: relative;
}
ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -25px;
}
ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -5px;
  top: 0;
}

.list_order {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 575.98px) {
  .list_order {
    font-size: var(--ota-fz-s);
  }
}
.list_order > .item {
  border: var(--ota-color-gray_2) 1px solid;
  border-top: 3px solid var(--ota-color-main);
  border-radius: var(--ota-radius-s);
  padding: clamp(10px, 1vw, 16px);
  display: block;
  color: #000;
  position: relative;
}
.list_order > .item + .item {
  margin-top: 24px;
}
.list_order > .item:hover, .list_order > .item:active {
  opacity: 1;
}
.list_order > .item:hover .btn_line, .list_order > .item:active .btn_line {
  background-color: var(--ota-color-main);
  color: #fff;
}
.list_order .info_box {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  background-color: var(--ota-color-main_opacity12);
  border-radius: var(--ota-radius-s);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .list_order .info_box {
    align-items: start;
  }
}
.list_order .pic_box {
  max-width: clamp(74px, 16vw, 160px);
  margin-bottom: 0;
  padding-left: 8px;
}
.list_order .list_info {
  padding-left: clamp(10px, 2vw, 32px);
  flex-grow: 1;
  margin-bottom: 0;
}
.list_order .list_info dt {
  margin-bottom: clamp(4px, 1vw, 12px);
}
.list_order .list_info dd {
  font-weight: 400;
  margin-bottom: 6px;
}
.list_order .btn_box {
  width: clamp(160px, 15vw, 240px);
}
.list_order .btn_line {
  color: var(--ota-color-main);
}
.list_order .process {
  padding-top: 4px;
}
@media (max-width: 575.98px) {
  .list_order .process {
    font-size: 11px;
  }
}
.list_order .process .flex-fill {
  padding: 12px 0 0 0;
  border-top: 1px dashed var(--ota-color-gray_2);
  color: var(--ota-color-gray_2);
  position: relative;
  width: 30%;
}
.list_order .process .flex-fill.active {
  border-color: var(--ota-color-main);
  color: var(--ota-color-main);
}
.list_order .process .flex-fill.active::after {
  background-color: var(--ota-color-main);
}
.list_order .process .flex-fill:first-child {
  width: 20%;
}
.list_order .process .flex-fill:first-child::after {
  left: 4px;
}
.list_order .process .flex-fill:last-child {
  width: 20%;
}
.list_order .process .flex-fill:last-child::after {
  left: unset;
  right: -6px;
}
.list_order .process .flex-fill::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--ota-color-gray_2);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -5px;
}

.side .bg01 {
  padding: 1rem;
  margin: -1rem -1rem 0.3rem -1rem;
}

#brand__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
  padding: 3rem 1rem;
}
@media (max-width: 767.98px) {
  #brand__list {
    gap: 1rem;
    padding: 2.5rem 0rem;
  }
}
@media (max-width: 575.98px) {
  #brand__list {
    gap: 0.5rem 1rem;
  }
}
#brand__list .logo {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 8%;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@media (max-width: 991.98px) {
  #brand__list .logo {
    width: 10%;
    height: 62px;
  }
}
@media (max-width: 575.98px) {
  #brand__list .logo {
    width: 12%;
    height: 46px;
  }
}
#brand__list .logo:nth-child(1) {
  animation-delay: 30ms;
}
#brand__list .logo:nth-child(2) {
  animation-delay: 60ms;
}
#brand__list .logo:nth-child(3) {
  animation-delay: 90ms;
}
#brand__list .logo:nth-child(4) {
  animation-delay: 120ms;
}
#brand__list .logo:nth-child(5) {
  animation-delay: 150ms;
}
#brand__list .logo:nth-child(6) {
  animation-delay: 180ms;
}
#brand__list .logo:nth-child(7) {
  animation-delay: 210ms;
}
#brand__list .logo:nth-child(8) {
  animation-delay: 240ms;
}
#brand__list .logo:nth-child(9) {
  animation-delay: 270ms;
}
#brand__list .logo:nth-child(10) {
  animation-delay: 300ms;
}
#brand__list .logo:nth-child(11) {
  animation-delay: 330ms;
}
#brand__list .logo:nth-child(12) {
  animation-delay: 360ms;
}
#brand__list .logo:nth-child(13) {
  animation-delay: 390ms;
}
#brand__list .logo:nth-child(14) {
  animation-delay: 420ms;
}
#brand__list .logo:nth-child(15) {
  animation-delay: 450ms;
}
#brand__list .logo:nth-child(16) {
  animation-delay: 480ms;
}
#brand__list .logo:nth-child(17) {
  animation-delay: 510ms;
}
#brand__list .logo:nth-child(18) {
  animation-delay: 540ms;
}
#brand__list .logo:nth-child(19) {
  animation-delay: 570ms;
}
#brand__list .logo:nth-child(20) {
  animation-delay: 600ms;
}
#brand__list .logo:nth-child(21) {
  animation-delay: 630ms;
}
#brand__list .logo:nth-child(22) {
  animation-delay: 660ms;
}

.step__order {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  position: relative;
  row-gap: 3rem;
  padding: 0 2rem;
  margin: 2rem auto;
}
@media (max-width: 991.98px) {
  .step__order {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .step__order {
    justify-content: center;
  }
}
.step__order > * {
  z-index: 2;
}
.step__order:after {
  content: "";
  display: block;
  position: absolute;
  width: 86%;
  height: 2px;
  top: 1.5rem;
  left: 5rem;
  background-image: repeating-linear-gradient(to right, var(--ota-color-main) 0px, var(--ota-color-main) 6px, transparent 6px, transparent 16px);
}
@media (max-width: 767.98px) {
  .step__order:after {
    width: 65%;
  }
}
.step__order:before {
  content: "";
  display: block;
  position: absolute;
  width: 86%;
  height: 2px;
  top: 11.8rem;
  left: 5rem;
  background-image: repeating-linear-gradient(to right, var(--ota-color-main) 0px, var(--ota-color-main) 6px, transparent 6px, transparent 16px);
  display: none;
}
@media (max-width: 767.98px) {
  .step__order:before {
    width: 65%;
    display: block;
  }
}
@media (max-width: 403px) {
  .step__order:before {
    top: 13rem;
  }
}
@media (max-width: 354px) {
  .step__order:before {
    top: 14.6rem;
  }
}
.step__order-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .step__order-item {
    width: 33%;
  }
}
.step__order-item .icon {
  background-color: var(--ota-color-main);
  color: white;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.step__order-item p {
  color: var(--ota-color-main);
  margin: 0;
  text-align: center;
}

.process_step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(12px, 1.5vw, 24px);
}
.process_step .step_item {
  font-size: var(--ota-fz-s);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 92px;
  position: relative;
}
@media (max-width: 767.98px) {
  .process_step .step_item {
    padding-right: 16px;
  }
}
.process_step .step_item::before {
  content: "";
  display: block;
  width: 166px;
  height: 2px;
  background-color: var(--ota-color-gray_2);
  position: absolute;
  bottom: 12px;
  right: -36px;
}
@media (max-width: 767.98px) {
  .process_step .step_item::before {
    width: 92px;
    right: -38px;
    bottom: 10px;
  }
}
.process_step .step_item.end_item {
  padding-right: 0;
}
.process_step .step_item.end_item::before {
  display: none;
}
.process_step .step_item.end_item .dot::after {
  display: none;
}
.process_step .step_item.active::before {
  background-color: var(--ota-color-main);
}
.process_step .step_item.active .dot {
  border: 2px solid var(--ota-color-main);
}
.process_step .step_item.active .dot::after {
  background-color: var(--ota-color-main);
}
.process_step .step_item.active .text {
  color: #000;
}
.process_step .step_item.check .dot {
  background-color: var(--ota-color-main);
}
.process_step .step_item.check .dot::after {
  content: "\f00c";
  padding-right: 0;
  color: var(--ota-color-main);
  font-size: var(--ota-fz-m);
  left: 7px;
  top: 5px;
  background-color: transparent;
  color: #fff;
}
@media (max-width: 767.98px) {
  .process_step .step_item.check .dot::after {
    font-size: var(--ota-fz-s);
    left: 2px;
    top: 3px;
  }
}
.process_step .step_item .dot {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 99px;
  border: 2px solid var(--ota-color-gray_2);
  position: relative;
  order: 2;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .process_step .step_item .dot {
    width: 20px;
    height: 20px;
  }
}
.process_step .step_item .dot::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 99px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: var(--ota-color-gray_2);
}
@media (max-width: 767.98px) {
  .process_step .step_item .dot::after {
    width: 8px;
    height: 8px;
  }
}
.process_step .step_item .text {
  flex-shrink: 0;
  word-break: keep-all;
  color: var(--ota-color-gray_3);
}
@media (max-width: 767.98px) {
  .process_step .step_item .text {
    transform: translateY(-4px);
  }
}

.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100vh;
  width: 100vw;
  z-index: 1035;
}
.loader-box__txt {
  display: block;
  color: var(--ota-color-main_light);
  z-index: 55;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 1rem 0;
  width: 100px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--ota-color-main_light);
  color: var(--ota-color-main_light);
  box-shadow: 9984px 0 0 0 var(--ota-color-main_light), 9999px 0 0 0 var(--ota-color-main_light), 10014px 0 0 0 var(--ota-color-main_light);
  animation: dotCarousel 1.5s infinite linear;
}

@keyframes dotCarousel {
  0% {
    box-shadow: 9984px 0 0 -1px var(--ota-color-main_light), 9999px 0 0 1px var(--ota-color-main_light), 10014px 0 0 -1px var(--ota-color-main_light);
  }
  50% {
    box-shadow: 10014px 0 0 -1px var(--ota-color-main_light), 9984px 0 0 -1px var(--ota-color-main_light), 9999px 0 0 1px var(--ota-color-main_light);
  }
  100% {
    box-shadow: 9999px 0 0 1px var(--ota-color-main_light), 10014px 0 0 -1px var(--ota-color-main_light), 9984px 0 0 -1px var(--ota-color-main_light);
  }
}
.swiper-pagination-bullet {
  border: 2px solid var(--ota-color-gray_3);
  background-color: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 8px !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--ota-color-gray_3);
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 99px;
  color: #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2 - 20px);
  transition: background 0.15s, color 0.3s;
}
@media (max-width: 575.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}
.swiper-button-next:hover, .swiper-button-next:active,
.swiper-button-prev:hover,
.swiper-button-prev:active {
  background-color: var(--ota-color-main);
  color: #fff;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-next {
  right: 40px;
  display: inline-flex;
  align-items: center;
}
.swiper-button-next::after {
  content: "\f061";
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .swiper-button-next::after {
    font-size: 16px;
  }
}

.swiper-button-prev {
  left: 28px;
  display: inline-flex;
  align-items: center;
}
.swiper-button-prev::after {
  content: "\f060";
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .swiper-button-prev::after {
    font-size: 16px;
  }
}

#indexSwiper {
  width: 100%;
  height: 100%;
}
#indexSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#indexSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#carousel_index_banner .swiper-slide-active .swiper_info .des {
  padding-top: 0 !important;
}

.banner_main_box {
  --md_height:66vh;
}
@media (max-width: 767.98px) {
  .banner_main_box {
    max-height: var(--md_height);
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .banner_main_box .container-fluid {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .banner_main_box .swiper-wrapper {
    max-height: var(--md_height);
  }
}
@media (max-width: 767.98px) {
  .banner_main_box .wiper-slide {
    max-height: var(--md_height);
  }
}

@media (min-width: 2559px) {
  #carousel_index_banner {
    max-width: 1920px;
  }
}
#carousel_index_banner .swiper-slide .banner_pic {
  transform: scale(1);
  top: 50%;
  left: 50%;
  height: 100%;
}
#carousel_index_banner .swiper-slide .banner_pic.active {
  transform: scale(1.2);
  transition-duration: 8s;
  transition-timing-function: linear;
}
#carousel_index_banner .swiper-slide .isVideo {
  transform: scale(1.5) !important;
}
#carousel_index_banner .swiper-slide .isVideo.active {
  transform: scale(1.5) !important;
  transition-duration: unset !important;
  transition-timing-function: unset !important;
}
#carousel_index_banner .swiper-slide {
  width: 100%;
  height: clamp(320px, 40vw, 800px);
  position: relative;
}
#carousel_index_banner .swiper-slide-active .swiper_info {
  background-color: rgba(255, 255, 255, 0.8);
  height: 284px;
}
@media (max-width: 767.98px) {
  #carousel_index_banner .swiper-slide-active .swiper_info {
    height: 200px;
  }
}
#carousel_index_banner .swiper-slide-active .swiper_info .tit {
  transform: translateY(0);
  opacity: 1;
}
#carousel_index_banner .swiper-slide-active .swiper_info .des {
  transform: translateY(0);
  opacity: 1;
}
#carousel_index_banner .swiper-slide-active .swiper_info .btn_more {
  position: absolute;
  z-index: 9;
  bottom: 20px;
}
#carousel_index_banner .swiper_info_box {
  max-width: 1320px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
#carousel_index_banner .swiper_info {
  width: clamp(340px, 30vw, 560px);
  border-radius: var(--ota-radius-l);
  z-index: 2;
  transform: translateY(-50%);
  top: 46%;
  right: 12px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  padding: clamp(16px, 1.5vw, 28px) clamp(16px, 1.5vw, 28px) clamp(20px, 1.75vw, 36px) clamp(16px, 1.5vw, 28px);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: background 1s;
}
@media (max-width: 1399.98px) {
  #carousel_index_banner .swiper_info {
    right: 20px;
  }
}
@media (max-width: 1199.98px) {
  #carousel_index_banner .swiper_info {
    top: 50%;
  }
}
@media (max-width: 767.98px) {
  #carousel_index_banner .swiper_info {
    width: calc(100% - 40px);
  }
}
#carousel_index_banner .swiper_info .tit {
  font-size: var(--ota-fz-xxl);
  font-weight: 600;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
  transition-delay: 0.5s;
}
@media (max-width: 767.98px) {
  #carousel_index_banner .swiper_info .tit {
    margin-top: 4px;
  }
}
@media (max-width: 575.98px) {
  #carousel_index_banner .swiper_info .tit {
    font-size: var(--ota-fz-xl);
  }
}
#carousel_index_banner .swiper_info .des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: clamp(16px, 1.75vw, 36px);
  font-size: var(--ota-fz-l);
  transform: translateY(40px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
  transition-delay: 0.8s;
}
@media (max-width: 575.98px) {
  #carousel_index_banner .swiper_info .des {
    font-size: var(--ota-fz-s);
  }
}
#carousel_index_banner .swiper_controller_box {
  display: none;
  z-index: 2;
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% + 580px);
  transform: translateX(-50%);
}
@media (max-width: 1399.98px) {
  #carousel_index_banner .swiper_controller_box {
    left: unset;
    right: 10px;
    width: auto;
  }
}
#carousel_index_banner .swiper_controller {
  width: 100px;
  height: 284px;
  z-index: 2;
  transform: translateY(-50%);
  top: 47%;
  right: 0;
  position: absolute;
}
@media (max-width: 1199.98px) {
  #carousel_index_banner .swiper_controller {
    top: 50%;
  }
}
@media (max-width: 767.98px) {
  #carousel_index_banner .swiper_controller {
    height: 200px;
  }
}
#carousel_index_banner .swiper_controller .sbn_1 {
  bottom: 20px;
  top: unset;
}
#carousel_index_banner .swiper_controller .sbp_1 {
  left: unset;
  right: 92px;
  bottom: 20px;
  top: unset;
}
#carousel_index_banner .swiper_controller .sp_1 {
  display: none;
  top: 8px;
  left: unset;
  right: 32px;
  bottom: unset;
  width: auto;
  color: var(--ota-color-gray_3);
  font-size: 0;
  position: absolute;
}
#carousel_index_banner .swiper_controller .sp_1::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: var(--ota-color-gray_3);
  position: absolute;
  transform: translateX(-50%) rotate(35deg) translateY(-3px);
  left: calc(50% - 2px);
}
#carousel_index_banner .swiper_controller .sp_1 .swiper-pagination-current {
  font-size: var(--ota-fz-l);
  color: var(--ota-color-main);
  margin-right: 8px;
}
#carousel_index_banner .swiper_controller .sp_1 .swiper-pagination-total {
  font-size: var(--ota-fz-s);
  margin-left: 12px;
}

.swiper_pro_thumbs_b {
  width: clamp(280px, 34vw, 600px);
  height: clamp(280px, 34vw, 600px);
  border-radius: var(--ota-radius-s);
  border: 1px solid var(--ota-color-gray);
}
@media (max-width: 767.98px) {
  .swiper_pro_thumbs_b {
    width: 100%;
    height: 516px;
  }
}
@media (max-width: 767.98px) {
  .swiper_pro_thumbs_b {
    width: 100%;
    height: calc(100% - 64px);
  }
}
.swiper_pro_thumbs_b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper_pro_thumbs_b .spd {
  display: none;
}
@media (max-width: 767.98px) {
  .swiper_pro_thumbs_b .spd {
    display: block;
  }
}

.swiper_pro_thumbs_s {
  width: clamp(280px, 34vw, 600px);
  box-sizing: border-box;
  padding: 8px 0;
}
@media (max-width: 767.98px) {
  .swiper_pro_thumbs_s {
    display: none;
  }
}
.swiper_pro_thumbs_s .swiper-slide {
  width: clamp(48px, 8vw, 144px) !important;
  height: clamp(48px, 8vw, 144px) !important;
  opacity: 0.3;
  border-radius: var(--ota-radius-s);
  overflow: hidden;
  cursor: pointer;
}
.swiper_pro_thumbs_s .swiper-slide:hover img, .swiper_pro_thumbs_s .swiper-slide:active img {
  transform: scale(1.2);
}
.swiper_pro_thumbs_s .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.swiper_pro_thumbs_s .swiper-slide-thumb-active {
  opacity: 1;
}

#swiper_inbanner {
  min-height: 320px;
}
@media (max-width: 991.98px) {
  #swiper_inbanner {
    height: 280px;
    min-height: unset;
  }
}
@media (max-width: 767.98px) {
  #swiper_inbanner {
    height: 220px;
  }
}
#swiper_inbanner .swiper-slide {
  text-align: center;
  position: relative;
}
#swiper_inbanner .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#swiper_inbanner .swiper_info {
  width: 100%;
  font-weight: 700;
  color: var(--ota-color-white);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.52);
}
@media (max-width: 767.98px) {
  #swiper_inbanner .swiper_info {
    top: 32%;
  }
}
#swiper_inbanner .swiper_info .tit {
  font-size: var(--ota-fz-xxl);
}
@media (max-width: 991.98px) {
  #swiper_inbanner .swiper_info .tit {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575.98px) {
  #swiper_inbanner .swiper_info .tit {
    font-size: var(--ota-fz-xl);
  }
}
#swiper_inbanner .swiper_info .des {
  font-size: var(--ota-fz-xl);
}
@media (max-width: 575.98px) {
  #swiper_inbanner .swiper_info .des {
    font-size: var(--ota-fz-m);
  }
}
#swiper_inbanner .banner_pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 2559px) {
  #swiper_inbanner .banner_pic {
    max-width: 1920px;
  }
}

.hotel-calendar {
  width: 100%;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 5px;
  overflow: hidden;
}
.hotel-calendar button:focus {
  outline: none !important;
  box-shadow: none;
}
.hotel-calendar__top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1rem;
  color: white;
  background-color: rgb(178.5, 0, 0);
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__top {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  }
}
.hotel-calendar__title {
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__title {
    font-size: 16.5px;
  }
}
.hotel-calendar__btn {
  border: none;
  background-color: transparent;
  flex-grow: 1;
  display: block;
  text-align: center;
}
.hotel-calendar__btn-arrow {
  border: solid white;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transition: all 0.2s;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__btn-arrow {
    padding: 4px;
  }
}
.hotel-calendar__btn-arrow.hc-left {
  transform: rotate(135deg);
}
.hotel-calendar__btn-arrow.hc-right {
  transform: rotate(-45deg);
}
.hotel-calendar__btn:hover .hotel-calendar__btn-arrow {
  border-color: #ffcccc;
}
.hotel-calendar__btn.disabled {
  pointer-events: none;
  cursor: default;
}
.hotel-calendar__btn:disabled .hotel-calendar__btn-arrow, .hotel-calendar__btn.disabled .hotel-calendar__btn-arrow {
  border-color: rgba(16, 16, 16, 0.35);
}
.hotel-calendar__table {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__table {
    display: flex;
    flex-direction: column;
    height: 305px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.hotel-calendar__tr {
  display: table-row;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__tr {
    display: flex;
    flex-direction: column;
  }
  .hotel-calendar__tr.hc-week {
    display: none;
  }
}
.hotel-calendar__td {
  display: table-cell;
  text-align: center;
  padding: 0.25rem;
  color: #000;
  transition: all 0.2s;
  width: 14.28%;
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__td {
    display: flex;
    width: 100%;
    padding: 0;
  }
  .hotel-calendar__td.hc-md-hidden {
    display: none;
  }
}
.hotel-calendar__td.hc-weekend,
.hotel-calendar__td span.hc-weekend {
  background-color: rgba(255, 0, 0, 0.15);
}
.hotel-calendar__td .hc-week {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__td .hc-week {
    display: block;
    min-width: 15%;
    flex-basis: 15%;
    border-bottom: 1px solid white;
  }
}
.hotel-calendar__td .hc-week > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hotel-calendar .hc-week {
  background-color: rgba(255, 0, 0, 0.2);
}
.hotel-calendar__tr:not(:last-child) .hotel-calendar__td {
  border-bottom: 1px solid #ced4da;
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__tr:not(:last-child) .hotel-calendar__td {
    border: none;
  }
}
.hotel-calendar__tr:hover, .hotel-calendar__td.hc-hover {
  background-color: rgba(255, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__tr:hover, .hotel-calendar__td.hc-hover {
    background-color: transparent;
  }
}
.hotel-calendar__cell {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  color: #000;
  padding: 0.6rem 0.5rem 0.4rem 0.5rem;
  transition: all 0.2s;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell {
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell {
    margin: 0.2rem;
    padding: 0.5rem;
    align-items: center;
  }
}
.hotel-calendar__cell__date {
  font-size: 22.5px;
  min-width: 30px;
  flex-basis: 30px;
  text-align: center;
  color: inherit;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell__date {
    font-size: 19.5px;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell__date {
    min-width: 15%;
    flex-basis: 15%;
    text-align: left;
  }
}
.hotel-calendar__cell__text {
  font-size: 13.05px;
  flex-grow: 1;
  text-align: right;
  color: inherit;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell__text {
    min-width: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell__text {
    min-width: 40%;
    flex-basis: 40%;
  }
}
.hotel-calendar__cell__price {
  min-width: 100%;
  flex-basis: 100%;
  font-size: 13.5px;
  text-align: right;
  color: #ff0000;
  margin-top: 0.3rem;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell__price {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell__price {
    min-width: 45%;
    flex-basis: 45%;
  }
}
.hotel-calendar__cell__price span {
  margin-left: 0.3rem;
  font-size: 19.5px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .hotel-calendar__cell__price span {
    display: block;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-calendar__cell__price span {
    display: inline-block;
  }
}
.hotel-calendar__cell:hover {
  color: #ff0000;
}
.hotel-calendar__cell.disabled, .hotel-calendar__cell:disabled {
  pointer-events: none;
  cursor: default;
}
.hotel-calendar__cell:disabled, .hotel-calendar__cell:disabled .hotel-calendar__cell__price, .hotel-calendar__cell:disabled .hotel-calendar__cell__date, .hotel-calendar__cell:disabled .hotel-calendar__cell__text, .hotel-calendar__cell.disabled, .hotel-calendar__cell.disabled .hotel-calendar__cell__price, .hotel-calendar__cell.disabled .hotel-calendar__cell__date, .hotel-calendar__cell.disabled .hotel-calendar__cell__text {
  color: rgba(16, 16, 16, 0.35);
}
.hotel-calendar__cell.selected {
  background-color: rgb(214.2, 0, 0);
}
.hotel-calendar__cell.selected, .hotel-calendar__cell.selected .hotel-calendar__cell__price {
  color: white;
}

/* cust*/
body {
  width: 100%;
  overflow-x: hidden;
}

.btn:active {
  border: none;
}

#visaTab {
  display: flex;
}
#visaTab .nav-item {
  flex-grow: 1;
}
#visaTab .nav-item .nav-link {
  width: 100%;
  background-color: var(--ota-color-main_opacity12);
  color: var(--ota-color-black);
  letter-spacing: 8px;
  padding: 12px 16px;
  font-weight: 700;
}
#visaTab .nav-item .nav-link.active {
  background-color: var(--ota-color-white);
  color: var(--ota-color-main);
  font-weight: 700;
}

#passport .fa-passport {
  font-size: 60px;
  color: var(--ota-color-gray_2);
}

#countries .fa-map-location-dot {
  font-size: 60px;
  color: var(--ota-color-gray_2);
}

#accordionVisa .accordion-button {
  font-weight: 700;
}
#accordionVisa .accordion-button:focus {
  border: none;
  box-shadow: none;
}
#accordionVisa .accordion-button:not(.collapsed) {
  background-color: var(--ota-color-main_opacity12);
  color: #000;
}
#accordionVisa .accordion-button i,
#accordionVisa .accordion-button svg {
  color: var(--ota-color-gray_3);
}
#accordionVisa .accordion-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#accordionVisa .accordion-body a {
  padding: 12px 0 12px 18px;
  border-left: 3px solid var(--ota-color-gray_2);
  color: #000;
  display: block;
}
#accordionVisa .accordion-body a:hover {
  opacity: 1;
  border-color: var(--ota-color-main);
  color: var(--ota-color-main);
}
#accordionVisa .accordion-body a.active {
  background-color: var(--ota-color-main_opacity12);
  border-top-right-radius: var(--ota-radius-s);
  border-bottom-right-radius: var(--ota-radius-s);
  opacity: 1;
  border-color: var(--ota-color-main);
  color: #000;
}

.card_visa .card_tit {
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.card_visa .card_tit i,
.card_visa .card_tit svg {
  color: var(--ota-color-gray_3);
}

.list_visa .item {
  display: flex;
  background-color: var(--ota-color-gray);
  border-radius: var(--ota-radius-l);
  padding: 20px;
}
@media (max-width: 991.98px) {
  .list_visa .item {
    flex-direction: column;
  }
}
.list_visa .item + .item {
  margin-top: 20px;
}
.list_visa .item .tit {
  width: 25%;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  margin-top: 16px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .list_visa .item .tit {
    width: 100%;
    margin-top: 0;
  }
}
.list_visa .item .infoArea {
  width: 75%;
}
@media (max-width: 991.98px) {
  .list_visa .item .infoArea {
    width: 100%;
    padding: 8px 0 0 0;
    margin-top: 0;
  }
}
.list_visa .infoItem {
  background-color: #fff;
  border-radius: var(--ota-radius-l);
  padding: 20px 0 20px 20px;
  display: flex;
  overflow: hidden;
  color: #000;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .list_visa .infoItem {
    border-radius: var(--ota-radius-m);
    padding: 12px 0 12px 12px;
  }
}
.list_visa .infoItem + .infoItem {
  margin-top: clamp(8px, 1.5vw, 16px);
}
.list_visa .infoItem:hover {
  background-color: var(--ota-color-main_light);
  opacity: 1;
  color: #fff;
}
.list_visa .infoItem:hover .infoTit::after {
  background-color: #fff;
}
.list_visa .infoItem:hover .info_3 {
  color: #fff;
}
.list_visa .infoItem:hover .info_link::after {
  background-color: #fff;
}
.list_visa .infoTit {
  font-weight: 700;
  width: 20%;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  min-width: 80px;
}
@media (max-width: 991.98px) {
  .list_visa .infoTit {
    width: 40%;
    min-width: 60px;
  }
}
@media (max-width: 575.98px) {
  .list_visa .infoTit {
    padding-right: 12px;
    margin-right: 12px;
  }
}
.list_visa .infoTit::after {
  content: "";
  display: block;
  right: 0;
  width: 1px;
  height: 500%;
  transform: translateY(-50%);
  top: 50%;
  background-color: var(--ota-color-gray_2);
  position: absolute;
}
.list_visa .infoBox {
  display: flex;
  font-weight: 400;
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .list_visa .infoBox {
    flex-direction: column;
  }
}
.list_visa .info_1 {
  width: 30%;
}
@media (max-width: 991.98px) {
  .list_visa .info_1 {
    width: 100%;
    margin-bottom: 8px;
  }
}
.list_visa .info_2 {
  flex-grow: 1;
}
.list_visa .info_3 {
  color: var(--ota-color-main);
  font-weight: 700;
  width: 40%;
}
@media (max-width: 991.98px) {
  .list_visa .info_3 {
    width: 100%;
    margin-top: 8px;
  }
}
.list_visa .info_link {
  position: relative;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_visa .info_link::after {
  content: "";
  display: block;
  left: 0;
  width: 1px;
  height: 500%;
  transform: translateY(-50%);
  top: 50%;
  background-color: var(--ota-color-gray_2);
  position: absolute;
}

#visa_offcanvas {
  position: absolute;
  width: 100%;
  height: calc(100vh - 60px);
  left: 0;
  top: 0;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
#visa_offcanvas.show {
  opacity: 1;
  pointer-events: auto;
}
#visa_offcanvas.show .visa_offcanvas_content {
  transform: translateX(0);
}
#visa_offcanvas .visa_offcanvas_content {
  width: 80vw;
  height: calc(100vh - 60px);
  background-color: #fff;
  right: 0;
  top: 0;
  position: absolute;
  transform: translateX(100%);
  transition: transform 0.4s;
}
@media (max-width: 991.98px) {
  #visa_offcanvas .visa_offcanvas_content {
    width: 100vw;
  }
}
#visa_offcanvas .visa_offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 20px 20px 20px;
  border-bottom: 1px solid var(--ota-color-gray_2);
}
@media (max-width: 767.98px) {
  #visa_offcanvas .visa_offcanvas-header {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }
}
#visa_offcanvas .visa_offcanvas-header #visa_offcanvasVisaLabel {
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding-left: 4px;
  width: calc(100% - 124px);
  margin: auto;
}
@media (max-width: 991.98px) {
  #visa_offcanvas .visa_offcanvas-header #visa_offcanvasVisaLabel {
    font-size: 18px;
  }
}
#visa_offcanvas .visa_offcanvas-header .btn.back {
  position: absolute;
  left: 8px;
}
#visa_offcanvas .visa_offcanvas-header .btn.back:hover {
  color: var(--ota-color-main);
}
#visa_offcanvas .visa_offcanvas-body {
  align-items: center;
  padding-left: 20px;
}
#visa_offcanvas .list_visa_desc {
  list-style: none;
  padding-left: 0;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
#visa_offcanvas .list_visa_desc .item {
  display: flex;
  overflow: hidden;
  position: relative;
}
#visa_offcanvas .list_visa_desc .item::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--ota-color-gray_2);
  position: absolute;
  left: 24%;
  top: 0;
}
#visa_offcanvas .list_visa_desc .item:first-child .tit,
#visa_offcanvas .list_visa_desc .item:first-child .desc {
  padding-top: 28px;
}
#visa_offcanvas .list_visa_desc .item:last-child .desc {
  padding-bottom: 80px;
}
#visa_offcanvas .list_visa_desc .item .tit {
  width: 24%;
  padding: 12px 18px 12px 0;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 991.98px) {
  #visa_offcanvas .list_visa_desc .item .tit {
    font-size: 15px;
    padding: 12px 12px 12px 0;
  }
}
#visa_offcanvas .list_visa_desc .item .desc {
  width: 76%;
  padding: 12px 20px;
}
@media (max-width: 991.98px) {
  #visa_offcanvas .list_visa_desc .item .desc {
    font-size: 15px;
    padding: 12px;
  }
}

.box_apply_btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
  padding-left: 14px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  border: 1px solid var(--ota-color-gray_3);
  background-color: var(--ota-color-gray);
}
.box_apply_btn a {
  padding: 10px 16px;
  color: #fff;
  transition: opacity 0.3s;
}
.box_apply_btn a:hover {
  opacity: 0.8;
}
.box_apply_btn .tel {
  background-color: var(--ota-color-main);
}
.box_apply_btn .mail {
  background-color: var(--ota-color-main_light);
}
.box_apply_btn .line {
  background-color: #00c300;
}

.select2-container {
  width: 100% !important;
}

.selection {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}
.selection .form-select {
  height: 38px;
  width: 100%;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  background-color: white;
}

input.select2-search__field {
  border-radius: 4px;
  border-color: var(--ota-color-gray_2);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--ota-color-gray_2);
  color: black;
}

.select2-container--default .select2-results__option--selected {
  background-color: white;
}

.tab-content2 {
  background-color: var(--ota-color-main_light);
  padding: 1.7rem;
  border-radius: 10px;
}
@media only screen and (max-width: 575.98px) {
  .tab-content2 {
    padding: 0.5rem;
  }
}

.wrap-3 .tab-pill {
  padding: 0rem 2rem;
}
.wrap-3 .tab-content {
  background-color: #fff;
  padding: 0rem 2rem;
}

.nav-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.nav-pills .nav-link {
  padding: 0.3rem 2rem;
  border-radius: 33px;
  color: var(--ota-color-main);
  border: 2px solid transparent;
  padding: 0.3rem 2rem;
  width: 100%;
  margin: 1.5rem 0rem;
}
@media only screen and (max-width: 991.98px) {
  .nav-pills .nav-link {
    margin: 1rem 0rem;
    padding: 0.3rem 1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .nav-pills .nav-link {
    font-size: 0.9rem;
    border-radius: 0px;
    margin: 0.5rem 0rem;
    padding: 0.3rem 0.5rem;
    color: var(--ota-color-main);
    border-width: 0px;
    border-left: 1px solid;
    border-color: var(--ota-color-main);
    background-color: white;
    text-align: left;
  }
}
@media only screen and (max-width: 991.98px) {
  .nav-pills {
    justify-content: space-around;
  }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--ota-color-main);
  background-color: white;
  font-weight: 500;
  border-color: var(--ota-color-main);
}
@media only screen and (max-width: 575.98px) {
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-size: 0.9rem;
    border-radius: 0px;
    margin: 0.5rem 0rem;
    padding: 0.3rem 0.5rem;
    background-color: var(--ota-color-main);
    color: white;
  }
}

.select2-dropdown {
  border-color: var(--ota-color-gray_3);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--ota-color-gray_3);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
}/*# sourceMappingURL=style.css.map */