:root {
  --lblue-5: #209cff;
  --dblue-5: #0267b9;
  --morange-5: #ff874b;
  --lorange-5: #fcaf15;
  --mgreen-5: #47d382;
  --lgreen: #96d34f;
  --error: #ff4c5c;
  --warning: #ff7b3b;
  --success: #34be4a;
  --notofication: #0075d3;
  --black: #000000;
  --white: #ffffff;
  --nblack-1: #f5f5f5;
  --nblack-2: #efefef;
  --nblack-3: #e5e5e5;
  --nblack-4: #cccccc;
  --nblack-5: #a8a8a8;
  --nblack-6: #999999;
  --nblack-7: #848484;
  --nblack-8: #666666;
  --nblack-9: #4c4c4c;
  --nblack-10: #333333;
  --nblack-11: #1e1e1e;
  --nblack-12: #0c0c0c;
  --gradientblue: linear-gradient(to right, #209cff 0%, #0267b9 100%);
  --bblack-1: #e5e7e9;
  --bblack-2: #ccd0d3;
  --bblack-3: #b3b8bd;
  --bblack-4: #9aa1a6;
  --bblack-5: #818991;
  --bblack-6: #66727c;
  --bblack-7: #4f5a65;
  --bblack-8: #35424f;
  --bblack-9: #1d2b39;
  --bblack-10: #041424;
  --lblue-5-10: #e9f5ff;
  --lblue-5-15: #def0ff;
  --spring-sakura: #f99b96;
  --spring-orange: #fcaf15;
  --spring-gn: #93cc67;
  --spring-yw: #eee691;
  --spring2-primary: #feea6f;
  --spring2-bl: #2c53a2;
  --spring2-og: #ff882e;
  --spring2-gn: #add467;
  --spring2-og-light: #fabf21;
  --spring2-bl-secondary: #71dfe4;
  --spring2-bl-light: #99d1ec;
  --shadow-appbar: 0 0 8px rgba(0, 0, 0, 0.3);
  --cardshadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  --dialog: 1px 1px 24px rgba(0, 0, 0, 0.04);
  --noto-sans-TC: "Noto Sans TC", sans-serif;
}

body {
  font-family: "PingFang TC";
  color: var(--black);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 209, 236, 0.7)), to(rgba(255, 255, 255, 0.42))), #99d1ec;
  background: linear-gradient(180deg, rgba(153, 209, 236, 0.7) 0%, rgba(255, 255, 255, 0.42) 100%), #99d1ec;
  min-width: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

html {
  font-size: 17px;
}

body {
  font-size: 1rem;
  line-height: 1.6;
  font-family: "PingFang TC", "SF Pro TC", "SF Pro Text", "Microsoft JhengHei", "Helvetica Neue", "Noto Sans CJK TC", Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }
  header {
    max-width: 1142px;
    margin: 0 auto;
    font-size: 0.8rem;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
}

header nav {
  height: 80px;
}

img {
  max-width: 100%;
}

.py-2 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.ml-3_5 {
  margin-left: 20px !important;
}

.mb-2 {
  margin-bottom: 12px !important;
}

.mb-3_5 {
  margin-bottom: 20px;
}

.mb-4_5 {
  margin-bottom: 28px;
}

button {
  background-color: transparent;
  border: 0;
  outline: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

p {
  margin: 0;
}

.container2 {
  margin: 0;
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .container2 {
    padding-top: 80px;
  }
}

.container-mobile {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.inner-page section#header {
  max-width: 768px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.inner-page .footer {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.pic-cover {
  position: relative;
}

.pic-cover_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.logo-section h1 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding-left: 16px;
  position: relative;
}

.logo-section h1::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  background-color: var(--black);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .logo-section .logo {
    margin-right: 12px !important;
  }
  .logo-section h1 {
    font-size: 16px;
    padding-left: 12px;
  }
  .logo-section h1::before {
    height: 24px;
  }
}

section#footer {
  padding-top: 0;
}

section#footer hr {
  background: transparent;
  border: none;
  border-top: 1px solid #333;
  margin-top: 0;
  height: 1px;
  opacity: 0.2;
}

section#footer .footer-site-links {
  position: relative;
}

section#footer .footer-site-links .misc-links,
section.footer .footer-site-links .miniature {
  text-align: center;
}

section#footer.no-footer-logo .footer-links-copyright {
  display: block;
}

