﻿@charset "UTF-8";
/*---- common ----*/
@import url("https://images1.iwplay.com.tw/image/ht/events/20250425/css/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://ids.iwplay.com.tw/includ/footer/footer.css");
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background-size: contain, contain;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-name: animationloadingBg;
  animation-fill-mode: forwards;
  pointer-events: none;
  /* loading logo */
}
.loading .loader1 {
  mix-blend-mode: lighten;
  width: clamp(60px, 2vw, 121px);
  filter: brightness(5);
}
.loading .logoloaging {
  position: relative;
  width: 18%;
  height: 15%;
  background: url(https://www.iwplay.com.tw/images/ltlogo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.picbox {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.pc_none{
  display: none;
}
.mo_none{
    display: block;
  }
@media screen and (max-width: 768px){
  .pc_none{
  display: block;
}
  .mo_none{
    display: none;
  }
}

/*---- nav  -------------------------------------------------------------*/
nav {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  list-style: none;
}
nav::after {
  content: "";
  width: 1px;
  height: 10010%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0.74vw;
}
nav li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 1.3vw 0;
  position: relative;
  font-weight: 500;
}
nav li span {
  font-size: clamp(1rem, 1vw, 1.5rem);
  font-weight: 500;
  color: #ffffff;
  opacity: 0.6;
  transition: all 0.5s ease;
  text-shadow: 0px 0px 5px #235777;
}
nav li::before {
  content: "";
  display: block;
  width: 2.4vw;
  height: 0.2vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/btn_list.svg)
    center no-repeat;
  background-size: auto 100%;
}
nav li::after {
  content: "";
  display: block;
  width: 0.99vw;
  height: 0.98vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/nav_act.webp)
    center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0.28vw;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0) rotate(0deg);
}
nav .active::after {
  opacity: 1;
  transform: scale(1) rotate(-270deg);
}
nav .active span,
nav :hover {
  opacity: 1;
  color: #ffffff;
  text-shadow: 0px 0px 5px #d34e4e;
}

