@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;
}

.mobile-menu {
  max-height: 0;
  position: fixed;
  transition: 0.4s max-height;
  inset: 0;
  background-color: #f9f9f9;
  overflow-y: auto;
  z-index: 2000;
  top: 51px;
}
@media (max-width: 991px) {
  .mobile-menu.is-open {
    max-height: 1920px;
  }
}
.mobile-menu ul,
.mobile-menu ol {
  list-style: none;
  box-sizing: border-box;
}

/* Header */
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

.menu-close {
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Menu list */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  padding-bottom: 48px;
}

.menu-dst-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.menu-item {
  border-top: 1px solid #dbdbdb;
}
.menu-item:last-child {
  border-bottom: 1px solid #dbdbdb;
}

.menu-item a {
  color: block;
  text-decoration: none;
}

.menu-item a,
.menu-toggle {
  width: 100%;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  background: none;
  border: none;
  text-align: left;
}

/* 標題 */
.menu-title {
  padding: 20px 16px 10px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-title a {
  color: unset;
  text-decoration: none;
}

/* 箭頭 */
.arrow {
  transition: transform 0.2s;
}

/* 展開時旋轉 */
.menu-item.is-open .arrow {
  transform: rotate(180deg);
  color: #ff5722;
}
.menu-item.is-open .submenu {
  display: unset;
  padding: 0 0px 12px;
  background-color: #fff;
  max-height: 800px;
}

.menu-item {
  display: grid;
}

.menu-item.is-open {
  background: #fff;
}
.menu-item.is-open .menu-dst-subtitle {
  max-height: 0px;
  opacity: 0;
}

/* 子選單 */
.submenu {
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
.submenu li {
  height: 60px;
}

.menu-item.open .submenu {
  max-height: 800px;
}

.submenu-title {
  margin-left: 36px;
  padding: 16px 0px;
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  gap: 16px;
}
.submenu-title:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff5722;
  border-radius: 50%;
}

/* 子選單內容 */
.submenu .li-SAREA {
  font-size: 15px;
  line-height: 1.4;
  padding: 12px 4px 12px 36px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}
.submenu .li-SAREA:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff5722;
  border-radius: 50%;
}

.menu-second {
  color: #5E5E5E;
  padding-left: 16px;
  max-height: 0;
  transition: 0.6s;
  overflow: hidden;
}

.menu-list .li-dot-toggle {
  display: flex;
  align-items: center;
}
.menu-list .li-dot-toggle .fa-solid.fa-angle-down {
  font-size: 16px;
}

.li-dot.is-open {
  background-color: #fff;
}
.li-dot.is-open .submenu {
  max-height: 800px;
}
.li-dot.is-open .arrow {
  transform: rotate(180deg);
  color: #ff5722;
}
.li-dot.is-open .li-dot:first-child .li-dot-title {
  border-top: 1px solid #d1d1d1;
}

.li-dot-toggle + .submenu .li-dot {
  padding-left: 24px;
}

.li-dot-title {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 12px 16px;
}
.li-dot-title:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff5722;
  border-radius: 50%;
  margin-right: 6px;
}

/* 小紅點 */
/* 描述文字（灰色小字） */
.sub-desc {
  font-size: 13px;
  color: #777;
  white-space: pre-wrap;
}

.menu-dst-img {
  width: 48px;
}
.menu-dst-img img {
  width: 100%;
}

.menu-dst {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}

.menu-dst-title {
  width: -moz-fit-content;
  width: fit-content;
}

.menu-dst-subtitle {
  max-height: 30px;
  transition: 0.3s ease-in-out;
  opacity: 1;
  color: #737373;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: wrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

.menu-toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  box-sizing: border-box;
}

.main-title.is-open > ul {
  display: block;
}
.main-title.is-open .menu-second {
  max-height: 800px;
}
.main-title.is-open:has(.menu-second) {
  background-color: #fff;
}
.main-title.is-open .menu-title .arrow {
  transform: rotate(180deg);
  color: #ff5722;
}
.main-title.is-open > ul {
  display: block;
}
.main-title.is-open .li-dot:first-child {
  border-top: 1px solid #d1d1d1;
}

