@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: #ec236d;
  --rwd-60px: 60px;
  --rwd-75px: 75px;
}

@media (max-width: 1399px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@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: 480px) {
    :root{

    }
} */
@media (max-width: 320px) {
  :root {
    --rwd-75px: 11.12vw;
    --rwd-60px: 5.6vw;
  }
}
/* 通用 */
a {
  text-decoration: none;
}

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

.img {
  max-width: 100%;
}

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

.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: #fff;
  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: 80px;
    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%;
}
@media (max-width: 991px) {
  #menu {
    align-items: center;
    justify-content: space-between;
  }
}
#menu > div {
  position: absolute;
}
#menu.show-menu {
  position: fixed;
}

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

.nav-item {
  margin-bottom: 8px;
}
.nav-item a {
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  margin: 0 8px;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
  background-color: #5a93ca;
  border-radius: 32px;
}
.nav-item a:hover {
  color: #5a93ca;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .nav-item a {
    font-size: 18px;
    margin: 4px 8px;
    padding: 2px 16px;
  }
}

.logos > a {
  display: inline-block;
  vertical-align: top;
}

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

#menu-nav {
  background-color: rgba(90, 147, 202, 0.8666666667);
}
@media (max-width: 991px) {
  #menu-nav > ul {
    border-radius: 0;
    padding-bottom: 4vw;
  }
}
@media (max-width: 575px) {
  #menu-nav > ul {
    padding-bottom: 3vw;
  }
}

#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-link ul {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/* TODO: MENU RWD */
#menu.menu-add-bg {
  top: 0px;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item a {
  padding: 8px;
}

.menu-link {
  position: fixed;
  top: 0px;
  right: 0;
  width: 30vw;
  padding-top: 64px;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .menu-link {
    width: 35vw;
  }
}
@media (max-width: 575px) {
  .menu-link {
    width: 100%;
  }
}

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

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

.swiper-add-arrows {
  position: relative;
  width: 68%;
  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;
}

@media (max-width: 1600px) {
  .swiper-add-arrows {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .swiper-add-arrows {
    width: 85%;
  }
  .arr-left, .arr-right {
    background-size: 50%;
  }
}
@media (max-width: 1024px) {
  .swiper-add-arrows {
    width: 90%;
  }
  .arr-left, .arr-right {
    background-size: 50%;
  }
}
@media (max-width: 990px) {
  .hide-3-items .arr-left, .hide-3-items .arr-right {
    display: block;
  }
}
@media (max-width: 575px) {
  .arr-left {
    left: -4vw;
  }
  .swiper-add-arrows {
    width: 85%;
  }
  .arr-right {
    right: -4vw;
    transform: rotate(180deg);
  }
  .arr-left, .arr-right {
    background-size: 100%;
  }
}
body {
  background-image: url("../images/kv-mask_2025-bg.jpg");
  background-position: top -0.6vw center;
  background-size: 100% auto;
  background-color: #9cc0e3;
  background-repeat: no-repeat;
  font-weight: 400;
}
@media (max-width: 575px) {
  body {
    background-image: none;
  }
}

:root {
  --bs-box-shadow: rgba(144,137,126,0.87);
  --bs-primary-rgb: 13, 100, 202;
  --index-primary: #5a93ca;
  --index-secondry: #f789ab;
  --fz-normal: 1.1vw;
}

@media (max-width: 1199px) {
  :root {
    --fz-normal: 1.4vw;
  }
}
@media (max-width: 991px) {
  :root {
    --fz-normal: 1.75vw;
  }
}
@media (max-width: 575px) {
  :root {
    --fz-normal: 3.5vw;
  }
}
@media (max-width: 575px) {
  #kv::after {
    content: "";
    width: 100%;
    height: 15vw;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(156, 192, 227, 0), #9cc0e3);
    z-index: 9;
  }
}

