@charset "UTF-8";
/*---- common ----*/
:root {
  --color-popup: #1fd0d8;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700;900&display=swap");
@import url("https://ids.iwplay.com.tw/includ/footer/footer.css");
*,
a,
span {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

a:hover {
  transform: scale(1.05) rotate(-6deg);
}

/*====卷軸===*/
/* 細捲軸開始 */
::-webkit-scrollbar {
  height: 5px;
  overflow: visible;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #ff71a6;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 0px;
  min-height: 28px;
  padding: 100px 0 0;
  border-radius: 50px;
  box-shadow:
    inset 1px 1px 0 rgba(0, 0, 0, 0),
    inset 0 -1px 0 rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fff799;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:active {
  background-color: #fff;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
  border-radius: 50px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 50px;
}

/* 細捲軸結束 */
html,
body {
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #000000;
}

.main {
  background-size: 100% auto;
  position: relative;
}
.display_none {
  display: none;
}

.fullpage {
  padding-top: 0;
  width: 100%;
  position: relative;
}
.fullpage .section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.fullpage .section .content_area {
  padding: 1% 6% 4% 6%;
}
.fullpage .section .title_box {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.fullpage .section .section_title {
  height: 6vw;
  margin: 0.5vw 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.fullpage .section.section1 .section_title {
  aspect-ratio: 1049/178;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/title.webp);
}
.fullpage .section.section2 .section_title {
  aspect-ratio: 1049/178;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section2/title.webp);
}
.fullpage .section.section3 .section_title {
  aspect-ratio: 1192/200;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section3/title.webp);
}
.fullpage .section.header {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/header/header_bg_1292.webp)
    center top no-repeat;
  background-size: 100% 100%;
  position: relative;
  aspect-ratio: 2560/1292;
  /* animation: kv_ani 1s; */
}
.fullpage .section.header .logo {
  position: absolute;
  top: 2.5vw;
  left: 2.5vw;
  width: 12vw;
  aspect-ratio: 494/193;
  z-index: 1;
}
.fullpage .section.header .logo img {
  width: 100%;
}
.fullpage .section.header .home {
  position: absolute;
  top: 1.5vw;
  right: 2vw;
  height: 3vw;
  aspect-ratio: 271/80;
  z-index: 1;
  display: block;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/home.webp)
    no-repeat;
  background-size: 100% 200%;
  background-position: 0 0;
  transition: none;
}
.fullpage .section.header .home:hover {
  background-position: 0 100%;
  transform: none;
}
.fullpage .section.header .title_box {
  width: 100%;
  position: absolute;
  bottom: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fullpage .section.header .title_box .header_title_wrap {
  position: relative;
  width: 28vw;
}
.fullpage .section.header .title_box .header_title_wrap .header_title {
  width: 100%;
  display: block;
}
.fullpage .section.header .title_box .header_title_wrap .header_title_pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: 1.2s;
  animation-fill-mode: both;
}
@keyframes header_pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.08);
    opacity: 1;
  }
  80% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fullpage .section.header .title_box .btn_box {
  width: 40vw;
  aspect-ratio: 1170/113;
  margin: 1vw 0 2vw 0;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/header/header_dl_bg.webp)
    no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
.fullpage .section.header .title_box .btn_box .dl_btns {
  width: 73%;
  height: 100%;
  margin-left: auto;
  padding: 0.7% 1% 1.5% 1%;
  background: rgba(255, 0, 0, 0);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
}
.fullpage .section.header .title_box .btn_box .btn_dl {
  height: 65%;
  width: auto;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: filter 0.2s;
}
.fullpage .section.header .title_box .btn_box .btn_dl:hover {
  filter: brightness(1.15);
  transform: none;
}
.fullpage .section.header .title_box .btn_box .btn_dl_android {
  aspect-ratio: 225/68;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/header/store_android_dl.webp);
}
.fullpage .section.header .title_box .btn_box .btn_dl_ios {
  aspect-ratio: 244/90;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/header/store_ios_dl.webp);
}
.fullpage .section.header .title_box .btn_box .btn_dl_ps5 {
  aspect-ratio: 293/88;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/header/store_ps5_dl.webp);
}
.fullpage .section.header .title_box .btn_box .btn_dl_windows {
  aspect-ratio: 301/89;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/header/store_windows_dl.webp);
}
.desc_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/desc/desc_bg.webp)
    center top no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 2560/956;
}
.desc_box .title_box {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.desc_box .section_title.desc_title {
  height: 3vw;
  aspect-ratio: 1747/200;
  margin: 2.5vw auto;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/desc/title.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.desc_box .rule_con {
  width: 80%;
  color: #fff;
  container-type: inline-size;
}
.desc_box .rule_con .box {
  width: 80%;
  margin: 0 auto;
}
.desc_box .rule_con .box ol {
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.35cqw;
}
/* 區塊一：完成任務獲得獎勵 ---------------------------------------------------- */
.fullpage .section.section1 {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/section1_bg.webp)
    center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-top: -2px;
  aspect-ratio: 2560/1085;
  position: relative;
}
.fullpage .section.section1 .deco_m_left,
.fullpage .section.section1 .deco_m_right {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.fullpage .section.section1 .deco_m_left {
  top: 5vw;
  left: 4vw;
  height: 3.5vw;
  aspect-ratio: 346/108;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/deco_left.webp);
}
.fullpage .section.section1 .deco_m_right {
  bottom: 0;
  right: -1.5vw;
  height: 45vw;
  aspect-ratio: 398/1099;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/deco_right.webp);
}
.fullpage .section.section1 .deco_chara {
  position: absolute;
  bottom: 0;
  left: 2%;
  height: 19vw;
  aspect-ratio: 870/506;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/deco_chara.webp)
    no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.fullpage .section.section1 .deco_pc {
  position: absolute;
  top: 3vw;
  right: 12vw;
  width: 11vw;
  height: auto;
  aspect-ratio: 313/212;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/pc_deco_1.webp)
    no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
#section1.caption-active .deco_pc {
  animation:
    header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1s both,
    deco_float 3s ease-in-out 1.6s infinite;
}
.fullpage .section.section1 .deco_mo {
  display: none;
}
.fullpage .section.section2 .deco_mo {
  display: none;
}
.fullpage .section.section1 .title_box {
  position: relative;
  z-index: 1;
  background: rgba(255, 100, 100, 0);
}
.fullpage .section.section2 .title_box {
  background: rgba(100, 200, 100, 0);
}
.fullpage .section.section3 .title_box {
  background: rgba(100, 100, 255, 0);
}

.fullpage .section.section1 .content_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 7vw;
  position: relative;
  z-index: 1;
}
.fullpage .section.section1 .content_box .action_btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}
.fullpage .section.section1 .content_box .action_btns a {
  height: 9vw;
  aspect-ratio: 286/220;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 200%;
  background-position: 0 0;
  cursor: pointer;
  transition: none;
}
.fullpage .section.section1 .content_box .action_btns a:hover {
  background-position: 0 100%;
  transform: none;
}
.fullpage .section.section1 .content_box .action_btns .btn_rule {
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/rule.webp);
}
.fullpage .section.section1 .content_box .action_btns .btn_invoice {
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/login.webp);
}
.fullpage .section.section1 .content_box .action_btns .btn_logout {
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/logout.webp);
}
.fullpage .section.section1 .content_box .mission_cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}
.fullpage .section.section1 .content_box .mission_cards .card_item {
  width: 25vw;
  aspect-ratio: 667/873;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.fullpage .section.section1 .content_box .mission_cards .card_day1 {
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/mission_day1.webp);
}
.fullpage .section.section1 .content_box .mission_cards .card_day2 {
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/mission_day2.webp);
}
.fullpage
  .section.section1
  .content_box
  .mission_cards
  .card_item
  .watch_progress {
  position: absolute;
  top: 4.7vw;
  left: 0;
  width: 100%;
  height: 2vw;
  background-color: #2cdb6f00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullpage
  .section.section1
  .content_box
  .mission_cards
  .card_item
  .watch_progress
  p {
  margin: 0;
  font-size: clamp(0.9rem, 1.5vw, 1.5rem);
  font-weight: 800;
  color: #000;
  letter-spacing: 0.1vw;
}
.fullpage
  .section.section1
  .content_box
  .mission_cards
  .card_item
  .mission_btn {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  aspect-ratio: 462/100;
  display: block;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/mission_btn.webp)
    no-repeat;
  background-size: 100% 400%;
  background-position: 0 0;
  cursor: pointer;
  transition: none;
}
.fullpage
  .section.section1
  .content_box
  .mission_cards
  .card_item
  .mission_btn:hover {
  transform: translateX(-50%);
}
/* 領取 - 不可領取 */
.fullpage
  .section.section1
  .content_box
  .mission_cards
  .card_item
  .mission_btn.disabled {
  background-position: 0 33.33%;
  pointer-events: none;
}
/* 次日開啟 */
.fullpage
  .section.section1
  .content_box
  .mission_cards
  .card_item
  .mission_btn.next_day {
  background-position: 0 66.67%;
  pointer-events: none;
}
/* 已領取 */
.fullpage
  .section.section1
  .content_box
  .mission_cards
  .card_item
  .mission_btn.claimed {
  background-position: 0 100%;
  pointer-events: none;
}
/* 區塊二：TWITCH 直播列表 ---------------------------------------------------- */
.fullpage .section.section2 {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section2/section2_bg.webp)
    center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-top: -2px;
  aspect-ratio: 2560/986;
  position: relative;
}
.fullpage .section.section1 .content_area {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  background: rgba(255, 150, 150, 0);
}
.fullpage .section.section1 .content_area .caption {
  position: relative;
  width: 100%;
  aspect-ratio: 1616/790;
  container-type: inline-size;
}
.fullpage .section.section1 .content_area .caption .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 43.5%;
  height: 42%;
  background: rgba(255, 0, 0, 0);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.9cqw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 2% 2.5% 2% 3.5%;
}
.fullpage .section.section1 .content_area .caption .caption_pop {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}
@keyframes caption_slide_up {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fullpage .section.section1 .content_area .caption .caption_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
/* 動畫由 JS 加上 .caption-active 觸發 */
#section1.caption-active .caption_bg {
  animation: header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-fill-mode: both;
}
#section1.caption-active .caption_pop {
  animation: caption_slide_up 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}
