@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  display: block;
}

a, img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --color-black: #434343;
  --color-dark-blue: #385c8e;
  --color-blue: #429ac8;
  --color-light-blue-1: #cff3ff;
  --color-light-blue-2: #b0ecff;
  --color-light-blue-3: #e7f9ff;
  --color-orange: #fb7803;
  --color-white: #fff;
  --color-gray: #d7d7d7;
  --color-light-gray: #ededed;
  --color-price: #c44141;
}

.style-orange {
  color: var(--color-orange);
}

button {
  box-sizing: border-box;
  font: 15px/1.8 arial, 微軟正黑體;
  line-height: normal;
  text-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

@media (min-width: 769px) {
  html {
    scroll-behavior: auto !important;
  }
}

a, a:hover, a:active, a:visited {
  color: var(--color-black);
}

header h1 {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 100%;
}

.dm-icon {
  fill: currentColor;
}

.dm-icon-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0;
  border-bottom: 0;
}
.dm-icon-arrow.left {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 0;
  border-right: 5px solid #000;
}
.dm-icon-arrow.right {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000;
  border-right: 0;
}
.dm-icon-arrow.up {
  border-top: 0;
  border-bottom: 5px solid #000;
}
.dm-icon-arrow.down {
  border-top: 5px solid #000;
  border-bottom: 0;
}

.respond {
  display: block !important;
}
@media (min-width: 768px) {
  .respond {
    display: none !important;
  }
}

.desktop {
  display: none !important;
}
@media (min-width: 768px) {
  .desktop {
    display: block !important;
  }
}

.discList {
  margin-left: 25px;
}
.discList > li {
  list-style: disc;
}

.normalList > li {
  list-style-type: none;
}

.toggle-btn.collapse, .toggle-btn.expand {
  color: #797979;
  white-space: nowrap;
  gap: 5px;
  border-bottom: 1px solid;
  padding: 10px 0 5px 0;
  display: none;
}
.toggle-btn.collapse .dm-icon-arrow.left, .toggle-btn.expand .dm-icon-arrow.left {
  border-right: 5px solid #797979;
}
.toggle-btn.collapse .dm-icon-arrow.right, .toggle-btn.expand .dm-icon-arrow.right {
  border-left: 5px solid #797979;
}
.toggle-btn.collapse:hover, .toggle-btn.expand:hover {
  color: var(--color-blue);
}
.toggle-btn.collapse:hover .dm-icon-arrow.left, .toggle-btn.expand:hover .dm-icon-arrow.left {
  border-right: 5px solid var(--color-blue);
}
.toggle-btn.collapse:hover .dm-icon-arrow.right, .toggle-btn.expand:hover .dm-icon-arrow.right {
  border-left: 5px solid var(--color-blue);
}
.toggle-btn.more {
  border-radius: 25px;
  background: var(--color-blue);
  color: #fff;
  text-shadow: #fff 0em 0em 0em;
  white-space: nowrap;
  gap: 5px;
  padding: 10px;
  transition: all 0.3s linear;
  display: none;
  will-change: transform; /* 提醒瀏覽器這個按鈕會有變化 */
}
.toggle-btn.more.is-active {
  display: flex;
}
.toggle-btn.more .dm-icon-arrow.down {
  border-top: 6px solid var(--color-white);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.toggle-btn.more:hover {
  background: var(--color-dark-blue);
}
.toggle-btn.hide {
  display: none !important;
}

.container {
  font: 15px/1.8 arial, 微軟正黑體;
  color: var(--color-black);
}

.heading {
  position: relative;
}
@media (min-width: 769px) {
  .heading {
    background: url(../images/header_bg.webp) top center;
    max-height: 575px;
  }
}
.heading .d-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.heading .heading__desktop {
  display: none;
}
@media (min-width: 769px) {
  .heading .heading__desktop {
    display: block;
    max-width: 1334px;
    aspect-ratio: 1334/481;
  }
}
.heading .heading__respond {
  aspect-ratio: 16/10;
  padding-top: 40px;
  background: #c9f6ff;
}
@media (min-width: 769px) {
  .heading .heading__respond {
    display: none;
  }
}

.sticky {
  top: 40px;
}

.mainNav {
  display: none;
}
@media (min-width: 769px) {
  .mainNav {
    width: 100%;
    display: flex;
    justify-content: center;
    background: var(--color-dark-blue);
    position: sticky;
    top: 40px;
    z-index: 15;
  }
}

.mainNav-menu {
  background: var(--color-dark-blue);
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1000px) {
  .mainNav-menu {
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
  }
}
.mainNav-menu::-webkit-scrollbar {
  height: 7px;
}
.mainNav-menu::-webkit-scrollbar-track {
  background: #103262;
}
.mainNav-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #85a5d1;
}
.mainNav-menu::-webkit-scrollbar-thumb:hover {
  background: #85a5d1;
}
.mainNav-menu::-webkit-scrollbar-button {
  display: none;
}
.mainNav-menu.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.mainNav-menu .textLink {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #d7eaf1;
  padding: 12px 10px;
  -webkit-user-drag: none;
  white-space: nowrap;
}

