@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%);
  }
}
.menu-link {
  background-color: rgba(251, 105, 146, 0.7411764706);
}

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

.nav-item a:hover {
  background-color: #f54b9d;
}

.kv-calendar {
  width: 43.4%;
  left: 31%;
  top: 10%;
}
@media (max-width: 767px) {
  .kv-calendar {
    width: 80%;
    left: 16%;
    top: 22%;
  }
}

.kv-tiger {
  width: 24.6%;
  left: 34%;
  top: 36%;
}
@media (max-width: 767px) {
  .kv-tiger {
    width: 40%;
    left: 30%;
    top: 51%;
  }
}

@keyframes identifier {
  0%, 100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-0.3%);
  }
}
.floating-box {
  width: 76%;
  left: 10%;
  top: 17%;
}
.floating-box img {
  animation: identifier 2s ease-in-out infinite;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
}
.floating-box img:nth-child(1) {
  animation-delay: -0.4s;
}
.floating-box img:nth-child(2) {
  animation-delay: -0.8s;
}
.floating-box img:nth-child(3) {
  animation-delay: -1.2s;
}
.floating-box img:nth-child(4) {
  animation-delay: -1.6s;
}
@media (max-width: 767px) {
  .floating-box {
    width: 100%;
    left: 0%;
    top: 17%;
  }
  .floating-box img {
    width: 115%;
    animation-name: identifierM;
  }
  .floating-box img.sign {
    top: -8vw;
  }
  .floating-box img.gift {
    top: -33vw;
  }
  .floating-box img.text {
    top: 38vw;
  }
  .floating-box img.city-float-R {
    top: -38vw;
  }
  .floating-box img.city-float-L {
    top: 18vw;
  }
  .floating-box .R {
    left: -15%;
  }
  .floating-box .L {
    left: 0;
  }
}

@keyframes identifierM {
  0%, 100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-3%);
  }
}
@media (max-width: 767px) {
  .event-block {
    position: relative;
    margin-top: -15vw;
  }
}

.event-go-box .btn-go-points {
  top: 45%;
  right: 45%;
  width: 10%;
}
@media (max-width: 767px) {
  .event-go-box .btn-go-points {
    top: 43%;
    right: 39%;
    width: 21%;
  }
}

.point500-block {
  position: relative;
}

.point500-btns {
  top: 80%;
  width: 30%;
  gap: 1%;
}
.point500-btns > * {
  display: block;
  width: 10%;
}
@media (max-width: 767px) {
  .point500-btns {
    padding-left: 5%;
  }
  .point500-btns > * {
    display: block;
    width: 22%;
  }
}

.btn-store {
  width: 10%;
  left: 62%;
  top: 28.5%;
}
@media (max-width: 767px) {
  .btn-store {
    display: block;
    width: 21%;
    left: 73%;
    top: 24%;
  }
}/*# sourceMappingURL=itf.css.map */