@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black", sans-serif;
  text-align: justify;
}

* {
  max-height: 99999px;
}

/* header */
.navbar-nav {
  flex-grow: 1;
  justify-content: end;
}

/* root */
:root {
  --swiper-theme-color: #ef3015;
  --rwd-60px: 60px;
  --rwd-75px: 75px;
  --img-200: 200px;
}

@media (max-width: 1399px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
    --img-200: 75%;
  }
}
@media (max-width: 1024px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@media (max-width: 768px) {
  :root {
    --rwd-60px: 36px;
    --rwd-75px: 48px;
  }
}
@media (max-width: 575px) {
  :root {
    --rwd-75px: 40px;
    --rwd-60px: 32px;
  }
}
/*
@media (max-width: 480px) {
    :root{

    }
} */
@media (max-width: 320px) {
  :root {
    --rwd-75px: 11.12vw;
    --rwd-60px: 5.6vw;
  }
}
/* 通用 */
.hover-img {
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul.ul-reset {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.img {
  max-width: 100%;
}

.hover-bigger:hover {
  transform: scale(1.1);
}

.hover-bigger-s:hover {
  transform: scale(1.05);
}

.hover-smaller:hover {
  transform: scale(0.95);
}

.tr-1 {
  transition: all 1s ease;
}

.tr-5 {
  transition: all 0.5s ease;
}

/* fixed */
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #f1f2f3;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

#go-top {
  border: 0;
  background: none;
  bottom: 3vw;
  right: 30px;
  z-index: 999;
}

#go-top img {
  width: 5vw;
  height: auto;
}
@media (max-width: 1440px) {
  #go-top img {
    width: 5vw;
  }
}
@media (max-width: 991px) {
  #go-top img {
    width: 7vw;
  }
}
@media (max-width: 767px) {
  #go-top img {
    width: 12vw;
  }
}
@media (max-width: 576px) {
  #go-top img {
    width: 15vw;
  }
}

.buy-now {
  width: 7.5vw;
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: 30px;
  transition: all 0.5s ease-in-out;
  animation: buy-now 2s infinite;
}
@media (max-width: 1440px) {
  .buy-now {
    width: 9vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .buy-now {
    width: 12vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .buy-now {
    width: 15vw;
    bottom: 90px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .buy-now {
    width: 21vw;
    bottom: 60px;
    right: 30px;
  }
}

@keyframes buy-now {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}
/*
@media (max-width: 320px) {

    #menu{

    }
}
*/
/* 內容區塊通用 */
.section-block {
  padding: var(--rwd-75px) 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1440px) {
  .section-block {
    padding: var(--rwd-60px) 0;
  }
}
/* menu */
#menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin-top: 1.5vw;
}
@media (max-width: 991px) {
  #menu {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #menu.show-menu {
    position: fixed;
  }
}
@media (max-width: 575px) {
  #menu > div {
    padding-top: 2.5vw;
  }
}

.nav-link {
  font-weight: bold;
  font-size: 20px;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item a {
  color: #000;
  font-size: 1.4vw;
  text-align: center;
  margin-right: 12px;
  padding: 0px 12px;
  text-decoration: none;
  display: block;
  border: 3px dotted #fff;
  border-radius: 16px;
}
.nav-item a:hover {
  color: #fff;
  font-weight: 500;
  background-color: #000;
}
@media (max-width: 1440px) {
  .nav-item a {
    font-size: 20px;
    margin: 0 8px;
    padding: 3 6px;
    border: 2px dotted #fff;
  }
}
@media (max-width: 1199px) {
  .nav-item a {
    font-size: 17px;
    margin: 0 4px;
    padding: 3 4px;
  }
}
@media (max-width: 991px) {
  .nav-item a {
    font-size: 16px;
    margin: 0 8px;
    padding: 0 2px;
    border: 0px dotted #fff;
  }
}
@media (max-width: 767px) {
  .nav-item a {
    font-size: 18px;
    margin: 0 8px;
    padding: 0 2px;
  }
}

.nav-item:not(:last-child) {
  position: relative;
}

.logos {
  display: flex;
  align-items: flex-start;
  padding: 0vw 1vw;
}
.logos a {
  display: block;
}

.logos img {
  width: auto;
  height: 3.25vw;
  margin-left: 0vw;
}
@media (max-width: 575px) {
  .logos img {
    height: 8vw;
    margin-left: 1vw;
  }
}

@media (max-width: 767px) {
  #menu-nav > ul {
    border-radius: 36px;
    padding: 7vw 0.35vw;
  }
}