/*---- header -------------------------------------------------------------*/
header {
  height: 49.9vw;
  background: url(https://images2.iwplay.com.tw/image/ht/events/20260120/media/kv.webp)
    no-repeat center center;
  background-size: 110%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
header .kv_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
header .kv_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header.enter {
  animation: kv_bg_enter 2s alternate ease;
}
header.loop {
  animation: kv_bg_loop 15s infinite ease-in-out alternate;
}
header .snslink {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  width: 12%;
  right: 1%;
  top: 1%;
  z-index: 5;
}
header .snslink a {
  margin: 0 0.1vw;
}
header .snslink a:hover {
  filter: brightness(1.3);
}
header .kvbox {
  width: 100%;
  height: 100%;
  position: relative;
}
header .kvbox .logo {
  position: absolute;
  top: 1.04vw;
  left: 1.04vw;
}
header .kvbox .logo a {
  display: block;
  width: 11.35vw;
}
header .kvbox .logo a:hover {
  transform: translateY(-5px);
  filter: brightness(1.5);
}
header .kvbox .slogan {
  width: 100%;
  position: absolute;
  top: 22vw;
}
header .kvbox .slogan .kv_slogan {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
header .kvbox .slogan .kv_slogan img {
  position: absolute;
  height: auto;
}
header .kvbox .slogan .kv_slogan img.kv_slogan_main {
  top: 0;
  width: 42.6vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  animation: fadeIn2 1.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
header .kvbox .slogan .kv_slogan img.kv_sub_slogan {
  width: 40vw;
  top: 15.3vw;
  opacity: 0;
  animation: fadeIn2 1.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  z-index: 5;
}
header .kvbox .slogan .kv_slogan img.title_light01 {
  width: 42.6vw;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  mix-blend-mode: screen;
  opacity: 0;
  animation: light 1.5s infinite cubic-bezier(0.175, 0.885, 0.32, 1.275), fadeIn2 1.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
header .kvbox .slogan .kv_slogan img.title_light02 {
  width: 42.6vw;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  mix-blend-mode: screen;
  opacity: 0;
  animation: light2 0.6s infinite alternate-reverse, fadeIn2 1.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
header .kvbox .main_btn {
  position: relative;
  top: 40.5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  width: 28.12vw;
  margin: 0 auto;
  opacity: 0;
  animation: fadeInUP 1s forwards 1.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .kvbox .main_btn a {
  display: block;
  margin: 0 0.6vw;
}
header .kvbox .main_btn a:hover {
  transform: translateY(-5px);
  filter: brightness(1.2);
}
header .kvbox .main_btn .login_btn {
  position: relative;
}
header .kvbox .main_btn .login_btn .txt {
  position: absolute;
  width: 18.33vw;
  top: -3.1vw;
  right: -16.2vw;
  animation: kv_login_txt infinite 0.5s;
}
header .marquee_box_1,
.event2 .marquee_box_1 {
  position: absolute;
  padding-top: 0%;
  padding-bottom: 0%;
  width: 100%;
  height: 2vw;
  bottom: 0%;
  left: 0%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  transform: rotate(0deg);
}
header .marquee_box_1 .marquee_1,
.event2 .marquee_box_1 .marquee_1 {
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  bottom: 0%;
  left: 0%;
  background-color: #040809;
  background-size: contain;
  background-position: left top;
  background-repeat: repeat-x;
  overflow: hidden;
  z-index: 0;
  transition: 1s;
}
header .marquee_box_1 .marquee_1 span,
.event2 .marquee_box_1 .marquee_1 span {
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/marquee.webp)
    repeat-x;
  background-size: auto 100%;
  background-position: left top;
  height: 2vw;
  width: 9228px;
  display: block;
  animation: scrolltext02 30s linear infinite;
}



.title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

main {
  background: url("https://images1.iwplay.com.tw/image/ht/events/20260120/images/main_bg.webp") center top no-repeat;
  background-size: cover;
}


/*---- event1 -------------------------------------------------------------*/
.event1 {
  margin-top: 0vw;
  width: 100%;
  height: 65vw;
  /* background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/sec2_bg1.webp)
    center no-repeat;
  background-size: cover; */
  /* display: flex; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
  padding-top: 4vw;
  /* swiper */
  /* background-color: #35e7ffd8; */
  margin-bottom: 1vw;
}
.event1::before {
  content: "";
  pointer-events: none;
  display: block;
  height: 100%;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.08);
  position: absolute;
  top: 0;
  left: 8.33vw;
}
.event1 .picbox {
  z-index: 10;
}
.event1 .picbox img {
  position: absolute;
  height: auto;
}
.event1 .picbox img.sec1_char_1 {
  left: 18vw;
  top: 1vw;
  width: 10vw;
}
.event1 .picbox img.sec1_char_2 {
  left: 70vw;
  top: 12vw;
  width: 10vw;
}

.event1 .title,
.event2 .title {
  padding-top: 0.78vw;
  width: auto;
  height: 8vw;
  opacity: 0;
}

/* .event1 .txtbox {
  width: auto;
  height: 1.6vw;
  background-image: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/);
} */

.event1 .txtbox{
  width:50vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/share_bg.webp)
    center no-repeat;
  background-size: 100% 100%;
  margin: 0.6vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  
}

.event1 .txtbox p {
  color: #ffffff;
  font-size: 0.95vw;
  line-height: 2.5vw;
  text-shadow: 0px 0px 5px #35e7ff;
}
.event1 .txtbox p span{
  color: #fff45c;
}


.event1 .slidebox {
  width: 58.59vw;
  height: 32.7vw;
  position: relative;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/slide_bg.webp)
    center no-repeat;
  background-size: cover;
  padding-top: 2.05vw;
  padding-left: 0.7vw;
  /* 自訂選單 */
  /* 箭頭 */
}
.event1 .slidebox::after,
.event1 .slidebox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  width: 3.2vw;
  height: 6vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/sec2_point.webp)
    center no-repeat;
  background-size: cover;
}
.event1 .slidebox::after {
  left: 0;
  bottom: -0.5vw;
}
  .event1 .slidebox::before {
  right: -0.8vw;
  top: -2.5vw;
}
.event1 .slidebox img {
  width: 54.8vw;
}
.event1 .slidebox .swiper {
  overflow: visible;
}
.event1 .slidebox .ytlink {
  display: block;
  width: 54.8vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  background: #000323;
}
.event1 .slidebox .ytlink img {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.event1 .slidebox .ytlink img:hover {
  opacity: 1;
}
.event1 .slidebox .ytlink::after,
.event1 .slidebox .ytlink::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  transition: all 0.3s ease;
}
.event1 .slidebox .ytlink::after {
  width: 1.92vw;
  height: 2.23vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/play_btn_arrow.webp)
    center no-repeat;
  background-size: cover;
  margin-left: 0.7vw;
}
.event1 .slidebox .ytlink::before {
  width: 5.62vw;
  height: 5.62vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/btn_play_r.webp)
    center no-repeat;
  background-size: cover;
  animation: turn infinite 1.5s linear;
}
.event1 .slidebox .ht_pagination {
  width: 37.6vw;
  margin: 0 auto;
  margin-top: 2.39vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.event1 .slidebox .ht_pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 11.82vw;
  height: 3.12vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/slide_btn.webp)
    center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.event1 .slidebox .ht_pagination span img {
  opacity: 0.8;
  transition: all 0.3s ease;
  height: 1.3vw;
  width: auto;
}
.event1 .slidebox .ht_pagination span:nth-child(3) img {
  height: 1.45vw;
}
.event1 .slidebox .ht_pagination span.active {
  background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/slide_btn_act.webp)
    center no-repeat;
  background-size: cover;
}
.event1 .slidebox .ht_pagination span.active img {
  opacity: 1;
}
.event1 .slidebox .swiper-button-prev:after,
.event1 .slidebox .swiper-rtl .swiper-button-next:after,
.event1 .slidebox .swiper-button-next:after,
.event1 .slidebox .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.event1 .slidebox .swiper-button-prev,
.event1 .slidebox .swiper-button-next {
  width: 2.81vw;
  height: 3.54vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/slide_arrow.webp)
    center no-repeat;
  background-size: cover;
  top: calc(50% - 2.39vw);
}
.event1 .slidebox .swiper-button-prev {
  transform: scaleX(-1);
  left: -3.12vw;
}
.event1 .slidebox .swiper-button-next {
  left: auto;
  right: -3.12vw;
}
/*---- feature25 slider (replaced picbox) ------------------------------*/
.event1 .gallery {
  position: relative;
  width: 54vw;
  height: auto;
  margin: 0 auto;
  /* top: 38%; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  z-index: 2;
  overflow: hidden;
}
.event1 .gallery_bg{
  position: absolute;
  top: 9.5%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/gallery_bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
.event1 .gallery .carousel {
    position: relative;
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.6vw 0 0 0;
}
.event1 .gallery .carousel .swiper-slide img {
    width: 100%;
    filter: drop-shadow(0 0 0.1rem rgba(255, 255, 255, 0.6));
}
.event1 .gallery .carousel .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0));
    opacity: 0.7;
    transition: 0.3s;
    z-index: 1;
}
.event1 .gallery .carousel .swiper-slide-active::before {
    opacity: 0;
}
/*--- arrow ---*/
.event1 .gallery .carousel .btn_prev,
.event1 .gallery .carousel .btn_next {
  width: 2.5vw;
  height: 2.5vw;
  background: url("https://images1.iwplay.com.tw/image/ht/events/20260120/images/slide_arrow.webp") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.event1 .gallery .carousel .btn_prev {
  left: 19.5vw;
  transform: translateY(-50%) rotate(180deg);
}
.event1 .gallery .carousel .btn_next {
  right: 19.5vw;
  transform: translateY(-50%);
}
.event1 .picbox img.event01_txt {
  top: 11vw;
  width: 19.32vw;
}
.event1 .picbox img.event01_txt_bg {
  width: 13.43vw;
  left: 11.45vw;
  top: 5.83vw;
  animation: noise 0.7s infinite;
}

.event1 .main_content {
  width: 100%;
  position: relative;
}
.event1 .main_content button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 12vw;
  position: absolute;
  top: auto;
  bottom: 22.5vw;
  left: 78.5%;
  z-index: 15;
}
.event1 .main_content button img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.event1 .main_content button:hover img {
    filter: brightness(1.2);
    transform: translateY(-5px);
}

.event1 .milestone{
  /* background-color: rgba(127, 255, 212, 0.438); */
  width: 65%;
  height: auto;
  /* aspect-ratio: 70/18; */
  margin: 0 auto;
  position: relative;
}
.event1 .milestone_btnbox{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  /* background-color: #d34e4eb0; */
  
}
.event1 .milestone .milestone_btn{
  position:unset;
  width: 20%;
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 2vw 0;
}

/* 開始前 */
/* 0120初始即當日 */
.event1 .milestone .milestone_btn.btn_0123_yet{
  /* background-color: #35ff9a8c; */
  background-image: url(../images/milestone/0123/award_base_0123_yet.webp);
}
.event1 .milestone .milestone_btn.btn_0126_yet{
  /* background-color: #ff9a358c; */
  background-image: url(../images/milestone/0126/award_base_0126_yet.webp);
}
.event1 .milestone .milestone_btn.btn_0130_yet{
  /* background-color: #ff35356c; */
  background-image: url(../images/milestone/0130/award_base_0130_yet.webp);
}
.event1 .milestone .milestone_btn.btn_0202_yet{
  /* background-color: #35e7ff7c; */
  background-image: url(../images/milestone/0202/award_base_0202_yet.webp);
}

/* 當日 */
.event1 .milestone .milestone_btn.btn_0120{
  /* background-color: #5335ffa9; */
  background-image: url(../images/milestone/0120/award_base_0120.webp);
}
.event1 .milestone .milestone_btn.btn_0123{
  /* background-color: #35ff9a8c; */
  background-image: url(../images/milestone/0123/award_base_0123.webp);
}
.event1 .milestone .milestone_btn.btn_0126{
  /* background-color: #ff9a358c; */
  background-image: url(../images/milestone/0126/award_base_0126.webp);
}
.event1 .milestone .milestone_btn.btn_0130{
  /* background-color: #ff35356c; */
  background-image: url(../images/milestone/0130/award_base_0130.webp);
}
.event1 .milestone .milestone_btn.btn_0202{
  /* background-color: #35e7ff7c; */
  background-image: url(../images/milestone/0202/award_base_0202.webp);
}

/* 結束 */
.event1 .milestone .milestone_btn.btn_0120_finished{
  /* background-color: #5335ffa9; */
  background-image: url(../images/milestone/0120/award_base_0120_finished.webp);
}
.event1 .milestone .milestone_btn.btn_0123_finished{
  /* background-color: #35ff9a8c; */
  background-image: url(../images/milestone/0123/award_base_0123_finished.webp);
}
.event1 .milestone .milestone_btn.btn_0126_finished{
  /* background-color: #ff9a358c; */
  background-image: url(../images/milestone/0126/award_base_0126_finished.webp);
}
.event1 .milestone .milestone_btn.btn_0130_finished{
  /* background-color: #ff35356c; */
  background-image: url(../images/milestone/0130/award_base_0130_finished.webp);
}
/* 0202當日即結束 */


.milestone_btn img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}


