@charset "UTF-8";
.price-b2b {
  display: none !important;
}

.header-wrapper {
  overflow: hidden;
}

body.destination_SN div.header-main {
  position: static;
}

body.destination_SN.b2c .header-main-wrapper {
  padding: 18px 48px 0 48px;
}

.scrollbarWidth::-webkit-scrollbar-track {
  margin: 20px 130px;
}
.scrollbarWidth::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.301);
}
.scrollbarWidth:hover::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.301);
}

/* RWD */
.date_dialog,
.allProduct_dialog,
.allProduct_dialog button,
.productHistory_dialog,
select,
.cruises_dialog,
.filter_dialog,
.filter_dialog button,
.artical_wrap,
.sort_box-m button,
.sort_dialog,
.productState_dialog,
.sort_btn,
.favro,
.filterTag_block_list button,
.button_group button {
  font-family: "Noto Sans TC", serif;
}

.favro.compare_1 img {
  content: url("https://www.ibwt.com.tw/Content/Img/Shop/favro_icon-active.png");
}

.wrapper:has(.card_wrap.uni) .depart_title span,
.wrapper:has(.card_wrap.uni) .location_title p {
  display: none;
}

div.main_sidebar {
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.04);
}
@media (max-width: 576px) {
  div.main_sidebar {
    background-color: #fff;
  }
}
@media (max-width: 576px) {
  div.main_sidebar .main_sidebar_ul {
    padding: 0 20px;
  }
}

div.main_sidebar:before {
  background: unset;
}

body.modal-open {
  overflow: hidden;
}

.b2c .price_2 {
  display: none;
}

.b2e .price {
  white-space: nowrap;
  color: #446a92;
}
.b2e .price:before {
  content: "特約 $ " !important;
  color: black;
  font-size: 0.8em;
}
.b2e .price:after {
  font-size: 0.8em;
  content: " 起" !important;
  color: black;
}

.b2b .price_2:before {
  font-size: 0.8em;
}
.b2b .price_2:after {
  font-size: 0.8em;
}

.b2b .price {
  color: #446a92;
  white-space: nowrap;
}
.b2b .price:before {
  color: black;
}
.b2b .price:after {
  color: black;
}

.b2b .card_wrap.vertical .G .card_date_wrap li:nth-child(n+3) {
  display: none;
}

.b2b .price:before {
  content: "同業 $ " !important;
  color: black;
}
.b2b .price:after {
  content: " 起" !important;
  color: black;
}

.b2b .favro {
  display: none !important;
}

