@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: #198754;
  --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 {
  cursor: pointer;
  transform: scale(1.1);
}

.hover-smaller:hover {
  cursor: pointer;
  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: 103;
  width: 100%;
  margin-top: 0.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: 767px) {
  .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: #fff;
  font-size: 1.25vw;
  text-align: center;
  margin: 0 8px;
  padding: 0px 8px;
  text-decoration: none;
  display: block;
}
.nav-item a:hover {
  color: #fff;
  font-weight: 500;
  background-color: #0a58ca;
}
@media (max-width: 1440px) {
  .nav-item a {
    font-size: 20px;
    margin: 0 8px;
    padding: 0 2px;
  }
}
@media (max-width: 991px) {
  .nav-item a {
    font-size: 16px;
    margin: 0 8px;
    padding: 0 2px;
  }
}
@media (max-width: 767px) {
  .nav-item a {
    font-size: 18px;
    margin: 0 8px;
    padding: 0 2px;
  }
}

.nav-item:not(:last-child) {
  position: relative;
}
.nav-item:not(:last-child)::after {
  content: "|";
  font-weight: bold;
  font-size: 1.25vw;
  color: #8e6134;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  height: 100%;
}

.logos {
  display: flex;
  align-items: flex-start;
}
.logos a {
  display: block;
}

.logos img {
  width: auto;
  height: 3.25vw;
  margin-left: 0vw;
}
@media (max-width: 991px) {
  .logos img {
    width: auto;
    height: 4.5vw;
    margin-left: 0vw;
  }
}
@media (max-width: 767px) {
  .logos img {
    height: 9vw;
    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: 767px) {
  .menu-btn div {
    width: 7.5vw;
    height: 7.5vw;
    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 */
.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(10, 88, 202, 0.5803921569);
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .menu-link {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .menu-link {
    width: 100%;
    padding-top: 12vw;
  }
}

.show-menu .menu-link {
  transform: translateX(0%);
}

.menu-link ul {
  flex-direction: column;
  padding-top: 72px;
  padding-bottom: 16px;
}

@keyframes identifier {
  0%, 100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-2%);
  }
}
.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: 40%;
  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: rotate(180deg);
}

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

.kv {
  height: 49vw;
  background-image: url("../images/kv/kv-bg-1028.png");
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  position: relative;
}
.kv::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 7.5vw;
  background-image: url("../images/kv/bg-ab-bottom.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .kv {
    height: auto;
  }
}

.kv-tiger {
  transform-origin: 75% 100%;
  animation: kv-tiger 2s ease-in-out infinite;
}

.kv-tiger-box {
  width: 9%;
  left: 3%;
  bottom: 0%;
}
@media (max-width: 767px) {
  .kv-tiger-box {
    width: 18%;
    left: 1%;
    bottom: 13%;
    z-index: 101;
  }
}

.kv-mins {
  width: 8%;
  right: 7%;
  bottom: 12%;
  animation-delay: 1.5s;
}

.kv-tiger-animation {
  animation: kv-tiger-box 3s linear infinite;
}

@keyframes kv-tiger {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes kv-tiger-box {
  0%, 100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-5%);
  }
}
.kv-title {
  transform-origin: 50% 50%;
  animation: kv-tiger 2s ease-in-out infinite;
  width: 45.1%;
  right: 28%;
  top: 3%;
}
@media (max-width: 767px) {
  .kv-title {
    width: 85%;
    right: 4%;
    top: 7%;
  }
}

.sw-bg li,
.sw-mo li {
  position: absolute;
  left: 0;
  top: 0;
}
.sw-bg li img.bg,
.sw-bg img.kv-mo,
.sw-mo li img.bg,
.sw-mo img.kv-mo {
  display: block;
  width: 100%;
  height: auto;
}
.sw-bg img.kv-mo,
.sw-mo img.kv-mo {
  opacity: 0;
}

.btn-kv-itf {
  width: 9%;
  top: 75%;
  left: 65%;
  height: 9%;
  z-index: 9;
}
@media (max-width: 767px) {
  .btn-kv-itf {
    width: 18%;
    top: 49%;
    left: 72%;
    height: 4%;
  }
}