@media (max-width: 991px) {
  .nav-item:not(:last-child) {
    border-bottom: none;
  }
}

#menu-btn img {
  display: block;
  padding: 0.5vw;
  width: 5vw;
  height: auto;
}
@media (max-width: 767px) {
  #menu-btn img {
    width: 7.5vw;
  }
}
@media (max-width: 575px) {
  #menu-btn img {
    width: 11vw;
  }
}
#menu-btn div {
  background-image: url("../images/menu-icon.png");
  background-size: cover;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 1.5vw;
}
@media (max-width: 575px) {
  #menu-btn div {
    width: 8vw;
    height: 8vw;
    margin-right: 1vw;
  }
}

.show-menu #menu-btn div {
  background-image: url("../images/menu-close.png");
}

.menu-link ul {
  display: flex;
  align-items: center;
}

/* TODO: MENU RWD */
@media (max-width: 991px) {
  #menu.menu-add-bg {
    top: 0px;
  }
  .nav-item {
    width: 100%;
    text-align: center;
  }
  .nav-item {
    width: 100%;
    text-align: center;
  }
  .nav-item a {
    padding: 8px;
  }
  .menu-link {
    position: fixed;
    top: 0px;
    right: 0;
    width: 27%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8784313725);
    transform: translateX(100%);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .menu-link {
    width: 50%;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .menu-link {
    width: 100%;
    padding-top: 12vw;
  }
}
@media (max-width: 991px) {
  .show-menu .menu-link {
    transform: translateX(0%);
  }
  .menu-link ul {
    flex-direction: column;
    padding-top: 54px;
    padding-bottom: 16px;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.sw-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper-add-arrows {
  position: relative;
  width: 64%;
  margin: auto;
}

.swiper-add-arrows .swiper-button-next, .swiper-add-arrows .swiper-button-prev {
  opacity: 0;
  z-index: -99;
}

.arr-left, .arr-right {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  width: 4vw;
  height: 4vw;
  top: 45%;
  background: url(../images/arr.png) center center no-repeat;
  background-size: 100% auto;
}

.arr-left:hover, .arr-right:hover {
  opacity: 0.5;
}

.arr-left {
  left: -4vw;
}

.arr-right {
  right: -4vw;
  transform: scaleX(-1);
}

.hide-3-items .arr-left, .hide-3-items .arr-right {
  display: none;
}

@media (max-width: 1600px) {
  .swiper-add-arrows {
    width: 72%;
  }
}
@media (max-width: 1199px) {
  .swiper-add-arrows {
    width: 76%;
  }
}
@media (max-width: 1024px) {
  .swiper-add-arrows {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .swiper-add-arrows {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .arr-left, .arr-right {
    width: 8vw;
    height: 8vw;
  }
  .arr-left {
    left: -8vw;
  }
  .swiper-add-arrows {
    width: 76%;
  }
  .arr-right {
    right: -8vw;
    transform: rotate(180deg);
  }
  .arr-left, .arr-right {
    background-size: 100%;
  }
}
.game-modal-q {
  padding: 5vw;
}
.game-modal-q.game-end {
  padding: 2vw 5vw;
}

.q-title {
  height: 4.2vw;
}

.q-val {
  font-size: 2vw;
}

.game-qAnser-li {
  list-style: none;
  margin-bottom: 0.2vw;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.5vw;
  padding: 0.125vw;
}

.game-over-tags {
  font-size: 1.5vw;
}

.type-top-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vw;
}

.game-over-btns {
  display: flex;
  flex-direction: column;
}

.game-over-btns > * {
  width: 15vw;
  cursor: pointer;
  margin-bottom: 1.5vw;
}

.aav {
  height: 10.5vw;
  width: auto;
}

.aav-info {
  font-size: 1.6vw;
  width: 31vw;
  padding: 0 3.5vw;
}

.type-ab {
  width: 20vw;
  height: auto;
  display: block;
  transform: translateY(-2.5vw);
}

.game-over-places {
  justify-content: center;
  align-items: center;
  gap: 0 3vw;
}
.game-over-places li {
  width: 35vw;
}

.game-over-box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5vw;
}

.game-download-ps {
  font-size: 1.5vw;
}

@media (max-width: 1600px) {
  .q-val {
    font-size: 2.25vw;
  }
  .game-qAnser-li {
    font-size: 1.75vw;
    padding: 0.15vw;
  }
  .game-over-tags {
    font-size: 1.75vw;
  }
  .game-download-ps {
    font-size: 1.75vw;
  }
}
@media (max-width: 1199px) {
  .game-modal-q {
    padding: 6vw;
  }
  .game-modal-q.game-end {
    padding: 2.5vw 6vw;
  }
  .q-val {
    font-size: 2.5vw;
  }
  .game-qAnser-li {
    font-size: 2vw;
    padding: 0.25vw;
  }
  .game-over-tags {
    font-size: 2vw;
  }
  .game-download-ps {
    font-size: 2vw;
  }
}
@media (max-width: 991px) {
  .game-modal-q {
    padding: 7vw;
  }
  .game-modal-q.game-end {
    padding: 2.5vw 7vw;
  }
  .q-title {
    height: 5vw;
  }
  .q-val {
    font-size: 3.2vw;
  }
  .game-qAnser-li {
    font-size: 2.5vw;
    padding: 0.5vw;
  }
  .game-over-tags {
    font-size: 2.5vw;
  }
  .game-download-ps {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .game-modal-q {
    padding: 8vw;
  }
  .game-modal-q.game-end {
    padding: 8vw 3vw;
  }
  .q-title {
    height: 5.6vw;
  }
  .q-val {
    font-size: 3.5vw;
  }
  .game-qAnser-li {
    font-size: 2.8vw;
    padding: 0.75vw;
  }
  .game-over-tags {
    font-size: 2.8vw;
  }
  .type-top-info {
    flex-wrap: wrap;
  }
  .aav {
    height: 12vw;
  }
  .aav-info {
    font-size: 2.25vw;
    width: 40vw;
  }
  .game-over-btns {
    padding: 1.5vw 0;
    flex-direction: row;
    gap: 0 2vw;
  }
  .type-ab {
    width: 25vw;
    transform: translateY(-4.5vw);
  }
  .game-over-places {
    gap: 0 3vw;
  }
  .game-over-places li {
    width: 41vw;
  }
  .game-download-ps {
    font-size: 2.75vw;
  }
}
@media (max-width: 575px) {
  .game-modal-q {
    padding: 52px 4vw;
  }
  .game-modal-q.game-end {
    padding: 52px 3vw 16px 3vw;
  }
  .q-title {
    height: 6vw;
  }
  .q-val {
    font-size: 4.5vw;
  }
  .game-qAnser-li {
    font-size: 4vw;
    padding: 1.5vw;
    background-color: rgba(255, 255, 255, 0.25);
    margin-bottom: 1.75vw;
  }
  .game-over-tags {
    font-size: 3.5vw;
  }
  .aav {
    height: 25vw;
    margin-bottom: 1.75vw;
  }
  .aav-info {
    font-size: 3.75vw;
    width: 80vw;
  }
  .game-over-btns > * {
    width: 32vw;
  }
  .game-over-btns {
    padding: 0 0 5vw 0;
  }
  .game-over-places {
    flex-wrap: wrap;
    gap: 2vw 0;
  }
  .game-over-places li {
    width: 72vw;
  }
  .type-ab {
    width: 45vw;
    transform: translateY(-7vw);
  }
  .game-download-ps {
    font-size: 3.75vw;
  }
}
body {
  margin: 0;
  /* overflow: hidden;  隱藏滾動條 */
}

.space li {
  list-style-type: square;
}

.hover-border:hover {
  border: 3px dashed #fff;
}
@media (max-width: 1024px) {
  .hover-border:hover {
    border: none;
  }
}

.fw-b {
  font-weight: bold;
}

.img-title {
  width: 70.3vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5vw;
}
@media (max-width: 1199px) {
  .img-title {
    width: 78vw;
  }
}
@media (max-width: 767px) {
  .img-title {
    width: 86vw;
  }
}

@media (max-width: 575px) {
  .img-title {
    width: 90vw;
  }
}
.table-block {
  background-color: #fde9a9;
  background-image: url("../images/table-block/bg-line-top.png");
  background-size: cover;
  background-position: center center;
  padding-top: 5vw;
  padding-bottom: 12.8vw;
}
@media (max-width: 575px) {
  .table-block {
    padding-top: 10vw;
    padding-bottom: 17.8vw;
  }
}

.table-block .img-box {
  width: 60vw;
  padding-bottom: 0.75vw;
}
@media (max-width: 991px) {
  .table-block .img-box {
    width: 76vw;
  }
}
@media (max-width: 575px) {
  .table-block .img-box {
    width: 86vw;
  }
}

.info-car-block .img-box,
.info-train-block .img-box {
  width: 78vw;
}
@media (max-width: 991px) {
  .info-car-block .img-box,
  .info-train-block .img-box {
    width: 88vw;
  }
}
@media (max-width: 767px) {
  .info-car-block .img-box,
  .info-train-block .img-box {
    width: 92vw;
  }
}

.table-tabs-box {
  width: 53vw;
  left: 23.5vw;
}
@media (max-width: 991px) {
  .table-tabs-box {
    width: 68vw;
    left: 16vw;
  }
}
@media (max-width: 575px) {
  .table-tabs-box {
    width: 74vw;
    left: 13vw;
  }
}

.table-tabs-box .table-tab {
  width: 28%;
  height: 3.5vw;
  cursor: pointer;
}
@media (max-width: 991px) {
  .table-tabs-box .table-tab {
    width: 28%;
    height: 5vw;
  }
}
@media (max-width: 575px) {
  .table-tabs-box .table-tab {
    width: 30%;
    height: 7vw;
  }
}

#info .table-tab {
  width: 30.3vw;
  height: 6.5vw;
  cursor: pointer;
  margin: 0 3vw;
  z-index: 5;
}

@media (max-width: 575px) {
  #info .table-tab {
    width: 34.3vw;
    height: 21vw;
    margin: 0 2vw;
  }
}
.trip-info-box {
  z-index: 5;
  padding: 5vw 2.5vw;
  width: 90%;
  overflow-x: auto;
  margin-right: 5%;
  margin-left: 5%;
}
.trip-info-box .img-mobile {
  height: 80vw;
}
.trip-info-box .img-mobile.img-mobile-car {
  height: 85vw;
}

.table-ps {
  font-size: 1.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
}
.table-ps a {
  display: flex;
}
.table-ps a img {
  height: 1.5vw;
}
@media (max-width: 575px) {
  .table-ps {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    font-size: 3vw;
  }
  .table-ps a {
    display: flex;
  }
  .table-ps a img {
    height: 3.5vw;
  }
}

.map-info-box {
  width: 65vw;
}
.map-info-box .btn-go-jr,
.map-info-box .btn-go-car {
  width: 12%;
  top: 68%;
}
.map-info-box .btn-go-jr {
  left: 33%;
}
.map-info-box .btn-go-car {
  left: 78%;
}
@media (max-width: 991px) {
  .map-info-box {
    width: 78vw;
  }
}
@media (max-width: 575px) {
  .map-info-box {
    width: 88vw;
  }
  .map-info-box .btn-go-jr,
  .map-info-box .btn-go-car {
    width: 18%;
  }
  .map-info-box .btn-go-jr,
  .map-info-box .btn-go-car {
    left: 74%;
  }
  .map-info-box .btn-go-jr {
    top: 67%;
  }
  .map-info-box .btn-go-car {
    top: 84%;
  }
}

.game-block {
  background-color: #ffb655;
}
.game-block > * {
  position: relative;
  z-index: 3;
}
.game-block > .img-title {
  margin-bottom: 0vw;
  transform: translateY(-1.5vw);
}
@media (max-width: 575px) {
  .game-block {
    padding: 10vw 0;
  }
}

.game-ab-l {
  width: 10vw;
  top: 7vw;
  left: 14vw;
}

.game-ab-r {
  width: 11.5vw;
  top: 0vw;
  left: 73vw;
}

.table-block::after,
.promote-block::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 7.9vw;
  background-image: url("../images/game-block/game-ab-y.png");
  z-index: 1;
  background-size: 100% auto;
}

