@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #ff5858;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 56px;
}
.gotoheader a {
  display: inline-block;
  color: #fff000;
}
.gotoheader a:hover {
  color: #abffff;
}

body {
  background-color: #070707;
  overflow-x: hidden;
}

.wrapper {
  width: 100vw;
  background-size: 120%;
  overflow: hidden;
  background-image: url(/Action/79_TMD/20260521JS/images/indexbg.jpg?v=20260521);
  background-color: #070707;
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding-bottom: 28px;
  }
}
@media only screen and (orientation: portrait) {
  .wrapper {
    background-size: 150%;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper {
    background-size: 120%;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper {
    background-size: initial;
  }
}

.header {
  width: 100%;
  position: relative;
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 44.375%;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .header .container {
    padding-bottom: 55.46875%;
  }
}
@media screen and (min-width: 1280px) {
  .header .container {
    padding-bottom: 44.375%;
  }
}
@media screen and (min-width: 1600px) {
  .header .container {
    width: 1600px;
    height: 710px;
    padding-bottom: 0;
  }
}
.header .slogan {
  width: 45.375%;
  height: 0;
  padding-bottom: 20%;
  position: absolute;
  top: 1.1267605634%;
  left: 22.625%;
  background-image: url(/Action/79_TMD/20260521JS/images/slogan.png?v=20260521);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (orientation: portrait) {
  .header .slogan {
    width: 56.71875%;
    padding-bottom: 25%;
    left: 15.78125%;
  }
}
@media screen and (min-width: 1280px) {
  .header .slogan {
    width: 45.375%;
    padding-bottom: 20%;
    left: 22.625%;
  }
}
@media screen and (min-width: 1600px) {
  .header .slogan {
    left: 362px;
  }
}
.header .slogan {
  -webkit-animation: delay 0.3s, bounceIn 0.8s 0.3s, pulse 1s 1.5s infinite;
          animation: delay 0.3s, bounceIn 0.8s 0.3s, pulse 1s 1.5s infinite;
}
.header .card {
  width: 10.125%;
  height: 0;
  padding-bottom: 10.1875%;
  position: absolute;
  top: 6.0563380282%;
  left: 67%;
  background-image: url(/Action/79_TMD/20260521JS/images/card.png?v=20260521);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (orientation: portrait) {
  .header .card {
    width: 12.65625%;
    padding-bottom: 12.734375%;
    left: 71.25%;
  }
}
@media screen and (min-width: 1280px) {
  .header .card {
    width: 10.125%;
    padding-bottom: 10.1875%;
    left: 67%;
  }
}
@media screen and (min-width: 1600px) {
  .header .card {
    left: 1072px;
  }
}
.header .card {
  -webkit-animation: delay 0.8s, zoomIn 0.8s 0.4s;
          animation: delay 0.8s, zoomIn 0.8s 0.4s;
}
.header .logo {
  width: 13%;
  height: 0;
  padding-bottom: 4%;
  position: absolute;
  top: 8.4507042254%;
  left: 16.75%;
  z-index: 9;
}
@media only screen and (orientation: portrait) {
  .header .logo {
    width: 16.25%;
    padding-bottom: 5%;
    left: 8.4375%;
  }
}
.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 30.7692307692%;
  display: block;
}
.header .logo {
  background: url(/Action/79_TMD/20260521JS/images/logo.png?v=20260521);
  background-size: 100%;
  -webkit-animation: delay 0.8s, fadeIn 0.6s 0.8s;
          animation: delay 0.8s, fadeIn 0.6s 0.8s;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
.nav .container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .nav .container {
    width: 1280px;
  }
}
.nav .navBtn {
  width: 95%;
  max-width: 1194px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (orientation: portrait) {
  .nav .navBtn {
    width: 93.28125%;
  }
}
@media only screen and (orientation: landscape) {
  .nav .navBtn {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .nav .navBtn {
    width: 1194px;
  }
}
.nav .navBtn li {
  width: 33%;
  height: 0;
  padding-bottom: 8.2077051926%;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li {
    width: 398px;
    height: 98px;
  }
}
.nav .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn1 a {
    background-position-x: 0px !important;
  }
}
.nav .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn2 a {
    background-position-x: -398px !important;
  }
}
.nav .navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn3 a {
    background-position-x: -796px !important;
  }
}
.nav .navBtn li.navBtn4 a {
  background-position-x: -300% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn4 a {
    background-position-x: -1194px !important;
  }
}
.nav .navBtn li.navBtn5 a {
  background-position-x: -400% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn5 a {
    background-position-x: -1592px !important;
  }
}
.nav .navBtn li.navBtn6 a {
  background-position-x: -500% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn6 a {
    background-position-x: -1990px !important;
  }
}
.nav .navBtn li.action a, .nav .navBtn li a:hover {
  background-image: url(/Action/79_TMD/20260521JS/images/navbtn_action.png?v=20260521);
}
.nav .navBtn li a {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 21.608040201%;
  display: block;
  background-image: url(/Action/79_TMD/20260521JS/images/navbtn.png?v=20260521);
  background-size: 600% 100%;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li a {
    width: 398px;
    height: 86px;
  }
}
.nav .navBtn li.action a {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}
.nav .navBtn li.off {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.content {
  width: 100%;
}
.content .container {
  width: calc(100% - 16px);
  max-width: 1200px;
  margin: 10px auto 0 auto;
  padding: 1em 2.5em;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .content .container {
    padding: 1.5em 3em;
  }
}
@media only screen and (orientation: landscape) {
  .content .container {
    width: calc(80% - 16px);
  }
}
.content .container .btn-note {
  position: absolute;
  top: 5px;
  right: 2%;
  z-index: 10;
  width: 19%;
  max-width: 194px;
  min-width: 68px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (orientation: portrait) {
  .content .container .btn-note {
    width: 23%;
    top: 0px;
  }
}
.content .container .btn-note:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content .container .btn-note img {
  width: 100%;
  height: auto;
  display: block;
}
.content h3 {
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 20px;
  width: 100%;
}
.content h3 img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.content h4 {
  position: relative;
  color: #ee73ff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .content h4 {
    font-size: 1.2rem;
  }
}
.content h4:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  margin: 0 5px 0 calc(-1.4em);
  background-image: url("/Action/79_TMD/20260521JS/images/icon.png?v=20260521");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content h5 {
  font-size: 1.2em;
  padding: 0.8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #0066ff;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 102, 255, 0)), color-stop(20%, rgb(76.5, 147.9, 255)), color-stop(40%, #0066ff), color-stop(60%, #0066ff), color-stop(80%, rgb(76.5, 147.9, 255)), to(rgba(0, 102, 255, 0)));
  background-image: linear-gradient(to left, rgba(0, 102, 255, 0) 0%, rgb(76.5, 147.9, 255) 20%, #0066ff 40%, #0066ff 60%, rgb(76.5, 147.9, 255) 80%, rgba(0, 102, 255, 0) 100%);
  color: #fff;
}
.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #ff3af7;
  margin-bottom: 16px;
}
.content h6 span {
  padding: 5px 15px;
  background: #ff3af7;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}
.content ol a,
.content ul a, .content p a {
  color: #fff000;
  text-decoration: underline;
  font-weight: bold;
}
.content ol a:hover,
.content ul a:hover, .content p a:hover {
  color: #abffff;
}
.content ol.list,
.content ul.list {
  margin-left: 1.5em;
}
.content ol li ol li,
.content ol li ul li,
.content ul li ol li,
.content ul li ul li {
  padding-left: 1.2em;
}

.content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.content__btn div {
  width: 150px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__btn div.action a, .content__btn div a:hover {
  width: 142px;
  border-radius: 30px;
  border: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 187.456, 0)), to(#FFE782));
  background: linear-gradient(to top, rgb(232, 187.456, 0) 0%, #FFE782 100%);
  color: rgb(102, 82.416, 0);
}
.content__btn div a {
  width: 142px;
  display: block;
  background: #dfdfdf; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dfdfdf), to(#b8b8b8));
  background: linear-gradient(to bottom, #dfdfdf 20%, #b8b8b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #303030;
  padding: 6px 1.25em;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute !important;
  top: 0;
  left: -1em;
}
.content__btn div .label:before {
  content: "\f0a3";
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute !important;
}
.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.btnBox {
  margin: 18px 0 8px;
  text-align: center;
}
.btnBox a {
  width: 80%;
  max-width: 560px;
  display: block;
  margin: 0 auto;
  border: 2px solid #fff6bf;
  padding: 0.95em 1.2em;
  font-size: 1.55rem;
  cursor: pointer;
  white-space: normal;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1.2;
  color: #4e2200;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff59f), color-stop(52%, #ffd86a), to(#ffb945));
  background: linear-gradient(180deg, #fff59f 0%, #ffd86a 52%, #ffb945 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 0 2px rgba(255, 201, 103, 0.3), 0 8px 18px rgba(23, 68, 106, 0.35);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 0 2px rgba(255, 201, 103, 0.3), 0 8px 18px rgba(23, 68, 106, 0.35);
  -webkit-animation: ctaPulse 1.8s ease-in-out infinite;
          animation: ctaPulse 1.8s ease-in-out infinite;
}
.btnBox a:hover {
  -webkit-transform: translateY(-1px) scale(1.01);
          transform: translateY(-1px) scale(1.01);
  border-color: #fffbe2;
  color: #4e2200;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8b8), color-stop(52%, #ffe78b), to(#ffc75d));
  background: linear-gradient(180deg, #fff8b8 0%, #ffe78b 52%, #ffc75d 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 0 0 3px rgba(255, 229, 140, 0.45), 0 10px 20px rgba(23, 68, 106, 0.42);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 0 0 3px rgba(255, 229, 140, 0.45), 0 10px 20px rgba(23, 68, 106, 0.42);
  top: 0;
}
@media screen and (min-width: 768px) {
  .btnBox a {
    width: 40%;
    font-size: 1.25rem;
    padding: 0.9em 1em;
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .btnBox a {
    width: 80%;
    font-size: 1.08rem;
    letter-spacing: 0.5px;
    padding: 0.85em 0.8em;
  }
}

@-webkit-keyframes ctaPulse {
  0%, 100% {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 0 2px rgba(255, 201, 103, 0.3), 0 8px 18px rgba(23, 68, 106, 0.35);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 0 2px rgba(255, 201, 103, 0.3), 0 8px 18px rgba(23, 68, 106, 0.35);
  }
  50% {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 0 4px rgba(255, 217, 126, 0.4), 0 10px 22px rgba(23, 68, 106, 0.42);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 0 4px rgba(255, 217, 126, 0.4), 0 10px 22px rgba(23, 68, 106, 0.42);
  }
}

@keyframes ctaPulse {
  0%, 100% {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 0 2px rgba(255, 201, 103, 0.3), 0 8px 18px rgba(23, 68, 106, 0.35);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 0 2px rgba(255, 201, 103, 0.3), 0 8px 18px rgba(23, 68, 106, 0.35);
  }
  50% {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 0 4px rgba(255, 217, 126, 0.4), 0 10px 22px rgba(23, 68, 106, 0.42);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 0 4px rgba(255, 217, 126, 0.4), 0 10px 22px rgba(23, 68, 106, 0.42);
  }
}
.eligibility-modal {
  display: none;
  position: fixed !important;
  inset: 0;
  z-index: 10000;
  background: rgba(7, 16, 35, 0.68);
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eligibility-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eligibility-modal__dialog {
  width: 100%;
  max-width: 640px;
  border-radius: 16px;
  border: 1px solid rgba(164, 228, 255, 0.5);
  background: linear-gradient(165deg, #e6f8ff 0%, #d2f0ff 55%, #c0e8ff 100%);
  -webkit-box-shadow: 0 14px 30px rgba(0, 20, 40, 0.35);
          box-shadow: 0 14px 30px rgba(0, 20, 40, 0.35);
  padding: 18px 16px 16px;
  position: relative;
  color: #135676;
}
.eligibility-modal__dialog h5 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  width: 100%;
}
.eligibility-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(78, 149, 184, 0.45);
  background: rgba(255, 255, 255, 0.75);
  color: #216889;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}
.eligibility-modal__content {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(133, 215, 243, 0.45);
  background: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
  font-size: 1rem;
  text-align: center;
}
.eligibility-modal__confirm {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 0.65em 1em;
  border-radius: 999px;
  border: 1px solid #fff6bf;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #4e2200;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff59f), color-stop(52%, #ffd86a), to(#ffb945));
  background: linear-gradient(180deg, #fff59f 0%, #ffd86a 52%, #ffb945 100%);
  -webkit-box-shadow: 0 4px 10px rgba(23, 68, 106, 0.22);
          box-shadow: 0 4px 10px rgba(23, 68, 106, 0.22);
  cursor: pointer;
}

.item__box {
  background-color: #1b001f;
  margin: 0 auto;
  border: inherit;
  -webkit-box-shadow: 0 0 5px #9b1fe2;
          box-shadow: 0 0 5px #9b1fe2;
  border: 1px solid #9b1fe2;
  padding-top: 16px;
}
.item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(124.5770750988, 23.6126482213, 182.3873517787)), color-stop(20%, #9b1fe2), color-stop(80%, #9b1fe2), to(rgb(124.5770750988, 23.6126482213, 182.3873517787)));
  background: linear-gradient(to right, rgb(124.5770750988, 23.6126482213, 182.3873517787) 0%, #9b1fe2 20%, #9b1fe2 80%, rgb(124.5770750988, 23.6126482213, 182.3873517787) 100%);
  padding: 8px;
  display: grid;
  color: #fff;
}
.item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box-title p {
  width: 100%;
  line-height: 1.25em;
}
.item__box-img {
  border-radius: 0;
}
.item__box-img p {
  width: 100%;
  padding: 10px;
}
.item__box-get {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
.item__box--02 {
  border: 0;
  border-radius: 0;
  height: 100%;
  padding: 5px;
  background-color: #1b001f;
  -webkit-box-shadow: 0 0 5px #8221bb;
          box-shadow: 0 0 5px #8221bb;
}
.item__box--02 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(124.5770750988, 23.6126482213, 182.3873517787)), color-stop(20%, #9b1fe2), color-stop(80%, #9b1fe2), to(rgb(124.5770750988, 23.6126482213, 182.3873517787)));
  background: linear-gradient(to right, rgb(124.5770750988, 23.6126482213, 182.3873517787) 0%, #9b1fe2 20%, #9b1fe2 80%, rgb(124.5770750988, 23.6126482213, 182.3873517787) 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item__box--02 .item__box-get {
  font-size: 1rem;
}
.item__box--02 .item__box-img {
  background: inherit;
}
.item__box--02 .item__box-img img {
  margin: 5px;
}
.item__box--02 .item__box-grade {
  color: #f7f40a;
  font-weight: bold;
  font-size: 1.2rem;
}
.item__box--03 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(34.3083604011, 7.9907216495, 38.0092783505)), to(rgb(72.345890411, 16.85, 80.15)));
  background: linear-gradient(to top, rgb(34.3083604011, 7.9907216495, 38.0092783505) 0%, rgb(72.345890411, 16.85, 80.15) 100%);
  -webkit-box-shadow: 0 0 5px #4c0c55;
          box-shadow: 0 0 5px #4c0c55;
}
.item__box--03 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(36.0412371134, 5.6907216495, 40.3092783505)), color-stop(20%, #4c0c55), color-stop(80%, #4c0c55), to(rgb(36.0412371134, 5.6907216495, 40.3092783505)));
  background: linear-gradient(to right, rgb(36.0412371134, 5.6907216495, 40.3092783505) 0%, #4c0c55 20%, #4c0c55 80%, rgb(36.0412371134, 5.6907216495, 40.3092783505) 100%);
  color: #fff;
}
.item__box--03 .item__box-img {
  background: inherit;
}
.item__box--03 .item__box-get {
  color: rgba(244.8698630137, 209.1, 249.9, 0.75);
}

.table tr td, .table tr th {
  border: 1px solid #784919;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #784919;
  table-layout: fixed;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  word-wrap: break-word;
  word-break: keep-all;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(86.2344827586, 52.4593103448, 17.9655172414)), to(#784919));
  background: linear-gradient(to top, rgb(86.2344827586, 52.4593103448, 17.9655172414) 0%, #784919 100%);
  color: #fff;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr th img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
.table tr td {
  word-wrap: break-word;
  word-break: keep-all;
}
.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table tr td img {
  display: block;
  margin: 0 auto;
  width: auto;
  width: 105px;
}
@media screen and (min-width: 992px) {
  .table tr td img {
    width: 150px;
  }
}
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
.table tr td {
  /*單格變色*/
}
.table tr td[data-tdstyle=style01] {
  background-color: #f6f6f6;
}

.prize-kit-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.prize-kit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(120, 73, 25, 0.55);
  background: linear-gradient(145deg, #fffef8 0%, #fff4dc 48%, #ffecc4 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 8px 22px rgba(0, 0, 0, 0.22);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 8px 22px rgba(0, 0, 0, 0.22);
}
@media screen and (min-width: 768px) {
  .prize-kit-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.prize-kit-card__car {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 73, 25, 0.12)), to(rgba(120, 73, 25, 0.04)));
  background: linear-gradient(180deg, rgba(120, 73, 25, 0.12) 0%, rgba(120, 73, 25, 0.04) 100%);
  border-bottom: 1px dashed rgba(120, 73, 25, 0.35);
}
@media screen and (min-width: 768px) {
  .prize-kit-card__car {
    width: 220px;
    border-bottom: 0;
    border-right: 1px dashed rgba(120, 73, 25, 0.35);
  }
}
@media screen and (min-width: 992px) {
  .prize-kit-card__car {
    width: 260px;
    padding: 24px 20px;
  }
}
.prize-kit-card__car-img {
  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;
  width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
}
.prize-kit-card__car-img img {
  width: auto;
  max-width: 100%;
  max-height: 120px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
}
@media screen and (min-width: 992px) {
  .prize-kit-card__car-img img {
    max-height: 155px;
  }
}
.prize-kit-card__car-name {
  margin: 0;
  padding: 0;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.25;
  color: #5c3a1a;
  background: none;
  border-radius: 0;
  text-align: center;
  width: 100%;
}
.prize-kit-card__kits {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 16px 12px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .prize-kit-card__kits {
    padding: 18px 20px 20px;
  }
}
.prize-kit-card__kits-title {
  margin: 0 0 12px;
  padding: 0 0 8px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #784919;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 2px solid rgba(120, 73, 25, 0.25);
}
@media screen and (min-width: 768px) {
  .prize-kit-card__kits-title {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .prize-kit-card__kits-title {
    font-size: 1.2rem;
  }
}
.prize-kit-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 108px), 1fr));
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 992px) {
  .prize-kit-card__list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 120px), 1fr));
  }
}
.prize-kit-card__item {
  margin: 0;
  min-width: 0;
  padding: 10px 6px 8px;
  min-height: 128px;
  display: grid;
  grid-template-rows: minmax(88px, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  text-align: center;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(165deg, #fff 0%, #fff8ee 100%);
  border: 1px solid rgba(120, 73, 25, 0.28);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 2px 8px rgba(92, 58, 26, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 2px 8px rgba(92, 58, 26, 0.08);
  color: #5c3a1a;
  font-weight: bold;
  font-size: 0.95rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .prize-kit-card__item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .prize-kit-card__item {
    min-height: 142px;
    font-size: 1.05rem;
  }
}
.prize-kit-card__item img {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  width: auto;
  height: auto;
  max-width: min(100%, 80px);
  max-height: min(100%, 80px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  .prize-kit-card__item img {
    max-width: min(100%, 92px);
    max-height: min(100%, 92px);
  }
}
@media screen and (min-width: 992px) {
  .prize-kit-card__item img {
    max-width: min(100%, 104px);
    max-height: min(100%, 104px);
  }
}
@media screen and (min-width: 1280px) {
  .prize-kit-card__item img {
    max-width: min(100%, 112px);
    max-height: min(100%, 112px);
  }
}
.prize-kit-card__item span {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 4px;
  font-size: inherit;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: anywhere;
}
.prize-kit-card--flagship {
  border-color: rgba(180, 130, 40, 0.7);
}
.prize-kit-card--urban {
  border-color: rgba(160, 70, 120, 0.55);
}
.prize-kit-card--urban .prize-kit-card__car {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 90, 140, 0.1)), to(rgba(200, 90, 140, 0.03)));
  background: linear-gradient(180deg, rgba(200, 90, 140, 0.1) 0%, rgba(200, 90, 140, 0.03) 100%);
}
.prize-kit-card--fresh {
  border-color: rgba(50, 110, 180, 0.55);
}
.prize-kit-card--fresh .prize-kit-card__car {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 130, 210, 0.1)), to(rgba(70, 130, 210, 0.03)));
  background: linear-gradient(180deg, rgba(70, 130, 210, 0.1) 0%, rgba(70, 130, 210, 0.03) 100%);
}