.btn-index {
  padding: 8px 40px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .btn-index {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .btn-index {
    font-size: 3.5vw;
    padding: 1.5vw 3vw;
  }
}

.btn-index-price {
  border: var(--index-primary) 2px solid;
  color: #fff;
  background-color: var(--index-primary);
  margin-bottom: 3.5vw;
}
.btn-index-price::before {
  content: "優惠相關資訊";
}
.btn-index-price.op::before {
  content: "優惠相關資訊";
}
.btn-index-price.op {
  background-color: transparent;
  border: #fff 2px solid;
}
.btn-index-price:hover {
  color: var(--index-primary);
  border: #fff 2px solid;
  background-color: #fff;
}

.btn-index-cir-game {
  border: #fff 2px solid;
  background-color: #fff;
  color: var(--index-secondry);
}
.btn-index-cir-game::before {
  content: "活動資訊";
}
.btn-index-cir-game.op::before {
  content: "活動資訊";
}
.btn-index-cir-game.op {
  margin-top: 2vw;
  background-color: transparent;
  border: #fff 2px solid;
  color: #fff;
}
.btn-index-cir-game:hover {
  background-color: var(--index-secondry);
  border: var(--index-secondry) 2px solid;
  color: #fff;
}

.btn-index-off {
  border: var(--index-primary) 2px solid;
  color: #fff;
  background-color: var(--index-primary);
  margin-bottom: 3vw;
}
.btn-index-off::before {
  content: "詳細內容";
}
.btn-index-off.op::before {
  content: "詳細內容";
}
.btn-index-off.op {
  margin-top: 2vw;
  background-color: transparent;
  border: #fff 2px solid;
  color: #fff;
}
.btn-index-off:hover {
  background-color: var(--index-primary);
  border: var(--index-primary) 2px solid;
  color: #fff;
}

.kv-mask-cir {
  transform-origin: 50vw 24.7vw;
  transform: rotate(0deg) translateY(-1%) translateX(0%);
}

.show-after {
  opacity: 0;
  animation: showup 0.1s ease-in forwards;
  animation-delay: 2.2s;
}

.kv-bg {
  opacity: 0;
  animation: showup 1s ease-in forwards;
  animation-delay: 2.5s;
  transition: 0.1s all linear;
}

.kv-plane {
  width: 13.33vw;
  height: auto;
  position: absolute;
  animation: woman-show 1s ease forwards;
  animation-delay: 3s;
  top: 5vw;
  right: 11vw;
  z-index: 5;
  opacity: 0;
}
.kv-plane.after-show {
  animation: plane-go 3s linear infinite;
  opacity: 1;
}
@media (max-width: 575px) {
  .kv-plane {
    width: 20vw;
    top: 8vw;
    right: 25vw;
  }
}

@keyframes plane-go {
  0% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(50%) translateY(-20%);
  }
}
@keyframes kv-mask-cir {
  0%, 100% {
    transform: rotate(0deg) translateY(-1%) translateX(0%);
  }
  12.5% {
    transform: rotate(1deg) translateY(-0.5%) translateX(0.25%);
  }
  37.5% {
    transform: rotate(-1deg) translateY(0.5%) translateX(-0.25%);
  }
  50% {
    transform: rotate(0deg) translateY(1%) translateX(0%);
  }
  62.5% {
    transform: rotate(1deg) translateY(0.5%) translateX(0.25%);
  }
  87.5% {
    transform: rotate(-1deg) translateY(-0.5%) translateX(-0.25%);
  }
}
@keyframes showup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv-woman-box {
  left: 33vw;
  top: 22vw;
  z-index: 7;
  opacity: 0;
  animation: woman-show 1s ease forwards;
  animation-delay: 3s;
  transition: 0.1s all linear;
}
@media (max-width: 575px) {
  .kv-woman-box {
    left: 55vw;
    top: 90vw;
  }
}
.kv-woman-box .kv-woman {
  width: 25vw;
  height: auto;
  left: -12.5vw;
  position: absolute;
  top: -16vw;
  animation: kv-mask-cir 10s linear infinite;
  transform-origin: center bottom;
}
@media (max-width: 575px) {
  .kv-woman-box .kv-woman {
    width: 46vw;
    left: -23vw;
    top: -25vw;
  }
}
.kv-woman-box .kv-woman > img {
  width: 100%;
  height: auto;
  animation: kv-woman-box 0.8s steps(2) infinite;
  position: absolute;
  left: 0;
  top: 0;
}
.kv-woman-box .kv-woman > img:nth-child(1) {
  opacity: 0;
  position: relative;
}
.kv-woman-box .kv-woman > img:nth-child(2) {
  opacity: 0;
  animation-delay: 0.2s;
}
.kv-woman-box .kv-woman > img:nth-child(3) {
  opacity: 0;
  animation-delay: 0.4s;
}
.kv-woman-box .kv-woman > img:nth-child(4) {
  opacity: 0;
  animation-delay: 0.6s;
}

@keyframes kv-woman-box {
  0%, 25% {
    opacity: 1;
  }
  26%, 100% {
    opacity: 0;
  }
}
.kv-date {
  width: 20%;
  left: 40%;
  top: 46vw;
  opacity: 0;
  animation: woman-show 1s ease forwards;
  animation-delay: 3s;
}