section#footer.no-footer-logo .footer-site-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#footer.no-footer-logo .site-links-copyright {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#footer.no-footer-logo .footer-scroll-top {
  position: absolute;
  right: 10px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  section.footer .official-links a {
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#footer .footer-site-links .misc-links,
  section#footer .footer-site-links .miniature {
    text-align: center;
    font-size: 0.75rem;
  }
  section#footer .footer-site-links .misc-links a {
    white-space: nowrap;
    margin-right: 0.3rem;
    padding-right: 0.3rem;
  }
  section#footer.no-footer-logo .footer-site-links {
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: inline;
  }
}

.btn {
  border-radius: 100px;
  font-size: 24px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: -3px 5px 0 0 #fabf21, 0 6px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -3px 5px 0 0 #fabf21, 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  color: var(--nblack-11) !important;
  padding: 0;
  border: 0 !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 100px;
  padding: 11px;
  background-color: var(--spring2-primary);
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}

.btn-orange {
  background-color: rgba(255, 135, 77, 0.8);
}

.btn-green {
  background-color: rgba(147, 204, 103, 0.8);
}

.btn-blue {
  -webkit-box-shadow: -2px 4px 0 0 #245659, 0 6px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -2px 4px 0 0 #245659, 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--spring2-bl-secondary);
}

.btn-icon {
  width: 28px;
  height: 28px;
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn__text {
  color: var(--nblack-11);
}

.point__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  border-radius: 12px;
  gap: 16px;
  color: var(--white);
  background: #74c039;
  position: relative;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 4px;
  overflow: hidden;
}

.point__content > img {
  width: 29px;
  position: relative;
  z-index: 1;
}

.point__content > p {
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.point__content > p .num {
  font-size: 20px;
  margin-right: 4px;
}

.point__content::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #add467;
  top: 50%;
  left: -31px;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.point__text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .point__content {
    width: 120px;
    padding: 8px 10px;
    gap: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec {
  border-radius: 12px;
  border: 3px solid;
  padding: 32px 30px;
  margin-bottom: 32px;
}

.sec::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(-135deg, rgba(255, 255, 255, 0.1), transparent 40%);
  pointer-events: none;
}

.sec-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 24px;
  text-align: center;
}

.sec-title .btn-icon {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.sec-title-wrap .sec-title {
  margin: 0;
}

.sec-title-wrap .btn-icon {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.sec--orange {
  background: linear-gradient(51deg, rgba(246, 246, 246, 0.9) 13.94%, rgba(255, 244, 173, 0.9) 128.75%);
  border-color: #ff882e;
  -webkit-box-shadow: -5px 5px 0 0 #cc6619, 0 2px 20px 0 rgba(0, 0, 0, 0.04);
          box-shadow: -5px 5px 0 0 #cc6619, 0 2px 20px 0 rgba(0, 0, 0, 0.04);
}

.sec--blue {
  background: linear-gradient(51deg, rgba(255, 255, 255, 0.9) 13.94%, rgba(153, 209, 236, 0.9) 128.75%);
  border-color: #0267b9;
  -webkit-box-shadow: -5px 5px 0 0 #2c53a2, 0 2px 20px 0 rgba(0, 0, 0, 0.04);
          box-shadow: -5px 5px 0 0 #2c53a2, 0 2px 20px 0 rgba(0, 0, 0, 0.04);
}

.sec .sec {
  background-color: #f6f6f6;
  border: 0;
}

.sec-form {
    padding: 32px 5px;
}

@media screen and (min-width: 768px) {
  .sec {
    padding: 40px 24px;
    border-radius: 20px;
  }
  .sec-title-wrap {
    margin-bottom: 32px;
  }
}

.title-dec {
  margin-left: -20px;
  margin-right: -20px;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  position: relative;
  margin-bottom: 16px;
}

.title-dec button {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .title-dec {
    margin: 0 auto 20px;
    width: 400px;
    -webkit-transform: none;
            transform: none;
  }
}

.text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}

.text .highlight {
  color: var(--spring2-og);
}

.text.sm {
  font-size: 15px;
}

.text-green {
  color: #74c039;
}

.text-blue {
  color: var(--spring2-bl);
}

@media screen and (min-width: 768px) {
  .text {
    text-align: left;
  }
  .text.sm {
    font-size: 16px;
  }
}

.modal-dialog {
  padding: 100px 20px 50px;
  margin: 0 auto;
}

.modal-content {
  padding: 20px 24px;
  border-radius: 16px;
  border: 0;
}

.modal-body {
  position: static;
  padding: 0;
}

.modal-body h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  text-align: center;
}