.fullpage .section.section2 .content_area {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  background: rgba(150, 255, 150, 0);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5%;
}
.fullpage .section.section2 .content_area .rule {
  width: 70%;
  aspect-ratio: 1036/603;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section2/rule.webp)
    no-repeat center;
  background-size: 100% 100%;
  align-self: center;
}
/* 區塊二：登入 / 抽獎 按鈕組 ---------------------------------------- */
.fullpage .section.section2 .content_area .btn_box {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10%;
  padding: 1%;
}
.fullpage .section.section2 .content_area .btn_box .btn {
  display: block;
  width: 100%;
  aspect-ratio: 454/250;
  background-repeat: no-repeat;
  background-size: 100% 200%;
  background-position: 0 0;
  cursor: pointer;
  transition: none;
  padding: 0;
  border: none;
}
.fullpage .section.section2 .content_area .btn_box .btn:hover {
  background-position: 0 100%;
  transform: none;
}
.fullpage .section.section2 .content_area .btn_box .btn_invoice {
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section2/btn_login.webp);
  opacity: 0;
}
.fullpage .section.section2 .content_area .btn_box .btn_lottery {
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section2/btn_lottery.webp);
  opacity: 0;
}
.fullpage .section.section2 .deco_pc {
  position: absolute;
  bottom: -5vw;
  left: 4vw;
  width: 12vw;
  height: auto;
  aspect-ratio: 339/356;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/pc_deco_2.webp)
    no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
#section2.btn-active .deco_pc {
  animation:
    header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s both,
    deco_float_lg 3.5s ease-in-out 1.4s infinite;
}
/* 滾到 section2 中段才觸發，兩顆完全同步 */
#section2.btn-active .btn_invoice,
#section2.btn-active .btn_lottery {
  animation:
    btn_entrance 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
    btn_hint 2.8s ease-in-out 0.6s infinite;
}
.fullpage .section.section3 .content_area {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  background: rgba(150, 150, 255, 0);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0%;
}
.fullpage .section.section3 .content_area .award_box {
  width: 65%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 6%;
  padding: 0 7%;
  align-self: center;
  background: rgba(255, 255, 255, 0);
}
.fullpage .section.section3 .content_area .award_box .ipad {
  width: 50%;
  height: auto;
  aspect-ratio: 500/650;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section3/ipad.webp)
    no-repeat center;
  background-size: 100% 100%;
}
.fullpage .section.section3 .content_area .award_box .acrylic {
  width: 50%;
  height: auto;
  aspect-ratio: 500/650;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section3/acrylic.webp)
    no-repeat center;
  background-size: 100% 100%;
}
.fullpage .section.section3 .content_area .chara {
  width: 35%;
  height: auto;
  position: relative;
  align-self: center;
  background: rgba(255, 255, 255, 0);
}
.fullpage .section.section3 .content_area .chara .chara_bg {
  width: 100%;
  display: block;
  opacity: 0;
}
.fullpage .section.section3 .content_area .chara .chara_hint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
/* 滾到 section3 中段才觸發 */
#section3.chara-active .chara_bg {
  animation: header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1s both;
}
#section3.chara-active .chara_hint {
  animation: header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.6s both;
}
/* ipad / acrylic 入場動畫 */
.fullpage .section.section3 .content_area.pre_draw .award_box .ipad,
.fullpage .section.section3 .content_area.pre_draw .award_box .acrylic {
  opacity: 0;
}
#section3.chara-active .pre_draw .ipad {
  animation: header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
#section3.chara-active .pre_draw .acrylic {
  animation: header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s both;
}
#section3.draw-active .post_draw .award_box .ipad {
  animation: header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
#section3.draw-active .post_draw .award_box .acrylic {
  animation: header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s both;
}
/* 開獎前後切換 ---------------------------------------------------- */
#section3 .post_draw {
  display: none;
}
#section3.draw-active .pre_draw {
  display: none;
}
#section3.draw-active .post_draw {
  display: flex;
}
#section3.draw-active .post_draw .award_box {
  width: 20%;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
#section3.draw-active .post_draw .award_box .ipad,
#section3.draw-active .post_draw .award_box .acrylic {
  width: 100%;
  margin: 2% 0 5% 0;
}
/* 開獎名單表格 ---------------------------------------------------- */
.draw_list {
  flex: 1;
  overflow-x: auto;
  display: flex;
  justify-content: center;
}
.draw_table {
  width: 90%;
  border-collapse: collapse;
  color: #626262;
  font-size: clamp(0.8rem, 1vw, 1.1rem);
}
.draw_table thead tr {
  background: rgba(180, 150, 255, 0.6);
  color: #fff;
}
.draw_table th {
  padding: 0.6em 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid #ae9bff;
}
.draw_table tbody tr {
  border-bottom: 1px solid #ae9bff;
}
.draw_table tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
}
.draw_table td {
  padding: 0.55em 1em;
  text-align: center;
  border: 1px solid #ae9bff;
}
/* 區塊三 ---------------------------------------------------- */
.fullpage .section.section3 {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section3/section3_bg.webp)
    center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-top: -2px;
  aspect-ratio: 2560/909;
  position: relative;
}
/* 裝飾條 ---------------------------------------------------- */
.fullpage .section_deco {
  width: 100%;
  margin-top: -2px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.fullpage .section_deco_top {
  aspect-ratio: 2560/148;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/deco_top.webp);
}
.fullpage .section_deco_bottom {
  aspect-ratio: 2560/276;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/deco_bottom.webp);
}
.fullpage .section.section2 .deco_left,
.fullpage .section.section2 .deco_right {
  position: absolute;
  top: 2.6vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}