body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .discount_card.swiper-slide.discount_card.swiper-slide {
  height: 480px;
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .product_price_wrap {
  margin-top: 0px !important;
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .price_group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 14px;
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .price_2 {
  margin-right: 10px;
  padding-bottom: 0;
  padding-top: 6px;
  font-size: 18px;
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .price {
  color: #446a92;
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .price_2::before {
  content: "( 直客 $";
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .price_2::after {
  content: "起 )";
}
body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .swiper-slide .card_date_wrap {
  margin-top: 12px !important;
}
@media (max-width: 576px) {
  body:where(.b2b, .b2e) .discount_wrap.siider.swiper-wrapper .footer_bottom {
    margin-bottom: 70px;
  }
}

#app-ann {
  display: none;
}

footer {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
}
.copyright {
  position: unset;
}

.copyright:before {
  content: "" !important;
}

@media (max-width: 1750px) {
  body:has(.quick-nav) .footer_main {
    padding-left: 120px;
  }
}
@media (max-width: 1500px) {
  body:has(.quick-nav) .footer_main {
    padding-left: 240px;
  }
}
@media (max-width: 1400px) {
  body:has(.quick-nav) .footer_main {
    padding-left: 200px;
  }
}
@media (max-width: 1199px) {
  body:has(.quick-nav) .footer_main {
    padding-left: 24px;
  }
}
@media (max-width: 991px) {
  body:has(.quick-nav) .footer_main {
    padding-bottom: 24px;
  }
}

.footer_wrap {
  background-color: #F6F6F6;
  list-style: none;
  box-sizing: border-box;
  border-top: 3px solid #565656;
  white-space: nowrap;
}
.footer_wrap .footer_main {
  max-width: 1400px;
  padding-top: 72px;
  padding-bottom: 78px;
  margin: auto;
  padding-right: 16px;
}
@media (max-width: 1200px) {
  .footer_wrap .footer_main {
    padding: 24px;
    padding-top: 72px;
    padding-bottom: 78px;
  }
}
@media (max-width: 991px) {
  .footer_wrap .footer_main {
    padding: 12px 12px;
    padding-top: 38px;
  }
}
.footer_wrap .footer_main_content {
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .footer_wrap .footer_main_content {
    flex-direction: column;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .footer_wrap .footer_main_content {
    width: auto;
  }
}
.footer_wrap .info_dl {
  display: flex;
}
@media (max-width: 991px) {
  .footer_wrap .info_dl {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .footer_wrap .info_dl {
    flex-direction: column;
  }
}
.footer_wrap h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
}
.footer_wrap a {
  display: unset;
}
.footer_wrap .orderConsult {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.footer_wrap .orderConsult ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 4px;
  margin-right: 80px;
  color: #3F3F3F;
}
@media (max-width: 1200px) {
  .footer_wrap .orderConsult ul {
    margin-right: 0;
  }
}
@media (max-width: 632px) {
  .footer_wrap .orderConsult ul {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 600px) {
  .footer_wrap .orderConsult ul {
    -moz-column-gap: 96px;
         column-gap: 96px;
    row-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .footer_wrap .orderConsult ul {
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 359px) {
  .footer_wrap .orderConsult ul {
    display: flex;
    flex-direction: column;
  }
}
.footer_wrap .orderConsult li {
  width: 230px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .footer_wrap .orderConsult li {
    width: auto;
  }
}
.footer_wrap ul {
  list-style-type: none;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.footer_wrap .store_phoneInfo {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 180%;
}
@media (max-width: 576px) {
  .footer_wrap .store_phoneInfo {
    gap: 2px;
  }
}
@media (max-width: 359px) {
  .footer_wrap .store_phoneInfo:empty {
    display: none;
  }
}
.footer_wrap .store_phoneInfo a {
  color: unset;
  text-decoration: unset;
  pointer-events: none;
}
@media (max-width: 991px) {
  .footer_wrap .store_phoneInfo a {
    pointer-events: unset;
  }
}
.footer_wrap .store_phoneInfo a:hover {
  text-decoration: underline;
}
.footer_wrap p {
  margin: 0;
  width: unset;
  border-bottom: none;
  padding: unset;
  font-size: 15px;
  line-height: unset;
  text-align: unset;
}
.footer_wrap .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 1.8em;
  text-align: left;
}
@media (max-width: 632px) {
  .footer_wrap .right {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 600px) {
  .footer_wrap .right {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
}
@media (max-width: 576px) {
  .footer_wrap .right {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.footer_wrap .right li {
  font-size: 14px;
  line-height: 180%;
}
.footer_wrap .right a {
  color: #3F3F3F;
  text-decoration: none;
  margin: 4px 0;
  display: block;
}
.footer_wrap .block + .block {
  margin-top: 1.8em;
}
.footer_wrap .store-info a {
  background-color: #000000;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  top: 4px;
}
.footer_wrap .footer_logo {
  margin-bottom: 16px;
  font-size: 14px;
  color: #3F3F3F;
}
.footer_wrap .footer_logo a {
  margin-top: 16px;
  text-decoration: none;
  color: #3F3F3F;
  display: block;
}
.footer_wrap .footer_logo a:hover {
  color: #C4640D;
}
.footer_wrap .footer_logo p {
  margin-top: 16px;
}
.footer_wrap .footer_socialLinkList {
  position: absolute;
  left: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
  .footer_wrap .footer_socialLinkList {
    position: unset;
  }
}
@media (max-width: 576px) {
  .footer_wrap .footer_socialLinkList {
    position: unset;
  }
}
.footer_wrap .footer_socialLinkList .social-media {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer_wrap .footer_bottom {
  border-top: 1px solid;
}
.footer_wrap .footer_bottom_wrap {
  display: flex;
  max-width: 1400px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 12px;
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .footer_wrap .footer_bottom_wrap {
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .footer_wrap .footer_bottom_wrap {
    white-space: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 84px;
  }
}
.footer_wrap .footer_bottom-left {
  display: flex;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer_wrap .footer_bottom-left div:nth-child(2)::before {
  content: "|";
  padding-right: 8px;
}
@media (max-width: 991px) {
  .footer_wrap .footer_bottom-left div:nth-child(2)::before {
    content: unset;
  }
}
.footer_wrap .cominfo_wrap {
  width: 400px;
  position: relative;
}
.footer_wrap .cominfo_wrap p {
  color: #3F3F3F;
}
@media (max-width: 991px) {
  .footer_wrap .cominfo_wrap {
    width: auto;
  }
}
.TEST-footer {
  padding-bottom: 16px;
  padding: 0;
  aspect-ratio: unset;
}
.TEST-footer img {
  width: 100%;
  display: block;
}
@media (max-width: 576px) {
  .TEST-footer {
    padding-bottom: 30px;
  }
}

.mode_txt footer h3 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: unset;
  cursor: unset;
  float: unset;
  margin-left: unset;
}

.mode_txt footer h3:before {
  content: unset;
}/*# sourceMappingURL=footer.css.map */