@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: 2% 0;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #ff0;
}

.gotoheader a:hover {
  color: #ff00ff;
}

body {
  background-image: url(/Action/11_Star31/20220601MSU/images/bg_repeat.jpg?v=20220601);
  background-position: top center;
  background-repeat: repeat-y;
  background-color: #6177ff;
}

.wrapper {
  background-image: url(/Action/11_Star31/20220601MSU/images/indexbg.jpg?v=20220601);
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  height: 100%;
}

.header .container {
  width: 1280px;
  height: 750px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 266px;
  height: 95px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 10px;
  left: 507px;
  z-index: 9;
  background: url(/Action/11_Star31/20220601MSU/images/logo.png?v=20220601) no-repeat;
  -webkit-animation: delay 0.5s, zoomIn 0.5s 0.5s;
          animation: delay 0.5s, zoomIn 0.5s 0.5s;
}

.header .slogan01 {
  width: 421px;
  height: 107px;
  position: absolute;
  top: 398px;
  left: 202px;
  background: url(/Action/11_Star31/20220601MSU/images/slogan01.png?v=20220601) no-repeat;
  -webkit-animation: delay 0.2s, flipInX 0.5s 0.2s;
          animation: delay 0.2s, flipInX 0.5s 0.2s;
}

.header .slogan02 {
  width: 572px;
  height: 165px;
  position: absolute;
  top: 508px;
  left: 138px;
  background: url(/Action/11_Star31/20220601MSU/images/slogan02.png?v=20220601) no-repeat;
  -webkit-animation: delay 0.5s, flipInX 0.5s 0.5s, pulse 0.7s 1.3s infinite;
          animation: delay 0.5s, flipInX 0.5s 0.5s, pulse 0.7s 1.3s infinite;
}

@-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 .container {
  width: 1150px;
  padding: 3% 2.5%;
  background-color: rgba(67, 35, 153, 0.6);
  border-radius: 35px;
}

.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: #9cfdff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}

@media only screen and (max-width: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}

.content h4:before {
  content: '';
  background: url("/Action/11_Star31/20220601MSU/images/icon.svg?v=20220601") no-repeat;
  background-size: 100%;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  margin: -8px 5px;
}

.content h5 {
  font-size: 1.2rem;
  padding: .8em;
  margin-bottom: 0.8em;
  text-align: center;
  background-image: #5e0e6f;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(94, 14, 111, 0)), color-stop(20%, #9817b3), color-stop(40%, #5e0e6f), color-stop(60%, #5e0e6f), color-stop(80%, #9817b3), to(rgba(94, 14, 111, 0)));
  background-image: linear-gradient(to left, rgba(94, 14, 111, 0) 0%, #9817b3 20%, #5e0e6f 40%, #5e0e6f 60%, #9817b3 80%, rgba(94, 14, 111, 0) 100%);
  color: #fff;
}

.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: #ff00ff;
}

.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 #ff33ff;
  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(#c200c2), color-stop(20%, #c200c2), color-stop(40%, #ff00ff), color-stop(60%, #ff00ff), color-stop(80%, #c200c2), to(#c200c2)) !important;
  background: linear-gradient(to bottom, #c200c2 0%, #c200c2 20%, #ff00ff 40%, #ff00ff 60%, #c200c2 80%, #c200c2 100%) !important;
  -webkit-box-shadow: 0px 3px 3px #660066;
          box-shadow: 0px 3px 3px #660066;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #ff3333;
  background: -webkit-gradient(linear, left top, left bottom, from(#c20000), color-stop(20%, #c20000), color-stop(40%, #ff0000), color-stop(60%, #ff0000), color-stop(80%, #c20000), to(#c20000)) !important;
  background: linear-gradient(to bottom, #c20000 0%, #c20000 20%, #ff0000 40%, #ff0000 60%, #c20000 80%, #c20000 100%) !important;
  background-image: #ff0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c20000), color-stop(20%, #c20000), color-stop(40%, #ff0000), color-stop(60%, #ff0000), color-stop(80%, #c20000), to(#c20000));
  background-image: linear-gradient(to bottom, #c20000 0%, #c20000 20%, #ff0000 40%, #ff0000 60%, #c20000 80%, #c20000 100%);
  -webkit-box-shadow: 0px 2px 2px #660000, inset 0 1px 1px 1px #ff2929, inset 0 -8px 8px 0px #ff5252;
          box-shadow: 0px 2px 2px #660000, inset 0 1px 1px 1px #ff2929, inset 0 -8px 8px 0px #ff5252;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #215820;
  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(#133312), color-stop(20%, #215820), color-stop(80%, #215820), to(#133312));
  background: linear-gradient(to right, #133312 0%, #215820 20%, #215820 80%, #133312 100%);
  color: #fff;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff7300;
  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 #5e0e6f 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: #5e0e6f;
  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 #5e0e6f;
}

.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 #5e0e6f;
  white-space: nowrap;
}

@media only screen and (max-width: 798px) {
  .table {
    font-size: 14px;
  }
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  font-size: 1.1em;
  padding: 8px;
  line-height: 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(#b30eda), to(#c91ff1));
  background: linear-gradient(to top, #b30eda 0%, #c91ff1 100%);
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .table tr th {
    font-size: 16px;
  }
}

.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;
}

@media only screen and (max-width: 798px) {
  .table tr td img {
    width: 85%;
  }
}

.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%;
}

.table tr .btn_question {
  position: absolute;
  top: 4%;
  right: 26%;
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}

@media only screen and (max-width: 798px) {
  .table tr .btn_question {
    right: 5%;
  }
}

@media only screen and (max-width: 560px) {
  .table tr .btn_question {
    right: 0%;
  }
}

.table tr .btn_question a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%, 100%;
  background-image: url(/Action/11_Star31/20220601MSU/images/question.svg?v=20220601), -webkit-gradient(linear, left top, left bottom, from(#ff2d2d), color-stop(85%, #960000), to(#ff0000));
  background-image: url(/Action/11_Star31/20220601MSU/images/question.svg?v=20220601), linear-gradient(to bottom, #ff2d2d 0%, #960000 85%, #ff0000 100%);
  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 #2e0000;
}

.explain_box_bg {
  background-color: #4f45c2;
  color: #fff;
  padding: 5% 0;
  text-align: center;
}

.comment {
  width: auto;
  position: absolute;
  -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;
  top: -5em;
  right: 1em;
  z-index: 1;
}

@media only screen and (max-width: 798px) {
  .comment {
    top: -6em;
  }
}

@media only screen and (max-width: 560px) {
  .comment {
    left: 2em;
  }
}

.comment:before {
  content: '\f075';
  font-family: "FontAwesome";
  font-size: 130px;
  position: absolute;
  display: inline-block;
  color: #fff000;
  -webkit-filter: drop-shadow(0px 0px 3px #333);
}

.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -3%;
  display: inline-block;
  text-align: center;
  color: #be0000;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: -1px;
  line-height: 20px;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 2px #5e0e6f;
          box-shadow: 0px 0px 8px 2px #5e0e6f;
  background: -webkit-gradient(linear, left bottom, left top, from(#7b1291), to(#410a4d));
  background: linear-gradient(to top, #7b1291 0%, #410a4d 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 289.48454deg;
  color: 24.5098%;
  color: #fff;
}

.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;
  margin-top: 3%;
}

@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 #5e0e6f;
  border-radius: 20px;
}

@media only screen and (min-width: 813px) {
  a.ingameBtn {
    display: none;
  }
}