.modal-body p {
  font-size: 15px;
  margin: 0;
  padding: 8px 0;
  font-weight: normal;
}

.modal .btn-close {
  background-image: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.modal-btns {
  padding-top: 12px;
}

.modal-btns .btn {
  width: 100%;
  margin-top: 12px;
  font-size: 16px;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 800px;
  }
  .modal-dialog .text {
    text-align: left;
    font-size: 15px;
  }
}

.intro {
  padding: 20px 16px;
  border: 3px solid #0267b9;
  border-radius: 12px;
  background-color: #f6f6f6;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-shadow: -5px 5px 0 0 #2c53a2, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -5px 5px 0 0 #2c53a2, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.intro p {
  margin: 0;
  width: calc(100% - 34px);
}

@media screen and (min-width: 768px) {
  .intro {
    padding: 20px 24px;
  }
  .intro p {
    font-size: 18px;
  }
}

.cta {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 20px 0;
  z-index: 10;
}

.cta .row {
  margin-left: -6px;
  margin-right: -6px;
}

.cta .row > div {
  padding-left: 6px;
  padding-right: 6px;
}

.cta .btn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cta {
    max-width: 860px;
    padding: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cta .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.kv .container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 880px;
}

.kv-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.kv-title {
  width: calc(100% - 34px);
  margin: 0 auto 24px;
  display: block;
}

.kv-wrapper {
  padding-bottom: 59.73vw;
}

.kv-wrapper .row {
  margin-left: -6px;
  margin-right: -6px;
}

.kv-wrapper .row > div {
  padding-left: 6px;
  padding-right: 6px;
  display: block;
  -webkit-columns: 1;
          columns: 1;
}

.kv-wrapper .row > div:nth-child(2) {
  margin-top: 10px;
}

.kv-wrapper .row > div:nth-child(1) {
  margin-top: 20px;
}

.kv-item {
  border-radius: 12px;
  border: 2.5px solid #ff8ccf;
  -webkit-box-shadow: 0 0 6px #ff8ccf;
          box-shadow: 0 0 6px #ff8ccf;
  display: block;
  max-width: none;
}

.kv-item__inner {
  padding: 12px 4px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 9.5px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
}

.kv-item__title {
  width: 45px;
  display: block;
  margin: 0 auto 12px;
}

.kv-item__pic {
  width: 76%;
  padding-bottom: calc(76% * 0.8);
  margin: 0 auto 12px;
}

.kv-item__badge {
  position: absolute;
  width: 45%;
  top: -15%;
  left: -16%;
}

.kv-item__text {
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  position: relative;
}

.kv-item__text p {
  margin: 0;
  -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.2));
}