/*---- event2 -------------------------------------------------------------*/

.event2 {
  width: 100%;
  height: 55.93vw;
  /* background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/sec1_bg1.webp)
    center no-repeat; */
  background: none;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
  padding-top: 3.9vw;
}
.event2::before {
  content: "";
  pointer-events: none;
  display: block;
  height: 100%;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.08);
  position: absolute;
  top: 0;
  left: 8.33vw;
}
.event2 .picbox {
  z-index: 10;
}
.event2 .picbox img {
  position: absolute;
  height: auto;
}
.event2 .picbox img.sec2_char_1 {
  left: 70vw;
  top: -2vw;
  width: 13vw;
}
.event2 .picbox img.sec2_char_2 {
  left: 19vw;
  top: 11.5vw;
  width: 10vw;
}

.event2 .txtbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.event2 .txtbox .sharebox {
  width: 50vw;
  height: 2.6vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/share_bg.webp)
    center no-repeat;
  background-size: 100% 100%;
  margin: 0.6vw 0 2vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  
}
.event2 .txtbox .sharebox h6 {
  color: #fff;
  font-size: 1.1vw;
  font-weight: 500;
  margin: 0.5vw;
  line-height:  1.5vw;
  letter-spacing: 0.08vw;
}
.event2 .txtbox .sharebox h6 span {
  color: #ffe154;
  font-size: 1.5vw;
  font-weight: 600;
  margin: 0 1vw;
  line-height: 1.5vw;
}
.event2 .txtbox .sharebox .sharelink {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 7vw;
}
.event2 .txtbox .sharebox .sharelink a {
  margin: 0 0.15vw;
  transition: all 0.3s ease;
}
.event2 .txtbox .sharebox .sharelink a:hover {
  transform: scale(1.18);
  filter: brightness(1.1);
}
.event2 .txtbox p {
  color: #235777;
  font-size: 0.95vw;
  line-height: 1.6vw;
}
.event2 .txtbox p:nth-child(3) {
  font-size: 0.9vw;
}
.event2 .slotbox {
  margin-top: 1.05vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.event2 .slotbox .slotgame {
  width: 32.5vw;
  height: 27.7vw;
  position: relative;
}
.event2 .slotbox .slotgame .txtbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  right: 9.5vw;
  top: 4.2vw;
  width: 12.5vw;
  height: 2.6vw;
  z-index: 3;
}
.event2 .slotbox .slotgame .txtbox::after,
.event2 .slotbox .slotgame .txtbox::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 0.5vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/arrow_ani.png)
    center no-repeat;
  background-size: cover;
  display: none;
}
.event1 .slotbox .slotgame .txtbox::before {
  transform: scaleX(-1);
}
.event2 .slotbox .slotgame .txtbox p {
  color: #fff;
  font-size: clamp(0.8rem, 1.5vw, 1.4rem);
}
.event2 .slotbox .slotgame .txtbox p span {
  color: #ffe154;
  padding: 0 5px;
}
.event2 .slotbox .slotgame .slot {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.event2 .slotbox .slotgame .slot .slotcon {
  width: 100%;
  height: 100%;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/slot.webp)
    right center no-repeat;
  background-size: auto 100%;
  position: relative;
  pointer-events: none;
}
.event2 .slotbox .slotgame .slot .slotcon .slot_start {
  position: absolute;
  width: 14.5vw;
  height: auto;
  top: 11.9vw;
  right: 8.5vw;
}
.event2 .slotbox .slotgame .slot .slotbar {
  position: absolute;
  z-index: -1;
  width: 4.33vw;
  height: 5.83vw;
  top: 11.3vw;
  left: -1vw;
}
.event2 .slotbox .slotgame .slot .slotbar .bar {
  animation: slotbar 0.5s infinite alternate-reverse;
  transition: all 0.3s ease-out;
}
.event2 .slotbox .slotgame .slot .slotbar .btn_ani {
  position: relative;
  width: 5.2vw;
  height: 5.2vw;
  left: -1.52vw;
  top: -7.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease;
}
.event2 .slotbox .slotgame .slot .slotbar .btn_ani img {
  position: absolute;
  height: auto;
  opacity: 0;
}
.event2 .slotbox .slotgame .slot .slotbar .btn_ani img.slot_btn_r1 {
  width: 4.37vw;
  animation: slotbar_r infinite 2s linear;
}
.event2 .slotbox .slotgame .slot .slotbar .btn_ani img.slot_btn_r2 {
  width: 100%;
  animation: slotbar_r2 infinite 1.6s linear 0.5s;
}
.event2 .slotbox .slotgame .slot .slotbar .btn_ani img.slot_btn_r3 {
  width: 3.43vw;
  animation: slotbar_r3 infinite 2.2s linear 0.3s;
}
.event2 .slotbox .slotgame .slot .slotbar:hover .bar {
  transform: translateY(4vw) rotate(-30deg) translateX(1vw) scale(1.05);
}
.event2 .slotbox .slotgame .slot .slotbar:hover .btn_ani {
  display: none;
}
.event2 .slotbox .slotgame .btnbox {
  position: absolute;
  right: 6.5vw;
  bottom: 3.15vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 18vw;
  z-index: 3;
}
.event2 .slotbox .slotgame .btnbox a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 7.2vw;
  height: 2.3vw;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/btn_bg.webp)
    center no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
}
.event2 .slotbox .slotgame .btnbox a:hover {
  filter: hue-rotate(215deg);
  transform: translateY(-2px);
}
.event2 .slotbox .slotgame .btnbox a img {
  width: 5.15vw;
  height: auto;
  transition: all 0.3s ease;
  margin-bottom: 0.4vw;
}
.event2 .slotbox .slotgame .btnbox a:hover img {
  transform: scale(1.15);
}
.event2 .slotbox .award {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 30vw;
  margin-left: 1.5vw;
  margin-top: 2vw;
}
.event2 .slotbox .award > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.event2 .slotbox .award .item1 {
  width: 20vw;
}
.event2 .slotbox .award .item1 img {
  width: 8.95vw;
  height: auto;
}
.event2 .slotbox .award .item2 img {
  width: 7vw;
  height: auto;
  margin-top: 0.72vw;
}