.tiger-box {
  z-index: 100;
  top: 1.75vw;
  left: 34%;
}
.tiger-box img.tiger-m01 {
  position: absolute;
  display: block;
  width: 15.625vw;
  height: 20.9vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0%;
     object-position: 0%;
}
@media (max-width: 767px) {
  .tiger-box img.tiger-m01 {
    width: 28.90625vw;
    height: 38.665vw;
  }
}
.tiger-box img.tiger-m02 {
  position: absolute;
  display: block;
  width: 21.25vw;
  height: 18.275vw;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -o-object-position: 0%;
     object-position: 0%;
  top: 3vw;
  left: -3vw;
}
@media (max-width: 767px) {
  .tiger-box img.tiger-m02 {
    width: 39.3125vw;
    height: 33.80875vw;
    top: 5.55vw;
  }
}
.tiger-box img.tiger-m04,
.tiger-box img.tiger-m09 {
  position: absolute;
  display: block;
  width: 12vw;
  height: 16vw;
  -o-object-fit: cover;
     object-fit: cover;
  top: 4vw;
  opacity: 0;
  -o-object-position: 0%;
     object-position: 0%;
}
@media (max-width: 767px) {
  .tiger-box img.tiger-m04,
  .tiger-box img.tiger-m09 {
    width: 22.2vw;
    height: 29.6vw;
    top: 7.4vw;
  }
}
.tiger-box img.tiger-m05 {
  position: absolute;
  display: block;
  width: 12.36vw;
  height: 16.48vw;
  -o-object-fit: cover;
     object-fit: cover;
  top: 4vw;
  opacity: 0;
  -o-object-position: 0%;
     object-position: 0%;
}
@media (max-width: 767px) {
  .tiger-box img.tiger-m05 {
    width: 22.866vw;
    height: 30.488vw;
    top: 7.4vw;
  }
}
.tiger-box img.tiger-m06 {
  position: absolute;
  display: block;
  width: 19.55vw;
  height: 18.4vw;
  -o-object-fit: cover;
     object-fit: cover;
  top: 1vw;
  opacity: 0;
  left: -5vw;
  -o-object-position: 0%;
     object-position: 0%;
}
@media (max-width: 767px) {
  .tiger-box img.tiger-m06 {
    width: 36.1675vw;
    height: 34.04vw;
    top: 1.85vw;
  }
}

.kv-main-box {
  width: 40%;
  position: relative;
  top: 31.5%;
  left: 30.5%;
}
@media (max-width: 767px) {
  .kv-main-box {
    width: 74%;
    position: absolute;
    top: 23.5%;
    left: 11.5%;
  }
}

.kv-box-mask {
  width: 84%;
  left: 8%;
  z-index: 8;
}
@media (max-width: 767px) {
  .kv-box-mask {
    width: 100%;
    left: 0;
  }
}

.kv-calendar-text {
  width: 13%;
  top: 74%;
  left: 31.5%;
}

.btn-vip {
  width: 21.25%;
  height: auto;
  left: 7%;
  top: 19%;
  z-index: 100;
}
.btn-vip .vip-link {
  width: 55%;
  left: 27%;
  top: 75%;
  height: 18%;
}
@media (max-width: 767px) {
  .btn-vip {
    width: 84%;
    height: auto;
    left: 8%;
    top: 54%;
    animation: none !important;
  }
  .btn-vip .vip-link {
    width: 42%;
    left: 27%;
    top: 68%;
    height: 18%;
  }
}

.btn-box {
  z-index: 100;
  width: 21%;
  height: auto;
  right: 5%;
  top: 28%;
  animation-delay: 1s;
}
.btn-box .kv-buy-link {
  width: 35%;
  left: 55%;
  top: 67%;
  height: 15%;
}
.btn-box .kv-buy-notice {
  width: 48%;
  left: 5%;
  top: 64%;
  height: 15%;
}
@media (max-width: 767px) {
  .btn-box {
    width: 84%;
    height: auto;
    right: 8%;
    top: 79%;
    animation: none !important;
  }
  .btn-box .kv-buy-link {
    width: 22%;
    left: 54%;
    top: 60%;
    height: 19%;
  }
  .btn-box .kv-buy-notice {
    width: 30%;
    left: 23%;
    top: 60%;
    height: 19%;
  }
}

body {
  margin: 0;
  /* overflow: hidden;  隱藏滾動條 */
}

a {
  color: #fb5aa7;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.item-floating {
  animation: identifier 2s ease-in-out infinite;
}

.bg-info {
  opacity: 0 !important;
}

@keyframes identifier {
  0%, 100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-2%);
  }
}
.btn-h {
  height: 3.125vw;
}
@media (max-width: 767px) {
  .btn-h {
    height: 8vw;
  }
}

@media (max-width: 767px) {
  .mySwiper .btn-h {
    height: 4vw;
  }
}
@media (max-width: 575px) {
  .mySwiper .btn-h {
    height: 8vw;
  }
}

.btn-h-xl {
  height: 4vw;
}
@media (max-width: 767px) {
  .btn-h-xl {
    height: 8.5vw;
  }
}

.img-title {
  width: 62.5vw;
  height: auto;
}
@media (max-width: 767px) {
  .img-title {
    width: 98%;
  }
}

.promote-block > div {
  padding-top: 0.5vw;
  width: 100%;
  height: 40.25vw;
  background-image: url("../images/promote/bg-promote.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .promote-block > div {
    padding-top: 4.5vw;
    background-image: url("../images/promote/bg-promote-m.png");
    height: 133vw;
  }
}