.promote-block::before {
  top: -0.5vw;
  transform: scale(-1);
}

.table-block::after {
  bottom: -0.5vw;
}

.game-steps-box {
  width: 76vw;
  margin-left: auto;
  margin-right: auto;
}
.game-steps-box .img-box {
  width: 25%;
  background-color: #ffb655;
  padding: 0.5vw;
}
@media (max-width: 1199px) {
  .game-steps-box {
    width: 86vw;
  }
}
@media (max-width: 991px) {
  .game-steps-box {
    width: 95vw;
  }
}
@media (max-width: 575px) {
  .game-steps-box {
    width: 88vw;
    flex-wrap: wrap;
  }
  .game-steps-box .img-box {
    width: 50%;
    padding: 1vw;
  }
}

.game-date {
  color: #603813;
  font-size: 1.65vw;
  font-weight: bold;
}
@media (max-width: 575px) {
  .game-date {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}

.flex-game-btns {
  gap: 1.5vw;
}

.promote-block {
  background-image: url("../images/promote-block/bg-tickets.png");
  background-size: 100% auto;
  padding-top: 10vw;
}
@media (max-width: 575px) {
  .promote-block {
    padding-top: 15vw;
    padding-bottom: 7vw;
  }
}

.event-box {
  width: 82vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5vw;
}
@media (max-width: 991px) {
  .event-box {
    width: 92vw;
  }
}
@media (max-width: 767px) {
  .event-box {
    width: 50vw;
  }
}
@media (max-width: 575px) {
  .event-box {
    width: 82vw;
  }
}

.btn-size {
  width: 11.8vw;
  height: auto;
}
@media (max-width: 767px) {
  .btn-size {
    width: 18vw;
  }
}
@media (max-width: 575px) {
  .btn-size {
    width: 24vw;
  }
}

.btn-event-box {
  right: 0%;
  bottom: 9%;
}
@media (max-width: 767px) {
  .btn-event-box {
    bottom: 4%;
  }
}

.event-info-box {
  width: 87vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5vw;
}
@media (max-width: 991px) {
  .event-info-box {
    width: 95vw;
  }
}
@media (max-width: 767px) {
  .event-info-box {
    width: 67vw;
  }
}
@media (max-width: 575px) {
  .event-info-box {
    width: 92vw;
  }
}

.btn-event-info {
  width: 8%;
  height: 2.5vw;
  bottom: 5.5vw;
  right: 11%;
  opacity: 0;
}
@media (max-width: 767px) {
  .btn-event-info {
    width: 16%;
    height: 3.5vw;
    bottom: 4.5vw;
    right: 13%;
  }
}
@media (max-width: 575px) {
  .btn-event-info {
    width: 16%;
    height: 5vw;
    bottom: 5.5vw;
    right: 13%;
  }
}

.info-car-block,
.info-train-block {
  background-image: url("../images/info-block/bg-line-out.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 5vw 0;
}
@media (max-width: 575px) {
  .info-car-block,
  .info-train-block {
    padding: 10vw 0;
  }
}

.info-train-block {
  background-color: #ecc891;
  background-position: left center;
}

.trip-m-box {
  position: relative;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
.trip-m-box.trip-m-car-box {
  margin-bottom: 7.5vw;
}
.trip-m-box .btns-box {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.trip-m-box .btns-bg {
  position: relative;
  margin-top: -9vw;
}

.info-train-block::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  background-image: url("../images/promote-block/bg-ab-b-train.png");
  height: 1.3vw;
  background-size: 100% auto;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.swiper-box-train,
.swiper-box-car {
  margin-top: -5vw;
  padding-bottom: 3vw;
}

@media (max-width: 575px) {
  .swiper-box-train {
    margin-top: -18vw;
  }
  .swiper-box-car {
    margin-top: -13vw;
  }
}
.info-car-block {
  background-color: #efc9db;
  background-position: left top;
}

.img-car-discount {
  width: 60vw;
}

@media (max-width: 575px) {
  .img-car-discount {
    width: 90vw;
  }
}/*# sourceMappingURL=all.css.map */