
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

/* font */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
a,
div,
span {
  font-family: "Noto sans TC", sans-serif !important;
}


.form_group:has(#search_btn)::before {
  content: "搜尋";
}

.banner-swiper .swiper-content .sticker {
  font-weight: 600;
}

.books_ticket a {
  min-width: 10.2rem;
}

@media screen and (max-width: 959.98px) {
  .books_ticket a {
    min-width: 37rem;
  }
}

.card_body .ttl,
.uibyt_body .ttl {
  font-size: 2.4rem;
}

@media screen and (max-width: 959.98px) {
  .card_body .ttl,
  .uibyt_body .ttl {
    font-size: 4rem;
  }
}

.baggage .note .note_txt {
  background-position: 0% 92%;
}

.wifi #howto_New .howto_step .list_step h3 p {
  min-height: 39px;
  margin-top: -39px;
}
@media screen and (max-width: 959.98px) {
  .wifi #howto_New .howto_step .list_step h3 p {
    min-height: auto;
  }
}

