@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
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.5rem;
  margin-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #00c3ff;
}

.gotoheader a:hover {
  color: #4dff77;
}

.wrapper {
  background-image: url(/Action/11_Star31/20220504MSJ/images/indexbg.jpg?v=20220504);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #010004;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  height: 100%;
}

.header .container {
  width: 1280px;
  height: 708px;
  position: relative;
}

.header .slogan {
  width: 601px;
  height: 140px;
  position: absolute;
  top: 115px;
  left: 213px;
  background: url(/Action/11_Star31/20220504MSJ/images/slogan.png?v=20220504) no-repeat;
  -webkit-animation: delay 0.6s, fadeInUp 0.5s 0.6s;
          animation: delay 0.6s, fadeInUp 0.5s 0.6s;
}

.header .slogan02 {
  width: 689px;
  height: 244px;
  position: absolute;
  top: 255px;
  left: 171px;
  background: url(/Action/11_Star31/20220504MSJ/images/slogan02.png?v=20220504) no-repeat;
  -webkit-animation: delay 0.6s, fadeInDown 0.5s 0.6s, pulse 0.8s 2s infinite;
          animation: delay 0.6s, fadeInDown 0.5s 0.6s, pulse 0.8s 2s infinite;
}

.header .role {
  width: 759px;
  height: 648px;
  position: absolute;
  top: 97px;
  left: 552px;
  background: url(/Action/11_Star31/20220504MSJ/images/role.png?v=20220504) no-repeat;
  -webkit-animation: delay 0.2s, fadeInRight 0.5s 0.2s;
          animation: delay 0.2s, fadeInRight 0.5s 0.2s;
}

.header .logo, .header .logo a {
  width: 261px;
  height: 84px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 21px;
  left: 383px;
  z-index: 9;
  background: url(/Action/11_Star31/20220504MSJ/images/logo.png?v=20220504) no-repeat;
  -webkit-animation: delay 0.2s, fadeIn 0.5s 0.2s;
          animation: delay 0.2s, fadeIn 0.5s 0.2s;
}

@-webkit-keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

@-webkit-keyframes move {
  from {
    background-position-x: -250px;
  }
  to {
    background-position-x: 800px;
  }
}

@keyframes move {
  from {
    background-position-x: -250px;
  }
  to {
    background-position-x: 800px;
  }
}

/* ================= 內容 ================= */
.content {
  padding-bottom: 4%;
  border-radius: 25px;
}

.content .cont_t {
  background: url(/Action/11_Star31/20220504MSJ/images/cont_t.png?v=20220504) no-repeat;
  background-position: top center;
  height: 50px;
}

.content .cont_b {
  background: url(/Action/11_Star31/20220504MSJ/images/cont_b.png?v=20220504) no-repeat;
  background-position: bottom center;
  height: 120px;
}

.content .container {
  width: 1150px;
  padding: 2% 3% 0% 3%;
  background: url(/Action/11_Star31/20220504MSJ/images/cont_repeat.png?v=20220504) repeat-y;
  background-position: top center;
}

.content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 807px;
  width: 95%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #83ffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 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;
}

@media only screen and (max-width: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}

.content h4:before {
  content: '';
  background: url("/Action/11_Star31/20220504MSJ/images/diamond.svg?v=20220504") no-repeat;
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin: -8px 5px;
}