/*---- event3 -------------------------------------------------------------*/

.event3 {
  margin-top: 0vw;
  width: 100%;
  height: auto;
  aspect-ratio: 100/60.36;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/sec3_bg.webp)
    center no-repeat;
  background-size: cover;
  /* display: flex; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
  padding-top: 4vw;
  /* swiper */
  background-color: #000000d8;
}

/*---- footer -------------------------------------------------------------*/
footer {
  color: #fff;
  background: #000;
  z-index: 25;
}
footer img {
  margin: 0 6px;
  width: inherit;
}
footer p,
footer ul,
footer li {
  padding-left: 0;
  opacity: 1;
}
footer .company {
  margin-right: 5px;
}

/*---- popup -------------------------------------------------------------*/
#notemodal.modal .modal-dialog,
#awardmodal.modal .modal-dialog {
  max-width: 742px !important;
  width: 96vw !important;
  height: auto;
}
#notemodal.modal .modal-dialog .modal-header,
#awardmodal.modal .modal-dialog .modal-header {
  border-bottom: none;
}
#notemodal.modal .modal-dialog .modal-content,
#awardmodal.modal .modal-dialog .modal-content {
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/popup_bg.webp)
    center no-repeat;
  background-size: cover;
  height: 123vw !important;
  max-height: 461px !important;
  padding-bottom: 20px;
  border: 0;
}
#notemodal.modal .modal-dialog .modal-content .modal-header::before,
#awardmodal.modal .modal-dialog .modal-content .modal-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 240px;
  height: 7px;
  /* background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/popup_txt.webp) */
    center no-repeat;
  background-size: cover;
  right: 75px;
}
#notemodal.modal .modal-dialog .modal-content .modal-header h1,
#awardmodal.modal .modal-dialog .modal-content .modal-header h1 {
  font-size: 1.5rem !important;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding-left: 10px;
}
#notemodal.modal .modal-dialog .modal-content .modal-header h1::before,
#awardmodal.modal .modal-dialog .modal-content .modal-header h1::before {
  content: "";
  display: block;
  width: 31px;
  height: 27px;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/popup_icon.webp)
    center no-repeat;
  background-size: cover;
  margin-right: 10px;
}
/*---- scrollbar ----*/
#awardmodal.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar,
#notemodal.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 5px;
}
#awardmodal.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track,
#notemodal.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#awardmodal.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb,
#notemodal.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #658995;
  border-radius: 5px;
}
#notemodal.modal .modal-dialog .modal-content .modal-body,
#awardmodal.modal .modal-dialog .modal-content .modal-body {
  width: 98%;
  overflow-y: auto;
  color: #313131;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#notemodal.modal .modal-dialog .modal-content .modal-body ol,