.mainNav-menu__item {
  padding: 10px 0;
  flex-shrink: 0;
}
.mainNav-menu__item:hover .textLink, .mainNav-menu__item.current-page .textLink {
  border-radius: 10px;
  color: var(--color-white);
  background: var(--color-blue);
}
.mainNav-menu__item:first-child {
  margin-left: 20px;
}
.mainNav-menu__item:last-child {
  margin-right: 20px;
}

.guaranteed {
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.guaranteed .block {
  border-radius: 10px;
  border: 2px solid var(--color-dark-blue);
  padding: 20px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .guaranteed .block {
    flex-direction: row;
    align-items: center;
  }
}
.guaranteed h2 {
  font-size: 30px;
  font-weight: bold;
  color: var(--color-dark-blue);
  line-height: normal;
}

.guarantee-figure {
  align-items: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .guarantee-figure {
    flex-direction: column;
    align-items: center;
    width: 25%;
    gap: 5px;
  }
}
.guarantee-figure .dm-icon-flag {
  color: var(--color-dark-blue);
  width: 50px;
  height: 50px;
}
.guarantee-figure figcaption {
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
@media (min-width: 769px) {
  .guarantee-figure figcaption {
    justify-content: center;
  }
}
.guarantee-figure h2 {
  white-space: nowrap;
  line-height: normal;
}
.guarantee-figure p {
  white-space: nowrap;
  line-height: normal;
}
@media (min-width: 769px) {
  .guarantee-figure p {
    text-align: center;
    line-height: normal;
    align-self: unset;
  }
}

@media (min-width: 769px) {
  .guarantee-content {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
  }
}
.guarantee-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  margin: 10px 0;
}
@media (min-width: 769px) {
  .guarantee-content:before {
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.guarantee-content .style-orange {
  font-weight: bold;
  line-height: normal;
}

#qa {
  display: none;
}
@media (min-width: 769px) {
  #qa {
    display: block;
    width: 100%;
    max-width: 950px;
    margin: 40px auto 160px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
#qa .main-title {
  background: url(../images/qa_title_bg.webp) center 1.5px no-repeat;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: bold 30px/1 微軟正黑體;
  color: var(--color-dark-blue);
}
#qa .title {
  text-align: left;
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
}

.qa__block {
  gap: 10px;
  margin-top: 20px;
}

.qa__ques {
  border-radius: 5px;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
  color: #282828;
  background: #dbdbdb;
  transition: all 0.3s linear;
}

.qa__ans {
  display: none;
}

.qa__item .dm-icon-arrowLight {
  color: #868686;
  flex-shrink: 0;
  margin-top: 5px;
}
.qa__item.active .dm-icon-arrowLight {
  color: var(--color-light-blue-3);
  transform: rotate(180deg);
}
.qa__item.active .qa__ques {
  background: #1a81b7;
  color: var(--color-light-blue-3);
}
.qa__item.active .qa__ans {
  animation: fadeIn 0.9s ease;
  display: flex !important;
  padding: 10px 20px 10px 22px;
}

.product {
  padding: 40px 0;
  background: var(--color-light-blue-1);
}
.product a, .product button {
  display: flex;
}
.product .block {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .product .block {
    gap: 20px;
  }
}

.product-top {
  background: #fff;
  border: 2px solid var(--color-black);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% - 65px);
  box-sizing: border-box;
  padding: 15px;
  margin: 30px 20px 20px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .product-top {
    width: auto;
    margin: 0 auto;
    padding: 15px 30px;
  }
}
.product-top:after {
  content: "";
  width: 25px;
  height: 100%;
  background: url(../images/product_title_bg.webp) repeat-y;
  position: absolute;
  right: -25px;
  top: -2px;
  border-top: 2px solid #434343;
  border-bottom: 2px solid #434343;
}
.product-top .info {
  font-size: 30px;
  color: var(--color-dark-blue);
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .product-top .info {
    font-size: 40px;
  }
}
.product-top .main {
  line-height: normal;
}
.product-top .main:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-black);
  margin: 8px 0;
}