.content h5 {
  font-size: 1.2rem;
  padding: .8em;
  margin-bottom: 0.8em;
  text-align: center;
  background-image: #00c3ff;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 195, 255, 0)), color-stop(20%, #4dd5ff), color-stop(40%, #00c3ff), color-stop(60%, #00c3ff), color-stop(80%, #4dd5ff), to(rgba(0, 195, 255, 0)));
  background-image: linear-gradient(to left, rgba(0, 195, 255, 0) 0%, #4dd5ff 20%, #00c3ff 40%, #00c3ff 60%, #4dd5ff 80%, rgba(0, 195, 255, 0) 100%);
  color: #002733;
}

.content h6 {
  font-size: 1.125rem;
  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 a, .content ol a,
.content ul a {
  color: #ff0;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover,
.content ul a:hover {
  color: #00ffff;
}

.content p {
  margin: 0.5% 0 0.5% 1rem;
}

.content p.txt-center {
  margin-left: 0;
}

.content ol li {
  margin: 0.5% 0;
}

.btnBox a {
  border: 1px solid #56e5fe;
  padding: 8px;
  cursor: pointer;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#01c1e3), color-stop(20%, #01c1e3), color-stop(40%, #23ddfe), color-stop(60%, #23ddfe), color-stop(80%, #01c1e3), to(#01c1e3)) !important;
  background: linear-gradient(to bottom, #01c1e3 0%, #01c1e3 20%, #23ddfe 40%, #23ddfe 60%, #01c1e3 80%, #01c1e3 100%) !important;
  -webkit-box-shadow: 0px 3px 3px #007488;
          box-shadow: 0px 3px 3px #007488;
  color: #005666;
}

.btnBox a:hover {
  border: 1px solid #b0fe56;
  background: -webkit-gradient(linear, left top, left bottom, from(#7ae301), color-stop(20%, #7ae301), color-stop(40%, #98fe23), color-stop(60%, #98fe23), color-stop(80%, #7ae301), to(#7ae301)) !important;
  background: linear-gradient(to bottom, #7ae301 0%, #7ae301 20%, #98fe23 40%, #98fe23 60%, #7ae301 80%, #7ae301 100%) !important;
  background-image: #98fe23;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ae301), color-stop(20%, #7ae301), color-stop(40%, #98fe23), color-stop(60%, #98fe23), color-stop(80%, #7ae301), to(#7ae301));
  background-image: linear-gradient(to bottom, #7ae301 0%, #7ae301 20%, #98fe23 40%, #98fe23 60%, #7ae301 80%, #7ae301 100%);
  -webkit-box-shadow: 0px 2px 2px #498701, inset 0 1px 1px 1px #abfe4c, inset 0 -8px 8px 0px #befe74;
          box-shadow: 0px 2px 2px #498701, inset 0 1px 1px 1px #abfe4c, inset 0 -8px 8px 0px #befe74;
  top: 2px;
  color: #366600;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #00c3ff;
  margin: 0 auto;
  cursor: pointer;
}

.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(#009ccc), color-stop(20%, #00c3ff), color-stop(80%, #00c3ff), to(#009ccc));
  background: linear-gradient(to right, #009ccc 0%, #00c3ff 20%, #00c3ff 80%, #009ccc 100%);
  color: #004e66;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff00f5;
  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-get p {
  margin-left: 0;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #fff;
  border: 3px #00c3ff solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #004e66;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #00c3ff;
  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 #0066ff;
}

.table {
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 1rem;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #0066ff;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#0056d6), to(#0066ff));
  background: linear-gradient(to top, #0056d6 0%, #0066ff 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.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;
}

.table tr td .img_styleA {
  width: 70%;
}

.table tr td .img_styleB {
  width: 60%;
}

.table tr td .img_styleC {
  width: 50%;
}

.table tr td .img_styleD {
  width: 40%;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 2px #00c3ff;
          box-shadow: 0px 0px 8px 2px #00c3ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#26ccff), to(#00a6d9));
  background: linear-gradient(to top, #26ccff 0%, #00a6d9 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 194.11765deg;
  color: 50%;
  color: #004e66;
}

.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: #fff;
}

@media only screen and (max-width: 798px) {
  .explanation .symbol {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 24px;
  margin: 8px 0;
}

.card-notice {
  color: #fff;
  padding-bottom: 32px;
  line-height: 1.5em;
  border-radius: 15px;
  background: linear-gradient(-5deg, #5ca8ff 0%, #cb81e9 50%, #8837f1 100%);
  background-size: 200%;
  background-position: center;
  -webkit-box-shadow: inset 0 0 20px #f8c7ff, 5px 5px 8px #20163a;
          box-shadow: inset 0 0 20px #f8c7ff, 5px 5px 8px #20163a;
  color: #fff;
}

.card-notice h4 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  margin-bottom: 16px;
  text-shadow: 2px 2px 5px #432399;
  color: #fffd6e;
}

.card-notice p {
  margin-left: 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
}

.card-notice2 {
  border-radius: 10px;
  background: #FEC3DF;
}

.card-notice2 p {
  color: #A860BB;
  text-align: left;
  line-height: 1.5em;
}

.iframe-ingame {
  position: relative;
  width: 100%;
  height: 0 !important;
  padding-bottom: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 812px) {
  .iframe-ingame {
    display: none;
  }
}

.iframe-ingame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #00c3ff;
  border-radius: 20px;
}

@media only screen and (min-width: 813px) {
  a.ingameBtn {
    display: none;
  }
}