#awardmodal.modal .modal-dialog .modal-content .modal-body ol {
  padding: 0px 10px 0px;
}
#notemodal.modal .modal-dialog .modal-content .modal-body ol li,
#awardmodal.modal .modal-dialog .modal-content .modal-body ol li {
  margin-left: 25px;
  padding-left: 8px;
  line-height: 1.65rem;
  margin-top: 8px;
}
#notemodal.modal .modal-dialog .modal-content .modal-body table,
#awardmodal.modal .modal-dialog .modal-content .modal-body table {
  width: 94%;
  margin: 0 auto;
}
#notemodal.modal .modal-dialog .modal-content .modal-body table thead,
#awardmodal.modal .modal-dialog .modal-content .modal-body table thead {
  width: 100%;
  border-bottom: 1px solid #ffffff00;
  background: rgba(6, 67, 83, 0.5);
  color: #fff;
}
#notemodal.modal .modal-dialog .modal-content .modal-body table td,
#notemodal.modal .modal-dialog .modal-content .modal-body table th,
#awardmodal.modal .modal-dialog .modal-content .modal-body table td,
#awardmodal.modal .modal-dialog .modal-content .modal-body table th {
  padding: 11px;
}
#notemodal.modal .modal-dialog .modal-content .modal-body table td:first-child,
#notemodal.modal .modal-dialog .modal-content .modal-body table th:first-child,
#awardmodal.modal .modal-dialog .modal-content .modal-body table td:first-child,
#awardmodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  table
  th:first-child {
  width: 20%;
  padding-left: 5%;
  text-align: center;
}
#notemodal.modal .modal-dialog .modal-content .modal-body table td:nth-child(2),
#notemodal.modal .modal-dialog .modal-content .modal-body table th:nth-child(2),
#awardmodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  table
  td:nth-child(2),
#awardmodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  table
  th:nth-child(2) {
  width: 30%;
  text-align: center;
}
#notemodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  table
  tbody
  tr
  td:first-child,
#awardmodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  table
  tbody
  tr
  td:first-child {
  color: #313131;
}
#notemodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  table
  tbody
  tr:nth-child(even),
#awardmodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  table
  tbody
  tr:nth-child(even) {
  background: rgba(6, 67, 83, 0.5);
  color: #fff;
}
#notemodal.modal .modal-dialog .modal-content .modal-body table tbody tr:nth-child(even) td:first-child,
#awardmodal.modal .modal-dialog .modal-content .modal-body table tbody tr:nth-child(even) td:first-child {
  color: #fff;
}

#notemodal.modal .modal-dialog .modal-content .modal-body .page,
#awardmodal.modal .modal-dialog .modal-content .modal-body .page {
  margin-top: 20px;
}
#notemodal.modal .modal-dialog .modal-content .modal-body .page .page-link,
#awardmodal.modal .modal-dialog .modal-content .modal-body .page .page-link {
  background: rgba(3, 48, 58, 0.7);
  cursor: pointer;
  border: 0;
  color: #fff;
  opacity: 0.7;
}
#notemodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  .page
  .page-link:hover,
#awardmodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  .page
  .page-link:hover {
  opacity: 1;
}
#notemodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  .page
  .page-item.active
  .page-link,
#awardmodal.modal
  .modal-dialog
  .modal-content
  .modal-body
  .page
  .page-item.active
  .page-link {
  background: rgba(18, 116, 138, 0.5);
  opacity: 1;
}