.kv-item__text p.text-fill {
  color: var(--nblack-8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.kv-item__text p.text-border {
  color: transparent;
  -webkit-text-stroke: 3px #fff;
}

@media screen and (min-width: 768px) {
  .kv-bg {
    top: 107px;
  }
  .kv-title {
    width: 57%;
    display: block;
    margin-left: 40px;
    margin-bottom: 80px;
  }
  .kv-wrapper {
    max-width: 700px;
    width: 100%;
    padding-bottom: 5.56vw;
  }
  .kv-wrapper .row {
    margin-left: -9px;
    margin-right: -9px;
  }
  .kv-wrapper .row > div {
    padding-left: 9px;
    padding-right: 9px;
  }
  .kv-wrapper .row > div:first-child {
    margin-top: 0;
  }
  .kv-wrapper .row > div:nth-child(2) {
    margin-top: 50px;
  }
  .kv-wrapper .row > div:nth-child(3) {
    margin-top: 100px;
  }
  .kv-item {
    width: 100%;
  }
  .kv-item__title {
    width: 100px;
    margin-bottom: 20px;
  }
  .kv-item__inner {
    padding: 20px;
  }
  .kv-item__pic {
    width: 70%;
    padding-bottom: calc(70% * 0.8);
    margin-bottom: 20px;
  }
  .kv-item__text {
    font-size: 18px;
  }
}

.lottery {
  margin-top: -19vw;
  background-image: image-set(var(--top-bg));
  background-size: 100%;
  background-position: 0 19vw;
  background-repeat: no-repeat;
}

.lottery-title {
  width: 65%;
  margin: 0 auto 32px;
  display: block;
}

.lottery-task {
  position: relative;
}

.lottery-task__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.lottery-task__content .btn {
  width: 100%;
}

.lottery-task .sec {
  padding-top: 32px;
  padding-bottom: 32px;
}

.lottery-dec {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  z-index: 3;
  pointer-events: none;
}

.lottery-dec.dec-1 {
  width: 161px;
  bottom: 44px;
  right: -75px;
  -webkit-transform: none;
          transform: none;
  left: inherit;
}

.lottery-dec.dec-2 {
  width: 154px;
  bottom: 18px;
  left: -75px;
  -webkit-transform: none;
          transform: none;
}

.lottery-wrapper.task, .lottery-wrapper.wrong {
  display: none;
}

.lottery-wrapper.init {
  display: block;
}

.lottery-wrapper.init img {
  width: calc(100% - 8px);
  margin: 0 auto 20px;
  display: block;
}

.lottery-wrapper.init button {
  width: 100%;
}

.lottery-wrapper.wrong button {
  width: 100%;
}

.lottery-wrapper.frame {
    overflow-x:auto;
}

@media screen and (min-width: 768px) {
  .lottery {
    margin-top: 0;
    padding-top: 100px;
    background-image: image-set(var(--top-bg-m));
    background-position: 0 0;
  }
  .lottery .container {
    max-width: 720px;
  }
  .lottery-title {
    width: 310px;
  }
  .lottery-task .container {
    position: relative;
  }
  .lottery-task .sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lottery-wrapper .btn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .lottery-wrapper.init img {
    max-width: 314px;
  }
}

.prize {
  margin-bottom: 40px;
}

.prize-title {
  width: 194px;
  display: block;
  margin: 0 auto 20px;
}

.prize .sec {
  padding: 32px 10px;
}

.prize .row {
  margin-left: -2px;
  margin-right: -2px;
}

.prize .row > div {
  padding-left: 2px;
  padding-right: 2px;
}

.prize-item__pic {
  margin-bottom: 12px;
  position: relative;
}

.prize-item__pic > img {
  width: 100%;
}

.prize-item__text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.prize-item__text p {
  margin: 0;
}

.prize-item__text p.text-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.prize-item__text p.text-border {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.prize-item__num {
  position: absolute;
  padding: 2px 6px;
  border-radius: 100px;
  background-color: var(--spring2-bl);
  font-size: 10px;
  right: 0;
  bottom: 0;
  color: var(--white);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .prize {
    margin-bottom: 60px;
  }
  .prize .sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .prize .row {
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
  .prize .row > div {
    -webkit-columns: 1;
            columns: 1;
    padding-left: 16px;
    padding-right: 16px;
  }
  .prize-item__pic {
    width: 100%;
  }
  .prize-item__text {
    font-size: 17px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.2));
  }
  .prize-item__num {
    padding: 4px 8px;
    border-radius: 100px;
    bottom: 6px;
    right: 13%;
  }
}

.lucky-bag .intro {
  margin-bottom: 20px;
}

.lucky-bag__bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.lucky-bag__title {
  width: 90%;
  margin: 0 auto 20px;
  display: block;
}

.lucky-bag .nav-tabs {
  margin-bottom: 20px;
  margin-left: 0;
  border: 0;
  padding-top: 12px;
}

.lucky-bag .nav-tabs .nav-item {
  width: 50%;
}

.lucky-bag .nav-tabs .nav-item:first-child .nav-link {
  border-radius: 12px 0 0 12px;
}

.lucky-bag .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 12px 12px 0;
}

.lucky-bag .nav-tabs .nav-link {
  width: 100%;
  padding: 16px 32px 16px 28px;
  font-size: 24px;
  color: var(--nblack-5);
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7e1bc), to(#e7e1bc)), rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, #e7e1bc 0%, #e7e1bc 100%), rgba(255, 255, 255, 0.2);
  border: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.lucky-bag .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.lucky-bag .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  opacity: 0;
}

.lucky-bag .nav-tabs .nav-link.active {
  background: var(--spring2-primary);
  color: var(--nblack-11);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16) !important;
}

.lucky-bag .nav-tabs .nav-link.active::before {
  opacity: 1;
}