.kv-bg-mask-2025 {
  -webkit-mask-image: url("../images/kv-mask_2025-O.png");
  mask-image: url("../images/kv-mask_2025-O.png");
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
}

@keyframes woman-show {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  80% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes woman-show-with-title {
  0% {
    opacity: 0;
    transform: scale(0.75) skewY(-5deg);
  }
  80% {
    opacity: 1;
    transform: scale(1.02) skewY(-5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) skewY(-5deg);
  }
}
.kv-flot-item {
  opacity: 0;
  width: 8.125vw;
  height: auto;
  position: absolute;
  z-index: 8;
  animation: woman-show 1s ease forwards;
  animation-delay: 3s;
  transition: 1s all linear;
}
@media (max-width: 575px) {
  .kv-flot-item {
    width: 17vw;
  }
}
.kv-flot-item.after-show {
  animation: kv-flot-item 3s linear infinite;
  opacity: 1;
}
.kv-flot-item.after-show.delay05 {
  animation-delay: 0.5s;
}
.kv-flot-item.after-show.delay10 {
  animation-delay: 1s;
}
.kv-flot-item.after-show.delay15 {
  animation-delay: 1.5s;
}
.kv-flot-item.kv-coconut {
  right: 27vw;
  top: 46vw;
}
@media (max-width: 575px) {
  .kv-flot-item.kv-coconut {
    right: 3vw;
    top: 130vw;
  }
}
.kv-flot-item.kv-ice-cream {
  left: 6vw;
  top: 35vw;
}
@media (max-width: 575px) {
  .kv-flot-item.kv-ice-cream {
    right: 3vw;
    top: 142vw;
  }
}
.kv-flot-item.kv-guitar {
  left: 8vw;
  top: 9vw;
}
@media (max-width: 575px) {
  .kv-flot-item.kv-guitar {
    left: 12vw;
    top: 75vw;
  }
}
.kv-flot-item.kv-bell {
  right: 14.5vw;
  top: 38.5vw;
}
@media (max-width: 575px) {
  .kv-flot-item.kv-bell {
    right: 80vw;
    top: 50vw;
  }
}
.kv-flot-item.kv-ab-cir {
  right: 36.5vw;
  top: 3.5vw;
}
@media (max-width: 575px) {
  .kv-flot-item.kv-ab-cir {
    right: 3.5vw;
    top: 65vw;
  }
}

.kv-date_2025 {
  position: absolute;
  width: 35.52vw;
  height: auto;
  right: 5vw;
  top: 29.5vw;
  z-index: 5;
  animation: woman-show 1s ease forwards;
}
@media (max-width: 575px) {
  .kv-date_2025 {
    width: 70vw;
    right: 15vw;
    top: 53.5vw;
  }
}

@keyframes kv-flot-item {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5%);
  }
  75% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
.title-img {
  width: 44.6vw;
  height: auto;
  margin: auto;
  display: block;
}
@media (max-width: 1199px) {
  .title-img {
    width: 54vw;
  }
}
@media (max-width: 991px) {
  .title-img {
    width: 64vw;
  }
}
@media (max-width: 575px) {
  .title-img {
    width: 92vw;
  }
}