.fullpage .section.section2 .deco_left {
  left: 0.25vw;
  height: 1.5vw;
  aspect-ratio: 221/48;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section2/deco_left.webp);
}
.fullpage .section.section2 .deco_right {
  right: 0.25vw;
  height: 1.5vw;
  aspect-ratio: 662/48;
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section2/deco_right.webp);
}
.fullpage .section.section2 .content_box {
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* PC: tab 隱藏，兩區塊都顯示 */
.fullpage .section.section2 .lang_tabs {
  display: none;
}
.fullpage .section.section2 .stream_section {
  margin-bottom: 2vw;
}
.fullpage .section.section2 .section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8vw;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.623);
}
.fullpage .section.section2 .section_label {
  font-size: clamp(0.8rem, 1vw, 1.3rem);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin: 0;
  padding-left: 0.2vw;
}
.fullpage .section.section2 .section_more {
  font-size: clamp(0.7rem, 0.85vw, 1.1rem);
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.fullpage .section.section2 .section_more:hover {
  color: #fff;
  transform: none;
}
.fullpage .section.section2 .stream_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.2vw;
}
.fullpage .section.section2 .stream_card {
  width: calc((100% - 4.8vw) / 5);
  transition: background-color 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
/* 預設只顯示前 5 張，PC 寬度才解除限制 */
.fullpage .section.section2 .stream_list .stream_card:nth-child(n + 6) {
  display: none;
}
@media only screen and (min-width: 769px) {
  .fullpage .section.section2 .stream_list .stream_card:nth-child(n + 6) {
    display: block;
  }
}
.fullpage .section.section2 .stream_card:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.fullpage .section.section2 .stream_card a {
  text-decoration: none;
  color: inherit;
}
.fullpage .section.section2 .stream_card a:hover {
  transform: none;
}
.fullpage .section.section2 .stream_card .card_cover {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1f1f1f;
}
.fullpage .section.section2 .stream_card .card_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullpage .section.section2 .stream_card .viewer_count {
  position: absolute;
  bottom: 6%;
  left: 4%;
  display: flex;
  align-items: center;
  gap: 0.3vw;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50px;
  padding: 0.2vw 0.6vw;
}
.fullpage .section.section2 .stream_card .viewer_count img {
  width: 0.9vw;
  height: auto;
  filter: brightness(0) invert(1);
}
.fullpage .section.section2 .stream_card .viewer_count span {
  font-size: clamp(0.6rem, 0.7vw, 1rem);
  color: #fff;
  font-weight: 400;
}
.fullpage .section.section2 .stream_card .card_title {
  padding: 0.5vw 0.4vw 0;
}
.fullpage .section.section2 .stream_card .card_title p {
  margin: 0;
  font-size: clamp(0.7rem, 0.8vw, 1.1rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.fullpage .section.section2 .stream_card .card_user {
  padding: 0.3vw 0.4vw;
}
.fullpage .section.section2 .stream_card .card_user p {
  margin: 0;
  font-size: clamp(0.6rem, 0.7vw, 1rem);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fullpage .section.section2 > .content_box > .more_btn {
  display: none;
  margin: 2vw auto 0;
  padding: 0.5vw 3vw;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.8rem, 0.9vw, 1.2rem);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: fit-content;
}
.fullpage .section.section2 .more_btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transform: none;
  border: 2px solid rgba(255, 255, 255, 1);
}
/* Scroll Top ---------------------------------------------------- */
.scroll_top {
  position: fixed;
  bottom: 3vw;
  right: 2vw;
  width: 3.5vw;
  height: 3.5vw;
  min-width: 50px;
  min-height: 50px;
  background: #5cfffe;
  border-radius: 25px;
  border: 5px solid rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  color: #140a18;
  font-weight: 800;
  font-size: clamp(0.6rem, 0.7vw, 0.9rem);
  line-height: 1.1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.scroll_top span {
  font-size: clamp(0.7rem, 0.8vw, 1rem);
  line-height: 1;
}
.scroll_top.show {
  opacity: 0.85;
  visibility: visible;
}
.scroll_top:hover {
  opacity: 1;
  transform: scale(1.05);
}
/* 浮動按鈕 flex_btn ---------------------------------------------------- */
.flex_btn {
  position: fixed;
  right: -1.2vw;
  top: 50%;
  transform: translateY(-50%);
  width: 16vw;
  height: auto;
  aspect-ratio: 511/445;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/flex.webp)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.4s,
    visibility 0.4s,
    transform 0.4s;
  transform: translateY(-50%) scale(0.85);
}
.flex_btn:hover {
  transform: translateY(-50%) scale(1.05);
}
.flex_btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}
@media only screen and (max-width: 768px) {
  .flex_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1080/266;
    background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/flex_m.webp);
    border-radius: 0;
  }
  .flex_btn:hover {
    transform: none;
  }
  .flex_btn.show {
    transform: none;
  }
}
/* DEMO 彈窗測試按鈕 ---------------------------------------------------- */
.demo_btns {
  position: fixed;
  bottom: 3vw;
  left: 1vw;
  z-index: 100;
}
.demo_toggle {
  width: 50px;
  height: 50px;
  background: #ff5995;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.demo_toggle:hover {
  transform: scale(1.1);
}
.demo_list {
  display: none;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}
.demo_list.show {
  display: flex;
}
.demo_list button {
  background: rgba(20, 10, 24, 0.85);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}
.demo_list button:hover {
  background: #ff5995;
  border-color: #ff5995;
}
.footer_box {
  width: 100%;
  position: relative;
}
.footer_box .copy_btn {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  z-index: 2;
  font-size: 0.9vw;
  padding: 0.3rem 0.8rem;
  border: 1px solid #f3ede9;
  color: #f3ede9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer_box .copy_btn:hover {
  color: #f3ede9;
}
.footer_box .copy_btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.35vw solid transparent;
  border-right: 0.35vw solid transparent;
  border-top: 0.45vw solid #f3ede9;
  margin-left: 0.5vw;
  transition: transform 0.3s;
  vertical-align: middle;
}
.footer_box .copy_btn.act::after {
  transform: scaleY(-1);
}
.footer_box .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 2vw 1vw;
  color: #f3ede9;
  text-align: center;
  background: #140a18;
}
.footer_box .footer img {
  margin: 0 8px;
}
.footer_box .footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer_box .footer .container .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-right: 50px;
  line-height: 20px;
  font-size: 0.8rem;
}
.footer_box .footer .container .copyright .company {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 8px;
}
.footer_box .footer .container .copyright p {
  margin-bottom: 0;
  text-align: left;
}
.footer_box .footer .container .copyright p a {
  color: #ffffff;
  transition: 0.3s ease;
}
.footer_box .footer .container .copyright p a:hover {
  color: #e51737;
  transition: 0.3s ease;
}
.footer_box .footer .container .grading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
.footer_box .footer .container .grading img {
  height: 3rem;
  width: auto;
  flex-shrink: 0;
}
.footer_box .footer .container .grading ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  line-height: 1.7;
  text-align: left;
}

/* 跳窗---------------------------------------------------- */
.modal-dialog {
  width: 96%;
  max-width: 800px;
}
.modal-dialog .modal-content {
  height: 700px;
  border-radius: 20px;
}
.modal-dialog .modal-content .modal-header {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.modal-dialog .modal-content .modal-header .modal-title img {
  height: 50px;
  width: auto;
}
.modal-dialog .modal-content .modal-header .btn-close {
  width: 30px;
  height: 31px;
  aspect-ratio: 30/31;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/popup_close.webp)
    no-repeat;
  background-size: 100%;
  opacity: 1;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
}
.modal-dialog .modal-content .modal-header .btn-close:hover {
  transform: rotate(180deg);
}
.modal-dialog .modal-content .modal-body {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/bg_line.webp)
    center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.modal-dialog .modal-content .modal-body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.modal-dialog .modal-content .modal-body .error_box {
  width: 100%;
  min-height: 0.875rem;
  margin: 3px;
}
.modal-dialog .modal-content .modal-body .error_box p {
  color: #ee3d70;
  font-size: 0.875rem;
}
.modal-dialog .modal-content .modal-body .topbox {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.modal-dialog .modal-content .modal-body .topbox::after {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  content: "";
  width: 100%;
  aspect-ratio: 1425/27;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/popup_line.webp);
  background-size: 100%;
}
.modal-dialog .modal-content .modal-body .topbox .top_left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-dialog .modal-content .modal-body .topbox .top_left .realFileInput {
  display: none;
}
.modal-dialog .modal-content .modal-body .topbox .top_left .upload-label {
  border: 2px solid #140a18;
  padding: 0.2rem 30px;
  border-radius: 50px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}