#getmodal.modal .modal-dialog,
#eventAlertModal.modal .modal-dialog {
  max-width: 431px !important;
  width: 90vw !important;
  height: auto;
}
#getmodal.modal .modal-dialog .modal-header,
#eventAlertModal.modal .modal-dialog .modal-header {
  border-bottom: none;
}
#getmodal.modal .modal-dialog .modal-content,
#eventAlertModal.modal .modal-dialog .modal-content {
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/popup_bg2.webp)
    center no-repeat;
  background-size: 100% 100%;
  max-height: 61.29vw !important;
  max-height: 357px !important;
  padding-bottom: 20px;
  border: 0;
}
#getmodal.modal .modal-dialog .modal-content .modal-header,
#eventAlertModal.modal .modal-dialog .modal-content .modal-header {
  height: 65px;
}
#getmodal.modal .modal-dialog .modal-content .modal-body,
#eventAlertModal.modal .modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#getmodal.modal .modal-dialog .modal-content .modal-body p,
#eventAlertModal.modal .modal-dialog .modal-content .modal-body p {
  color: #313131;
  font-size: 1.25rem;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#getmodal.modal .modal-dialog .modal-content .modal-body .popup_award_pic,
#eventAlertModal.modal
  .modal-dialog
  .modal-content
  .modal-body
  .popup_award_pic {
  width: 94%;
  max-width: 345px;
  height: auto;
  padding-top: 12px;
}

#getmodal.modal .btn-close,
#eventAlertModal.modal .btn-close,
#notemodal.modal .btn-close,
#awardmodal.modal .btn-close {
  width: 36px;
  height: 35px;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/popup_close_f.webp)
    center no-repeat;
  background-size: cover;
  padding: 0 !important;
  border-radius: 0;
  opacity: 1;
  position: absolute;
  top: 25px;
  right: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#getmodal.modal .btn-close::before,
#eventAlertModal.modal .btn-close::before,
#notemodal.modal .btn-close::before,
#awardmodal.modal .btn-close::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/popup_close.webp)
    center no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
}
#getmodal.modal .btn-close:hover,
#eventAlertModal.modal .btn-close:hover,
#notemodal.modal .btn-close:hover,
#awardmodal.modal .btn-close:hover {
  opacity: 1;
}
#getmodal.modal .btn-close:hover::before,
#eventAlertModal.modal .btn-close:hover::before,
#notemodal.modal .btn-close:hover::before,
#awardmodal.modal .btn-close:hover::before {
  transform: rotate(180deg);
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.7;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 20;
  pointer-events: none;
  mix-blend-mode: overlay;
  top: 0;
  left: 0;
}