.swiper-slide {
  padding-bottom: 0vw;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.kc-title {
  width: 42vw;
  height: auto;
  right: 2%;
  top: 10vw;
  z-index: 8;
  animation: woman-show-with-title 1s ease forwards;
}
@media (max-width: 575px) {
  .kc-title {
    width: 90vw;
    right: 5%;
    top: 12vw;
  }
}

.title-pink {
  width: 42vw;
  height: auto;
  right: 2%;
  top: 10vw;
  z-index: 8;
  opacity: 0;
}
@media (max-width: 575px) {
  .title-pink {
    width: 90vw;
    right: 5%;
    top: 12vw;
  }
}

.title-shining {
  animation: title-pink 5s ease infinite;
}

.date-shining {
  animation: date-shining 5s ease infinite;
}

@keyframes date-shining {
  0%, 55%, 100% {
    opacity: 0;
  }
  59%, 90% {
    opacity: 1;
  }
}
.date-shining-un {
  animation: date-shining-un 5s ease infinite;
}

@keyframes date-shining-un {
  0%, 55%, 100% {
    opacity: 1;
  }
  59%, 90% {
    opacity: 0;
  }
}
@keyframes title-pink {
  0%, 55%, 100% {
    opacity: 0;
    transform: skewY(-5deg);
  }
  59%, 90% {
    opacity: 1;
    transform: skewY(-5deg);
  }
}
.kv-title-date {
  opacity: 0;
  animation-delay: 3s;
}

.swiper-pagination-bullet {
  border: 2px solid var(--swiper-theme-color);
  background: unset;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  opacity: 1;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2) !important;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv-could-down {
  z-index: 6;
  width: 18vw;
  height: auto;
  left: 6%;
  top: 34vw;
  animation: woman-show 1s ease forwards;
  animation-delay: 3s;
  transition: 1s all linear;
  opacity: 0;
}
.kv-could-down.after-show {
  opacity: 1;
  animation: kv-could-up 6s linear infinite;
  animation-delay: 3s;
}
@media (max-width: 575px) {
  .kv-could-down {
    width: 45vw;
    height: auto;
    left: 0%;
    top: 120vw;
  }
}

.kv-could-up {
  z-index: 6;
  width: 15vw;
  height: auto;
  right: 46%;
  top: 9vw;
  animation: woman-show 1s ease forwards;
  animation-delay: 3s;
  transition: 1s all linear;
  opacity: 0;
}
.kv-could-up.after-show {
  opacity: 1;
  animation: kv-could-up 6s linear infinite;
}
@media (max-width: 575px) {
  .kv-could-up {
    width: 45vw;
    height: auto;
    right: 0%;
    top: 74vw;
  }
}

@keyframes kv-could-up {
  0%, 100% {
    opacity: 1;
    transform: translateX(0);
  }
  25% {
    transform: translateX(10%);
  }
  50% {
    opacity: 0.5;
  }
  75% {
    transform: translateX(-10%);
  }
}
.ticket-block {
  padding-top: 2.5vw;
}

.close-v {
  overflow: hidden;
  transition: all 1s ease-out;
  opacity: 1;
}

.event-box {
  background-color: #fff;
  min-width: 1000px;
  height: 600px;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.img-event-no {
  max-width: 219px;
  height: auto;
  display: block;
}

.event-q {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  margin-left: 24px;
}

.event-q-items {
  margin-left: 219px;
}

.event-q-items li {
  max-width: 600px;
  cursor: pointer;
  background-color: #cfe4ff;
  color: #24569d;
  margin: 16px 8px;
  border-radius: 999px;
  font-size: 20px;
}
.event-q-items li p {
  padding: 12px;
  margin: 0;
}

.event-finall-box {
  background-image: url("../images/event-new/A-bg-ab.png"), url("../images/event-new/A-bg.jpg");
  background-repeat: 100% auto, 100% 100%;
  background-repeat: repeat, no-repeat;
  padding: 60px 0;
}

.font-change {
  z-index: 9;
  padding: 0.75vw 1.5vw;
  margin: 1vw;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 1rem;
}
.font-change::after {
  content: "返回";
  font-size: 20px;
}
.font-change:hover {
  background-color: #fff;
}

.finall-type-box {
  background-color: #fff;
  border-radius: 999px;
  width: 1100px;
  padding: 60px 150px;
  margin: auto;
  position: relative;
}

.finall-title {
  font-weight: 700;
  color: #000;
  font-size: 54px;
}
.finall-title::before {
  content: "Type  of  Comfort  Zone";
  display: block;
  color: #999;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.finall-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background-image: url("../images/event-new/finall-title-after.png");
  background-repeat: no-repeat;
  background-size: auto 9px;
}
.finall-title span {
  color: #9cc0e3;
}

.event-plane {
  position: absolute;
  width: 19.8vw;
  height: auto;
  right: -2vw;
  top: -2vw;
}

.finall-p {
  width: 600px;
  font-size: 18px;
  line-height: 32px;
}

.title-icon {
  position: absolute;
  left: -3vw;
  top: -1vw;
  width: 9.5vw;
}

.place-card li {
  width: 360px;
  height: 470px;
  border-radius: 170px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.place-card li img {
  width: 360px;
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
}
.place-card li .event-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 0px;
  padding-top: 22px;
}
.place-card li .event-sub-card-title {
  font-size: 0.84vw;
  font-weight: 400;
  color: #999;
  font-style: italic;
  width: 200px;
  text-align: center;
  margin: auto;
}

svg.event-end line {
  stroke: black;
  stroke-dasharray: 2;
  stroke-width: 1;
}

.user-form {
  border: 7px solid #ffa0b9;
  background-color: #fff;
  border-radius: 99px;
}
.user-form label:not(.check-ci-game-label), .user-form .check-ci-game-box {
  text-align: end;
  width: 20%;
  margin-right: 8px;
}
.user-form input[type=text] {
  background-color: rgba(255, 244, 96, 0.623);
  border: none;
  border-radius: 99px;
  margin-bottom: 24px;
  width: 66%;
  height: 36px;
  padding: 8px 16px;
  text-align: left;
}
.user-form .form-label.check-ci-game-label {
  width: 66%;
  text-align: left;
}

.lins-box {
  width: 64vw;
  height: 56vw;
  margin: 0 auto;
}

.swiperLines-box {
  width: 64vw;
}
@media (max-width: 1199px) {
  .swiperLines-box {
    width: 76vw;
  }
}
@media (max-width: 991px) {
  .swiperLines-box {
    width: 82vw;
  }
}

.swiperLines {
  padding: 2vw 0px 1.5vw 0;
}

.line-attention {
  padding: 2vw 0 1vw 0;
}

.line-sw-ab {
  position: relative;
  pointer-events: none;
  z-index: 5;
  bottom: 0;
  max-width: 78.125vw;
  height: auto;
  display: block;
  margin: auto;
}

.content-wrap {
  background-image: url("../images/bg-flower-l.png"), url("../images/bg-flower-r.png"), url("../images/bg-dot.png"), url("../images/bg-content.png");
  background-size: 30% auto, 30% auto, 100% auto, 100% 100%;
  background-position: left top, right top, center top, center center;
  background-repeat: repeat-y, repeat-y, repeat, no-repeat;
}

.attention-box {
  background-color: #5a93ca;
  border-radius: 999rem;
  padding: 1.8vw 0vw;
  width: 69.8vw;
  margin: auto;
}
@media (max-width: 1199px) {
  .attention-box {
    padding: 4vw 0vw;
    width: 80vw;
    border-radius: 12.2vw;
  }
}
@media (max-width: 991px) {
  .attention-box {
    padding: 4vw 0vw;
    width: 90vw;
    border-radius: 12.2vw;
  }
}
@media (max-width: 767px) {
  .attention-box {
    padding: 4vw 0vw;
    width: 90vw;
    border-radius: 9vw;
  }
}

.custom-numbered-list {
  margin: auto;
  width: 43vw;
  color: #fff;
  list-style: none; /* 移除預設的數字標記 */
  padding-left: 0; /* 移除預設的左邊內邊距 */
  counter-reset: list-item; /* 初始化計數器，預設從 1 開始 */
  font-weight: 300;
  font-size: var(--fz-normal);
}
.custom-numbered-list a {
  color: #fff;
  padding: 1px 2px;
  border: 1px #fff solid;
}
@media (max-width: 1199px) {
  .custom-numbered-list {
    width: 64vw;
  }
}
@media (max-width: 767px) {
  .custom-numbered-list {
    width: 74vw;
  }
}
@media (max-width: 575px) {
  .custom-numbered-list {
    width: 78vw;
  }
}

.custom-numbered-list > li {
  padding-left: 2vw; /* 為偽元素留出空間 */
  position: relative; /* 允許偽元素相對於 li 定位 */
  margin-bottom: 0.42vw; /* 可選：調整項目之間的間距 */
}
@media (max-width: 1199px) {
  .custom-numbered-list > li {
    padding-left: 2.7vw;
  }
}
@media (max-width: 575px) {
  .custom-numbered-list > li {
    padding-left: 5vw;
  }
}

.custom-numbered-list > li::before {
  content: counter(list-item); /* 使用 CSS 計數器顯示數字 (預設遞增 1) */
  position: absolute; /* 相對於 li 定位 */
  left: 0;
  top: 0;
  width: 1.4vw;
  height: 1.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(10%); /* 垂直居中 */
  padding: 6px 6px; /* 設定內邊距 */
  border-radius: 88rem; /* 設定圓角 */
  font-size: 1vw;
  font-weight: 700; /* 可選：調整字體大小 */
  text-align: center; /* 可選：讓數字在底色中居中 */
}
@media (max-width: 1199px) {
  .custom-numbered-list > li::before {
    width: 2vw;
    height: 2vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 575px) {
  .custom-numbered-list > li::before {
    width: 4vw;
    height: 4vw;
    font-size: 3.25vw;
  }
}

.attention-list .custom-numbered-list > li::before {
  background-color: #fff; /* 設定底色 */
  color: #5a93ca; /* 設定文字顏色 */
}

.event-ticket-box .custom-numbered-list {
  width: 27vw;
  color: #282828;
  font-weight: 400;
}
.event-ticket-box .custom-numbered-list > li::before {
  background-color: #fff; /* 設定底色 */
  color: #eeb1b1;
}
@media (max-width: 1199px) {
  .event-ticket-box .custom-numbered-list {
    width: 30vw;
  }
}
@media (max-width: 991px) {
  .event-ticket-box .custom-numbered-list {
    width: 37vw;
  }
}
@media (max-width: 575px) {
  .event-ticket-box .custom-numbered-list {
    width: 68vw;
  }
}

.custom-numbered-list .inner-list > li {
  list-style-type: "* ";
  margin-bottom: 4px;
}

.official-list {
  width: 67vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.official-list > li {
  animation: official-list-jumping 1.6s infinite ease-in-out;
  display: flex;
}
.official-list > li:nth-child(1) {
  animation-delay: 0.4s;
}
.official-list > li:nth-child(2) {
  animation-delay: 0.8s;
}
.official-list > li:nth-child(3) {
  animation-delay: 1.2s;
}
.official-list > li > div {
  width: 100%;
  color: #5a93ca;
  border-radius: 2.8rem;
  text-align: center;
  background-color: #cfe4ff;
  overflow: hidden;
}
.official-list > li h3 {
  font-size: 1.65vw;
  line-height: 2.1vw;
  padding: 20px 0;
  border-radius: 2.8rem;
  border: #cfe4ff 5px solid;
  background-color: #fff;
}
.official-list.op > li {
  animation: none;
}
.official-list .official-inner-list {
  width: auto;
  padding-right: 24px;
  padding-bottom: 20px;
}
.official-list .official-inner-list li {
  text-align: left;
  list-style: "▸ ";
  color: #282828;
  margin-bottom: 4px;
  font-size: var(--fz-normal);
}
@media (max-width: 1199px) {
  .official-list {
    width: 76vw;
  }
  .official-list > li h3 {
    font-size: 1.75vw;
    line-height: 2.5vw;
  }
  .official-list .official-inner-list li {
    font-size: 1.35vw;
  }
}
@media (max-width: 991px) {
  .official-list {
    width: 82vw;
  }
  .official-list > li h3 {
    font-size: 2.1vw;
    line-height: 2.8vw;
    border-radius: 2rem;
  }
  .official-list > li > div {
    border-radius: 2rem;
  }
  .official-list .official-inner-list li {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .official-list {
    width: 90vw;
  }
  .official-list > li h3 {
    font-size: 2.5vw;
    line-height: 4vw;
    border-radius: 2rem;
  }
  .official-list > li > div {
    border-radius: 2rem;
  }
  .official-list .official-inner-list li {
    font-size: 1.75vw;
  }
}
@media (max-width: 575px) {
  .official-list {
    width: 76vw;
  }
  .official-list > li h3 {
    font-size: 4vw;
    line-height: 5.25vw;
    padding: 1.25vw 0;
  }
  .official-list > li:not(:last-child) {
    margin-bottom: 3vw;
  }
  .official-list .official-inner-list li {
    font-size: 3.5vw;
  }
}

@keyframes official-list-jumping {
  0%, 25%, 100% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.05);
  }
}
.close-v-off {
  transition: all 0.3s linear;
  height: 0px;
}

.line-attention-ab {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.event-ticket-block {
  margin-bottom: 5vw;
}

.event-ticket-box {
  width: 63.125vw;
  border-radius: 14.6vw;
  background-color: #eeb1b1;
  margin-top: 4vw;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--fz-normal);
  color: #282828;
  padding-bottom: 2.5vw;
}
.event-ticket-box > .event-head-img {
  transform: translateY(-0.5vw);
  width: 100%;
}
@media (max-width: 1199px) {
  .event-ticket-box {
    width: 74vw;
  }
}
@media (max-width: 991px) {
  .event-ticket-box {
    border-radius: 20vw;
  }
}
@media (max-width: 575px) {
  .event-ticket-box {
    margin-top: 1.5vw;
    width: 100%;
    border-radius: 24vw;
  }
}

.btn-h {
  height: 3.75vw;
  width: auto;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .btn-h {
    height: 4.5vw;
  }
}
@media (max-width: 575px) {
  .btn-h {
    height: 9vw;
  }
}

.event-finall-box-li-label {
  background-color: #f192af;
  color: #fff;
}

.subtitle-event {
  width: 22.7vw;
  display: block;
}
@media (max-width: 1199px) {
  .subtitle-event {
    width: 27vw;
  }
}
@media (max-width: 575px) {
  .subtitle-event {
    width: 64vw;
  }
}

.btn-event-finall, .btn-event-ticket {
  position: absolute;
  right: 10.5vw;
  bottom: 2vw;
}
@media (max-width: 1199px) {
  .btn-event-finall, .btn-event-ticket {
    right: 11.5vw;
    bottom: 4vw;
  }
}
@media (max-width: 575px) {
  .btn-event-finall, .btn-event-ticket {
    right: 24vw;
    bottom: 4vw;
  }
}

ul.event-gift-list {
  width: 48vw;
  font-size: calc(var(--fz-normal) * 0.8);
  margin-top: 2vw;
  margin-bottom: 1vw;
}
@media (max-width: 1199px) {
  ul.event-gift-list {
    width: 60vw;
  }
}
@media (max-width: 991px) {
  ul.event-gift-list {
    width: 74vw;
  }
}
@media (max-width: 575px) {
  ul.event-gift-list {
    width: 90vw;
    font-size: calc(var(--fz-normal) * 0.95);
  }
}
ul.event-gift-list li {
  width: 24%;
}
ul.event-gift-list li img {
  width: 80%;
  margin: 0 10%;
}
@media (max-width: 575px) {
  ul.event-gift-list li {
    width: 49%;
  }
  ul.event-gift-list li img {
    width: 75%;
    margin: 0 12%;
  }
}

.event-add {
  margin-bottom: 1.5vw;
}

.ci-game-block, .cir-game-block {
  width: 69.6vw;
}
@media (max-width: 1199px) {
  .ci-game-block, .cir-game-block {
    width: 74vw;
  }
}
@media (max-width: 575px) {
  .ci-game-block, .cir-game-block {
    width: 96vw;
  }
}

.btn-ci-game {
  position: absolute;
  top: 29vw;
  left: 51.5vw;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .btn-ci-game {
    top: 30.5vw;
    left: 52vw;
  }
}
@media (max-width: 575px) {
  .btn-ci-game {
    top: 59vw;
    left: 51vw;
  }
}

.btn-ci-game-overdate-box {
  top: 27vw;
  position: absolute;
}
.btn-ci-game-overdate-box .over-date-memo {
  margin-top: 0.5vw;
  font-size: 1.15vw;
  color: #e91e63;
}
@media (max-width: 1199px) {
  .btn-ci-game-overdate-box {
    top: 28vw;
  }
  .btn-ci-game-overdate-box .over-date-memo {
    margin-top: 0.75vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 575px) {
  .btn-ci-game-overdate-box {
    top: 54vw;
  }
  .btn-ci-game-overdate-box .over-date-memo {
    margin-top: 1vw;
    font-size: 3.5vw;
  }
}

.btn-ci-info-outer-box {
  top: 29vw;
  right: 51.5vw;
  width: 14.7vw;
}
@media (max-width: 1199px) {
  .btn-ci-info-outer-box {
    top: 30.5vw;
    right: 52vw;
  }
}
@media (max-width: 575px) {
  .btn-ci-info-outer-box {
    top: 59vw;
    right: 73vw;
  }
}

.box-live-line {
  width: 56vw;
  padding-top: 5vw;
}
@media (max-width: 575px) {
  .box-live-line {
    padding-top: 10vw;
  }
}

.box-title-kh-event {
  position: relative;
}
@media (max-width: 575px) {
  .box-title-kh-event {
    margin-bottom: 4vw;
  }
}

.box-title-kh-event::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  top: 15%;
  right: 0;
  background-color: #fff;
}
@media (max-width: 575px) {
  .box-title-kh-event::after {
    margin-top: 4vw;
    display: block;
    top: unset;
    width: 94%;
    height: 1px;
    bottom: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}

.title-kh-event {
  width: 16.3vw;
  height: auto;
}
@media (max-width: 575px) {
  .title-kh-event {
    width: 40.75vw;
    margin-bottom: 1.5vw;
  }
}

.title-kh-event {
  width: 21vw;
  height: auto;
}
@media (max-width: 575px) {
  .title-kh-event {
    width: 52.5vw;
    margin-bottom: 1.5vw;
  }
}

.title-line-event {
  width: 24.7vw;
  height: auto;
  margin-bottom: 1vw;
}
@media (max-width: 575px) {
  .title-line-event {
    width: 55.575vw;
    margin-bottom: 1.5vw;
  }
}

.line-event-box {
  width: 21.19vw;
  height: auto;
}
@media (max-width: 575px) {
  .line-event-box {
    width: 47.6775vw;
  }
}

.btn-ci-info {
  position: absolute;
  cursor: pointer;
}
.btn-ci-info-box::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 5.15vw;
  height: 4.68vw;
  background-image: url("../images/1x/flower-lb.png");
  background-size: contain;
  background-position: left bottom;
  z-index: 9;
  left: -2vw;
  top: 0vw;
  animation: btn-infi-0425-ab-l 5s linear infinite;
}
@media (max-width: 575px) {
  .btn-ci-info-box::before {
    width: 10vw;
    height: 10vw;
    top: -1vw;
  }
}
.btn-ci-info-box::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 2vw;
  height: 1.4vw;
  background-image: url("../images/1.5x/arr.png");
  background-size: contain;
  background-position: center;
  z-index: 9;
  right: -3vw;
  top: 1.3vw;
  animation: btn-infi-0425-ab-arr 1s linear infinite;
}
@media (max-width: 575px) {
  .btn-ci-info-box::after {
    right: -20vw;
    top: 3.3vw;
    width: 4vw;
    height: 2.5vw;
  }
}

@keyframes btn-infi-0425-ab-l {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes btn-infi-0425-ab-arr {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(20%);
  }
}
.modal-dialog.modal-flower .modal-header {
  background-color: transparent;
}
.modal-dialog.modal-flower .modal-content {
  background-color: rgba(255, 255, 255, 0);
}

.custom-close {
  border: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

.flower-box-shit {
  background-image: url("../images/1x/flower-box.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding-bottom: 72%;
}
.flower-box-shit > div {
  position: absolute;
  padding: 15% 15% 0% 15%;
  height: 76%;
  overflow: hidden;
}
.flower-box-shit > div > div {
  height: 100%;
  overflow: auto;
  padding-right: 10px;
  /* Add a thumb */
}
.flower-box-shit > div > div::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  padding: 2px;
  border-radius: 99rem;
  background-color: rgba(246, 102, 144, 0.6); /* or add it to the track */
}
.flower-box-shit > div > div::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 99rem;
}
@media (max-width: 991px) {
  .flower-box-shit {
    font-size: var(--fz-normal);
  }
}
@media (max-width: 575px) {
  .flower-box-shit {
    background-repeat: repeat;
    background-color: #fde7f2;
    padding-bottom: unset;
    height: auto;
  }
  .flower-box-shit > div {
    position: relative;
    padding: 5%;
    height: unset;
  }
}
.flower-box-shit h5 {
  color: #f66690;
  padding-bottom: 0.2vw;
  border-bottom: 2px solid #f66690;
}
.flower-box-shit h6 {
  background-color: rgba(253, 231, 242, 0.6);
  padding: 4px;
}

.subtitle-flowers {
  width: 34vw;
  position: absolute;
  left: 33vw;
  top: 3.25vw;
  animation: subtitle-flowers 0.4s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (max-width: 991px) {
  .subtitle-flowers {
    width: 44vw;
    left: 28vw;
    top: 2.5vw;
  }
}
@media (max-width: 575px) {
  .subtitle-flowers {
    width: 76vw;
    left: 12vw;
    top: 5vw;
  }
}

@keyframes subtitle-flowers {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.885);
  }
}
.btn-cir-game {
  position: absolute;
  top: 23vw;
  right: 22vw;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .btn-cir-game {
    right: 18.5vw;
  }
}

.line-block {
  background-image: url("../images/line-bg.png");
  background-size: 100% auto;
  background-position: center top;
}
.line-block::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/line-bg-top.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 20.5vw;
  width: 100%;
  transform: translateY(-100%);
}