.modal-dialog
  .modal-content
  .modal-body
  .topbox
  .top_left
  .upload-label::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 25/24;
  background: none;
  background-size: 100%;
  margin-left: 10px;
}
.modal-dialog .modal-content .modal-body .topbox .top_left .upload-label:hover {
  background-color: #ffd052;
}
.modal-dialog .modal-content .modal-body .topbox .top_left .imgbox {
  width: 182px;
  height: 96px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-dialog .modal-content .modal-body .topbox .top_left .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #f4efea;
  border: 2px dotted #c5c2bf;
  border-radius: 10px;
}
.modal-dialog .modal-content .modal-body .topbox .top_right {
  margin-left: 15px;
  flex: 2 0 auto;
}
.modal-dialog .modal-content .modal-body .topbox .top_right .linkbox {
  background: #282828;
  border-radius: 50px;
  padding: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.modal-dialog .modal-content .modal-body .topbox .top_right .linkbox label {
  color: #e7e2dd;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.modal-dialog
  .modal-content
  .modal-body
  .topbox
  .top_right
  .linkbox
  label::after {
  content: "|";
  margin-left: 10px;
  font-size: 0.8rem;
}
.modal-dialog .modal-content .modal-body .topbox .top_right .linkbox input {
  color: #e7e2dd;
  background: transparent;
  border: 0;
}
.modal-dialog
  .modal-content
  .modal-body
  .topbox
  .top_right
  .linkbox
  input:focus {
  outline: 0;
}
.modal-dialog .modal-content .modal-body .botbox {
  width: 96%;
  margin: 0 auto;
}
.modal-dialog .modal-content .modal-body .botbox .error_box {
  padding-left: 92px;
}
.modal-dialog .modal-content .modal-body .botbox input,
.modal-dialog .modal-content .modal-body .botbox textarea {
  background: #c5c2bf;
  border: 0;
  outline: 0;
  border-radius: 25px;
  padding: 5px 15px;
  margin-left: 5px;
}
.modal-dialog .modal-content .modal-body .botbox label {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4rem;
  font-weight: 600;
}
.modal-dialog .modal-content .modal-body .botbox label span {
  font-size: 0.8rem;
  display: block;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.modal-dialog .modal-content .modal-body .botbox .bot_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}
.modal-dialog .modal-content .modal-body .botbox .bot_1 > div {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.modal-dialog .modal-content .modal-body .botbox .bot_1 > div .error_box {
  width: 100%;
}
.modal-dialog .modal-content .modal-body .botbox .bot_1 > div input {
  width: 260px;
  height: 44px;
}
.modal-dialog .modal-content .modal-body .botbox .bot_2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.modal-dialog .modal-content .modal-body .botbox .bot_2 textarea {
  width: 630px;
  height: 85px;
}
.modal-dialog .modal-content .modal-body .botbox .txtbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.modal-dialog
  .modal-content
  .modal-body
  .botbox
  .txtbox
  input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #242426;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin-right: 0.3rem;
  border-radius: 0;
  background-color: white;
}
.modal-dialog
  .modal-content
  .modal-body
  .botbox
  .txtbox
  input[type="checkbox"]:checked {
  background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-dialog .modal-content .modal-body .botbox .txtbox label {
  font-size: 1rem;
}
.modal-dialog .modal-content .modal-body .botbox .txtbox label a {
  color: #1b7edb;
}
.modal-dialog .modal-content .modal-body .popup_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 25px;
}
.modal-dialog .modal-content .modal-body .popup_btn a {
  display: block;
  width: 260px;
  aspect-ratio: 650/210;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/btn.webp)
    center no-repeat;
  background-size: 100%;
  color: #242426;
  font-weight: 700;
  font-size: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.modal-dialog .modal-content .modal-body .popup_btn a::after {
  content: "";
  display: block;
  width: 1.3vw;
  aspect-ratio: 25/24;
  background: none;
  background-size: 100%;
  margin-left: 0.9vw;
}

/* 登記獎勵序號 */
#rewardCodeModal .modal-dialog .modal-content {
  background: var(--color-popup);
  border: 5px solid var(--color-popup);
}
#rewardCodeModal .modal-dialog .modal-content .modal-header {
  background: var(--color-popup)
    url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/tt_bg_notice.webp);
  background-size: cover;
}
#rewardCodeModal .modal-dialog .modal-content .modal-body::before {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/txt_bg_notice.webp)
    center bottom no-repeat;
  background-size: 100%;
}
#rewardCodeModal .modal-dialog .modal-content .modal-body .rule_con {
  width: 98%;
  height: 550px;
  margin: 0 auto;
  overflow-y: auto;
}
#rewardCodeModal .modal-dialog .modal-content .modal-body .rule_con .box h3 {
  width: 99%;
  background: var(--color-popup);
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  letter-spacing: 2px;
}
#rewardCodeModal .modal-dialog .modal-content .modal-body .rule_con .box > div {
  margin-bottom: 20px;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4 {
  color: #f65886;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4
  span {
  font-size: 1rem;
  margin-left: 5px;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4::before {
  content: "";
  margin: 0 16px;
  display: block;
  width: 6px;
  height: 1.5rem;
  background: #e7b83b;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span {
  color: #f65886;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span.color_blue {
  color: var(--color-popup);
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  p,
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6 {
  padding: 0 10px 0 38px;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6 {
  margin: 11px 0;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6
  span {
  border: 1px solid #282a2c;
  color: #282a2c;
  margin-right: 8px;
  padding: 0ch 8px;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5 {
  color: #29b8c4;
  padding-left: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #29b8c4;
  border-radius: 50%;
  margin-right: 5px;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5
  span {
  color: #29b8c4;
  font-size: 1rem;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  ul {
  padding: 0 10px 0 55px;
}
#rewardCodeModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  ul
  li {
  list-style: decimal;
}
#rewardCodeModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
#rewardCodeModal .reward_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  padding: 0 30px 45px;
  text-align: center;
  width: 85%;
}
#rewardCodeModal .reward_label {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}
#rewardCodeModal .reward_input {
  width: 100%;
  max-width: 540px;
  height: 66px;
  background-color: #c2c2c2;
  border: none;
  border-radius: 75px;
  padding: 0 30px;
  font-size: 1.5rem;
  color: #333;
  outline: none;
  box-shadow: none;
  appearance: none;
}
#rewardCodeModal .reward_input:focus,
#rewardCodeModal .reward_input:active,
#rewardCodeModal .reward_input:hover {
  background-color: #c2c2c2;
  outline: none;
  box-shadow: none;
  border: none;
}
#rewardCodeModal .reward_input:-webkit-autofill,
#rewardCodeModal .reward_input:-webkit-autofill:focus,
#rewardCodeModal .reward_input:-webkit-autofill:hover,
#rewardCodeModal .reward_input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #c2c2c2 inset;
  -webkit-text-fill-color: #333;
}
#rewardCodeModal .reward_hint {
  margin: 0;
  font-size: 1.2rem;
  color: #555;
}
#rewardCodeModal .reward_submit {
  display: block;
  height: 90px;
  width: auto;
  aspect-ratio: 663 / 200;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/confirm.webp)
    no-repeat 0 0;
  background-size: 100% 200%;
  cursor: pointer;
  transition: none;
}
#rewardCodeModal .reward_submit:hover {
  background-position: 0 100%;
  transform: none;
}
#rewardCodeModal .reward_logout {
  display: block;
  height: 90px;
  width: auto;
  aspect-ratio: 663 / 200;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/logout.webp)
    no-repeat 0 0;
  background-size: 100% 200%;
  cursor: pointer;
  transition: none;
}
#rewardCodeModal .reward_logout:hover {
  background-position: 0 100%;
  transform: none;
}