@media only screen and (max-width: 768px) {
  /*---- nav  -------------------------------------------------------------*/
  nav {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 13.5vw;
    background: #060909;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  nav::after {
    display: none;
  }
  nav li {
    flex: 1 1 25%;
    height: 100%;
  }
  nav li span {
    font-size: 3.5vw;
  }
  nav li::before {
    width: 0.7vw;
    border-radius: 50%;
    height: 0.7vw;
    margin-right: 2.8vw;
    background-color: #d34e4e;
  }
  nav li::after {
    width: 100%;
    height: 0.6vw;
    background-color: #d34e4e;
    position: absolute;
    bottom: 0;
  }
  nav .active::before {
    width: 2.8vw;
    height: 2.8vw;
    background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/nav_act_m.webp)
      center no-repeat;
    background-size: auto 90%;
    margin-right: 1.4vw;
    margin-left: -0.7vw;
  }
  nav .active::after {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  /*---- header -------------------------------------------------------------*/
  header {
    height: 164vw;
    background: url(https://images2.iwplay.com.tw/image/ht/events/20260120/media/kv_bg_m.webp)
      no-repeat center 60%;
    background-size: 100%;
  }
  header.enter {
    animation: kv_bg_enter_m 2s alternate ease;
  }
  header.loop {
    animation: kv_bg_loop_m 15s infinite ease-in-out alternate;
  }
  header .snslink {
    width: 48%;
    top: 2%;
    right: 2%;
  }
  header .snslink a {
    margin: 0 2%;
  }
  header .kvbox .logo a {
    width: 23.61vw;
  }
  header .kvbox .slogan {
    top: 84vw;
  }
  header .kvbox .slogan .kv_slogan img.kv_slogan_main {
    width: 91.48vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .kvbox .slogan .kv_slogan img.kv_sub_slogan {
    width: 110vw;
    top: 32vw;
  }
  header .kvbox .slogan .kv_slogan img.title_light01 {
    width: 91.48vw;
    top: 0vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .kvbox .slogan .kv_slogan img.title_light02 {
    width: 91.48vw;
    top: 0vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .kvbox .main_btn {
    top: 120vw;
    width: 92vw;
  }
  header .kvbox .main_btn .login_btn .txt {
    width: 70.18vw;
    top: 15.74vw;
    right: -2.5vw;
  }
  header .marquee_box_1,
  .event2 .marquee_box_1 {
    height: 5vw;
  }
  header .marquee_box_1 .marquee_1 span,
  .event2 .marquee_box_1 .marquee_1 span {
    height: 5vw;
  }

  /*---- event1 -------------------------------------------------------------*/
  .event1 {
    margin-top: -4.16vw;
    height: 190vw;
    /* background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/sec2_bg1_m.webp)
      center top no-repeat; */
    background-size: 100% auto;
    justify-content: flex-start;
    padding-top: 12.03vw;
    /* swiper */
  }
  .event1 .txtbox {
    width: 96vw;
    margin-bottom: 2vw;
  }
  .event1 .main_content {
    background-color: #ed822b00;
    overflow: hidden;
  }
  .event1 .milestone{
    background-color: rgba(127, 255, 212, 0);
    width: 96%;
    height: auto;
    /* aspect-ratio: 100/55; */
    margin: 2vw auto 25vw auto;
  }
  .event1 .milestone_btnbox {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: auto;
  }
  .event1 .milestone .milestone_btn {
    width: 33.3333%;
    height: auto;
    border: 0;
    padding: 0;
    position: static; 
    transform: none; 
    left: auto; 
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .event1 .main_content button {
    width: 45vw;
    position: absolute;
    top: auto;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
  }

  .event1::before {
    display: none;
  }
  .event1 .picbox {
    display: none;
  }

  /*---- feature25 slider mobile ----*/
  .event1 .gallery {
    width: 93.78vw;
    /* top: 44%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
  }
  .event1 .gallery_bg{
  position: absolute;
  top: 3%;
  width: 238%;
}
  .event1 .gallery .carousel{
    width: 94vw;
  }
  .event1 .gallery .carousel .btn_prev,
  .event1 .gallery .carousel .btn_next {
    width: 6vw;
    height: auto;
    padding-bottom: 19%; /* Maintain aspect ratio */
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
  }
  .event1 .gallery .carousel .btn_prev {
    left: 2.5vw;
    transform: translateY(-50%) rotate(180deg);
  }
  .event1 .gallery .carousel .btn_next {
    right: 2.5vw;
    transform: translateY(-50%);
  }
  .event1 .title,
  .event2 .title {
    width: auto;
    height: 20vw;
  }
  .event1 .slidebox {
    width: 91.66vw;
    height: 51.11vw;
    padding-top: 3.2vw;
    margin-top: 1vw;
    /* 自訂選單 */
    /* 箭頭 */
  }
  .event1 .slidebox::after,
  .event1 .slidebox::before {
    width: 5.37vw;
    height: 11.11vw;
  }
  .event1 .slidebox::after {
    left: 0;
    bottom: -0.5vw;
  }
  .event1 .slidebox::before {
    right: -0.8vw;
    top: -2.5vw;
  }
  .event1 .slidebox img {
    width: 85.74vw;
  }
  .event1 .slidebox .ytlink {
    width: 85.74vw;
  }
  .event1 .slidebox .ytlink::after {
    width: 3.42vw;
    height: 3.98vw;
  }
  .event1 .slidebox .ytlink::before {
    width: 10vw;
    height: 10vw;
  }
  .event1 .slidebox .ht_pagination {
    width: 88.4vw;
    margin-top: 5vw;
  }
  .event1 .slidebox .ht_pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 27.77vw;
    height: 7.4vw;
  }
  .event1 .slidebox .ht_pagination span img {
    height: 3.14vw;
  }
  .event1 .slidebox .ht_pagination span:nth-child(3) img {
    height: 3.51vw;
  }
  .event1 .slidebox .swiper-button-prev,
  .event1 .slidebox .swiper-button-next {
    width: 5vw;
    height: 6.29vw;
    top: calc(50% - 3.14vw);
  }
  .event1 .slidebox .swiper-button-prev {
    left: -4vw;
  }
  .event1 .slidebox .swiper-button-next {
    right: -4vw;
  }
  /*---- event2 -------------------------------------------------------------*/
  .event2 {
    height: 235vw;
    /* background: url(https://images1.iwplay.com.tw/image/ht/events/20250425/images/sec1_bg1_m.webp)
      center no-repeat; */
    background: none;
    background-size: 100% 100%;
    padding-top: 8vw;
  }
  .event2::before {
    display: none;
  }
  .event2 .picbox {
    display: none;
  }
  
  .event2 .txtbox .sharebox {
    width: 96vw;
    height: 13.5vw;
    background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/share_bg_m.webp)
      center no-repeat;
    background-size: 100% 100%;
    padding: 0 6.2vw 0 7.5vw;
    margin: 2.8vw 0;
  }
  .event2 .txtbox .sharebox h6 {
    width: 45vw;
    font-size: clamp(0.75rem, 3.65vw, 1.4rem);
    margin: 0 0.5vw 0 2.5vw;
    line-height: 5vw;
  }
  .event2 .txtbox .sharebox h6 span {
    font-size: clamp(0.85rem, 4.4vw, 1.6rem);
}
  .event2 .txtbox .sharebox .sharelink {
    width: 55vw;
    margin-right: 0.5vw;
  }
  .event2 .txtbox .sharebox .sharelink a {
    margin: 0 1.8vw;
    width: 11vw;
  }
  .event1 .txtbox p,
  .event2 .txtbox p {
    text-align: center;
    padding: 0 8.5vw;
    font-size: clamp(0.75rem, 3.3vw, 1.25rem);
    line-height: 4.9vw;
    letter-spacing: 0.15vw;
  }
  .event2 .txtbox p:nth-child(3) {
    font-size: clamp(0.75rem, 3.3vw, 1.25rem);
  }
  .event2 .slotbox {
    margin-top: 2.8vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .event2 .slotbox .slotgame {
    width: 83.7vw;
    height: 71.2vw;
  }
  .event2 .slotbox .slotgame .txtbox {
    right: 20vw;
    top: 12vw;
    width: 32vw;
    height: 5vw;
  }
  .event2 .slotbox .slotgame .txtbox::after,
  .event2 .slotbox .slotgame .txtbox::before {
    width: 6.01vw;
    height: 1.5vw;
    display: none;
  }
  .event2 .slotbox .slotgame .txtbox p {
    font-size: 4vw;
    padding: 0;
  }
  .event2 .slotbox .slotgame .slot {
    left: 4.5vw;
  }
  .event2 .slotbox .slotgame .slot .slotcon .slot_start {
    width: 41vw;
    top: 29.59vw;
    right: 20vw;
  }
  .event2 .slotbox .slotgame .slot .slotbar {
    width: 17.51vw;
    height: 22.81vw;
    top: 26.44vw;
    left: -5vw;
  }
  .event2 .slotbox .slotgame .slot .slotbar .btn_ani {
    width: 13.24vw;
    height: 13.24vw;
    left: -2vw;
    top: -24.5vw;
  }
  .event2 .slotbox .slotgame .slot .slotbar .btn_ani img.slot_btn_r1 {
    width: 11.11vw;
  }
  .event2 .slotbox .slotgame .slot .slotbar .btn_ani img.slot_btn_r3 {
    width: 8.79vw;
  }
  .event2 .slotbox .slotgame .btnbox {
    right: 10.5vw;
    bottom: 8vw;
    width: 50vw;
  }
  .event2 .slotbox .slotgame .btnbox a {
    width: 22vw;
    height: 6.5vw;
  }
  .event2 .slotbox .slotgame .btnbox a img {
    width: 16vw;
  }
  .event2 .slotbox .award {
    width: 90.74vw;
    margin: 6vw 0;
  }
  .event2 .slotbox .award .item1 {
    width: 58vw;
  }
  .event2 .slotbox .award .item1 img {
    width: 25.55vw;
  }
  .event2 .slotbox .award .item2 img {
    width: 21vw;
    margin-top: 2vw;
  }
  
  
/*---- event3 -------------------------------------------------------------*/

  .event3 {
  margin-top: 0vw;
  width: 100%;
  height: auto;
  aspect-ratio: 1080/2112;
  background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/sec3_bg_m.webp)
    center no-repeat;
  background-size: cover;
}


  #notemodal.modal .modal-dialog,
  #awardmodal.modal .modal-dialog {
    max-width: 462px !important;
    width: 94.53vw !important;
    margin: 0 auto;
  }
  #notemodal.modal .modal-dialog .modal-content,
  #awardmodal.modal .modal-dialog .modal-content {
    background: url(https://images1.iwplay.com.tw/image/ht/events/20260120/images/popup_bg_m.webp)
      center no-repeat;
    background-size: 100% 100%;
    height: 121.01vw !important;
    max-height: 600px !important;
  }
  #notemodal.modal .modal-dialog .modal-content .modal-header::before,
  #awardmodal.modal .modal-dialog .modal-content .modal-header::before {
    display: none;
  }
  #notemodal.modal .modal-dialog .modal-content .modal-header h1,
  #awardmodal.modal .modal-dialog .modal-content .modal-header h1 {
    font-size: 1.35rem !important;
  }
  #notemodal.modal .modal-dialog .modal-content .modal-header h1::before,
  #awardmodal.modal .modal-dialog .modal-content .modal-header h1::before {
    width: 22px;
    height: 19px;
  }
  #notemodal.modal .modal-dialog .modal-content .modal-body,
  #awardmodal.modal .modal-dialog .modal-content .modal-body {
    width: 100%;
  }
  #notemodal.modal .modal-dialog .modal-content .modal-body ol,
  #awardmodal.modal .modal-dialog .modal-content .modal-body ol {
    padding: 0;
  }
  #notemodal.modal .modal-dialog .modal-content .modal-body table,
  #awardmodal.modal .modal-dialog .modal-content .modal-body table {
    width: 100%;
  }
  #notemodal.modal .modal-dialog .modal-content .modal-body table td,
  #notemodal.modal .modal-dialog .modal-content .modal-body table th,
  #awardmodal.modal .modal-dialog .modal-content .modal-body table td,
  #awardmodal.modal .modal-dialog .modal-content .modal-body table th {
    padding: 6px;
  }
  #notemodal.modal
    .modal-dialog
    .modal-content
    .modal-body
    table
    td:first-child,
  #notemodal.modal
    .modal-dialog
    .modal-content
    .modal-body
    table
    th:first-child,
  #awardmodal.modal
    .modal-dialog
    .modal-content
    .modal-body
    table
    td:first-child,
  #awardmodal.modal
    .modal-dialog
    .modal-content
    .modal-body
    table
    th:first-child {
    width: 28%;
    padding-left: 0%;
  }
  #getmodal.modal .modal-dialog,
  #eventAlertModal.modal .modal-dialog {
    margin: 0 auto;
  }
  #getmodal.modal .modal-dialog .modal-content,
  #eventAlertModal.modal .modal-dialog .modal-content {
    padding-bottom: 20px;
  }
  #getmodal.modal .modal-dialog .modal-content .modal-header,
  #eventAlertModal.modal .modal-dialog .modal-content .modal-header {
    height: 65px;
  }
  #getmodal.modal .modal-dialog .modal-content .modal-body,
  #eventAlertModal.modal .modal-dialog .modal-content .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #getmodal.modal .modal-dialog .modal-content .modal-body .popup_award_pic,
  #eventAlertModal.modal
    .modal-dialog
    .modal-content
    .modal-body
    .popup_award_pic {
    padding-top: 0;
  }
  #getmodal.modal .btn-close,
  #eventAlertModal.modal .btn-close {
    top: 18px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  footer {
    padding-bottom: 12vw;
  }
} /*# sourceMappingURL=main.css.map */