.main-title > ul {
  display: none;
}

#searchEngineM .searchbar_popup_m {
  display: none;
  font-size: 14px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  z-index: 400;
  top: 0px;
  left: 0;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
#searchEngineM .searchbar_popup_m.popup-active {
  display: block;
}
#searchEngineM .searchbar_popup_m .regions {
  display: flex;
  overflow-x: auto;
  overflow-y: initial;
}
#searchEngineM .searchbar_popup_m .regions ul {
  display: flex;
}
#searchEngineM .searchbar_popup_m .regions .option {
  cursor: pointer;
  padding: 2px 16px;
  line-height: normal;
  color: #595959;
  white-space: nowrap;
  border-bottom: 1px solid #c9c9c9;
}
#searchEngineM .searchbar_popup_m .regions .option span {
  position: relative;
  background-color: transparent;
  border: none;
  font-size: 14px;
}
#searchEngineM .searchbar_popup_m .regions .option.selected {
  color: #4385c2;
  border-left: #4385c2 4px solid;
  background-color: rgba(67, 133, 194, 0.1254901961);
  padding-left: 12px;
}
#searchEngineM .searchbar_popup_m .regions .option.selected span {
  font-weight: 500;
}
#searchEngineM .searchbar_popup_m .regions .option.had span:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  right: -8px;
  background-color: #4385c2;
}
#searchEngineM .searchbar_popup_m .regions .option.selected.had span:after {
  background-color: transparent;
}
#searchEngineM .searchbar_popup_m .checkbox:before {
  content: "";
  margin-top: 1px;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url(https://www.bwt.com.tw/Content/Img/Shared/SearchEngine//checkbox_a.png);
}
#searchEngineM .searchbar_popup_m .area ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.6px solid #c9c9c9;
}
#searchEngineM .searchbar_popup_m .area .all_area {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 0;
  cursor: pointer;
}
#searchEngineM .searchbar_popup_m .area .area-item {
  padding-left: 8px;
  margin-bottom: 4px;
  border-bottom: 0.6px solid #c9c9c9;
  padding-bottom: 12px;
  gap: 2px;
}
#searchEngineM .searchbar_popup_m .area .all {
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 10px 4px;
  gap: 4px;
  cursor: pointer;
}
#searchEngineM .searchbar_popup_m .area li:before {
  content: "";
  margin-top: 1px;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url(https://www.bwt.com.tw/Content/Img/Shared/SearchEngine//checkbox_a.png);
}
#searchEngineM .searchbar_popup_m .area li.checked:before {
  background-image: url(https://www.bwt.com.tw/Content/Img/Shared/SearchEngine//checkbox_a-checked.png);
}
#searchEngineM .searchbar_popup_m .tag_delete {
  background-color: transparent;
  border: none;
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 0;
}

.searchbar_m {
  display: none;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 8px 12px 8px 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .searchbar_m {
    display: block;
    margin-right: 0px;
  }
}
.searchbar_m.active {
  display: block;
}
.searchbar_m .searchbar_input {
  padding: 12px 24px 12px 20px;
  border-radius: 50px;
  background-color: #ebebeb;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.searchbar_m .searchbar_input span {
  display: flex;
  gap: 8px;
  color: #797681;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.96px;
  align-items: center;
}
.searchbar_m .searchbar_input span:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(https://www.bwt.com.tw/Content/Img/Shared/SearchEngine//search-g.svg);
}