.lucky-bag .tab-content {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .lucky-bag .container {
    max-width: 720px;
  }
  .lucky-bag__title {
    width: 600px;
    margin: 0 auto 32px;
  }
  .lucky-bag .intro {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
  .lucky-bag .text {
    text-align: center;
  }
  .lucky-bag .nav-tabs {
    padding-top: 12px;
    max-width: 400px;
    margin: 0 auto 32px;
  }
  .lucky-bag .nav-tabs .nav-link {
    padding: 11px 32px 11px 32px;
  }
  .lucky-bag .tab-content {
    padding-bottom: 32px;
  }
  .lucky-bag .point__content {
    width: 120px;
    padding: 8px 10px;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

.new-task {
  padding: 24px 20px;
  margin: 0;
}

.new-task-title button {
  top: 22%;
  right: 28%;
}

.new-task-point {
  margin: 0;
}

.new-task-point > div {
  padding-left: 10px;
  padding-right: 10px;
}

.new-task-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 12px;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 0;
}

.new-task-intro__title {
  padding: 4px 12px;
  border-radius: 100px;
  background-color: #ebeab1;
  font-weight: 500;
  font-size: 16px;
  width: 48px;
  text-align: center;
}

.new-task-intro__title.yellow {
  background-color: var(--spring2-primary);
}

.new-task-intro__title.blue {
  background-color: var(--spring2-bl-secondary);
}

.new-task-intro__text {
  width: calc(100% - 48px - 12px);
  font-size: 15px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .new-task {
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .new-task .row {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 24px;
  }
  .new-task .row > div {
    padding-left: 12px;
    padding-right: 12px;
  }
  .new-task .row > div .sec {
    height: 100%;
    margin-bottom: 0;
  }
  .new-task-intro {
    margin-top: 0;
  }
  .new-task-intro__text {
    font-size: 16px;
  }
}

.new-cta {
  position: relative;
  margin-bottom: 20px;
  margin-top: 24px;
}

.new-cta .btn {
  width: 100%;
}

.new-cta__comment {
  position: absolute;
  width: 95px;
  right: -20px;
  bottom: 28px;
  -webkit-animation: breathe 1.5s ease-in-out infinite alternate;
          animation: breathe 1.5s ease-in-out infinite alternate;
}

.new-cta__comment img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .new-cta {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .new-cta__comment {
    right: -50px;
    top: -34px;
    width: 102px;
  }
}

@-webkit-keyframes breathe {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes breathe {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.increase__sec {
  padding: 40px 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 234, 111, 0.5)), to(rgba(254, 234, 111, 0.5))), #fff;
  background: linear-gradient(0deg, rgba(254, 234, 111, 0.5) 0%, rgba(254, 234, 111, 0.5) 100%), #fff;
}

.increase__bg {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.increase-pic {
  width: 100%;
  margin-bottom: 12px;
}

.increase-title button {
  top: 22%;
  right: 22%;
}

.increase__text {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .increase {
    margin-top: 32px;
  }
  .increase .container {
    max-width: 720px;
  }
  .increase .row {
    margin-left: -12px;
    margin-right: -12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .increase .row > div {
    padding-left: 12px;
    padding-right: 12px;
  }
  .increase-pic {
    width: 100%;
    margin: 0;
  }
  .increase .sec-title h2 {
    font-size: 32px;
  }
  .increase__text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .increase-title button {
    right: 25%;
  }
}

.plan {
  position: relative;
  padding: 20px 12px;
  border-radius: 20px;
}

.plan-tag {
  position: absolute;
  width: 102px;
  height: 105px;
  background-image: image-set(var(--tag));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -14px;
  left: -19px;
}

.plan-tag > p {
  -webkit-transform: translate(-50%, -50%) rotate(-48deg);
          transform: translate(-50%, -50%) rotate(-48deg);
  position: absolute;
  top: 36%;
  left: 38.5%;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}

.plan-tag > p p.text-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--error);
}

.plan-tag > p p.text-border {
  color: transparent;
  -webkit-text-stroke: 3px #fff;
}

.plan-tag > p.lg p {
  font-size: 18px;
}

.plan-tag.recommend {
  background-image: image-set(var(--tag-yellow));
  left: -21px;
}

.plan-tag.recommend p {
  -webkit-transform: translate(-50%, -50%) rotate(-48deg);
          transform: translate(-50%, -50%) rotate(-48deg);
  position: absolute;
  top: 36%;
  left: 38.5%;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
}

.plan__wrapper {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.plan__wrapper > img {
  width: 80px;
}

.plan__info {
  width: calc(100% - 80px - 12px);
}

.plan__info h3 {
  margin-bottom: 12px;
  padding: 6px 12px 4px;
  border-radius: 8px;
  background-color: var(--spring2-og-light);
  font-size: 15px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.plan__info p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.plan .btn {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .plan {
    padding: 24px 16px !important;
  }
  .plan-tag {
    left: -17px;
  }
  .plan-tag.recommend p {
    font-size: 13px;
  }
  .tip-1 .plan__wrapper {
    min-height: 155px;
  }
  .tip-2 .plan__wrapper {
    min-height: 130px;
  }
}

.give {
  position: relative;
  z-index: 0;
  padding-bottom: 62px;
}

.give .sec {
  padding: 20px 16px;
  background: #c7e4f4;
}

.give-title button {
  top: 22%;
  right: 13%;
}

.give__bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .give {
    padding-bottom: 100px;
  }
  .give .sec {
    padding: 40px;
  }
  .give .container {
    max-width: 1040px;
  }
  .give-title button {
    right: 15%;
  }
  .give .point__content {
    gap: 16px;
  }
}

.give-point {
  padding: 20px 12px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.give-point .point {
  width: 120px;
}

.give-point .text {
  width: calc(100% - 120px - 12px);
  text-align: justify;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .give-point {
    padding: 24px 20px;
    gap: 20px;
    max-width: 588px;
    margin: 0 auto 24px;
  }
}

.renew-event {
  position: relative;
  padding: 20px 24px;
  margin-bottom: 0;
}

.renew-event-title button {
  top: 22%;
  right: 26%;
}

.renew-event .point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}

@media screen and (min-width: 768px) {
  .renew-event {
    padding: 40px;
  }
  .renew-event .btn {
    max-width: 400px;
    margin: 0 auto;
  }
}

.top-up .tip {
  margin-bottom: 12px;
}

.top-up__title {
  position: relative;
}

.top-up__title h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  font-family: var(--noto-sans-TC);
  text-align: center;
}

.top-up__title h4.text-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--morange-5);
}