.explanation {
  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;
}
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 8px 2px #0066ff;
          box-shadow: 0px 0px 8px 2px #0066ff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(38.25, 124.95, 255)), to(rgb(0, 86.7, 216.75)));
  background: linear-gradient(to top, rgb(38.25, 124.95, 255) 0%, rgb(0, 86.7, 216.75) 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
}
.explanation .symbol {
  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;
}
.explanation .symbol i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .explanation .symbol i {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.card {
  padding: 30px;
  margin: 8px 0;
}
.card-notice {
  color: #988a5e;
  line-height: 1.5em;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3d16b), to(#fbe49f));
  background: linear-gradient(to top, #f3d16b 0%, #fbe49f 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-notice2 {
  border-radius: 10px;
  background: #fee0c3;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: linear-gradient(20deg, #af49c9 0%, #7c50ce 100%);
}
.card-notice2 h4 {
  color: #f0c2ff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.card-notice2 h4::before {
  content: inherit;
}
.card-notice2 .f-danger {
  color: #ffb9b9;
}
.card-notice2 .subtitle {
  color: #ffd000;
  font-weight: bold;
}
.card-notice2 p {
  color: #fff;
  text-align: left;
  line-height: 1.5em;
}

.DESClabel {
  position: relative;
}
.DESClabel .label {
  width: 110px;
  position: absolute !important;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
  z-index: 1;
}
.DESClabel .label::before {
  content: "";
  position: absolute !important;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.ribbon {
  width: 30px;
  top: -6px;
  right: -1em;
  font-size: 1rem;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  position: absolute !important;
  text-align: center;
  padding: 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;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 10;
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .ribbon {
    width: 35px;
    top: -6px;
    right: -1em;
    font-size: 1.15rem;
  }
}
.ribbon p {
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute !important;
}
.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #8d6a28;
  border-right: 0 solid transparent;
  border-left: 6px solid transparent;
  right: initial;
  left: -6px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .ribbon:before {
    border-bottom: 6px solid #8d6a28;
    border-left: 6px solid transparent;
  }
}
.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #eeaf3a;
  border-right: 15px solid #eeaf3a;
  border-bottom: 15px solid transparent;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .ribbon:after {
    border-left: 17.5px solid #eeaf3a;
    border-right: 17.5px solid #eeaf3a;
  }
}

.comment {
  width: auto;
  position: absolute !important;
  top: -1.5em;
  left: calc(50% + 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .comment {
    left: calc(50% + 30px);
  }
}
.comment:before {
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 3.5em;
  position: absolute !important;
  display: inline-block;
  color: #ff0000;
}
.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -3%;
  display: inline-block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}
.comment-purple:before {
  color: #d858ff;
}
.comment01 {
  top: -0.5em;
  left: inherit;
  left: calc(50% + 150px);
}
.comment01::before {
  font-size: 7.5em;
}

.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeTitle p {
  background-color: #ff5757;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}
.box-compose .box-composeMain-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 5px;
  color: #e3dcff;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}
.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.box-compose .box-composeMain:nth-child(even) {
  background-color: #ad75e2;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #e2a5ff;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .box-composeMain:nth-child(odd) {
  background-color: #9d89f8;
  white-space: 10px;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d2bdf8;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.35);
}
.box-compose .symbol i {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .box-compose .symbol i {
    font-size: 1.5rem;
  }
}
.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.box-compose .number {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .box-compose .number {
    font-size: 1.8rem;
  }
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
ul.tabBtn li a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  position: relative;
  padding: 8px 16px;
  margin: 0 8px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid rgb(255, 155.3164556962, 5);
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: rgb(107, 64.335443038, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(209, 125.664556962, 0)), color-stop(20%, rgb(209, 125.664556962, 0)), color-stop(40%, rgb(107, 64.335443038, 0)), color-stop(60%, rgb(107, 64.335443038, 0)), color-stop(80%, rgb(209, 125.664556962, 0)), to(rgb(209, 125.664556962, 0)));
  background-image: linear-gradient(to bottom, rgb(209, 125.664556962, 0) 0%, rgb(209, 125.664556962, 0) 20%, rgb(107, 64.335443038, 0) 40%, rgb(107, 64.335443038, 0) 60%, rgb(209, 125.664556962, 0) 80%, rgb(209, 125.664556962, 0) 100%);
  -webkit-box-shadow: 0px 3px 3px hsl(36.0759493671, 100%, -4.0196078431%);
          box-shadow: 0px 3px 3px hsl(36.0759493671, 100%, -4.0196078431%);
  color: #fff;
  line-height: 24px;
}
ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid rgb(212.0909090909, 91.025974026, 241.974025974);
  background-image: rgb(197.2545454545, 34.3298701299, 237.4701298701);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(144.0909090909, 13.9974025974, 176.2025974026)), color-stop(20%, rgb(144.0909090909, 13.9974025974, 176.2025974026)), color-stop(40%, rgb(197.2545454545, 34.3298701299, 237.4701298701)), color-stop(60%, rgb(197.2545454545, 34.3298701299, 237.4701298701)), color-stop(80%, rgb(144.0909090909, 13.9974025974, 176.2025974026)), to(rgb(144.0909090909, 13.9974025974, 176.2025974026)));
  background-image: linear-gradient(to bottom, rgb(144.0909090909, 13.9974025974, 176.2025974026) 0%, rgb(144.0909090909, 13.9974025974, 176.2025974026) 20%, rgb(197.2545454545, 34.3298701299, 237.4701298701) 40%, rgb(197.2545454545, 34.3298701299, 237.4701298701) 60%, rgb(144.0909090909, 13.9974025974, 176.2025974026) 80%, rgb(144.0909090909, 13.9974025974, 176.2025974026) 100%);
  -webkit-box-shadow: 0px 2px rgb(117.0454545455, 11.3701298701, 143.1298701299), inset 0 2px 2px 2px #af11d6, inset 0 -10px 10px 0px rgb(202.2, 53.2285714286, 238.9714285714);
          box-shadow: 0px 2px rgb(117.0454545455, 11.3701298701, 143.1298701299), inset 0 2px 2px 2px #af11d6, inset 0 -10px 10px 0px rgb(202.2, 53.2285714286, 238.9714285714);
  color: #fff;
}