.searchbar_modal-fs {
  display: none;
}
.searchbar_modal-fs.active {
  display: block;
}
.searchbar_modal-fs.modal_a {
  font-family: "Noto Sans TC";
  z-index: 1200;
  position: fixed;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  top: 0;
}
.searchbar_modal-fs.modal_a .drawer_header {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 0.6px solid #dcdcdc;
  border-bottom: 0.6px solid #dcdcdc;
}
.searchbar_modal-fs.modal_a .drawer_header .close_btn {
  background-image: url(https://www.bwt.com.tw/Content/Img/Shared/SearchEngine//close_gray.svg);
  background-size: cover;
  position: absolute;
  right: 20px;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
}
.searchbar_modal-fs.modal_a .header_title {
  color: #433f3f;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: 2px;
}
.searchbar_modal-fs.modal_a .drawer_body {
  padding-top: 32px;
}
.searchbar_modal-fs.modal_a .h1 {
  margin-bottom: 4px;
  color: #433f3f;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: 2px;
}
.searchbar_modal-fs.modal_a .input {
  letter-spacing: 1.7px;
  border-radius: 4px;
  background: #f6f6f6;
  box-shadow: 0px 0px 1.3px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 6px 0px 8px 12px;
  line-height: 25.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchbar_modal-fs.modal_a .input:empty:not(:focus):before {
  content: attr(data-text);
  color: #999999;
}
.searchbar_modal-fs.modal_a .input-group {
  padding: 0 32px;
  margin-bottom: 20px;
}
.searchbar_modal-fs.modal_a .filterstatus {
  padding: 0 32px;
}
.searchbar_modal-fs.modal_a .filterstatus ul {
  margin-left: 4px;
  display: flex;
  gap: 20px;
}
.searchbar_modal-fs.modal_a .filterstatus .checkedbox {
  color: #303030;
  font-size: 16px;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.searchbar_modal-fs.modal_a .filterstatus .checkedbox:before {
  content: "";
  margin-top: 1px;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url(https://www.bwt.com.tw/Content/Img/Shared/SearchEngine//checkbox_a.png);
}
.searchbar_modal-fs.modal_a .filterstatus .checkedbox.checked:before {
  background-image: url(https://www.bwt.com.tw/Content/Img/Shared/SearchEngine//checkbox_a-checked.png);
}
.searchbar_modal-fs.modal_a select {
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans TC";
  box-shadow: 0px 0px 1.3px 0px rgba(0, 0, 0, 0.25) inset;
  height: 40px;
  position: relative;
  display: flex;
  width: 100%;
  background: #f6f6f6;
  border: none;
  padding: 6px 0px 8px 12px;
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.5px;
  /* 159.375% */
  letter-spacing: 1.7px;
}
.searchbar_modal-fs.modal_a .drawer_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 12px 0;
  border-top: 0.6px solid #e5e5e5;
}
.searchbar_modal-fs.modal_a .drawer_footer button {
  margin: auto;
}

@media (max-width: 769px) {
  html:has(.searchDEST_modal.active) {
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  html:has(.searchbar_modal-fs.active) {
    overflow: hidden;
  }
}

.searchDEST_modal {
  display: none;
  position: fixed;
  z-index: 1200;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.2745098039);
  top: 0;
  box-sizing: border-box;
  display: none;
}
.searchDEST_modal button {
  white-space: nowrap;
}
.searchDEST_modal.active {
  display: block;
}
.searchDEST_modal .drawer_header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  position: relative;
}
.searchDEST_modal .drawer_header .h1 {
  color: #433f3f;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: 2px;
}
.searchDEST_modal .drawer_header .close_btn {
  background-image: url(https://www.bwt.com.tw/Content/Img/Shared/SearchEngine//close_gray.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
}
.searchDEST_modal .drawer_body {
  padding-top: 0;
  height: calc(100dvh - 200px);
  position: relative;
  overflow-y: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid #cecece;
}
.searchDEST_modal .drawer_body::-webkit-scrollbar {
  width: 0px;
}
.searchDEST_modal .sign_search {
  position: static;
}

#searchEngineM .searchbar_popup_m {
  width: 100%;
  z-index: 1200;
  font-family: "Noto Sans TC";
  width: 100%;
  box-sizing: border-box;
  top: auto;
  bottom: 0;
  padding: 0;
  border-radius: 30px 30px 0 0;
}
#searchEngineM .searchbar_popup_m .regions {
  top: 0;
}
#searchEngineM .searchbar_popup_m .regions::-webkit-scrollbar {
  width: 6px;
}
#searchEngineM .searchbar_popup_m .regions ul {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #c9c9c9;
}
#searchEngineM .searchbar_popup_m .regions .option {
  padding-top: 8px;
  padding-bottom: 8px;
}
#searchEngineM .searchbar_popup_m .regions .option span {
  font-size: 16px;
  letter-spacing: 0.16px;
}
#searchEngineM .searchbar_popup_m .area {
  overflow: auto;
}
#searchEngineM .searchbar_popup_m .area ul {
  border-bottom: none;
  height: unset;
}
#searchEngineM .searchbar_popup_m .area .all {
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
}
#searchEngineM .searchbar_popup_m .area .all::before {
  width: 16px;
  height: 16px;
}
#searchEngineM .searchbar_popup_m .area .all_area {
  margin: 0 8px;
  font-size: 18px;
  font-weight: 800;
}
#searchEngineM .searchbar_popup_m .area .area-item {
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0 8px;
  padding: 0;
  border-bottom: none;
  gap: 8px;
  margin-bottom: 12px;
}
#searchEngineM .searchbar_popup_m .area .checkbox {
  padding: 12px 8px;
  border: 1px solid #cecece;
  border-radius: 4px;
}
#searchEngineM .searchbar_popup_m .area .checkbox.checked {
  background-color: rgba(67, 133, 194, 0.1254901961);
  border-color: #4385c2;
  color: #4385c2;
}
#searchEngineM .searchbar_popup_m .area .checkbox:before {
  display: none;
}
#searchEngineM .searchbar_popup_m .row {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-end;
  padding: 12px 24px;
  color: #fff;
  justify-content: space-between;
}
#searchEngineM .searchbar_popup_m .tag_delete {
  font-size: 16px;
  line-height: 25.5px;
  /* 159.375% */
  letter-spacing: 1.7px;
}
#searchEngineM .searchbar_popup_m .submit_btn {
  max-width: 172px;
}