.top-up__title h4.text-border {
  color: transparent;
  -webkit-text-stroke: 8px #fff;
}

@media screen and (min-width: 768px) {
  .top-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
  .top-up .tip {
    margin: 0;
  }
  .top-up__title br {
    display: none;
  }
}

.tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 8px 20px 8px 8px;
  border-radius: 100px;
  background-color: var(--spring-gn);
  border: 2px solid #93cc67;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}

.tip-tag {
  margin: 0;
  padding: 5px 12px;
  border-radius: 100px;
  font-weight: 500;
  background-color: #f9ffed;
  color: #82b02f;
  font-size: 16px;
}

.tip-title {
  color: #1b4d11;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.tip-1 .plan {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 234, 111, 0.2)), to(rgba(254, 234, 111, 0.2))), #fff;
  background: linear-gradient(0deg, rgba(254, 234, 111, 0.2) 0%, rgba(254, 234, 111, 0.2) 100%), #fff;
}

.tip-2 {
  padding-top: 20px;
}

.tip-2 .plan {
  background-color: rgba(255, 255, 255, 0.5);
}

.tip-2 .plan__info h3 {
  background-color: var(--spring2-bl-light);
}

@media screen and (min-width: 768px) {
  .tip-tag {
    font-size: 18px;
  }
  .tip-title {
    font-size: 24px;
  }
  .tip-1 {
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
  }
}

[id] {
    scroll-margin-top: 60px;
}

@media screen and (min-width: 768px) {
    [id] {
        scroll-margin-top: 80px;
    }
}

.contact {
    width: 100%;
    height: calc(100vh - 107.6px - 160px);
    max-width: 100%;
    max-height: 100vh;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 0 40px;
    border: none;
    display: block;
}

.modal-dialog .modal-content .modal-body {
    padding-top: 36px;
}

.modal-dialog .modal-content .modal-body table {
    border-collapse: collapse;
    width: 100%;
}

.modal-dialog .modal-content .modal-body table th {
    border: 1px solid #333;
    background-color: #f5f5f5;
    padding: 10px;
}

.modal-dialog .modal-content .modal-body table td {
    border: 1px solid #ccc;
    padding: 10px;
}

/*# sourceMappingURL=style.css.map */