/* 序號輸入錯誤提示 */
#serialErrorModal .modal-dialog .modal-content {
  background: var(--color-popup);
  border: 5px solid var(--color-popup);
}
#serialErrorModal .modal-dialog .modal-content .modal-header {
  background: var(--color-popup)
    url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/tt_bg_notice.webp);
  background-size: cover;
}
#serialErrorModal .modal-dialog .modal-content .modal-body::before {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/txt_bg_notice.webp)
    center bottom no-repeat;
  background-size: 100%;
}
#serialErrorModal .modal-dialog .modal-content .modal-body .rule_con {
  width: 98%;
  height: 500px;
  margin: 0 auto;
  overflow-y: auto;
}
#serialErrorModal .modal-dialog .modal-content .modal-body .rule_con .box h3 {
  width: 99%;
  background: var(--color-popup);
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  letter-spacing: 2px;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div {
  margin-bottom: 20px;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4 {
  color: #f65886;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4
  span {
  font-size: 1rem;
  margin-left: 5px;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4::before {
  content: "";
  margin: 0 16px;
  display: block;
  width: 6px;
  height: 1.5rem;
  background: #e7b83b;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span {
  color: #f65886;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span.color_blue {
  color: var(--color-popup);
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  p,
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6 {
  padding: 0 10px 0 38px;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6 {
  margin: 11px 0;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6
  span {
  border: 1px solid #282a2c;
  color: #282a2c;
  margin-right: 8px;
  padding: 0ch 8px;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5 {
  color: #29b8c4;
  padding-left: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #29b8c4;
  border-radius: 50%;
  margin-right: 5px;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5
  span {
  color: #29b8c4;
  font-size: 1rem;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  ul {
  padding: 0 10px 0 55px;
}
#serialErrorModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  ul
  li {
  list-style: decimal;
}
#serialErrorModal .modal-dialog {
  max-width: 520px;
}
#serialErrorModal .modal-dialog .modal-content {
  height: 500px;
}
#serialErrorModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
#serialErrorModal .serial_err_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px 36px;
  text-align: center;
}
#serialErrorModal .err_msg {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
#serialErrorModal .err_count {
  color: #f65886;
}
#serialErrorModal .err_hint {
  margin: 0;
  font-size: 0.85rem;
  color: #555;
}
#serialErrorModal .err_lock {
  margin: 0;
  font-size: 1rem;
  color: #555;
}
#serialErrorModal .err_timer {
  color: #f65886;
  font-weight: bold;
}

/* 中繼 */
#serialErrorModal_lock .modal-dialog .modal-content {
  background: var(--color-popup);
  border: 5px solid var(--color-popup);
}
#serialErrorModal_lock .modal-dialog .modal-content .modal-header {
  background: var(--color-popup)
    url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/tt_bg_notice.webp);
  background-size: cover;
}
#serialErrorModal_lock .modal-dialog .modal-content .modal-body::before {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/txt_bg_notice.webp)
    center bottom no-repeat;
  background-size: 100%;
}
#serialErrorModal_lock .modal-dialog .modal-content .modal-body .rule_con {
  width: 98%;
  height: 500px;
  margin: 0 auto;
  overflow-y: auto;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  h3 {
  width: 99%;
  background: var(--color-popup);
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  letter-spacing: 2px;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div {
  margin-bottom: 20px;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4 {
  color: #f65886;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4
  span {
  font-size: 1rem;
  margin-left: 5px;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4::before {
  content: "";
  margin: 0 16px;
  display: block;
  width: 6px;
  height: 1.5rem;
  background: #e7b83b;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span {
  color: #f65886;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span.color_blue {
  color: var(--color-popup);
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  p,
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6 {
  padding: 0 10px 0 38px;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6 {
  margin: 11px 0;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6
  span {
  border: 1px solid #282a2c;
  color: #282a2c;
  margin-right: 8px;
  padding: 0ch 8px;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5 {
  color: #29b8c4;
  padding-left: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #29b8c4;
  border-radius: 50%;
  margin-right: 5px;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5
  span {
  color: #29b8c4;
  font-size: 1rem;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  ul {
  padding: 0 10px 0 55px;
}
#serialErrorModal_lock
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  ul
  li {
  list-style: decimal;
}
#serialErrorModal_lock .modal-dialog {
  max-width: 520px;
}
#serialErrorModal_lock .modal-dialog .modal-content {
  height: 500px;
}
#serialErrorModal_lock .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
#serialErrorModal_lock .serial_err_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px 36px;
  text-align: center;
}
#serialErrorModal_lock .err_msg {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
#serialErrorModal_lock .err_count {
  color: #f65886;
}
#serialErrorModal_lock .err_hint {
  margin: 0;
  font-size: 0.85rem;
  color: #555;
}
#serialErrorModal_lock .err_lock {
  margin: 0;
  font-size: 1rem;
  color: #555;
}
#serialErrorModal_lock .err_timer {
  color: #f65886;
  font-weight: bold;
}

/* 發票號碼登記 */
#invoiceModal .modal-dialog .modal-content {
  background: var(--color-popup);
  border: 5px solid var(--color-popup);
}
#invoiceModal .modal-dialog .modal-content .modal-header {
  background: var(--color-popup)
    url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/tt_bg_notice.webp);
  background-size: cover;
}
#invoiceModal .modal-dialog .modal-content .modal-body::before {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/txt_bg_notice.webp)
    center bottom no-repeat;
  background-size: 100%;
}
#invoiceModal .modal-dialog .modal-content .modal-body .rule_con {
  width: 98%;
  height: 550px;
  margin: 0 auto;
  overflow-y: auto;
}
#invoiceModal .modal-dialog .modal-content .modal-body .rule_con .box h3 {
  width: 99%;
  background: var(--color-popup);
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  letter-spacing: 2px;
}
#invoiceModal .modal-dialog .modal-content .modal-body .rule_con .box > div {
  margin-bottom: 20px;
}
#invoiceModal .modal-dialog .modal-content .modal-body .rule_con .box > div h4 {
  color: #f65886;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#invoiceModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4
  span {
  font-size: 1rem;
  margin-left: 5px;
}
#invoiceModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4::before {
  content: "";
  margin: 0 16px;
  display: block;
  width: 6px;
  height: 1.5rem;
  background: #e7b83b;
}
#invoiceModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span {
  color: #f65886;
}
#invoiceModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span.color_blue {
  color: var(--color-popup);
}
#invoiceModal .modal-dialog .modal-content .modal-body .rule_con .box > div p,
#invoiceModal .modal-dialog .modal-content .modal-body .rule_con .box > div h6 {
  padding: 0 10px 0 38px;
}
#invoiceModal .modal-dialog .modal-content .modal-body .rule_con .box > div h6 {
  margin: 11px 0;
}
#invoiceModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6
  span {
  border: 1px solid #282a2c;
  color: #282a2c;
  margin-right: 8px;
  padding: 0ch 8px;
}
#invoiceModal .modal-dialog .modal-content .modal-body .rule_con .box > div h5 {
  color: #29b8c4;
  padding-left: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#invoiceModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #29b8c4;
  border-radius: 50%;
  margin-right: 5px;
}
#invoiceModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5
  span {
  color: #29b8c4;
  font-size: 1rem;
}
#invoiceModal .modal-dialog .modal-content .modal-body .rule_con .box > div ul {
  padding: 0 10px 0 55px;
}
#invoiceModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  ul
  li {
  list-style: decimal;
}
#invoiceModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
#invoiceModal .reward_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  padding: 0 30px 45px;
  text-align: center;
  width: 85%;
}
#invoiceModal .reward_label {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}
#invoiceModal .invoice_input_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 540px;
}
#invoiceModal .invoice_sep {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
  line-height: 1;
}
#invoiceModal .invoice_input_group .invoice_alpha {
  width: 25%;
  flex-shrink: 0;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#invoiceModal .invoice_input_group .invoice_num {
  flex: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
#invoiceModal .reward_input {
  width: 100%;
  max-width: 540px;
  height: 66px;
  background-color: #c2c2c2;
  border: none;
  border-radius: 75px;
  padding: 0 20px;
  font-size: 1.5rem;
  color: #333;
  outline: none;
  box-shadow: none;
  appearance: none;
}
#invoiceModal .reward_input:focus,
#invoiceModal .reward_input:active,
#invoiceModal .reward_input:hover {
  background-color: #c2c2c2;
  outline: none;
  box-shadow: none;
  border: none;
}
#invoiceModal .reward_input:-webkit-autofill,
#invoiceModal .reward_input:-webkit-autofill:focus,
#invoiceModal .reward_input:-webkit-autofill:hover,
#invoiceModal .reward_input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #c2c2c2 inset;
  -webkit-text-fill-color: #333;
}
#invoiceModal .reward_submit {
  display: block;
  height: 90px;
  width: auto;
  aspect-ratio: 663 / 200;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/confirm.webp)
    no-repeat 0 0;
  background-size: 100% 200%;
  cursor: pointer;
  transition: none;
}
#invoiceModal .reward_submit:hover {
  background-position: 0 100%;
  transform: none;
}
#invoiceModal .reward_hint_link {
  font-size: 1.4rem;
  color: #ff71a6;
  font-weight: 600;
  text-decoration: underline !important;
  cursor: pointer;
  margin-top: -10px;
}
#invoiceModal .reward_hint_link:hover {
  color: var(--color-popup);
  transform: none;
}

/* 發票提示 */
#invoiceHintModal .modal-dialog .modal-content {
  background: var(--color-popup);
  border: 5px solid var(--color-popup);
  height: auto;
}
#invoiceHintModal .modal-dialog .modal-content .modal-header {
  background: var(--color-popup)
    url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/tt_bg_notice.webp);
  background-size: cover;
}
#invoiceHintModal .modal-dialog .modal-content .modal-body::before {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/txt_bg_notice.webp)
    center bottom no-repeat;
  background-size: 100%;
}
#invoiceHintModal .modal-dialog .modal-content .modal-body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1188 / 299;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/txt_bg.webp)
    no-repeat center bottom;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: -1;
}
#invoiceHintModal .invoice_hint_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 20px 30px;
}
#invoiceHintModal .invoice_hint_img {
  width: 80%;
  height: auto;
}
#invoiceHintModal .invoice_hint_back {
  display: block;
  height: 80px;
  width: auto;
  aspect-ratio: 663 / 200;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/back.webp)
    no-repeat 0 0;
  background-size: 100% 200%;
  cursor: pointer;
  transition: none;
}
#invoiceHintModal .invoice_hint_back:hover {
  background-position: 0 100%;
  transform: none;
}

/* 當前抽獎次數 */
#drawCountModal .modal-dialog .modal-content {
  background: var(--color-popup);
  border: 5px solid var(--color-popup);
}
#drawCountModal .modal-dialog .modal-content .modal-header {
  background: var(--color-popup)
    url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/tt_bg_notice.webp);
  background-size: cover;
}
#drawCountModal .modal-dialog .modal-content .modal-body::before {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/txt_bg_notice.webp)
    center bottom no-repeat;
  background-size: 100%;
}
#drawCountModal .modal-dialog .modal-content .modal-body .rule_con {
  width: 98%;
  height: 550px;
  margin: 0 auto;
  overflow-y: auto;
}
#drawCountModal .modal-dialog .modal-content .modal-body .rule_con .box h3 {
  width: 99%;
  background: var(--color-popup);
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  letter-spacing: 2px;
}
#drawCountModal .modal-dialog .modal-content .modal-body .rule_con .box > div {
  margin-bottom: 20px;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4 {
  color: #f65886;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4
  span {
  font-size: 1rem;
  margin-left: 5px;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4::before {
  content: "";
  margin: 0 16px;
  display: block;
  width: 6px;
  height: 1.5rem;
  background: #e7b83b;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span {
  color: #f65886;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span.color_blue {
  color: var(--color-popup);
}
#drawCountModal .modal-dialog .modal-content .modal-body .rule_con .box > div p,
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6 {
  padding: 0 10px 0 38px;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6 {
  margin: 11px 0;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6
  span {
  border: 1px solid #282a2c;
  color: #282a2c;
  margin-right: 8px;
  padding: 0ch 8px;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5 {
  color: #29b8c4;
  padding-left: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #29b8c4;
  border-radius: 50%;
  margin-right: 5px;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5
  span {
  color: #29b8c4;
  font-size: 1rem;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  ul {
  padding: 0 10px 0 55px;
}
#drawCountModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  ul
  li {
  list-style: decimal;
}
#drawCountModal .modal-body {
  padding: 16px 20px;
  overflow: hidden;
}
#drawCountModal .draw_count_con {
  width: 100%;
  height: 88%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #d5d5d5;
}
#drawCountModal .draw_count_con::-webkit-scrollbar {
  width: 6px;
}
#drawCountModal .draw_count_con::-webkit-scrollbar-track {
  background: #d5d5d5;
}
#drawCountModal .draw_count_con::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50px;
}
#drawCountModal .draw_scroll_hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: var(--color-popup);
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s;
  animation: scroll_bounce 1s ease-in-out infinite;
}
#drawCountModal .draw_scroll_hint.hidden {
  opacity: 0;
}
#drawCountModal .draw_scroll_hint span {
  font-size: 1rem;
  line-height: 1;
  display: block;
}
#drawCountModal .draw_scroll_hint span {
  opacity: 0.6;
}
@keyframes scroll_bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}
#drawCountModal .draw_count_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.25rem;
  color: #333;
}
#drawCountModal .draw_count_table thead tr {
  border-bottom: 2px solid #c0c0c0;
}
#drawCountModal .draw_count_table th {
  padding: 16px 10px;
  font-weight: bold;
  text-align: center;
  color: #535353;
}
#drawCountModal .draw_count_table tbody tr {
  border-bottom: 2px solid #ddd;
}
#drawCountModal .draw_count_table td {
  padding: 16px 10px;
  text-align: center;
  color: #898989;
}

