@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  font-size: 18px;
  scroll-behavior: smooth;
}

.wrapper {
  color: #000;
  background-image: url(/Action/11_Star31/20210526S/images/indexbg.jpg);
  background-color: #300743;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}

.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: darkorange;
}

.gotoheader a:hover {
  color: #ff4d9d;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 600px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 263px;
  height: 89px;
}

.header .logo {
  position: absolute;
  top: 143px;
  left: 343px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
  -webkit-animation: heartBeat 0.5s 1s;
          animation: heartBeat 0.5s 1s;
}

.header .slogan {
  width: 520px;
  height: 284px;
  position: absolute;
  top: 235px;
  left: 216px;
  background-image: url(../../images/slogan.png);
  background-repeat: no-repeat;
  -webkit-animation: fadeInUp .5s, pulse 1.2s 1s infinite;
          animation: fadeInUp .5s, pulse 1.2s 1s infinite;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 3%;
}

.content .container {
  width: 80%;
  padding: 1% 5%;
  border: 5px solid #FFAF4B;
  border-radius: 10px;
  background: #fff;
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
  margin: -30px 0 20px 0;
}

.content .container > h3 img {
  display: block;
  max-width: 698px;
  width: 70%;
  margin: 0 auto 1.5% auto;
}

.content .container > h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #CC8B6A;
  font-weight: bold;
  font-size: 1.35em;
  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;
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/gold.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.3em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 20px 0;
  background-image: #ff8c00;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 140, 0, 0)), color-stop(20%, #ff8c00), color-stop(40%, #ff8c00), color-stop(60%, #ff8c00), color-stop(80%, #ff8c00), to(rgba(255, 140, 0, 0)));
  background-image: linear-gradient(to left, rgba(255, 140, 0, 0) 0%, #ff8c00 20%, #ff8c00 40%, #ff8c00 60%, #ff8c00 80%, rgba(255, 140, 0, 0) 100%);
  line-height: 28px;
  color: #fff;
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #ff3600;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #ff3600;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p a {
  color: #6f00ff;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #f835ff;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container .subtitile {
  font-size: 1.3em;
  color: #fff799;
  text-align: center;
}