.sw-ci-ad {
  width: 68vw;
  margin-top: -2.5vw;
}
@media (max-width: 1199px) {
  .sw-ci-ad {
    width: 74vw;
  }
}
@media (max-width: 575px) {
  .sw-ci-ad {
    margin-top: 0;
  }
}

.sw-ci-esg {
  width: 68vw;
  margin-top: -2.5vw;
}
@media (max-width: 1199px) {
  .sw-ci-esg {
    width: 74vw;
  }
}
@media (max-width: 991px) {
  .sw-ci-esg {
    width: 84vw;
  }
}
@media (max-width: 575px) {
  .sw-ci-esg {
    padding-top: 5vw;
    padding-bottom: 5vw;
    width: 86vw;
  }
}

.title-ic-ad {
  width: 19.6vw;
}
.title-ic-ad.ad-member {
  margin-top: 4vw;
}
@media (max-width: 575px) {
  .title-ic-ad {
    width: 45vw;
  }
}

.modal-content {
  border-radius: 36px;
  overflow: hidden;
}

.modal-header {
  background-color: #fde53b;
}

.swiperLines-box-outer {
  background-image: url("../images/line-sw-bg.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .swiperLines-box-outer {
    background-image: none;
  }
}

.table {
  min-width: 480px;
}
.table th {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
}

.card.card-body {
  overflow: auto;
}

.name-list-img {
  width: 80%;
  margin-left: auto;
}/*# sourceMappingURL=all.css.map */