/* 聯絡資訊填寫 */
#contactModal .modal-dialog .modal-content {
  background: var(--color-popup);
  border: 5px solid var(--color-popup);
}
#contactModal .modal-dialog .modal-content .modal-header {
  background: var(--color-popup)
    url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/tt_bg_notice.webp);
  background-size: cover;
}
#contactModal .modal-dialog .modal-content .modal-body::before {
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/txt_bg_notice.webp)
    center bottom no-repeat;
  background-size: 100%;
}
#contactModal .modal-dialog .modal-content .modal-body .rule_con {
  width: 98%;
  height: 550px;
  margin: 0 auto;
  overflow-y: auto;
}
#contactModal .modal-dialog .modal-content .modal-body .rule_con .box h3 {
  width: 99%;
  background: var(--color-popup);
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  letter-spacing: 2px;
}
#contactModal .modal-dialog .modal-content .modal-body .rule_con .box > div {
  margin-bottom: 20px;
}
#contactModal .modal-dialog .modal-content .modal-body .rule_con .box > div h4 {
  color: #f65886;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#contactModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4
  span {
  font-size: 1rem;
  margin-left: 5px;
}
#contactModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h4::before {
  content: "";
  margin: 0 16px;
  display: block;
  width: 6px;
  height: 1.5rem;
  background: #e7b83b;
}
#contactModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span {
  color: #f65886;
}
#contactModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  span.color_blue {
  color: var(--color-popup);
}
#contactModal .modal-dialog .modal-content .modal-body .rule_con .box > div p,
#contactModal .modal-dialog .modal-content .modal-body .rule_con .box > div h6 {
  padding: 0 10px 0 38px;
}
#contactModal .modal-dialog .modal-content .modal-body .rule_con .box > div h6 {
  margin: 11px 0;
}
#contactModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h6
  span {
  border: 1px solid #282a2c;
  color: #282a2c;
  margin-right: 8px;
  padding: 0ch 8px;
}
#contactModal .modal-dialog .modal-content .modal-body .rule_con .box > div h5 {
  color: #29b8c4;
  padding-left: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
#contactModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #29b8c4;
  border-radius: 50%;
  margin-right: 5px;
}
#contactModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  h5
  span {
  color: #29b8c4;
  font-size: 1rem;
}
#contactModal .modal-dialog .modal-content .modal-body .rule_con .box > div ul {
  padding: 0 10px 0 55px;
}
#contactModal
  .modal-dialog
  .modal-content
  .modal-body
  .rule_con
  .box
  > div
  ul
  li {
  list-style: decimal;
}
#contactModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contactModal .reward_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  padding: 0 30px 45px;
  text-align: center;
  width: 85%;
}
#contactModal .reward_label {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}
#contactModal .reward_input {
  width: 100%;
  max-width: 540px;
  height: 66px;
  background-color: #c2c2c2;
  border: none;
  border-radius: 75px;
  padding: 0 30px;
  font-size: 1.5rem;
  color: #333;
  outline: none;
  box-shadow: none;
  appearance: none;
}
#contactModal .reward_input:focus,
#contactModal .reward_input:active,
#contactModal .reward_input:hover {
  background-color: #c2c2c2;
  outline: none;
  box-shadow: none;
  border: none;
}
#contactModal .reward_input:-webkit-autofill,
#contactModal .reward_input:-webkit-autofill:focus,
#contactModal .reward_input:-webkit-autofill:hover,
#contactModal .reward_input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #c2c2c2 inset;
  -webkit-text-fill-color: #333;
}
#contactModal .reward_submit {
  display: block;
  height: 90px;
  width: auto;
  aspect-ratio: 663 / 200;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/confirm.webp)
    no-repeat 0 0;
  background-size: 100% 200%;
  cursor: pointer;
  transition: none;
}
#contactModal .reward_submit:hover {
  background-position: 0 100%;
  transform: none;
}

/* 5個新彈窗共用底部裝飾圖 */
#rewardCodeModal .modal-dialog .modal-content .modal-body::after,
#serialErrorModal .modal-dialog .modal-content .modal-body::after,
#invoiceModal .modal-dialog .modal-content .modal-body::after,
#drawCountModal .modal-dialog .modal-content .modal-body::after,
#contactModal .modal-dialog .modal-content .modal-body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1188 / 299;
  background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/txt_bg.webp)
    no-repeat center bottom;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: -1;
}

/* 通用 */
#eventAlertModal .modal-dialog {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#eventAlertModal .modal-dialog .modal-content {
  width: 300px;
  height: 200px;
  background: var(--color-popup);
  border: 5px solid var(--color-popup);
}
#eventAlertModal .modal-dialog .modal-content .modal-header {
  justify-content: flex-end;
  background: var(--color-popup)
    url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/tt_bg_notice.webp);
  background-size: cover;
}
#eventAlertModal .modal-dialog .modal-content .modal-body .txt_con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 1.25rem;
}

