@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #f00;
}

.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;
}

img {
  max-width: 100%;
}

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;
  margin-top: 20px;
  text-align: center;
}
.gotoheader a {
  display: inline-block;
  color: #09a2cd;
}
.gotoheader a:hover {
  color: #2df659;
}

/*========= 區塊垂直居中 ==========*/
.centercenter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  background-color: #3dbee1;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  height: 100%;
  background-image: url(/Action/11_Star31/20240920X/images/indexBg.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  color: #000000;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 46.875%;
  position: relative;
}
@media only screen and (orientation: landscape) {
  .header .container {
    padding-bottom: 46.875%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .header .container {
    width: 1600px;
    height: 750px;
    padding-bottom: 0;
  }
}
.header .slogan {
  width: 56.875%;
  height: 60.1333333333%;
  position: absolute;
  top: 5.3333333333%;
  left: 32.1875%;
  background-image: url(/Action/11_Star31/20240920X/images/slogan.png);
  background-size: 100%;
  -webkit-animation: dealy 0.3s, bounceIn 0.5s 0.3s, pulse 1.25s 2.3s infinite;
          animation: dealy 0.3s, bounceIn 0.5s 0.3s, pulse 1.25s 2.3s infinite;
}
.header .slogan_sub {
  position: absolute;
  width: 27.125%;
  height: 12.8%;
  top: 45.2%;
  left: 58.125%;
  background-image: url(/Action/11_Star31/20240920X/images/slogan_sub.png);
  background-size: 100%;
  -webkit-animation: dealy 0.3s, fadeInDown 0.5s 0.3s;
          animation: dealy 0.3s, fadeInDown 0.5s 0.3s;
}
.header .slogan_year {
  position: absolute;
  width: 34.5%;
  height: 18.4%;
  top: 10.4%;
  left: 45.375%;
  background-image: url(/Action/11_Star31/20240920X/images/slogan_year.png);
  background-size: 100%;
  -webkit-animation: dealy 0.3s, fadeInUp 0.5s 0.3s;
          animation: dealy 0.3s, fadeInUp 0.5s 0.3s;
}
.header .logo {
  position: absolute;
  width: 22.5%;
  height: 16.6666666667%;
  top: 14%;
  left: 66.4375%;
  z-index: 9;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.header .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 2%;
  background-size: 120%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.content .container {
  width: calc(100% - 16px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3em;
  background-size: 100%;
  background-image: url(/Action/11_Star31/20240920X/images/content_repeat.png?v=20240920);
  background-position: top center;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .content .container {
    padding: 0.5em 4.5em 0 4.5em;
  }
}
@media screen and (min-width: 992px) {
  .content .container {
    width: calc(85% - 16px);
    padding: 1em 5.5em 0 5.5em;
  }
}
@media screen and (min-width: 1600px) {
  .content .container {
    background-size: initial;
  }
}
@media screen and (min-width: 1280px) {
  .content .container {
    padding: 0em 7em 0 7em;
  }
}
.content .container_top {
  width: calc(100% - 16px);
  max-width: 1200px;
  height: 0;
  padding-bottom: 17%;
  margin: -2px auto;
  background-size: 100%;
  background-image: url(/Action/11_Star31/20240920X/images/content_top.png?v=20240920);
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .content .container_top {
    width: calc(85% - 16px);
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 1600px) {
  .content .container_top {
    background-size: initial;
    padding-bottom: 12%;
  }
}
.content .container_bottom {
  width: calc(100% - 16px);
  max-width: 1200px;
  height: 0;
  padding-bottom: 14%;
  margin: -1px auto;
  background-size: 100%;
  background-image: url(/Action/11_Star31/20240920X/images/content_bottom.png?v=20240920);
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .content .container_bottom {
    width: calc(85% - 16px);
    padding-bottom: 11%;
  }
}
@media screen and (min-width: 1600px) {
  .content .container_bottom {
    background-size: initial;
    padding-bottom: 9%;
  }
}
@media (min-width: 500px) {
  .content {
    margin-top: -50px;
  }
}
@media (min-width: 800px) {
  .content {
    margin-top: -80px;
  }
}
@media (max-width: 500px) {
  .content {
    margin-top: -36px;
  }
}
.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}
.content h3 img {
  display: block;
  max-width: 421px;
  width: 80%;
  margin: 0 auto;
}
.content h4 {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#6adcff), color-stop(35%, #1dc9ff), to(#067fe2));
  background: linear-gradient(to bottom, #6adcff 0%, #1dc9ff 35%, #067fe2 100%);
  color: #ffffff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(0.8em - 5px);
  display: inline-block;
  padding: 6px 17px 8px 10px;
  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;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}
.content h4:before {
  content: "";
  background-image: url("/Action/11_Star31/20240920X/images/icon.png");
  background-size: 100%;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}
.content h5 {
  font-size: 1.2em;
  padding: 0.8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #2990ad;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(41, 144, 173, 0)), color-stop(20%, #4eb7d5), color-stop(40%, #2990ad), color-stop(60%, #2990ad), color-stop(80%, #4eb7d5), to(rgba(41, 144, 173, 0)));
  background-image: linear-gradient(to left, rgba(41, 144, 173, 0) 0%, #4eb7d5 20%, #2990ad 40%, #2990ad 60%, #4eb7d5 80%, rgba(41, 144, 173, 0) 100%);
  color: #0a2229;
}
.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7CACFF;
}
.content h6 span {
  padding: 5px 15px;
  background: #7CACFF;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}
.content p {
  margin-left: 2rem;
  word-break: break-all;
}
.content p a {
  color: #00a0fd;
  text-decoration: underline;
}
.content p a:hover {
  color: #ff20cf;
}
.content p.txt-center {
  margin-left: 0;
}
.content ol a, .content ul a {
  color: #00a0fd;
  text-decoration: underline;
}
.content ol a:hover, .content ul a:hover {
  color: #ff20cf;
}
.content .img-responsive {
  width: 50%;
  max-width: 104px;
}

.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: 20px;
  padding-top: 15px;
}
.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;
  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: 12px 8px;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 798px) {
  .content__btn div a {
    padding: 6px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute;
  top: -1.28rem;
  left: -0.6rem;
}
.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 a {
  border: 1px solid #ffcffe;
  padding: 1.2em;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  background-image: #ff9cfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5ffa), color-stop(20%, #ff5ffa), color-stop(40%, #ff9cfc), color-stop(60%, #ff9cfc), color-stop(80%, #ff5ffa), to(#ff5ffa));
  background-image: linear-gradient(to bottom, #ff5ffa 0%, #ff5ffa 20%, #ff9cfc 40%, #ff9cfc 60%, #ff5ffa 80%, #ff5ffa 100%);
  -webkit-box-shadow: 0px 3px 3px #ff03f7;
          box-shadow: 0px 3px 3px #ff03f7;
  color: #660063;
}
.btnBox a:hover {
  border: 1px solid #ffa6b3;
  background-image: #ff7387;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3653), color-stop(20%, #ff3653), color-stop(40%, #ff7387), color-stop(60%, #ff7387), color-stop(80%, #ff3653), to(#ff3653));
  background-image: linear-gradient(to bottom, #ff3653 0%, #ff3653 20%, #ff7387 40%, #ff7387 60%, #ff3653 80%, #ff3653 100%);
  -webkit-box-shadow: 0px 2px 2px #d9001f, inset 0 1px 1px 1px #ff9caa, inset 0 -8px 8px 0px #ffc5cd;
          box-shadow: 0px 2px 2px #d9001f, inset 0 1px 1px 1px #ff9caa, inset 0 -8px 8px 0px #ffc5cd;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: rgb(255, 255, 255);
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #4fb1df;
  margin: 0 auto;
}
.item__box .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 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#279dd4), color-stop(20%, #4fb1df), color-stop(80%, #4fb1df), to(#279dd4));
  background: linear-gradient(to right, #279dd4 0%, #4fb1df 20%, #4fb1df 80%, #279dd4 100%);
  color: #104056;
}
.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box .item__box-get {
  text-align: center;
  color: #ff9100;
  font-weight: bold;
}
.item__box .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 .item__box-text {
  text-align: left;
}
.item__box .item__box--02 {
  background-color: #ffffff;
  border: 3px #2990ad solid;
  border-radius: 10px;
  height: 100%;
}
.item__box .item__box--02 .item__box-title {
  color: #104056;
}
.item__box-img img {
  border-radius: 0px;
}
.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #2990ad;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}
.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr td, .table tr th {
  border: 1px solid #6bc3f3;
}

.table {
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #6bc3f3;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#6ccffc), to(#94dcfd));
  background: linear-gradient(to top, #6ccffc 0%, #94dcfd 100%);
  color: #024564;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td p {
  margin-left: 0;
  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 .note-main {
  color: #210032;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 2px #2990ad;
          box-shadow: 0px 0px 8px 2px #2990ad;
  background: -webkit-gradient(linear, left bottom, left top, from(#30aacc), to(#22768e));
  background: linear-gradient(to top, #30aacc 0%, #22768e 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 193.1818181818deg;
  color: 41.9607843137%;
  color: #144552;
}
.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
}
.explanation .symbol {
  color: #115b6e;
}
@media only screen and (max-width: 798px) {
  .explanation .symbol {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*================= 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;
}
.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin: 5px auto;
  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: #55b5e3;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #84d7ff;
  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: #badee7;
  white-space: 10px;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #dcf8ff;
  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.5rem;
}
@media only screen and (max-width: 560px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}
.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 560px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.box-compose .number {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 560px) {
  .box-compose .number {
    font-size: 1.5rem;
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.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%);
}
.card-notice .rank-title {
  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;
}
.card-notice .rank-title p {
  padding: 8px 24px;
  font-size: 1.125em;
  background: #ffae00;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-left: 0;
  letter-spacing: 3px;
  font-weight: 530;
}
.card-notice .rank-img {
  margin: 16px auto;
}
.card-notice .rank-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.card-notice .rank-get {
  width: 100%;
  border: 1px solid #e6a634;
  list-style: none;
  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;
}
.card-notice .rank-get li {
  border: 1px solid #e6a634;
  background: rgba(255, 255, 255, 0.35);
  text-align: center;
  width: 33.3333333333%;
}
@media only screen and (max-width: 560px) {
  .card-notice .rank-get li {
    width: 100%;
  }
}
.card-notice .rank-get li .rank-get_title {
  padding: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffa200), color-stop(80%, #ffd489), to(#ffb940));
  background: linear-gradient(to top, #ffa200 0%, #ffd489 80%, #ffb940 100%);
  -webkit-box-shadow: inset 0 0 8px #ffdbb5;
          box-shadow: inset 0 0 8px #ffdbb5;
  color: #8b5233;
  font-weight: bold;
}
.card-notice .rank-get li .rank-get_main {
  padding: 3px;
}
.card-notice2 {
  border-radius: 10px;
  background: #FEC3DF;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#7ae7f4), to(#8ff5e5));
  background: linear-gradient(to top, #7ae7f4 0%, #8ff5e5 100%);
}
.card-notice2 h4 {
  color: #e047af;
  -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: #c80000;
}
.card-notice2 .subtitle {
  color: #009cff;
  font-weight: bold;
}
.card-notice2 p {
  color: #2f4149;
  text-align: left;
  line-height: 1.5em;
}

/*================= tableNote =================*/
.DESClabel {
  position: relative;
}
.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);
}

.comment {
  z-index: 1;
  left: inherit;
  right: -10px;
}
@media only screen and (max-width: 798px) {
  .comment {
    right: -40px;
  }
}
.comment:before {
  font-size: 3.5em;
  color: #ff9900;
  -webkit-filter: drop-shadow(3px 3px 3px #4d2b1e);
          filter: drop-shadow(3px 3px 3px #4d2b1e);
}
.comment:after {
  font-size: 1.125em;
  letter-spacing: 0;
}
.comment-purple:before {
  color: #d858ff;
}
.comment01 {
  top: -0.5em;
  left: inherit;
  right: 8em;
}
.comment01::before {
  font-size: 7.5em;
}

.ribbon {
  width: 30px;
  background: linear-gradient(-20deg, #fa0000 0%, #ff6161 80%, #fa0000 100%);
  top: -10px;
  right: 5px;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 6px;
  letter-spacing: 2px;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 798px) {
  .ribbon {
    width: 30px;
    height: 3.2em;
    right: -38px;
    font-size: 0.88rem;
  }
}
@media only screen and (max-width: 560px) {
  .ribbon {
    right: -5px;
  }
}
.ribbon p {
  color: #fff;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
.ribbon:before {
  border-bottom: 6px solid #940000;
  border-left: 6px solibad transparent;
  left: -6px;
  top: 0;
}
@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #940000;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}
.ribbon:after {
  border-left: 15px solid #ff0808;
  border-right: 15px solid #ff0808;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}
@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 15px solid #ff0808;
    border-right: 15px solid #ff0808;
  }
}

.ribbon_01 {
  width: 80%;
  height: 24px;
  margin-left: -9px;
}
.ribbon_01 p {
  font-size: 12px;
  line-height: 1em;
}
.ribbon_01:before {
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.ribbon_01:after {
  width: 0;
  top: 0;
  left: 100%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.ribbon_01--A {
  background: linear-gradient(-65deg, #840000 0%, #ea0000 80%, #840000 100%);
  margin-left: -15px;
}
@media only screen and (max-width: 798px) {
  .ribbon_01--A {
    width: 95%;
    height: 35px;
  }
}
.ribbon_01--A:before {
  border-bottom: 9px solid #1e0000;
}
.ribbon_01--A:after {
  border-left: 15px solid #840000;
}
@media only screen and (max-width: 798px) {
  .ribbon_01--A:after {
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
  }
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeTitle p {
  background-color: #ffd3f1;
  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;
}
.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin: 5px auto;
  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: #ffc7b6;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #ffeee3;
  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: #7bcaff;
  white-space: 10px;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #b7e0ff;
  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.5rem;
}
@media only screen and (max-width: 560px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}
.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 560px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.box-compose .number {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 560px) {
  .box-compose .number {
    font-size: 1.5rem;
  }
}
.box-compose p {
  margin-left: 0;
}

.questionBtn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 6px;
  right: 22%;
  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 only screen and (max-width: 798px) {
  .questionBtn {
    right: 0;
  }
}
@media screen and (min-width: 420px) {
  .questionBtn {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .questionBtn {
    right: -12%;
  }
}
.questionBtn::before {
  content: "";
  background: url(/Action/11_Star31/20240920X/images/question.svg);
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 420px) {
  .questionBtn::before {
    width: 20px;
    height: 20px;
  }
}
.questionBtn .tooltip {
  display: none;
  position: absolute;
  width: 17em;
  top: 30px;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddf1ff), to(#adecff));
  background: linear-gradient(to bottom, #ddf1ff 0%, #adecff 100%);
  border: 2px solid #004297;
  -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(12px + 4 * (100vw - 812px) / 788);
  font-size: clamp(12px, 1.25 + vw, 16px) !important;
}
@media (min-aspect-ratio: 16/9) {
  .questionBtn .tooltip {
    font-size: clamp(12px, 2.1333333333 + vh, 16px);
  }
}
.questionBtn .tooltip h5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#004297), to(#0070bb));
  background: linear-gradient(to bottom, #004297 0%, #0070bb 100%);
  font-size: 1.2em !important;
  line-height: 1.5em;
  padding: 4px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.questionBtn .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;
}
.questionBtn .tooltip ul.probability li {
  font-size: 1em !important;
  width: 100%;
  line-height: 1.75em;
  padding: 0 2%;
  color: #004297;
  border-bottom: 1px solid #004297;
  position: relative;
}
.questionBtn .tooltip ul.probability li:nth-last-child(-1n+1) {
  border-bottom: 0;
}
.questionBtn:hover .tooltip {
  display: inline-block;
}