@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #ff5858;
}

.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;
}

.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: #ff3300;
}

.gotoheader a:hover {
  color: #ff4ddb;
}

body {
  background-color: #741210;
  overflow-x: hidden;
}

.wrapper {
  background-size: 150%;
  overflow: hidden;
  background-image: url(/Action/11_Star31/20220615MU/images/indexbg.jpg?v=20220610);
  background-color: #741210;
  background-position: top center;
  background-repeat: no-repeat;
  color: #130000;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .wrapper {
    background-size: inherit;
  }
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 51.64062%;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .header .container {
    width: 1280px;
    height: 661px;
    padding-bottom: 0;
  }
}

.header .logo {
  width: 24.76562%;
  height: 0;
  padding-bottom: 7.89062%;
  position: absolute;
  top: 1.25%;
  left: 1.71875%;
  z-index: 9;
  background-image: url(/Action/11_Star31/20220615MU/images/logo.png?v=20220610);
  background-size: 100%;
  -webkit-animation: fadeInUp .5s;
          animation: fadeInUp .5s;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 31.8612%;
  display: block;
}

.header .slogan {
  width: 55.85938%;
  height: 0;
  padding-bottom: 22.89062%;
  position: absolute;
  top: 56.12708%;
  left: 30.70312%;
  background: url(/Action/11_Star31/20220615MU/images/slogan.png?v=20220610);
  background-size: 100%;
}

.header .awards {
  width: 61.25%;
  height: 0;
  padding-bottom: 29.375%;
  position: absolute;
  top: 1.51286%;
  left: 28.75%;
  background: url(/Action/11_Star31/20220615MU/images/Awards.png?v=20220610);
  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;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  border-radius: 25px;
}

.content .container {
  width: calc(100% - 16px);
  margin-top: 10px;
  padding: 16px 1.5em 64px 1.5em;
  border-radius: 32px;
  border: 20px solid transparent;
  -o-border-image: url(/Action/11_Star31/20220615MU/images/contentbg.png?v=20220610) 33% stretch;
     border-image: url(/Action/11_Star31/20220615MU/images/contentbg.png?v=20220610) 33% stretch;
  -webkit-border-image: url(/Action/11_Star31/20220615MU/images/contentbg.png?v=20220610) 33% stretch;
  -moz-border-image: url(/Action/11_Star31/20220615MU/images/contentbg.png?v=20220610) 33% stretch;
  border-image-width: 10px;
  -webkit-border-image-width: 10px;
  -moz-border-image-width: 10px;
  background: #f4e4cf;
}

@media screen and (min-width: 1200px) {
  .content .container {
    width: 1200px;
    padding: 32px 3em 64px 3em;
    border-image-width: 30px;
    -webkit-border-image-width: 30px;
    -moz-border-image-width: 30px;
  }
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 937px;
  width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #0096ce;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(-1.2em - 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: 1400px) {
  .content h4 {
    font-size: 1.2rem;
  }
}

.content h4:before {
  content: '';
  background-image: url("../../images/diamond.svg");
  background-size: 100%;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  margin: 0 5px 0 0;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #ff3300;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 51, 0, 0)), color-stop(20%, #ff704d), color-stop(40%, #ff3300), color-stop(60%, #ff3300), color-stop(80%, #ff704d), to(rgba(255, 51, 0, 0)));
  background-image: linear-gradient(to left, rgba(255, 51, 0, 0) 0%, #ff704d 20%, #ff3300 40%, #ff3300 60%, #ff704d 80%, rgba(255, 51, 0, 0) 100%);
  color: #fff;
}

.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 .part {
  margin-bottom: 56px;
}

.content p {
  margin-bottom: 16px;
}

.content p a {
  color: #00a0fd;
  text-decoration: underline;
}

.content p a:hover {
  color: #ff20cf;
}

.content p.txt-center {
  margin-left: 0;
}

.content ol, .content ul {
  margin-bottom: 8px;
}

.content ol a, .content ul a {
  color: #00a0fd;
  text-decoration: underline;
}

.content ol a:hover, .content ul a:hover {
  color: #ff20cf;
}

.iframe-ingame {
  position: relative;
  width: 100%;
  height: 0 !important;
  padding-bottom: 55%;
  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 #ff3300;
  border-radius: 20px;
}

.btnBox {
  margin-bottom: 16px;
}

.btnBox a {
  width: auto;
  border: 1px solid #ff8e8e;
  padding: 0.6em 2em;
  font-size: 1.15em;
  cursor: pointer;
  white-space: nowrap;
  background-image: #ff5b5b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1e1e), color-stop(20%, #ff1e1e), color-stop(40%, #ff5b5b), color-stop(60%, #ff5b5b), color-stop(80%, #ff1e1e), to(#ff1e1e));
  background-image: linear-gradient(to bottom, #ff1e1e 0%, #ff1e1e 20%, #ff5b5b 40%, #ff5b5b 60%, #ff1e1e 80%, #ff1e1e 100%);
  -webkit-box-shadow: 0px 3px 3px #c10000;
          box-shadow: 0px 3px 3px #c10000;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #ffa581;
  background-image: #ff804e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5411), color-stop(20%, #ff5411), color-stop(40%, #ff804e), color-stop(60%, #ff804e), color-stop(80%, #ff5411), to(#ff5411));
  background-image: linear-gradient(to bottom, #ff5411 0%, #ff5411 20%, #ff804e 40%, #ff804e 60%, #ff5411 80%, #ff5411 100%);
  -webkit-box-shadow: 0px 2px 2px #b43300, inset 0 1px 1px 1px #ff9d77, inset 0 -8px 8px 0px #ffbba0;
          box-shadow: 0px 2px 2px #b43300, inset 0 1px 1px 1px #ff9d77, inset 0 -8px 8px 0px #ffbba0;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #dfbb4f;
  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(#d4a927), color-stop(20%, #dfbb4f), color-stop(80%, #dfbb4f), to(#d4a927));
  background: linear-gradient(to right, #d4a927 0%, #dfbb4f 20%, #dfbb4f 80%, #d4a927 100%);
  color: #564510;
}

.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 #ff3300 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #564510;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #ff3300;
  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 #ff8e71;
}

.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 #ff8e71;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#d62b00), to(#ff3300));
  background: linear-gradient(to top, #d62b00 0%, #ff3300 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  position: relative;
  /*單格變色*/
}

.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 .question {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 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 black;
  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) {
  .table tr td .question {
    width: 30px;
    height: 30px;
  }
}

.table tr td .question::before {
  content: '';
  background: url(/Action/11_Star31/20220615MU/images/question.svg);
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 420px) {
  .table tr td .question::before {
    width: 20px;
    height: 20px;
  }
}

.table tr td .question .tooltip {
  display: none;
  position: absolute;
  width: 10em;
  top: 30px;
  right: calc(-5em + 15px);
  background: #fffad0;
  border: 2px solid #fff;
  padding: 16%;
  -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;
}

.table tr td .question .tooltip p {
  font-size: 14px !important;
  line-height: 1.5rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 860px) {
  .table tr td .question .tooltip p {
    font-size: 10px !important;
    line-height: 1.25rem;
  }
}

@media only screen and (max-height: 580px) {
  .table tr td .question .tooltip p {
    font-size: 10px !important;
    line-height: 1.25rem;
  }
}

@media only screen and (max-height: 450px) {
  .table tr td .question .tooltip p {
    font-size: 8px !important;
    line-height: 1rem;
  }
}

.table tr td .question:hover .tooltip {
  display: inline-block;
}
