@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: rgb(255, 88, 88);
}

.f-fun {
  color: #fffb00;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: rgb(105, 253, 0);
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

img {
  max-width: 100%;
}

.img-group {
  width: 100%;
  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;
}

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: #8f00fd;
}
.gotoheader a:hover {
  color: #b0004c;
}

body {
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
  background-image: url(/Action/11_Star31/20241023MX/images/indexbg.jpg?v=20241021);
  background-color: #260d5c;
  background-size: 120%;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
@media only screen and (orientation: portrait) {
  .wrapper {
    background-size: 150%;
  }
}
@media only screen and (orientation: landscape) {
  .wrapper {
    background-size: 108%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .wrapper {
    background-size: initial;
  }
}

.header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (orientation: landscape) {
  .header {
    width: 90vw;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .header {
    width: 100%;
  }
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .header .container {
    padding-bottom: 50%;
  }
}
@media only screen and (orientation: landscape) {
  .header .container {
    padding-bottom: 40%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .header .container {
    width: 1600px;
    height: 640px;
    padding-bottom: 0;
  }
}
.header .slogan {
  width: 44.5625%;
  height: 0;
  padding-bottom: 22.3125%;
  position: absolute;
  top: 45.3125%;
  left: 18.5625%;
  background: url(/Action/11_Star31/20241023MX/images/slogan.png?v=20241021);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation: delay 0.3s, bounceIn 0.5s 0.3s, pulse 1.25s 2.3s infinite;
          animation: delay 0.3s, bounceIn 0.5s 0.3s, pulse 1.25s 2.3s infinite;
}
@media only screen and (orientation: portrait) {
  .header .slogan {
    width: 55.703125%;
    padding-bottom: 27.890625%;
    left: 10.703125%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .header .slogan {
    width: 713px;
    height: 357px;
    padding-bottom: 0;
    left: 297px;
  }
}
.header .logo {
  width: 18.8125%;
  height: 0;
  padding-bottom: 6%;
  position: absolute;
  top: 4.6875%;
  left: 40.5%;
  z-index: 9;
  background-image: url(/Action/11_Star31/20241023MX/images/logo.png?v=20241021);
  background-size: 100%;
  -webkit-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
}
@media only screen and (orientation: portrait) {
  .header .logo {
    width: 23.515625%;
    padding-bottom: 7.5%;
    left: 38.125%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .header .logo {
    width: 301px;
    height: 96px;
    padding-bottom: 0;
    left: 648px;
  }
}
.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 31.8936877076%;
  display: block;
}
.header .role {
  width: 29%;
  height: 0;
  padding-bottom: 61.75%;
  position: absolute;
  top: 0%;
  left: 60.125%;
  background: url(/Action/11_Star31/20241023MX/images/role.png?v=20241021);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation: delay 0.3s, bounceIn 0.5s 0.3s;
          animation: delay 0.3s, bounceIn 0.5s 0.3s;
  z-index: 999;
}
@media only screen and (orientation: portrait) {
  .header .role {
    width: 36.25%;
    padding-bottom: 77.1875%;
    left: 62.65625%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .header .role {
    width: 464px;
    height: 988px;
    padding-bottom: 0;
    left: 962px;
  }
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 1.5%;
  border-radius: 25px;
}
.content .containerBg {
  max-width: 1000px;
  margin: 10px auto 0 auto;
}
.content .containerBg > img {
  width: 100%;
  display: block;
}
.content .container {
  position: relative;
  margin: 0 auto;
  padding: 0 14% 0 17%;
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat-y;
  background-image: url(/Action/11_Star31/20241023MX/images/cont_repeat.png?v=20241021);
}
@media only screen and (orientation: landscape) {
  .content .container {
    padding: 0 14%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .content .container {
    padding: 0 14%;
  }
}
.content .container .part {
  margin-bottom: 16px;
}
.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  margin-bottom: 16px;
  margin-top: -48px;
  width: 100%;
}
.content h3 img {
  display: block;
  max-width: 529px;
  width: 60%;
  margin: 0 auto;
}
.content h4 {
  position: relative;
  display: block;
  width: 230px;
  height: 47px;
  line-height: 47px;
  color: #fdda00;
  background-image: url("/Action/11_Star31/20241023MX/images/h4bg.png");
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(-1.5em - 5px);
  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;
}
@media screen and (min-width: 1280px) {
  .content h4 {
    font-size: 1.2rem;
  }
}
.content h4:before {
  content: "";
  background-image: url("/Action/11_Star31/20241023MX/images/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2.1em;
  height: 2.1em;
  display: inline-block;
  margin: 0 5px 0 0;
}
.content h5 {
  font-size: 1.2em;
  padding: 0.8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #B0004C;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(176, 0, 76, 0)), color-stop(20%, #fd006d), color-stop(40%, #B0004C), color-stop(60%, #B0004C), color-stop(80%, #fd006d), to(rgba(176, 0, 76, 0)));
  background-image: linear-gradient(to left, rgba(176, 0, 76, 0) 0%, #fd006d 20%, #B0004C 40%, #B0004C 60%, #fd006d 80%, rgba(176, 0, 76, 0) 100%);
  color: #fff;
}
.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7CACFF;
  margin-bottom: 16px;
}
.content h6 span {
  padding: 5px 15px;
  background: #7CACFF;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}
.content ol a,
.content ul a, .content p a {
  color: #00e5ff;
  text-decoration: underline;
}
.content ol a:hover,
.content ul a:hover, .content p a:hover {
  color: #ff2af2;
}
.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(#e8bb00), to(#FFE782));
  background: linear-gradient(to top, #e8bb00 0%, #FFE782 100%);
  color: #332900;
}
.content__btn div a {
  width: 142px;
  height: 100%;
  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;
  line-height: 1.25em;
  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;
}
@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute;
  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;
}
.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-bottom: 16px;
  width: 90%;
}
.btnBox a {
  width: auto;
  border: 1px solid #f0c14d;
  padding: 0.6em 2em;
  font-size: 1.15em;
  cursor: pointer;
  white-space: nowrap;
  margin: 8px;
  background-image: #ECB01E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd8a10), color-stop(20%, #bd8a10), color-stop(40%, #ECB01E), color-stop(60%, #ECB01E), color-stop(80%, #bd8a10), to(#bd8a10));
  background-image: linear-gradient(to bottom, #bd8a10 0%, #bd8a10 20%, #ECB01E 40%, #ECB01E 60%, #bd8a10 80%, #bd8a10 100%);
  -webkit-box-shadow: 0px 3px 3px #715000;
          box-shadow: 0px 3px 3px #715000;
  color: #330000;
}
.btnBox a:hover {
  border: 1px solid #ae91ff;
  background-image: #895eff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c21ff), color-stop(20%, #5c21ff), color-stop(40%, #895eff), color-stop(60%, #895eff), color-stop(80%, #5c21ff), to(#5c21ff));
  background-image: linear-gradient(to bottom, #5c21ff 0%, #5c21ff 20%, #895eff 40%, #895eff 60%, #5c21ff 80%, #5c21ff 100%);
  -webkit-box-shadow: 0px 2px 2px #3400c4, inset 0 1px 1px 1px #a787ff, inset 0 -8px 8px 0px #c5b0ff;
          box-shadow: 0px 2px 2px #3400c4, inset 0 1px 1px 1px #a787ff, inset 0 -8px 8px 0px #c5b0ff;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  margin: 0 auto;
  border: inherit;
  -webkit-box-shadow: 0 0 5px #dbdbdb;
          box-shadow: 0 0 5px #dbdbdb;
  border: 1px solid #dbdbdb;
}
.item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}
.item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#c2c2c2), color-stop(20%, #dbdbdb), color-stop(80%, #dbdbdb), to(#c2c2c2));
  background: linear-gradient(to right, #c2c2c2 0%, #dbdbdb 20%, #dbdbdb 80%, #c2c2c2 100%);
  padding: 8px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333333;
}
.item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box-title p {
  width: 100%;
}
.item__box-title p .ico {
  font-size: 1em;
}
.item__box-img {
  border-radius: 0;
}
.item__box-get {
  text-align: center;
  color: #ff9100;
  font-weight: bold;
  font-size: 0.85rem;
}
.item__box-get .plus {
  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;
}
.item__box-text {
  text-align: left;
}
.item__box--02 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#3a64c0), to(#5e82cf));
  background: linear-gradient(to top, #3a64c0 0%, #5e82cf 100%);
  -webkit-box-shadow: 0 0 5px #547ed9;
          box-shadow: 0 0 5px #547ed9;
}
.item__box--02 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#2d60cd), color-stop(20%, #547ed9), color-stop(80%, #547ed9), to(#2d60cd));
  background: linear-gradient(to right, #2d60cd 0%, #547ed9 20%, #547ed9 80%, #2d60cd 100%);
  color: #fff;
}
.item__box--02 .item__box-img {
  background: inherit;
}
.item__box--03 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#370318), to(#68052e));
  background: linear-gradient(to top, #370318 0%, #68052e 100%);
  -webkit-box-shadow: 0 0 5px #6d002d;
          box-shadow: 0 0 5px #6d002d;
}
.item__box--03 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#3a0018), color-stop(20%, #6d002d), color-stop(80%, #6d002d), to(#3a0018));
  background: linear-gradient(to right, #3a0018 0%, #6d002d 20%, #6d002d 80%, #3a0018 100%);
  color: #fff;
}
.item__box--03 .item__box-img {
  background: inherit;
}
.item__box--03 .item__box-get {
  color: #ff0;
}

.rankTable {
  width: 100%;
  list-style: none;
  border: 1px solid #547ed9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rankTable li {
  width: calc(100% - 7em);
}
@media screen and (min-width: 768px) {
  .rankTable li {
    width: 100%;
  }
}
.rankTable li.rankTable__title {
  width: 7em;
  background: #547ed9;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .rankTable li.rankTable__title {
    width: 100%;
  }
}

.tooltip-question {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: linear-gradient(45deg, #8f0000, red);
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 1px #ff4b4b inset, 0px 0px 3px #000;
          box-shadow: 0px 2px 1px #ff4b4b inset, 0px 0px 3px #000;
  border: 1px solid rgb(0, 0, 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;
}
@media screen and (min-width: 420px) {
  .tooltip-question {
    width: 30px;
    height: 30px;
  }
}
.tooltip-question::before {
  content: "";
  background: url(/Action/11_Star31/20241023MX/images/question.svg);
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 420px) {
  .tooltip-question::before {
    width: 20px;
    height: 20px;
  }
}
.tooltip-question .tooltip {
  display: none;
  position: absolute;
  width: 16em;
  top: 30px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdffdd), to(#ffefdc));
  background: linear-gradient(to bottom, #fdffdd 0%, #ffefdc 100%);
  border: 2px solid #979200;
  -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;
}
.tooltip-question .tooltip h5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#e58715), to(#ffb254));
  background: linear-gradient(to bottom, #e58715 0%, #ffb254 100%);
  font-size: 1.125em;
  line-height: 1.5rem;
  padding: 4px;
  margin-bottom: 0;
  color: #fff;
}
.tooltip-question .tooltip ul.probability {
  width: calc(100% - 16px);
  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;
  padding: 4px 0;
}
.tooltip-question .tooltip ul.probability li {
  font-size: 1em;
  padding: 0 8px;
  color: #79460c;
  border-bottom: 1px solid #79460c;
}
.tooltip-question .tooltip ul.probability li:nth-child(odd) {
  width: 75%;
  text-align: left;
}
.tooltip-question .tooltip ul.probability li:nth-child(even) {
  width: 25%;
  text-align: center;
}
.tooltip-question .tooltip ul.probability li:nth-last-child(-1n+2) {
  border-bottom: 0;
}
.tooltip-question:hover .tooltip {
  display: inline-block;
}

/*================= table ================= */
.table tr td, .table tr th {
  border: 1px solid #B0004C;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #B0004C;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#87003a), to(#B0004C));
  background: linear-gradient(to top, #87003a 0%, #B0004C 100%);
  color: #fff;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td {
  /*單格變色*/
}
.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;
  max-width: 100%;
}
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
.table tr td[data-tdstyle=style01] {
  background-color: #f6f6f6;
}

/* ================= 說明框 ================= */
.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 #B0004C;
          box-shadow: 0px 0px 8px 2px #B0004C;
  background: -webkit-gradient(linear, left bottom, left top, from(#d6005d), to(#8a003b));
  background: linear-gradient(to top, #d6005d 0%, #8a003b 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 334.0909090909deg;
  color: 34.5098039216%;
  color: #fff;
}
.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}
.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: #fff;
  line-height: 1.5em;
  outline: 2px dashed #fff;
  outline-offset: -12px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4826ca), to(#590f77));
  background: linear-gradient(to top, #4826ca 0%, #590f77 100%);
}
.card-notice h4 {
  margin-left: 0;
  text-align: center;
}
.card-notice h4:before {
  display: none;
}
.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;
}
/*================= tableNote =================*/
.DESClabel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.DESClabel .label {
  width: 110px;
  position: absolute;
  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;
  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;
  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: normal;
  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;
}
.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;
  top: -1.5em;
  right: -1em;
  -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;
  line-height: 1.25em;
  font-size: calc(12px + (16 - 12) * (100vw - 768px) / 832);
  font-size: clamp(12px, 16 / 1600 * 100vw, 16px);
}
@media (min-aspect-ratio: 16/9) {
  .comment {
    font-size: calc(12px + (16 - 12) * (100vh - 350px) / 730);
    font-size: clamp(12px, 16 / 640 * 100vh, 16px);
  }
}
@media screen and (min-width: 992px) {
  .comment {
    left: calc(50% + 4.2em);
  }
}
.comment:before {
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 4em;
  position: absolute;
  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-單雙欄分色(box-compose) ================= */
.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;
}
ul.tabBtn li a {
  display: block;
  position: relative;
  padding: 8px 16px;
  margin: 0 8px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #a166ff;
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: #4e00cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8133ff), color-stop(20%, #8133ff), color-stop(40%, #4e00cc), color-stop(60%, #4e00cc), color-stop(80%, #8133ff), to(#8133ff));
  background-image: linear-gradient(to bottom, #8133ff 0%, #8133ff 20%, #4e00cc 40%, #4e00cc 60%, #8133ff 80%, #8133ff 100%);
  -webkit-box-shadow: 0px 3px 3px #1d004d;
          box-shadow: 0px 3px 3px #1d004d;
  color: #fff;
}
ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #ff9d9d;
  background-image: #ff6060;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0e0e), color-stop(20%, #ff0e0e), color-stop(40%, #ff6060), color-stop(60%, #ff6060), color-stop(80%, #ff0e0e), to(#ff0e0e));
  background-image: linear-gradient(to bottom, #ff0e0e 0%, #ff0e0e 20%, #ff6060 40%, #ff6060 60%, #ff0e0e 80%, #ff0e0e 100%);
  -webkit-box-shadow: 0px 2px #ea0000, inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px #ff7474;
          box-shadow: 0px 2px #ea0000, inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px #ff7474;
  color: #fff;
}

.tabMain {
  display: none;
  padding: 20px;
}
.tabMain.active {
  display: block;
}

.iframe-ingame {
  display: none;
}
@media screen and (min-width: 992px) {
  .iframe-ingame {
    display: block;
    position: relative;
    width: 100%;
    height: 0 !important;
    padding-bottom: 55%;
    overflow: hidden;
    margin-top: 3%;
  }
}
.iframe-ingame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #B0004C;
  border-radius: 20px;
}

.btn-ingame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .btn-ingame {
    display: none;
  }
}