.promote-flex {
  gap: 2vw;
}
.promote-flex > div {
  width: 35vw;
  position: relative;
}
@media (max-width: 767px) {
  .promote-flex {
    gap: 3vw;
  }
  .promote-flex > div {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .promote-flex {
    gap: 0vw;
  }
  .promote-flex > div {
    width: 80vw;
  }
}

.img-price-box-title {
  width: 31.25vw;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .img-price-box-title {
    width: 54vw;
  }
}

.s26-price-box,
.itf-price-box {
  width: 77vw;
  margin: auto;
  padding: 3vw 0;
}
@media (max-width: 767px) {
  .s26-price-box,
  .itf-price-box {
    width: 96%;
  }
}

.s26-price-box .bg-box {
  background-color: #ebf8ff;
}

.itf-price-box .bg-box {
  background-color: #fff0f4;
}

.bg-box {
  margin-top: -12vw;
  padding-top: 14vw;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .bg-box {
    margin-top: -22vw;
    padding-top: 24vw;
  }
}

ul.price-info {
  gap: 2vw;
  padding-bottom: 3vw;
}
ul.price-info > li {
  width: 30vw;
}
@media (max-width: 767px) {
  ul.price-info > li {
    width: 70vw;
  }
}

.price-ab-text {
  width: 24.7vw;
  right: 0;
  top: 17vw;
}
@media (max-width: 767px) {
  .price-ab-text {
    top: 18vw;
    width: 40vw;
  }
}

.img-subtitle-price {
  width: 25vw;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .img-subtitle-price {
    width: 50vw;
  }
}

.price-list-box {
  width: 52vw;
  padding-bottom: 3vw;
}
@media (max-width: 767px) {
  .price-list-box {
    width: 100%;
  }
}

.btn-collapse-op {
  width: 7.864vw;
  height: 1.5104vw;
  background-image: url("../images/price/btn-hide-show-price.png");
  background-position: left top;
  background-size: 100% auto;
  margin-bottom: 1vw;
}
.btn-collapse-op.op {
  background-position: left bottom;
}
@media (max-width: 767px) {
  .btn-collapse-op {
    width: 18.223vw;
    height: 3.5vw;
    margin-right: 3vw;
  }
}

.price-btn-box-pb {
  padding-bottom: 3vw;
  gap: 2vw;
}

.price-block {
  padding-bottom: 7.5vw;
}
.price-block::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 7.5vw;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 9;
  background-image: url("../images/price/bg-ab-bottom.png");
}

.calendar-block {
  position: relative;
  z-index: 10;
  background-color: #98cef0;
  background-image: url("../images/calendar/bg-ab.png");
  background-size: 100% auto;
}
.calendar-block::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 7.5vw;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 9;
  background-image: url("../images/calendar/bg-ab-bottom.png");
}
@media (max-width: 767px) {
  .calendar-block {
    background-image: unset;
  }
}

.img-calendar-tips {
  width: 86.25%;
}
@media (max-width: 767px) {
  .img-calendar-tips {
    width: 96%;
  }
}

.sw-calendar {
  background-image: url("../images/calendar/hands-hold.png");
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .sw-calendar {
    background-image: unset;
  }
}

.calendarSwiper-box {
  width: 73vw;
  padding-bottom: 10vw;
}
@media (max-width: 767px) {
  .calendarSwiper-box {
    width: 84vw;
    padding-bottom: 15vw;
  }
}

@media (max-width: 767px) {
  .calendarSwiper .swiper-slide {
    padding-bottom: 3vw;
  }
}

.btn-go-price-map-box {
  bottom: 0vw;
}

.btn-go-price-map {
  width: 46.875vw;
}
@media (max-width: 767px) {
  .btn-go-price-map {
    width: 100%;
  }
}

.money-tool-block {
  padding-top: 4vw;
  background-color: #ffc3de;
  padding-bottom: 7vw;
  z-index: 10;
}
.money-tool-block::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 7.5vw;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 9;
  background-image: url("../images/money-tool/bg-ab-bottom.png");
}

.money-tool-box {
  width: 89vw;
}
.money-tool-box p {
  font-size: 0.82vw;
}
.money-tool-box > div {
  width: 50%;
}
@media (max-width: 767px) {
  .money-tool-box > div p {
    font-size: 2.75vw;
  }
  .money-tool-box > div.info {
    width: 80%;
  }
  .money-tool-box > div.ui {
    width: 100%;
  }
}

.itf-block {
  padding-top: 3vw;
  background-image: url("../images/itf/bg-ab.png");
  background-size: 100% auto;
  background-position: 0 10vw;
  background-repeat: no-repeat;
  padding-bottom: 5vw;
}
@media (max-width: 767px) {
  .itf-block {
    background-image: unset;
  }
}

.info-itf {
  display: block;
  padding: 3vw 0;
}
@media (max-width: 767px) {
  .info-itf {
    width: 80vw;
  }
}
@media (max-width: 575px) {
  .info-itf {
    width: 90vw;
  }
}

.event-card-black {
  padding-top: 3vw;
  background-image: url("../images/event/bg-desk.png");
  background-size: 100% auto;
  background-position: 0 3.5vw;
  background-repeat: no-repeat;
  padding-bottom: 5vw;
}

.event-card-box {
  padding-top: 3vw;
}

.btn-go-ticket-only {
  width: 20%;
  margin-top: 3vw;
}
@media (max-width: 767px) {
  .btn-go-ticket-only {
    width: 45%;
  }
}/*# sourceMappingURL=all.css.map */