@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, em, font, img, strong, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

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

ol, ul, li, p {
  margin: 0;
  padding: 0;
}

a, img {
  border: none;
}

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

body {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: normal;
}

figure {
  margin: 0;
  border: 0;
}

html {
  scroll-padding: 40px 0 0 0;
}
@media (min-width: 769px) {
  html {
    scroll-behavior: auto;
    scroll-padding: 0 0 0 0;
  }
}

#footer-webpages ul, #footer-webpages ol, .pushy ul, .pushy ol {
  list-style: none;
}

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

.container {
  padding: 0 0 120px;
  border-bottom: 1px solid #e2e2e2;
  font: 16px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  color: #333;
  background-color: #ededed; /*依航空公司*/
}
.container .slick-slider {
  margin-bottom: 10px;
}
.container .slick-slider:has(.slick-dots li ~ li) {
  margin-bottom: 40px;
}
.container .slick-dots {
  display: none;
  justify-content: center;
  gap: 3px;
  bottom: auto;
  margin-top: 8px;
}
.container .slick-dots:has(li ~ li) {
  display: flex;
}
.container .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  position: static;
}
.container .slick-dots li button {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: static;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.container .slick-dots li.slick-active button:before {
  background-color: #858585; /*依航空公司*/
}

.pushy p.pushy-link {
  border-bottom: 0;
}
.pushy p.pushy-link a {
  font: 20px/1.6 verdana, 微軟正黑體;
  font-weight: bold;
  padding: 10px 15px;
}
.pushy p.pushy-link:first-child {
  margin-top: 50px;
}
.pushy p.pushy-link ~ ul {
  margin-bottom: 30px;
}
.pushy p.pushy-link.active {
  background: #E6E6E6;
}
.pushy li.pushy-link.active {
  background: #E6E6E6;
}
.pushy-submenu > a {
  pointer-events: none;
}

.pushy-pkg .pushy-submenu > a {
  font: 20px/1.6 verdana, 微軟正黑體;
  font-weight: bold;
  padding: 10px 15px;
}

.header__img {
  aspect-ratio: 20/9;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .header__img {
    width: 100%;
    aspect-ratio: 5/2;
    max-height: 400px;
  }
}
.header__img img {
  width: 100%;
}
@media (min-width: 769px) {
  .header__imgRwd img {
    display: block;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 5/2;
    max-height: 400px;
  }
}

.navPC {
  border-bottom: 1px solid #C7C7C7;
  background-color: white;
  position: relative;
  display: none;
  height: 0;
  position: sticky;
  top: 40px;
  z-index: 2;
}
.navPC:has(.is-open) {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .navPC {
    display: block;
    height: auto;
  }
}
.navPC__menu, .navPC__sub, .navPC__productArea {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.navPC__menu {
  height: 60px;
  gap: 15px;
  background-color: #4c4c4c; /*依航空公司*/
}
.navPC__menuItem {
  height: 100%;
}
.navPC__menuItem > a {
  font: 18px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  font-weight: 700;
  color: white;
  padding: 0 15px;
  border-radius: 15px 15px 0 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navPC__menuItem > a span {
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.navPC__menuItem.active > a {
  color: #4c4c4c;
  /*依航空公司*/
  background-color: white;
}
.navPC__menuItem:not(.active):hover span {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.navPC__sub {
  height: 50px;
  gap: 10px;
  background-color: white;
  display: none;
}
.navPC__sub.is-open {
  display: flex;
}
.navPC__subItem {
  box-sizing: border-box;
  height: 100%;
}
.navPC__subItem > a {
  font: 16px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  color: #666;
  font-weight: 500;
  padding: 0 12px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.navPC__subItem > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4c4c4c; /*依航空公司*/
  border-radius: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0;
}
.navPC__subItem > a:hover:after {
  opacity: 0.4;
}
.navPC__subItem.active > a {
  color: #4c4c4c;
  /*依航空公司*/
}
.navPC__subItem.active > a:after {
  height: 4px;
  opacity: 1;
}
.navPC__subItem.active > a:hover:after {
  height: 4px;
  opacity: 1;
}
.navPC__product {
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  top: 5px;
  right: 0;
}
.navPC__productArea {
  box-sizing: border-box;
  width: auto;
  height: 48px;
  padding: 3px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0px;
  right: 5px;
}
.navPC__productItem {
  height: 100%;
}
.navPC__productItem > a {
  color: white;
  font-weight: 500;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-radius: 25px;
}
.navPC__productItem > a span {
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.navPC__productItem--active > a {
  background-color: #2b2b2b; /*依航空公司*/
}
.navPC__productItem--long {
  display: none;
}
@media (min-width: 1000px) {
  .navPC__productItem--long {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  .navPC__productItem--short {
    display: none;
  }
}
.navPC__productItem:not(.navPC__productItem--active):hover span {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.navPC.is-fixed {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.tkt {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 10px;
}
@media (min-width: 769px) {
  .tkt {
    margin-top: 60px;
  }
}
.tktArea {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tktArea__title {
  font: 32px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  color: #4c4c4c;
  /*依航空公司*/
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}
.tktBlock {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .tktBlock {
    flex-direction: row;
  }
}
.tktBlock__img {
  aspect-ratio: 9/5;
  overflow: hidden;
}
@media (min-width: 769px) {
  .tktBlock__img {
    width: 45%;
    height: 100%;
    max-width: 450px;
    position: sticky;
    left: 0;
    top: 155px;
    margin-top: 20px;
    margin-right: -50px;
    padding-bottom: 20px;
  }
}
.tktBlock__img img {
  box-sizing: border-box;
  aspect-ratio: 9/5;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
}
.tktBlock__imgSlick img {
  aspect-ratio: auto;
  border-radius: 0;
  border: none;
}
.tktBlock__imgSlick .slick-list {
  aspect-ratio: 9/5;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
}
.tktBlock__imgSlick .slick-track {
  height: 100%;
}
@media (min-width: 769px) {
  .tktBlock__img ~ .tktBlock__text .tktBlock__title {
    text-align: left;
  }
}
.tktBlock__text {
  box-sizing: border-box;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 769px) {
  .tktBlock__text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tktBlock__title {
  font: 24px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  color: #858585;
  /*依航空公司*/
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #CECECE;
  letter-spacing: 1px;
  flex: 0;
}
.tktBlock__content {
  display: grid;
  gap: 15px;
  padding-bottom: 10px;
  flex: 0;
}
.tktBlock__content ol, .tktBlock__content ul {
  display: grid;
  gap: 8px;
  padding-inline-start: 25px;
}
.tktBlock__content ol ol, .tktBlock__content ol ul, .tktBlock__content ul ol, .tktBlock__content ul ul {
  padding-top: 5px;
}
.tktBlock__content ol ol {
  list-style: lower-alpha;
}
.tktBlock__content p a, .tktBlock__content ol a, .tktBlock__content ul a {
  color: #007dac;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(0, 128, 177, 0.5);
  position: relative;
  transition: all 0.3s;
}
.tktBlock__content p a:hover, .tktBlock__content ol a:hover, .tktBlock__content ul a:hover {
  color: #005479;
  font-weight: 500;
  text-decoration-color: rgba(0, 58, 82, 0.5);
}
.tktBlock__content p strong, .tktBlock__content ol strong, .tktBlock__content ul strong {
  color: #e71500;
  font-weight: 400;
}
.tktBlock__content p strong a, .tktBlock__content ol strong a, .tktBlock__content ul strong a {
  color: #e71500;
  text-decoration-color: rgba(252, 76, 2, 0.5);
}
.tktBlock__content p strong a:hover, .tktBlock__content ol strong a:hover, .tktBlock__content ul strong a:hover {
  color: #d6001c;
  font-weight: 500;
  text-decoration-color: rgba(214, 0, 28, 0.5);
}
.tktBlock__content img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .tktBlock__content img {
    border-radius: 15px;
  }
}
.tktBlock__table {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  flex: 1;
}
@media (min-width: 769px) {
  .tktBlock__table {
    display: table;
    margin-bottom: 0;
  }
}
.tktBlock__table tr th, .tktBlock__table tr td {
  border: 1px solid lightgray;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.tktBlock__table tr th {
  background-color: #858585; /*依航空公司*/
  color: white;
}
.tktBlock__tableOut {
  display: flex;
  overflow-x: auto;
}
.tktBlock__btn {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .tktBlock__btn {
    grid-template-columns: repeat(3, 3fr);
  }
}
@media (min-width: 1000px) {
  .tktBlock__btn {
    grid-template-columns: repeat(4, 4fr);
  }
}
.tktBlock__btn a {
  border-radius: 10px;
  box-sizing: border-box;
  font: 18px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  min-height: 60px;
  padding: 12px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 500;
  background-color: #e8e8e8; /*依航空公司*/
  transition: all 0.3s;
}
.tktBlock__btn a h3 {
  font-weight: 500;
  padding-bottom: 2px;
}
.tktBlock__btn a span {
  font: 15px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  margin-left: 3px;
  font-weight: 600;
  color: #6c6565;
}
.tktBlock__btn a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url("/webDM/airline/zAirline-ui/images/arrow.svg") center center no-repeat;
  margin-left: 8px;
}
.tktBlock__btn a:hover {
  transform: translateX(3px);
}
@media (min-width: 769px) {
  .tktBlock:has(.tktBlock__img) .tktBlock__text {
    flex: 0 0 calc(100% - 400px);
    min-width: calc(55% + 50px);
    min-height: 330px;
    padding-left: 75px;
  }
}
@media (min-width: 769px) {
  .tktBlock:has(.tktBlock__img) .tktBlock__btn {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (min-width: 1000px) {
  .tktBlock:has(.tktBlock__img) .tktBlock__btn {
    grid-template-columns: repeat(3, 3fr);
  }
}
.tktBlock:has(.tktBlock__imgSlick) .tktBlock__img {
  aspect-ratio: 0;
  order: 2;
}
@media (min-width: 769px) {
  .tktBlock:has(.tktBlock__imgSlick) .tktBlock__img {
    order: 1;
  }
}
.tktBlock:has(.tktBlock__imgSlick) .tktBlock__text {
  order: 1;
}
@media (min-width: 769px) {
  .tktBlock:has(.tktBlock__imgSlick) .tktBlock__text {
    order: 2;
  }
}

.tktCity__half .tktBlock__text {
  flex: 0 0 calc(50% - 10px);
}
@media (min-width: 769px) {
  .tktCity__half .tktBlock__text .tktBlock__btn {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (min-width: 1000px) {
  .tktCity__half .tktBlock__text .tktBlock__btn {
    grid-template-columns: repeat(3, 3fr);
  }
}
.tktCity .tktBlock {
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media (min-width: 769px) {
  .tktCity .tktBlock {
    flex-direction: row;
    justify-content: center;
  }
}
.tktCity .tktBlock__text:has(.tktBlock__title) .tktBlock__content {
  padding-bottom: 15px;
}
.tktCity .tktBlock__title {
  text-align: center;
}
.tktCity .tktBlock__content {
  padding-bottom: 0;
}
.tktCity .tktBlock__btn {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .tktCity .tktBlock__btn {
    grid-template-columns: repeat(6, 6fr);
  }
}
@media (min-width: 1000px) {
  .tktCity .tktBlock__btn {
    grid-template-columns: repeat(6, 6fr);
  }
}
.tktCity .tktBlock__btn a {
  min-height: 50px;
}
.tktCity .tktBlock__btn a:after {
  content: none;
}

.pkg {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 10px;
}
.pkgBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 30px 15px;
}
@media (min-width: 769px) {
  .pkgBlock {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pkgBlock__title {
  width: 100%;
  max-width: 1000px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
@media (min-width: 769px) {
  .pkgBlock__title {
    padding: 25px 0;
  }
}
.pkgBlock__title--en {
  font-size: 15px;
  line-height: 1.3;
  font-family: verdana, 微軟正黑體;
  color: #acacac;
}
.pkgBlock__title--zh {
  font-size: 50px;
  line-height: 1.1;
  font-family: "Noto Serif TC", verdana;
  letter-spacing: 1px;
  font-weight: 700;
  color: #858585;
  /*依航空公司*/
}
.pkgBlock__imgSlick {
  width: 100%;
  max-width: 900px;
}
.pkgBlock__imgSlick img {
  aspect-ratio: auto;
  border-radius: 0;
  border: none;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .pkgBlock__imgSlick img {
    border-radius: 15px;
  }
}
.pkgBlock__imgSlick .slick-list {
  border-radius: 10px;
  overflow: visible;
}
@media (min-width: 769px) {
  .pkgBlock__imgSlick .slick-list {
    border-radius: 15px;
  }
}
.pkgBlock__imgSlick:has(button) .slick-list {
  overflow: hidden;
}
.pkgBlock__imgSlick:has(button) img {
  border-radius: 0;
}
.pkgBlock__imgSlick .slick-arrow {
  width: 30px;
  height: 100%;
  margin-top: 0;
  transition: all 0.3s;
  display: none !important;
}
@media (min-width: 769px) {
  .pkgBlock__imgSlick .slick-arrow {
    display: block !important;
  }
}
.pkgBlock__imgSlick .slick-prev {
  left: -35px;
}
.pkgBlock__imgSlick .slick-prev:before {
  content: url("/webDM/airline/zAirline-ui/images/slick-arrowL.svg");
}
.pkgBlock__imgSlick .slick-prev:hover {
  left: -38px;
}
.pkgBlock__imgSlick .slick-next {
  right: -35px;
}
.pkgBlock__imgSlick .slick-next:before {
  content: url("/webDM/airline/zAirline-ui/images/slick-arrowR.svg");
}
.pkgBlock__imgSlick .slick-next:hover {
  right: -38px;
}
.pkgBlock__note {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .pkgBlock__note {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pkgBlock__note .tktBlock__content {
  gap: 10px;
}
.pkgBlock__product {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 10px 0;
}
@media (min-width: 769px) {
  .pkgBlock__product {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 15px;
  }
}
.pkgBlock__pItem {
  box-sizing: border-box;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #f3f3f3;
  width: 100%;
  padding: 10px 15px 12px;
  border-radius: 15px;
  transition: all 0.3s;
  transform: translateY(0px);
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  .pkgBlock__pItem {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1000px) {
  .pkgBlock__pItem {
    width: calc((100% - 30px) / 3);
  }
}
.pkgBlock__pItem:hover {
  transform: translateY(-3px);
  border-color: #d3d3d3; /*依航空公司*/
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.pkgBlock__pName {
  display: flex;
  justify-content: space-between;
}
.pkgBlock__pName--text {
  font: 20px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  font-weight: 500;
  flex: 1;
}
.pkgBlock__pName--tag span {
  display: inline-block;
  font: 15px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  background-color: #cb4f00;
  color: white;
  border-radius: 6px;
  margin: 5px -21px 0 10px;
  padding: 0px 6px 1px;
}
.pkgBlock__pName--tag span:empty {
  display: none;
}
.pkgBlock__pName--tag:has(span:empty) {
  display: none;
}
.pkgBlock__pDesc {
  line-height: 1.4;
  color: #4b4b4b;
}
.pkgBlock__pDesc:empty {
  display: none;
}
.pkgBlock__pPrice {
  font: 15px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: 5px;
}
.pkgBlock__pPrice strong {
  font: 24px/1.6 "Noto Sans TC", verdana, 微軟正黑體;
  line-height: 1;
  font-family: verdana;
  font-weight: bold;
  padding: 0 3px;
  position: relative;
  top: 2px;
  color: #858585;
  /*依航空公司*/
}
.pkgBlock__pPrice span {
  display: inline-block;
}