.sign_search_m {
  z-index: 1200;
}
@media (max-width: 768px) {
  .sign_search_m {
    display: block;
  }
}

.M_btn-b {
  border: none;
  border-radius: 4px;
  background: linear-gradient(239deg, rgba(126, 211, 206, 0.45) -28.6%, rgba(126, 211, 206, 0) 89.7%), #446a92;
  display: flex;
  height: 42px;
  padding: 13px 88px 14px 88px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  letter-spacing: 0.2px;
}

body {
  padding-top: 0 !important;
}

header {
  /*-----------------------------------------------
      reset
  -----------------------------------------------*/
  line-height: 1.7 !important;
}
header *,
header *::before,
header *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-break: inherit;
  color: inherit;
}
header button,
header input,
header select,
header textarea,
header option {
  font: inherit;
  color: inherit;
  line-height: inherit;
  background: transparent;
  border: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
header button::-moz-focus-inner,
header input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
header button:focus,
header input:focus,
header select:focus,
header textarea:focus {
  outline: none;
}
header p {
  word-break: break-word;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  font-weight: normal;
  word-break: break-word;
  color: inherit;
}
header a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
  pointer-events: auto;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* reset 可自行加 */
.arrow {
  color: #7e7e7e;
}
.arrow .fa-solid.fa-angle-down {
  font-size: 24px;
}

.site-header {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 992px) {
  html:has(.mobile-menu.is-open) {
    overflow: hidden;
  }
}
.site-header:has(.TEST-nav-wrapper.is-open) .header-wrap {
  position: relative;
  z-index: 10000;
}
.site-header:has(.TEST-nav-wrapper.is-open) .mega-menu-mask {
  display: unset;
  opacity: 1;
}
.site-header:has(.TEST-nav-wrapper:not(.is-open)) .mega-menu-mask {
  display: none;
}
.site-header:has(.mobile-menu.is-open) .header-wrap {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.site-header:has(.mega-menu.is-open) .header-wrap {
  position: relative;
  z-index: 10000;
}
.site-header:has(.mega-menu.is-open) .mega-menu-mask {
  display: unset;
}
.site-header img {
  max-width: unset;
}

.header-wrap {
  height: 89px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .header-wrap {
    height: unset;
    display: flex;
    line-height: 1;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 12px;
  }
}

.header-container {
  max-width: 1680px;
  margin: auto;
  position: relative;
}
@media (max-width: 991px) {
  .header-container {
    height: 50px;
    margin: unset;
    display: flex;
    align-items: center;
  }
}

/* ───────── 上排 ───────── */
.header-top {
  display: flex;
  justify-content: flex-end;
  padding: 8px 0px;
  font-size: 14px;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-top__right a {
  color: #333;
  text-decoration: none;
  padding: 0 24px;
  border-right: 1px solid #C9C9C9;
  font-size: 14px;
}
@media (max-width: 991px) {
  .header-top__right a {
    padding: 0 16px;
  }
}
.header-top__right a:hover {
  text-decoration: underline;
}
.header-top__right a:last-child {
  border: none;
  padding-right: 0;
}

/* ───────── 下排 ───────── */
header .header-main {
  display: flex;
  align-items: flex-end;
  padding-top: 16px;
  border-bottom: none;
}
@media (max-width: 991px) {
  header .header-main {
    padding: 0;
  }
}

.header-logo {
  height: auto !important;
  margin-bottom: unset !important;
}

/* LOGO */
@media (max-width: 991px) {
  .logo-b2c img {
    height: 40px !important;
  }
}

.header-main-link {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .header-main-link {
    display: none;
  }
}

/* 主選單 */
.header-main__nav {
  display: flex;
  gap: 16px;
  margin-left: 40px;
  flex: 1;
  font-size: 16px;
}
@media (max-width: 1280px) {
  .header-main__nav {
    margin-left: 20px;
  }
}
.header-main__nav a {
  padding: 4px 14px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
  transition: 0s;
  display: flex;
  flex-direction: column;
  text-align: end;
  align-items: flex-end;
}
.header-main__nav a:hover {
  color: #C4640D;
}
@media (max-width: 1280px) {
  .header-main__nav a {
    padding: 4px 8px;
    font-size: 15px;
  }
}

.header-main-en {
  color: #B1B1B1;
  font-size: 10px;
  line-height: normal;
  line-height: 1;
}

/* 右側 */
.header-main__right {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  bottom: -8px;
  display: none;
}
.header-main__right a {
  color: #111;
  font-size: 14px;
}
.header-main__right a:hover {
  text-decoration: underline;
}

.login {
  display: flex;
  position: relative;
  align-items: center;
  gap: 12px;
}
.login:hover .login-popup {
  display: block;
}
.login .login-User {
  display: flex;
  align-self: center;
}
.login .login-position {
  position: absolute;
  bottom: 0;
  right: 0;
}
.login .login-popup {
  position: absolute;
  top: 0px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1843137255);
  padding: 16px;
  z-index: 2;
  right: 0;
  border-radius: 8px;
  display: none;
  background-color: #fff;
}
.login ul {
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.login li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.login .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login svg {
  position: relative;
  top: 2px;
}
.login button {
  border: unset;
  font-size: 14px;
  width: 128px;
  height: 38px;
  background-color: #F2F4F8;
  border-radius: 4px;
}

header .right_btn-m {
  display: none;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  header .right_btn-m {
    display: flex;
  }
}

header .btn_search {
  box-shadow: 0 0 0 1px #DCDCDC;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .btn_search svg {
  padding-bottom: 3px;
}

header .storePhone {
  box-shadow: 0 0 0 1px #DCDCDC;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .storePhone a {
  display: block;
}

header .nav {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DCDCDC;
  margin-left: 4px;
}

header .nav_icon {
  height: 16px;
  width: 50%;
  position: relative;
  margin-bottom: 2px;
  transition: all 0.1s ease-out;
}

/* 漢堡選單 */
.nav-menu {
  text-align: right;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  float: right;
  margin-right: 20px;
  cursor: pointer;
}

.nav-menu * {
  transition: all 0.3s ease-out;
}

.nav {
  position: relative;
}

header .line1,
header .line2,
header .line3 {
  width: 20px;
  margin: auto;
  position: absolute;
  /* top: 50%; */
  right: 3px;
  /* background-color: #ff8533; */
  background-color: #444444;
  height: 3px;
  border-radius: 50px;
  transition: all 0.3s ease-out;
}

header .nav.active .line1 {
  transform: translate(22%, -25%) rotate(-45deg);
  top: 50%;
  /* left: 25%; */
  width: 32px;
  background-color: #FF6600;
}
header .nav.active .line2 {
  background-color: #FF6600;
  opacity: 0;
}
header .nav.active .line3 {
  transform: rotate(45deg);
  top: 0;
  right: -4px;
  margin-left: 0;
  box-sizing: border-box;
  width: 32px;
  background-color: #FF6600;
}
header .nav.active .nav_icon {
  height: 24px;
}

header .line1 {
  top: 0;
  /* left: 0; */
  transform: translate(0, 0);
}

header .line2 {
  top: 50%;
  transform: translate(0, -50%);
}

header .line3 {
  /* top: 69%; */
  bottom: 0;
  margin-left: 8px;
  box-sizing: border-box;
  width: 16px;
}

.btn-nav-pc.is-open {
  color: #C4640D;
}

.mega-menu {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.mega-menu.is-open .mega-menu-wrap {
  opacity: 1;
}
@media (max-width: 991px) {
  .mega-menu.is-open {
    display: none !important;
  }
}
.mega-menu.is-open .mega-menu-wrap {
  max-height: 1920px;
  opacity: 1;
}
.mega-menu.is-open .mega-menu-mask {
  opacity: 1;
}
.mega-menu.is-open .mega-menu__close {
  opacity: 1;
}

.mega-menu-wrap {
  max-height: 0;
  transition: 0.6s max-height;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  background-color: #fff;
  opacity: 0;
  transition: 0.6s;
  padding-bottom: 60px;
}
@media (max-width: 1600px) {
  .mega-menu-wrap {
    grid-template-columns: 24px 1fr 80px;
  }
}

.mega-menu-mask {
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  background-color: rgba(226, 226, 226, 0.5019607843);
  position: absolute;
  inset: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  top: 0;
  opacity: 0;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .mega-menu-mask {
    display: none;
  }
}

/* 關閉按鈕 */
.mega-menu__close {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 24px;
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  right: 120px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  opacity: 0;
  transition: 0.6s;
}
.mega-menu__close:hover {
  background-color: rgba(128, 128, 128, 0.13);
}
@media (max-width: 1700px) {
  .mega-menu__close {
    right: 8px;
  }
}

/* 內容容器 */
.mega-menu__container {
  background-color: #fff;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 0px 12px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  row-gap: 40px;
  justify-content: center;
  position: relative;
  overflow-y: auto;
}
@media (max-width: 1600px) {
  .mega-menu__container {
    padding: 0;
    padding: 28px 24px 12px 12px;
    width: 100%;
    justify-content: unset;
    gap: 24px;
  }
}

.mega-menu__container-left {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 100%);
}
@media (max-width: 1600px) {
  .mega-menu__container-left {
    background-color: unset;
    position: relative;
  }
  .mega-menu__container-left:after {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #FFFFFF 100%);
    position: absolute;
    top: 0;
    right: -8px;
    z-index: 2;
  }
}

.mega-menu__container-right {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #FFFFFF 50%);
}
@media (max-width: 1600px) {
  .mega-menu__container-right {
    background-color: unset;
    position: relative;
  }
  .mega-menu__container-right:after {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 100%);
    position: absolute;
    top: 0;
    left: -40px;
  }
}

.mega-menu__container {
  letter-spacing: 1px;
  line-height: normal;
  font-size: 14px;
}
.mega-menu__container h3 {
  font-size: 16px;
  font-weight: 500;
  color: #C4640D;
  margin-bottom: 8px;
  border-bottom: 1px solid #cdbdac;
  cursor: pointer;
  transition: 0.6s;
  line-height: normal;
}
.mega-menu__container h3 a {
  color: unset;
  width: 100%;
  justify-content: unset;
}
.mega-menu__container mark {
  color: #fff;
  background-color: #C4640D;
  font-size: 12px;
  padding: 2px;
  position: relative;
  bottom: 2px;
  border-radius: 4px;
}
.mega-menu__container h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  transition: 0s;
}
.mega-menu__container ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.mega-menu__container li a {
  cursor: pointer;
  margin-top: 2px;
  padding: 4px 0;
  margin-bottom: 2px;
  align-items: unset;
  width: 100%;
  justify-content: flex-start;
  font-size: 14px;
}
.mega-menu__container li a:hover h4,
.mega-menu__container li a:hover p {
  color: #C4640D;
}
.mega-menu__container p {
  transition: 0s;
  color: #666;
  margin: 0;
  transition: 0s;
}
.mega-menu__container p:hover {
  color: #3f3f3f;
}

.col > div + div {
  margin-top: 8px;
}

.col div:first-child h3 {
  margin-top: 0;
}

.site-header {
  top: 0;
  width: 100%;
}

.site-header:has(.TEST-nav-wrapper.is-open) {
  z-index: 999;
  position: fixed;
  width: 100%;
}

.TEST-nav-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 8;
  width: 100%;
  display: none;
  z-index: 1000;
}
.TEST-nav-wrapper.is-open {
  display: block;
}
@media (max-width: 991px) {
  .TEST-nav-wrapper.is-open {
    display: none;
  }
}
@media (max-width: 991px) {
  .TEST-nav-wrapper {
    display: none;
  }
}
.TEST-nav-wrapper img {
  position: absolute;
  top: 0;
  display: block;
}
.TEST-nav-wrapper button {
  width: 100px;
  height: 100px;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 110px;
  top: 0;
  z-index: 7;
  cursor: pointer;
}