@media only screen and (max-width: 1200px) {
  .desc_box .section_title.desc_title {
    height: 5vw;
    margin: 3.5vw auto;
  }
  .desc_box .rule_con .box {
    width: 80%;
  }
  .fullpage {
    padding-top: 0;
  }
  .fullpage .section {
    /* header---------------------------------------------------- */
    /* 活動時間---------------------------------------------------- */
    /* 活動獎勵---------------------------------------------------- */
    /* 參與方式---------------------------------------------------- */
    /* 鑒定師投票---------------------------------------------------- */
  }
  .fullpage .section.header .title_box .btn_box {
    width: 50vw;
  }
  .fullpage .section .title_box img {
    width: 44.06vw;
  }
  .footer_box {
    height: auto;
  }
  .footer_box .footer {
    height: auto;
  }
  .footer_box .footer .container {
    flex-direction: column;
  }
  .footer_box .footer .container .copyright {
    flex-direction: column;
    margin-right: 0;
  }
  .footer_box .footer .container .copyright p {
    text-align: center;
    margin: 10px auto 0;
  }
  .footer_box .footer .container .grading {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 820px) {
  .footer_box {
    height: auto;
    position: relative;
    bottom: 0vw;
  }
  .footer_box .copy_btn {
    display: none;
  }
  .footer_box .footer {
    height: auto;
    position: relative;
    transform: translateY(0%);
    padding: 5vw 1vw;
  }
  .footer_box .footer .container {
    flex-direction: column;
  }
  .footer_box .footer .container .copyright {
    flex-direction: column;
    margin-right: 0;
  }
  .footer_box .footer .container .copyright p {
    text-align: center;
    margin: 10px auto 0;
  }
  .footer_box .footer .container .grading {
    align-items: flex-start;
    margin-top: 12px;
  }
  .footer_box .footer .container .grading img {
    height: 2.5rem;
    width: auto;
  }
  .footer_box .footer .container .grading ul {
    font-size: 0.6rem;
    line-height: 1.3;
  }
  .footer_box .footer {
    padding: 5vw 4vw;
  }
  /* 跳窗---------------------------------------------------- */
  .modal-dialog .modal-content .modal-header .modal-title img {
    height: 8.5vw;
    width: auto;
  }
  #serialErrorModal .modal-dialog .modal-content {
    height: 450px;
  }
  #serialErrorModal_lock .modal-dialog .modal-content {
    height: 450px;
  }
  #rewardCodeModal .modal-dialog .modal-content {
    height: 450px;
  }
  #rewardCodeModal .reward_con {
    gap: 18px;
    padding: 30px 20px;
    width: 100%;
  }
  #rewardCodeModal .reward_label {
    font-size: 1.75rem;
  }
  #rewardCodeModal .reward_input {
    max-width: 360px;
    height: 44px;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 1rem;
  }
  #rewardCodeModal .reward_hint {
    font-size: 0.8rem;
  }
  #rewardCodeModal .reward_submit {
    height: 60px;
  }
  #rewardCodeModal .reward_logout {
    height: 60px;
  }
  #invoiceModal .modal-dialog .modal-content {
    height: 450px;
  }
  #invoiceModal .reward_con {
    gap: 18px;
    padding: 30px 20px;
    width: 100%;
  }
  #invoiceModal .reward_label {
    font-size: 1.75rem;
  }
  #invoiceModal .invoice_input_group {
    max-width: 360px;
    gap: 6px;
  }
  #invoiceModal .invoice_sep {
    font-size: 1.4rem;
  }
  #invoiceModal .reward_input {
    max-width: none;
    height: 44px;
    border-radius: 50px;
    padding: 0 12px;
    font-size: 1rem;
  }
  #invoiceModal .reward_hint_link {
    font-size: 1.2rem;
  }
  #invoiceModal .reward_submit {
    height: 60px;
  }
  #invoiceHintModal .invoice_hint_back {
    height: 60px;
  }
  #contactModal .modal-dialog .modal-content {
    height: 450px;
  }
  #contactModal .reward_con {
    gap: 18px;
    padding: 30px 20px;
    width: 100%;
  }
  #contactModal .reward_label {
    font-size: 1.75rem;
  }
  #contactModal .reward_input {
    max-width: 360px;
    height: 44px;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 1rem;
  }
  #contactModal .reward_submit {
    height: 60px;
  }
  #drawCountModal .draw_count_table thead {
    display: none;
  }
  #drawCountModal .draw_count_table tbody tr {
    display: block;
    padding: 10px 4px;
    border-bottom: 2px solid #ddd;
  }
  #drawCountModal .draw_count_table tbody tr:last-child {
    border-bottom: none;
  }
  #drawCountModal .draw_count_table td {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 4px;
    border-bottom: none;
    text-align: left;
    gap: 16px;
  }
  #drawCountModal .draw_count_table td::before {
    font-weight: bold;
    color: #535353;
    flex-shrink: 0;
    min-width: 5em;
  }
  #drawCountModal .draw_count_table td:nth-child(1)::before {
    content: "序列";
  }
  #drawCountModal .draw_count_table td:nth-child(2)::before {
    content: "登記日期";
  }
  #drawCountModal .draw_count_table td:nth-child(3)::before {
    content: "登記序號";
  }
  .modal-dialog .modal-content .modal-body::before {
    display: none;
  }
  .modal-dialog .modal-content .modal-body .error_box {
    width: 100%;
    min-height: 0.875rem;
    margin: 3px;
  }
  .modal-dialog .modal-content .modal-body .topbox {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .modal-dialog .modal-content .modal-body .topbox .top_left {
    width: 100%;
  }
  .modal-dialog .modal-content .modal-body .topbox .top_left .error_box {
    padding-left: 0;
    text-align: center;
  }
  .modal-dialog .modal-content .modal-body .topbox .top_left .error_box p {
    margin-bottom: 0;
  }
  .modal-dialog .modal-content .modal-body .topbox .top_left .realFileInput {
    display: none;
  }
  .modal-dialog .modal-content .modal-body .topbox .top_left .upload-label {
    order: 2;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .modal-dialog .modal-content .modal-body .topbox .top_right {
    width: 100%;
    margin-left: 0;
    flex: 2 0 auto;
  }
  .modal-dialog .modal-content .modal-body .topbox .top_right .error_box {
    padding-left: 0;
    text-align: right;
    padding-right: 5vw;
  }
  .modal-dialog .modal-content .modal-body .topbox .top_right .error_box p {
    margin-bottom: 0;
  }
  .modal-dialog .modal-content .modal-body .topbox .top_right .linkbox {
    border-radius: 50px;
    padding: 0.5rem;
  }
  .modal-dialog .modal-content .modal-body .topbox .top_right .linkbox label {
    font-size: 3.5vw;
    padding: 0 1.5vw;
  }
  .modal-dialog .modal-content .modal-body .botbox {
    width: 100%;
    margin: 0 auto;
  }
  .modal-dialog .modal-content .modal-body .botbox .error_box {
    padding-left: 0;
    text-align: right;
    position: absolute;
    right: 5vw;
    top: 3vw;
  }
  .modal-dialog .modal-content .modal-body .botbox input,
  .modal-dialog .modal-content .modal-body .botbox textarea {
    border: 0;
    outline: 0;
    border-radius: 25px;
    padding: 5px 15px;
    margin-left: 5px;
  }
  .modal-dialog .modal-content .modal-body .botbox label {
    margin: 3vw 2vw 1vw;
  }
  .modal-dialog .modal-content .modal-body .botbox label span {
    display: inline-block;
  }
  .modal-dialog .modal-content .modal-body .botbox .bot_1 {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .modal-dialog .modal-content .modal-body .botbox .bot_1 > div {
    position: relative;
    width: 100%;
  }
  .modal-dialog .modal-content .modal-body .botbox .bot_1 > div .error_box {
    width: 100%;
  }
  .modal-dialog .modal-content .modal-body .botbox .bot_1 > div input {
    width: 100%;
    height: auto;
    padding: 0.5rem;
  }
  .modal-dialog .modal-content .modal-body .botbox .bot_2 {
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
    margin-top: -2vw;
  }
  .modal-dialog .modal-content .modal-body .botbox .bot_2 textarea {
    width: 100%;
  }
  .modal-dialog
    .modal-content
    .modal-body
    .botbox
    .txtbox
    input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin-right: 0.3rem;
    border-radius: 0;
    background-color: white;
  }
  .modal-dialog
    .modal-content
    .modal-body
    .botbox
    .txtbox
    input[type="checkbox"]:checked {
    background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/popup/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .modal-dialog .modal-content .modal-body .botbox .txtbox label {
    margin: 0;
    font-size: 3.5vw;
  }
  .modal-dialog .modal-content .modal-body .popup_btn {
    margin-top: 3vw;
  }
  .modal-dialog .modal-content .modal-body .popup_btn a {
    width: 43vw;
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .modal-dialog .modal-content .modal-body .popup_btn a::after {
    width: 2.6vw;
    margin-left: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .fullpage .section.section1 .deco_pc,
  .fullpage .section.section2 .deco_pc {
    display: none;
  }
  .fullpage .section.section1 .deco_mo_1 {
    display: block;
    position: absolute;
    top: 48vw;
    right: 1vw;
    width: 26vw;
    height: auto;
    aspect-ratio: 1481/2053;
    background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/mo_deco_1.webp)
      no-repeat center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
  }
  .fullpage .section.section1 .deco_mo_2 {
    display: block;
    position: absolute;
    top: 95vw;
    left: -3vw;
    width: 34vw;
    height: auto;
    aspect-ratio: 470/555;
    background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/mo_deco_2.webp)
      no-repeat center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
  }
  #section1.caption-active .deco_mo_1 {
    animation:
      header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s both,
      deco_float 3s ease-in-out 1.2s infinite;
  }
  #section1.caption-active .deco_mo_2 {
    animation:
      header_pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s both,
      deco_float_lg 3.5s ease-in-out 1.5s infinite;
  }
  .desc_box .section_title.desc_title {
    height: auto;
    width: 90%;
    margin: 7vw auto;
  }
  .desc_box .rule_con {
    width: 90%;
  }
  .desc_box .rule_con .box {
    width: 100%;
    padding-bottom: 20%;
  }
  .desc_box .rule_con .box ol {
    line-height: 1.5;
    font-size: 4.5cqw;
  }
  .fullpage .section .title_box,
  .desc_box .title_box {
    width: 90%;
  }
  .fullpage .section .section_title {
    height: auto;
    width: 90%;
  }
  .fullpage .section .content_area {
    padding: 0;
  }
  .fullpage .section.section1 .content_area .caption .text {
    width: 100%;
    height: 12.5%;
    padding: 2% 6% 2% 6%;
    top: 1%;
  }
  .fullpage .section.section1 .content_area .caption .text p {
    font-size: 3.85cqw;
  }
  .fullpage .section.section1 .section_title {
    aspect-ratio: 916/188;
    background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/title_m.webp);
  }
  .fullpage .section.section2 .section_title {
    aspect-ratio: 916/188;
    background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section2/title_m.webp);
  }
  .fullpage .section.section1 .content_area,
  .fullpage .section.section2 .content_area,
  .fullpage .section.section3 .content_area {
    width: 90%;
  }
  .fullpage {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .fullpage .section {
    /* header---------------------------------------------------- */
    /* 活動時間---------------------------------------------------- */
    /* 活動獎勵---------------------------------------------------- */
    /* 參與方式---------------------------------------------------- */
    /* 鑒定師投票---------------------------------------------------- */
  }
  .fullpage .section.section1 .title_box img,
  .fullpage .section.section2 .title_box img {
    margin-bottom: 3vw;
    width: 90vw;
  }
  .fullpage .section.header .logo {
    width: 40vw;
    top: 2vw;
    left: 2.5vw;
  }
  .fullpage .section.header .home {
    height: 10vw;
    top: 5.1vw;
    right: 2.5vw;
  }
  .fullpage .section .title_box img {
    width: 78.51vw;
  }
  .fullpage .section.header {
    background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/header/header_bg_m.webp)
      center;
    background-size: 100% 100%;
    aspect-ratio: 1080/1543;
    height: auto;
  }
  .fullpage .section.header .title_box {
    width: 100%;
    left: 0;
    top: 0;
    padding-right: 0;
    align-items: center;
    justify-content: flex-end;
  }
  .fullpage .section.header .title_box .header_title {
    width: 94vw;
    align-self: center;
  }
  .fullpage .section.header .title_box .header_title_wrap {
    width: 84vw;
  }
  .fullpage .section.header .title_box .btn_box {
    width: 84vw;
    aspect-ratio: 919/177;
    align-self: center;
    gap: 2.5vw;
    margin: 2vw auto;
    background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/header/header_dl_bg_m.webp);
  }
  .fullpage .section.header .title_box .btn_box a {
    height: 60%;
  }
  .fullpage .section.header .title_box .btn_box .dl_btns {
    padding: 0.7% 1.5% 1.5% 3%;
  }
  .fullpage .section.header .title_box .btn_box .btn_dl_ps5,
  .fullpage .section.header .title_box .btn_box .btn_dl_windows {
    display: none;
  }
  /* section1~3 手機版背景 */
  .fullpage .section.section1 {
    background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/section1_bg_m.webp)
      center top no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 1080/2352;
  }
  .fullpage .section.section2 {
    background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section2/section2_bg_m.webp)
      center top no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 1080/1729;
  }
  /* section3 手機版：開獎前 */
  .fullpage .section.section3 {
    background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section3/section3_bg_m.webp)
      center top no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 1080/1604;
  }
  /* section3 手機版：開獎後 */
  #section3.draw-active {
    background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section3/section3_draw_bg_m.webp);
    aspect-ratio: 1080/4250;
  }
  .fullpage .section_deco_top {
    aspect-ratio: 1080/130;
    background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/deco_top_m.webp);
  }
  .fullpage .section_deco_bottom {
    aspect-ratio: 1080/210;
    background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/deco_bottom_m.webp);
  }
  .desc_box {
    background: url(https://res1-nte.iwplay.com.tw/events/lipton/images/desc/desc_bg_m.webp)
      center top no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 1080/1649;
  }
  /* section1 caption 手機版換圖 */
  .fullpage .section.section1 .content_area .caption .caption_bg {
    content: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/caption_bg_m.webp);
  }
  .fullpage .section.section1 .content_area .caption .caption_pop {
    content: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section1/caption_m.webp);
  }
  /* mission 手機版 */
  .fullpage .section.section1 {
    /* padding-bottom: 45vw; */
  }
  .fullpage .section.section1 .deco_chara {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 40vw;
  }
  .fullpage .section.section1 .deco_m_left,
  .fullpage .section.section1 .deco_m_right {
    display: none;
  }
  .fullpage .section.section2 .deco_left,
  .fullpage .section.section2 .deco_right {
    display: none;
  }
  .fullpage .section.section1 .content_box {
    width: 90%;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
  }
  .fullpage .section.section1 .content_box .action_btns {
    flex-direction: row;
    justify-content: center;
    gap: 6vw;
    margin-bottom: 3vw;
  }
  .fullpage .section.section1 .content_box .action_btns a {
    height: 20vw;
  }
  .fullpage .section.section1 .content_box .mission_cards {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
  .fullpage
    .section.section1
    .content_box
    .mission_cards
    .card_item
    .watch_progress {
    top: 15vw;
    height: 6.5vw;
  }
  .fullpage
    .section.section1
    .content_box
    .mission_cards
    .card_item
    .watch_progress
    p {
    font-size: clamp(1rem, 4vw, 1.5rem);
  }
  .fullpage .section.section1 .content_box .mission_cards .card_item {
    width: 80vw;
  }
  /* section2 手機版：rule/btn_box 改為垂直堆疊 */
  .fullpage .section.section2 .content_area {
    flex-direction: column;
    align-items: center;
    gap: 0%;
  }
  .fullpage .section.section2 .content_area .rule {
    width: 90%;
    height: auto;
    aspect-ratio: 878/1068;
    background-image: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section2/rule_m.webp);
    margin: 5% auto;
  }
  .fullpage .section.section2 .content_area .btn_box {
    width: 90%;
    height: auto;
    flex-direction: row;
    gap: 5vw;
    margin-top: 5vw;
  }
  .fullpage .section.section2 .content_area .btn_box .btn {
    width: 40vw;
  }
  /* 開獎後手機版：award_box 對齊開獎前樣式 */
  #section3.draw-active .content_area {
    gap: 0%;
  }
  #section3.draw-active .post_draw .award_box {
    flex-direction: row;
    width: 96%;
    padding: 0;
    margin-top: 5%;
  }
  #section3.draw-active .post_draw .award_box .ipad,
  #section3.draw-active .post_draw .award_box .acrylic {
    width: 50%;
  }
  /* 開獎名單手機版：卡片排列 */
  .draw_list {
    width: 100%;
  }
  .draw_table thead {
    display: none;
  }
  .draw_table tbody tr {
    display: block;
    border-top: none;
    border-left: 1px solid #ae9bff;
    border-right: 1px solid #ae9bff;
    border-bottom: 1px solid #ae9bff;
    overflow: hidden;
  }
  .draw_table tbody tr:first-child {
    border: 1px solid #ae9bff;
  }
  .draw_table tbody tr:nth-child(odd) {
    background: rgba(174, 155, 255, 0.18);
  }
  .draw_table tbody tr:nth-child(even) {
    background: rgba(174, 155, 255, 0);
  }
  .draw_table td {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2vw 4vw;
    text-align: left;
    border: none;
    font-size: clamp(0.8rem, 3.5vw, 1rem);
    gap: 5%;
  }
  .draw_table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: rgba(200, 170, 255, 1);
    flex: 0 0 40%;
    width: 40%;
  }
  /* section3 手機版：award_box/chara 改為垂直堆疊 */
  .fullpage .section.section3 .content_area {
    flex-direction: column;
    align-items: center;
    gap: 5%;
  }
  .fullpage .section.section3 .content_area .award_box {
    width: 96%;
    padding: 0;
    margin-top: 5%;
  }
  .fullpage .section.section3 .content_area .chara {
    width: 70%;
  }
  .fullpage .section.section3 .content_area .chara .chara_bg {
    content: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section3/chara_m.webp);
    aspect-ratio: 693/687;
  }
  .fullpage .section.section3 .content_area .chara .chara_hint {
    content: url(https://res1-nte.iwplay.com.tw/events/lipton/images/section3/chara_hint_m.webp);
    aspect-ratio: 693/687;
  }
  /* streams 手機版 */
  .fullpage .section.section2 .content_box {
    width: 90%;
  }
  /* 手機版顯示 tab，隱藏 section_label */
  .fullpage .section.section2 .lang_tabs {
    display: flex;
    justify-content: center;
    gap: 3vw;
    margin-bottom: 4vw;
  }
  .fullpage .section.section2 .lang_tab {
    padding: 1vw 4vw;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.6);
    font-size: clamp(0.8rem, 3.5vw, 1.2rem);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
  }
  .fullpage .section.section2 .lang_tab.active {
    background: #ff5995;
    border-color: #ff5995;
    color: #fff;
  }
  .fullpage .section.section2 .section_header {
    display: none;
  }
  /* 手機版 tab 切換：非 active 的 section 隱藏 */
  .fullpage .section.section2 .stream_section {
    display: none;
  }
  .fullpage .section.section2 .stream_section.active {
    display: block;
  }
  .fullpage .section.section2 .stream_list {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
  .fullpage .section.section2 .stream_card {
    width: 100%;
  }
  .fullpage .section.section2 .stream_card .viewer_count {
    padding: 1vw 2.5vw;
    gap: 1.5vw;
  }
  .fullpage .section.section2 .stream_card .viewer_count img {
    width: 3.5vw;
  }
  .fullpage .section.section2 .stream_card .viewer_count span {
    font-size: clamp(0.7rem, 3vw, 1rem);
  }
  .fullpage .section.section2 .stream_card .card_title {
    padding: 2vw 1vw 0;
  }
  .fullpage .section.section2 .stream_card .card_title p {
    font-size: clamp(0.8rem, 3.5vw, 1.2rem);
  }
  .fullpage .section.section2 .stream_card .card_user {
    padding: 1vw 1vw;
  }
  .fullpage .section.section2 .stream_card .card_user p {
    font-size: clamp(0.7rem, 3vw, 1rem);
  }
  .fullpage .section.section2 > .content_box > .more_btn {
    display: block;
    margin-top: 5vw;
    padding: 2vw 8vw;
    font-size: clamp(0.9rem, 3.5vw, 1.2rem);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .fullpage .section.header .title_box {
    top: 100vw;
  }
}
@media only screen and (max-width: 500px) {
  .footer_box .footer .container .copyright .company img {
    width: 22vw;
    height: auto;
  }
} /*# sourceMappingURL=main_ZR.css.map */