.content .container .subtitile .step {
  color: #fff799;
  width: 5em;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 10px;
  display: inline-block;
  background: #ef1216;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ef1216), to(#71120c));
  background: linear-gradient(to bottom, #ef1216 20%, #71120c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content__btn div {
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 120px;
  color: #fff799;
  border-radius: 18px;
  border: 1px solid #d50042;
  background-image: #730024;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a60003), color-stop(20%, #a60003), color-stop(40%, #730024), color-stop(60%, #730024), color-stop(80%, #a60003), to(#a60003));
  background-image: linear-gradient(to bottom, #a60003 0%, #a60003 20%, #730024 40%, #730024 60%, #a60003 80%, #a60003 100%);
}

.content__btn div a {
  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;
  border-radius: 18px;
  border: 1px solid #f1f1f1;
}

.content__btn div .label:before {
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
}

.content__btn div .label:after {
  color: #4a0000;
  font-size: 0.7em;
}

.countDiv0 {
  height: auto;
  margin-right: 10px;
}

.countDiv0::before {
  content: '天';
  display: block;
  font-size: 0.63em;
  font-weight: bold;
  width: auto;
  height: auto;
  position: relative;
  border-radius: 0;
  background: none;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.countDiv0::after {
  display: none;
}

.iframe-ingame {
  position: relative;
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  .iframe-ingame {
    display: none;
  }
}

.iframe-ingame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #ff8686;
  border-radius: 20px;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  width: auto;
  min-width: 200px;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #0079ca;
  border-radius: 50px;
  background-image: #48bcff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2ff), color-stop(20%, #00a2ff), color-stop(40%, #48bcff), color-stop(60%, #48bcff), color-stop(80%, #00a2ff), to(#00a2ff));
  background-image: linear-gradient(to bottom, #00a2ff 0%, #00a2ff 20%, #48bcff 40%, #48bcff 60%, #00a2ff 80%, #00a2ff 100%);
  -webkit-box-shadow: 0px 3px 3px #264c77;
          box-shadow: 0px 3px 3px #264c77;
  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;
}

.btnBox a:hover {
  background-image: #00b8ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b8ff), color-stop(20%, #00b8ff), color-stop(40%, #00b8ff), color-stop(60%, #00b8ff), color-stop(80%, #00b8ff), to(#00b8ff));
  background-image: linear-gradient(to bottom, #00b8ff 0%, #00b8ff 20%, #00b8ff 40%, #00b8ff 60%, #00b8ff 80%, #00b8ff 100%);
  -webkit-box-shadow: 0px 2px #0099ff,inset 0 2px 2px 2px #15bdff ,inset 0 -10px 10px 0px #68d4ff;
          box-shadow: 0px 2px #0099ff,inset 0 2px 2px 2px #15bdff ,inset 0 -10px 10px 0px #68d4ff;
  top: 2px;
  color: #fff;
  text-shadow: -2px 0 #00b8ff, 0 2px #00b8ff, 2px 0 #00b8ff, 0 -2px #00b8ff;
}

.btnBox a.endBtn {
  background-image: #818181;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), color-stop(20%, #616161), color-stop(40%, #818181), color-stop(60%, #818181), color-stop(80%, #616161), to(#616161));
  background-image: linear-gradient(to bottom, #616161 0%, #616161 20%, #818181 40%, #818181 60%, #616161 80%, #616161 100%);
  border: 1px solid #909090;
  -webkit-box-shadow: 0px 3px 3px #616161;
          box-shadow: 0px 3px 3px #616161;
  color: #dedede;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #6db4e4;
  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(#429edc), color-stop(20%, #6db4e4), color-stop(80%, #6db4e4), to(#429edc));
  background: linear-gradient(to right, #429edc 0%, #6db4e4 20%, #6db4e4 80%, #429edc 100%);
  color: #fff;
}

.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 #ff8c00 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #ff8c00;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #ffb3b3;
}

.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 #ffb3b3;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#b00000), to(#D90000));
  background: linear-gradient(to top, #b00000 0%, #D90000 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;
}

/*================= 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: #b489f8;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d4bdf8;
  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: 500px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}

.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

@media only screen and (max-width: 500px) {
  .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: 500px) {
  .box-compose .number {
    font-size: 1.5rem;
  }
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #482900;
  border: 3px solid #ffc4db;
  -webkit-box-shadow: 0px 0px 5px #d2d2d2;
          box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), to(#ffd5d7));
  background: linear-gradient(to bottom, #FFFFFF 20%, #ffd5d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

/* ================= 內容區塊 ================= */
.card {
  padding: 30px;
  margin: 8px 0;
}

.card-notice {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #287cb4;
  color: #fff;
}

.card-notice2 {
  border-radius: 10px;
  background: #FEC3DF;
}

.card-notice2 p {
  color: #A860BB;
  text-align: left;
  line-height: 1.5em;
}

.DESClabel {
  position: relative;
  width: 100%;
  height: 100%;
}

.ribbon {
  width: 35px;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  top: -10px;
  right: 10px;
  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;
  font-size: 1.15rem;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 10;
  color: #4b2800;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}

@media only screen and (max-width: 812px) {
  .ribbon {
    width: 30px;
    top: -10px;
    right: 5px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 500px) {
  .ribbon {
    top: -15px;
    right: -18px;
  }
}

.ribbon p {
  color: #4b2800;
  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-left: 6px solid transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 500px) {
  .ribbon:before {
    border-bottom: 6px solid #8d6a28;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 17.5px solid #eeaf3a;
  border-right: 17.5px solid #eeaf3a;
  border-bottom: 15px solid transparent;
  bottom: -15px;
  left: 0;
}

@media only screen and (max-width: 812px) {
  .ribbon:after {
    border-left: 15px solid #eeaf3a;
    border-right: 15px solid #eeaf3a;
  }
}

.go_in {
  display: block;
  opacity: 1;
}

.go_out {
  display: none;
  opacity: 0;
}