.tabMain {
  display: none;
  padding: 20px 0;
}
.tabMain.active {
  display: block;
}

.tooltip-question {
  position: absolute !important;
  width: 30px;
  height: 30px;
  top: 1px;
  right: -11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tooltip-question {
    width: 22px;
    height: 22px;
    top: 6px;
    right: -6px;
  }
}
.tooltip-question .tooltip-icon {
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: calc(12px + (25 - 12) * (100vw - 768px) / 832);
  font-size: clamp(12px, 25 / 1600 * 100vw, 25px);
}
@media (min-aspect-ratio: 16/9) {
  .tooltip-question .tooltip-icon {
    font-size: calc(12px + (25 - 12) * (100vh - 350px) / 730);
    font-size: clamp(12px, 25 / 710 * 100vh, 25px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .tooltip-question .tooltip-icon {
    line-height: 1.25em;
    font-size: calc(12px + (17 - 12) * (100vh - 350px) / 730);
    font-size: clamp(12px, 17 / 1600 * 100vh, 17px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .tooltip-question .tooltip-icon {
    line-height: 1.5em;
    font-size: calc(12px + (25 - 12) * (100vw - 350px) / 1570);
    font-size: clamp(12px, 25 / 710 * 100vw, 25px);
  }
}
.tooltip-question .tooltip-icon {
  font-weight: bold;
  color: #ffffff;
  background: #c920b4;
  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;
}
.tooltip-question .tooltip {
  display: none;
  position: absolute;
  width: 22em;
  top: 108%;
  right: -194%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(234.8418972332, 209.8458498024, 249.1541501976)), to(rgb(241.3932806324, 209.8458498024, 249.1541501976)));
  background: linear-gradient(to bottom, rgb(234.8418972332, 209.8458498024, 249.1541501976) 0%, rgb(241.3932806324, 209.8458498024, 249.1541501976) 100%);
  border: 2px solid rgb(255, 0, 245);
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  font-size: calc(15px + (20 - 15) * (100vw - 768px) / 832);
  font-size: clamp(15px, 20 / 1600 * 100vw, 20px);
}
@media (min-aspect-ratio: 16/9) {
  .tooltip-question .tooltip {
    font-size: calc(15px + (20 - 15) * (100vh - 350px) / 730);
    font-size: clamp(15px, 20 / 710 * 100vh, 20px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .tooltip-question .tooltip {
    line-height: 1.25em;
    font-size: calc(15px + (12 - 15) * (100vh - 350px) / 730);
    font-size: clamp(15px, 12 / 1600 * 100vh, 12px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .tooltip-question .tooltip {
    line-height: 1.5em;
    font-size: calc(15px + (20 - 15) * (100vw - 350px) / 1570);
    font-size: clamp(15px, 20 / 710 * 100vw, 20px);
  }
}
.tooltip-question .tooltip {
  line-height: 1.5;
}
.tooltip-question .tooltip h5 {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 198, 0, 0)), color-stop(20%, #af1141), color-stop(40%, #e43b6f), color-stop(60%, #e43b6f), color-stop(80%, #af1141), to(rgba(255, 198, 0, 0)));
  background: linear-gradient(to left, rgba(255, 198, 0, 0) 0%, #af1141 20%, #e43b6f 40%, #e43b6f 60%, #af1141 80%, rgba(255, 198, 0, 0) 100%);
  font-size: 1.125em;
  line-height: 1.5rem;
  padding: 4px;
  margin-bottom: 0;
  color: #fff;
}
.tooltip-question .tooltip ul.probability {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.tooltip-question .tooltip ul.probability li {
  font-size: 1em;
  padding: 0 8px;
  color: #9b1fe2;
  border-bottom: 1px solid #9b1fe2;
  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;
  width: 50%;
  text-align: center;
}
.tooltip-question .tooltip ul.probability li:nth-child(odd) {
  border-right: 1px solid #9b1fe2;
}
.tooltip-question .tooltip ul.probability li:last-child {
  border-bottom: 0;
}
.tooltip-question.active .tooltip {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .md-block {
    display: none;
  }
}
.item__box-img-100 {
  width: 100%;
  height: auto !important;
}

.img-responsive {
  border: 2px solid #d598ff;
}

ul.probability {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
ul.probability > li {
  padding: 8px 12px;
}
ul.probability > li.probability__full {
  grid-column: 1/-1;
}
ul.probability > li.probability__intro {
  background-color: #ffc1ef;
  color: #e55200;
  padding: 3%;
  width: 100% !important;
}
ul.probability > li.probability__title {
  font-weight: bold;
  background-color: #6d3868;
  color: #ffffff !important;
  width: 100% !important;
}
ul.probability > li.probability__cell--divider {
  border-right: 1px solid #6d4b38;
}
ul.probability > li.probability__note {
  color: #ff1d00 !important;
  width: 100% !important;
}

.awards_box {
  margin-bottom: 26px;
  padding: 16px 10px 8px;
  border-radius: 18px;
  border: 1px solid rgba(124, 214, 240, 0.5);
  background: radial-gradient(circle at 12% -12%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 40%), radial-gradient(circle at 86% -18%, rgba(202, 241, 255, 0.7) 0%, rgba(202, 241, 255, 0) 44%), linear-gradient(165deg, #dff7ff 0%, #caefff 50%, #b7e7ff 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 8px 20px rgba(70, 155, 196, 0.24);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 8px 20px rgba(70, 155, 196, 0.24);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 22px;
}
.awards_box > h5 {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 0;
  border-radius: 0;
  border: 0;
  background: none;
  color: #0f5372;
  font-size: 2.22rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 1px;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  grid-column: 1/-1;
}
.awards_box > p {
  margin: 4px 0 0;
  width: 100%;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: none;
  color: #2a6f92;
  text-align: left;
  font-size: 1.224rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.36px;
  opacity: 1;
  grid-column: 1/-1;
}
.awards_box > .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  padding: 14px;
  margin-bottom: 0;
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(133, 215, 243, 0.45);
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.84) 0%, rgba(231, 248, 255, 0.9) 44%, rgba(212, 240, 255, 0.92) 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 6px 14px rgba(76, 162, 203, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 6px 14px rgba(76, 162, 203, 0.2);
  position: relative;
  overflow: visible;
  text-align: center;
}
.awards_box > .items::before {
  content: "";
  position: absolute !important;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 45%, rgba(157, 220, 244, 0.2) 100%);
  pointer-events: none;
}
.awards_box > .items:last-child {
  margin-bottom: 0;
}
.awards_box:not(:has(> .items ~ .items)) > .items {
  grid-column: 1/-1;
  justify-self: center;
  width: 100%;
  max-width: 980px;
}
.awards_box > .items img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(220px, 52vw);
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 45%), linear-gradient(175deg, #9edfff 0%, #80d0f7 55%, #64c0ef 100%);
  border: 1px solid rgba(120, 203, 238, 0.65);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), inset 0 -1px 0 rgba(81, 157, 196, 0.32), 0 6px 12px rgba(71, 153, 194, 0.28), 0 0 0 1px rgba(120, 203, 238, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), inset 0 -1px 0 rgba(81, 157, 196, 0.32), 0 6px 12px rgba(71, 153, 194, 0.28), 0 0 0 1px rgba(120, 203, 238, 0.25);
  -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
  position: relative;
  z-index: 1;
}
.awards_box > .items .rank {
  position: absolute !important;
  top: 18px;
  bottom: auto;
  right: 18px;
  -webkit-transform: none;
          transform: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid rgba(124, 208, 241, 0.78);
  background: radial-gradient(circle at 32% 28%, #ffffff 0%, #f3fcff 34%, #bfeeff 100%);
  color: #1b668b;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 10px rgba(88, 169, 206, 0.32);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 10px rgba(88, 169, 206, 0.32);
  z-index: 3;
}
.awards_box > .items .name {
  width: 100%;
  max-width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  min-width: 0;
  color: #135676;
  font-size: clamp(1.056rem, 3.36vw, 1.296rem);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.24px;
  text-shadow: none;
  position: relative;
  z-index: 1;
  word-break: break-word;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.awards_box > .items .value {
  display: inline-block;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  padding: 2px 0 4px;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #1e688c;
  font-size: clamp(1.08rem, 3.24vw, 1.272rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.36px;
  text-shadow: none;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  overflow: visible;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.awards_box > .items .value.f-danger {
  color: #cb49ff;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .awards_box {
    padding: 18px 14px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    row-gap: 14px;
  }
  .awards_box > h5 {
    font-size: 1.92rem;
    line-height: 1.15;
  }
  .awards_box > p {
    font-size: 1.176rem;
    padding: 0;
    margin-bottom: 2px;
  }
  .awards_box > .items {
    gap: 8px;
    padding: 14px;
    border-radius: 12px;
  }
  .awards_box > .items img {
    max-height: min(200px, 42vw);
    padding: 10px;
    border-radius: 11px;
  }
  .awards_box > .items .rank {
    top: 18px;
    bottom: auto;
    right: 18px;
    width: 80px;
    height: 80px;
    font-size: 1.65rem;
    border-width: 2px;
  }
  .awards_box > .items .name,
  .awards_box > .items .value {
    max-width: 100%;
  }
  .awards_box > .items .name {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    word-break: break-word;
  }
  .awards_box > .items .value {
    max-width: 100%;
  }
  .awards_box:not(:has(> .items ~ .items)) > .items {
    max-width: 980px;
  }
}
@media screen and (max-width: 479px) {
  .awards_box > h5 {
    width: 100%;
    font-size: 1.62rem;
    line-height: 1.2;
  }
  .awards_box > p {
    width: 100%;
    font-size: 1.104rem;
    padding: 0;
    letter-spacing: 0;
  }
  .awards_box > .items {
    gap: 8px;
    padding: 14px;
  }
  .awards_box > .items img {
    max-height: min(180px, 58vw);
    padding: 10px;
    border-radius: 12px;
  }
  .awards_box > .items .rank {
    top: 14px;
    bottom: auto;
    right: 14px;
    width: 78px;
    height: 78px;
    font-size: 1.48rem;
    border-width: 2px;
  }
  .awards_box > .items .name,
  .awards_box > .items .value {
    max-width: 100%;
  }
  .awards_box > .items .name {
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
  .awards_box > .items .value {
    font-size: 1.056rem;
  }
}

.winners-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
}
.winners-wrap > .awards_box.awards_box--winners {
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

.awards_box.awards_box--winners {
  display: block;
  padding: 18px 16px;
  row-gap: 16px;
  width: 100%;
  margin-bottom: 0;
}
.awards_box.awards_box--winners > h5 {
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  margin-bottom: 0.8em;
}
.awards_box.awards_box--winners .winner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
.awards_box.awards_box--winners .winner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(133, 215, 243, 0.4);
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.72) 0%, rgba(231, 248, 255, 0.85) 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.awards_box.awards_box--winners .winner-row:nth-child(odd) {
  background: linear-gradient(132deg, rgba(233, 248, 255, 0.95) 0%, rgba(211, 238, 252, 0.96) 100%);
  border-color: rgba(126, 206, 236, 0.52);
}
.awards_box.awards_box--winners .winner-row:nth-child(even) {
  background: linear-gradient(132deg, rgba(246, 241, 255, 0.96) 0%, rgba(238, 230, 253, 0.97) 100%);
  border-color: rgba(199, 184, 235, 0.56);
}
.awards_box.awards_box--winners .winner-prize {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #135676;
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.45;
  min-width: 0;
}
.awards_box.awards_box--winners .winner-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  color: #1a6a90;
  font-weight: 800;
  font-size: 1.08rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 479px) {
  .awards_box.awards_box--winners .winner-row {
    gap: 10px;
  }
  .awards_box.awards_box--winners .winner-prize,
  .awards_box.awards_box--winners .winner-name {
    font-size: 0.9em;
  }
}

.modal {
  display: none;
  position: fixed !important;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(3, 1, 24)), to(rgba(78, 0, 111, 0.9)));
  background: linear-gradient(to top, rgb(3, 1, 24) 0%, rgba(78, 0, 111, 0.9) 100%);
  -webkit-box-shadow: inset 0 0 2px 3px #8d169f;
          box-shadow: inset 0 0 2px 3px #8d169f;
  border-radius: 16px;
  color: #fff;
  padding: 20px 20px 24px;
  border-radius: 12px;
  width: 90%;
  max-width: 960px;
  line-height: 1.8;
  font-size: 1rem;
  position: absolute;
}
.modal .modal-content span {
  word-break: break-all;
}
.modal .modal-content h3 {
  text-align: center;
  color: #d7b3ff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative !important;
  -webkit-transform: none;
          transform: none;
  left: auto;
  margin: 0 auto;
  font-size: 1.5em;
}
.modal .close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: url(/Action/79_TMD/20260521JS/images/btn_close.png?v=20260521);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .modal .close {
    width: 45px;
    height: 45px;
  }
}
.modal .modal-text {
  overflow: auto;
  padding: 1rem;
  padding-top: 0;
  max-height: 63vh;
  margin: 16px 8px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .modal .modal-text {
    margin: 32px 22px;
    margin-bottom: 10px;
  }
}
.modal .modal-text::-webkit-scrollbar {
  width: 10px;
  margin: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
}
.modal .modal-text::-webkit-scrollbar-thumb {
  width: 8px;
  padding: 2px;
  background: rgba(255, 75, 243, 0.3);
  border-radius: 5px;
}
@media screen and (orientation: landscape) and (max-height: 430px) {
  .modal .modal-text {
    max-height: 60vh;
    margin-bottom: 0;
  }
}