.dep-filter {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: sticky;
  top: 40px;
  z-index: 7;
  width: 100%;
  padding: 10px 0;
  background: var(--color-light-blue-1);
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .dep-filter {
    gap: 20px;
    top: 107px;
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .dep-filter {
    top: 100px;
  }
}

.dep-filter__btn {
  border-radius: 10px;
  background: var(--color-gray);
  padding: 5px 10px;
  transition: all 0.3s linear;
  white-space: nowrap;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .dep-filter__btn {
    border-radius: 25px;
    font-size: 18px;
  }
}
.dep-filter__btn:hover, .dep-filter__btn.active {
  background: var(--color-dark-blue);
  color: var(--color-white);
}

.product-wrap {
  border-radius: 10px;
  background: var(--color-white);
  padding: 10px;
  gap: 20px;
}
@media (min-width: 769px) {
  .product-wrap {
    padding: 10px;
  }
}

.style-shadow {
  box-shadow: 0 0 15px rgba(49, 87, 138, 0.25);
}

.product-wrap__figure {
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .product-wrap__figure {
    height: 350px;
  }
}
.product-wrap__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 24/7;
}

.product-wrap__content {
  padding: 0 10px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .product-wrap__content {
    flex-direction: row;
    margin: 10px 0;
  }
}
.product-wrap__content .details:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  margin: 20px 0 10px 0;
}
@media (min-width: 769px) {
  .product-wrap__content .details:after {
    content: none;
  }
}
@media (min-width: 769px) {
  .product-wrap__content .details {
    border-right: 1px solid #dfdfdf;
    padding-right: 20px;
    margin-right: 20px;
    flex: 1;
  }
}
.product-wrap__content .price {
  letter-spacing: 1px;
  color: var(--color-price);
  align-self: center;
}
@media (min-width: 769px) {
  .product-wrap__content .price {
    flex: 0 0 160px;
    text-align: center;
  }
}
.product-wrap__content .style-large {
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
}
.product-wrap__content .discList {
  margin: 0 0 10px 25px;
}
@media (min-width: 769px) {
  .product-wrap__content .discList {
    font-size: 17px;
    margin: 15px 0 30px 25px;
  }
}

.product-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-dark-blue);
}
@media (min-width: 769px) {
  .product-title {
    font-size: 22px;
    line-height: normal;
  }
}

.dep-date,
.select-wrap {
  gap: 10px;
  align-items: flex-start;
}

.dep-date {
  flex-direction: column;
}
@media (min-width: 769px) {
  .dep-date {
    flex-direction: row;
  }
}

.dep-date__label {
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  white-space: nowrap;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .dep-date__label {
    margin: 5px 0 10px 0;
    width: auto;
  }
}

.select-wrap__btn {
  border-radius: 10px;
  color: var(--color-dark-blue);
  background: var(--color-light-blue-3);
  box-shadow: 2px 2px #bbdde9;
  padding: 5px 10px;
  letter-spacing: 1px;
  transition: all 0.3s linear;
}
.select-wrap__btn:hover {
  color: var(--color-white);
  background: var(--color-dark-blue);
  box-shadow: 2px 2px #e1e1e1;
}

.select-wrap {
  flex-wrap: wrap;
}
.select-wrap .select-wrap__btn.is-extra {
  display: none;
}
.select-wrap.has-more:not(.is-expanded) .toggle-btn.expand {
  display: flex;
}
.select-wrap.is-expanded .toggle-btn.collapse {
  display: flex;
}

.select-wrap.is-expanded .select-wrap__btn.is-extra {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}

.product-list {
  gap: 10px;
  content-visibility: auto;
  contain-intrinsic-size: 0 500px;
}
.product-list .product-wrap {
  display: none;
}
.product-list .product-wrap.is-visible {
  display: grid;
}
.product-list:empty {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  padding: 20px;
}
.product-list:empty:after {
  content: "目前沒有符合條件的行程，請參考其他地區...";
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 769px) {
  .product-list:empty:after {
    font-size: 18px;
  }
}

.product-tags {
  margin: 15px 0 10px 0;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .product-tags {
    margin: 15px 0 30px 0;
  }
}
.product-tags:has(.product-tags__item:empty) {
  margin: 10px 0;
}

.product-tags__item {
  border-radius: 10px;
  background: var(--color-light-gray);
  padding: 5px 10px;
  line-height: normal;
  flex-shrink: 0;
}
.product-tags__item:empty {
  background: transparent;
  padding: 0;
}

.area {
  padding: 0 20px;
}
.area .toggle-btn.more {
  width: 100%;
}

.area__title {
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-white);
  background: #0ba9db;
  padding: 5px 20px;
  margin-bottom: 20px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.area__title:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: var(--color-dark-blue);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 769px) {
  .area__title {
    font-size: 22px;
  }
}

.no-results {
  border-radius: 10px;
  background: var(--color-white);
  display: flex;
  font-size: 18px;
  padding: 25px 10px;
  justify-content: center;
}

.tab-group {
  display: grid;
  gap: 30px;
}

.tab-contents {
  padding-bottom: 30px;
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: grid;
  gap: 20px;
  animation: fadeIn 0.9s ease;
}
.tab-panel .area__title {
  margin: 40px 0 0;
  justify-self: flex-start;
}

.hide {
  display: none !important;
}