[data-area] {
  cursor: pointer;
}

.menu-dst-subtitle-1 {
  /* 容器寬度，可根據需求改 */
  white-space: nowrap;
  /* 不換行，讓文字一行呈現 */
  overflow: hidden;
  /* 超出容器隱藏 */
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  /* 超出顯示 … */
}
.menu-dst-subtitle-1 a {
  color: #737373;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  max-height: 50px;
  transition: max-height 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
  display: inline;
  padding: 0px;
  padding-right: 2px;
}
.menu-dst-subtitle-1 a + a:before {
  content: "|";
  padding-right: 8px;
}
.menu-dst-subtitle-1 .sep {
  margin: 0px;
}

header .header-main__nav a > div {
  position: relative;
}

header .flip:not(.flip1) {
  position: absolute;
}

header .flip {
  display: inline-block;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  backface-visibility: hidden;
}

header .flip.flip1 {
  color: #C4640D;
  animation: flip1 3s linear infinite;
}

header .flip.flip2 {
  animation: flip2 3s linear infinite;
}

header .flip.flip3 {
  animation: flip3 3s linear infinite;
}

@keyframes flip1 {
  0% {
    transform: rotateX(0);
  }
  35% {
    transform: rotateX(0);
  }
  40% {
    transform: rotateX(-180deg);
  }
  95% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(0);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateX(-180deg);
  }
  35% {
    transform: rotateX(-180deg);
  }
  40% {
    transform: rotateX(0);
  }
  65% {
    transform: rotateX(0);
  }
  70% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(-180deg);
  }
}
@keyframes flip3 {
  0% {
    transform: rotateX(-180deg);
  }
  65% {
    transform: rotateX(-180deg);
  }
  70% {
    transform: rotateX(0);
  }
  95% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-180deg);
  }
}/*# sourceMappingURL=header.css.map */