@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
body, html {
  font-size: 1.07em;
  line-height: 32px;
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
}

.img-group {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-group img {
  display: inline-block !important;
  margin: 0 1% !important;
}

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: #980300;
}

.gotoheader a:hover {
  color: #e500e0;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #4b0343;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 860px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 265px;
  height: 181px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 55px;
  left: 130px;
  z-index: 9;
  background: url(../../images/logo.png) no-repeat;
  -webkit-animation: delay 0.5s, 1s 0.5s flipInY;
          animation: delay 0.5s, 1s 0.5s flipInY;
}

.header .slogan {
  width: 689px;
  height: 145px;
  position: absolute;
  top: 519px;
  left: 302px;
  background: url(../../images/slogan.png) no-repeat;
}

.header .sub {
  width: 1259px;
  height: 185px;
  position: absolute;
  top: 660px;
  left: 8px;
  background: url(../../images/sub.png) no-repeat;
  -webkit-animation: delay 0.5s, 1s 0.5s zoomIn;
          animation: delay 0.5s, 1s 0.5s zoomIn;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 3%;
}

.content .container {
  width: 1100px;
  padding: 35px;
  background-color: rgba(20, 0, 18, 0.85);
  border-radius: 25px;
  border: #fff solid 3px;
  -webkit-box-shadow: 0px 0px 0px 5px #937c53;
          box-shadow: 0px 0px 0px 5px #937c53;
}

.content .container h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content .container h3 img {
  display: block;
  max-width: 427px;
  width: 60%;
  margin: 0 auto;
}

.content .container h4 {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 16px 0;
  background-color: #5e0300;
  padding: 5px;
  width: 160px;
  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: 812px) {
  .content .container h4 {
    font-size: 1.125rem;
  }
}

.content .container h4:before {
  content: '';
  background-image: url("../../images/incense-burner.svg");
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: 0 5px;
}

.content .container h5 {
  font-size: 1.2em;
  padding: .8em;
  margin-bottom: 16px;
  text-align: center;
  background-image: #d900ff;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 0, 0, 0)), color-stop(20%, #c20081), color-stop(40%, #d900ff), color-stop(60%, #d900ff), color-stop(80%, #c20081), to(rgba(255, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0) 0%, #c20081 20%, #d900ff 40%, #d900ff 60%, #c20081 80%, rgba(255, 0, 0, 0) 100%);
}

.content .container p a, .content .container ol a,
.content .container ul a {
  color: #fff000;
  text-decoration: underline;
}

.content .container p a:hover, .content .container ol a:hover,
.content .container ul a:hover {
  color: #ff0000;
}

.content .container p {
  margin-left: 2em;
}

.content .container p.txt-center {
  margin-left: 0;
}

.content .container ol,
.content .container ul {
  margin-left: 2em;
}

.content__btn {
  margin-bottom: 0px;
  padding-top: 0px;
}

.content__btn div {
  width: 200px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  font-size: 110%;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #ffcf4d;
  background-image: #d69d00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc629), color-stop(20%, #ffc629), color-stop(40%, #d69d00), color-stop(60%, #d69d00), color-stop(80%, #ffc629), to(#ffc629));
  background-image: linear-gradient(to bottom, #ffc629 0%, #ffc629 20%, #d69d00 40%, #d69d00 60%, #ffc629 80%, #ffc629 100%);
  color: #664b00;
}

.content__btn div a {
  width: 100%;
  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;
  margin: 0 5px;
  padding: 13px 10px;
}

.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;
}

.btnBox a {
  border: 1px solid #338bff;
  cursor: pointer;
  background-image: #006eff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0054c2), color-stop(20%, #0054c2), color-stop(40%, #006eff), color-stop(60%, #006eff), color-stop(80%, #0054c2), to(#0054c2));
  background-image: linear-gradient(to bottom, #0054c2 0%, #0054c2 20%, #006eff 40%, #006eff 60%, #0054c2 80%, #0054c2 100%);
  -webkit-box-shadow: 0px 3px 3px #002c66;
          box-shadow: 0px 3px 3px #002c66;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #74ccff;
  background-image: #41b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04a2ff), color-stop(20%, #04a2ff), color-stop(40%, #41b9ff), color-stop(60%, #41b9ff), color-stop(80%, #04a2ff), to(#04a2ff));
  background-image: linear-gradient(to bottom, #04a2ff 0%, #04a2ff 20%, #41b9ff 40%, #41b9ff 60%, #04a2ff 80%, #04a2ff 100%);
  -webkit-box-shadow: 0px 2px 2px #0069a7, inset 0 1px 1px 1px #6ac8ff, inset 0 -8px 8px 0px #93d7ff;
          box-shadow: 0px 2px 2px #0069a7, inset 0 1px 1px 1px #6ac8ff, inset 0 -8px 8px 0px #93d7ff;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px;
  border: 3px solid #650200;
  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(#650200), color-stop(20%, #980300), color-stop(80%, #980300), to(#650200));
  background: linear-gradient(to right, #650200 0%, #980300 20%, #980300 80%, #650200 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 #650200 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: #980300;
  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-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(#d60000), to(#ff0000));
  background: linear-gradient(to top, #d60000 0%, #ff0000 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;
}

ul.tabBtn li {
  border: 1px solid #a166ff;
  background-image: #4e00cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8133ff), color-stop(20%, #8133ff), color-stop(40%, #4e00cc), color-stop(60%, #4e00cc), color-stop(80%, #8133ff), to(#8133ff));
  background-image: linear-gradient(to bottom, #8133ff 0%, #8133ff 20%, #4e00cc 40%, #4e00cc 60%, #8133ff 80%, #8133ff 100%);
  -webkit-box-shadow: 0px 3px 3px #1d004d;
          box-shadow: 0px 3px 3px #1d004d;
  color: #fff;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  color: #532f00;
  background-color: black;
  border: 1px solid #ff9d9d;
  background-image: #ff6060;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0e0e), color-stop(20%, #ff0e0e), color-stop(40%, #ff6060), color-stop(60%, #ff6060), color-stop(80%, #ff0e0e), to(#ff0e0e));
  background-image: linear-gradient(to bottom, #ff0e0e 0%, #ff0e0e 20%, #ff6060 40%, #ff6060 60%, #ff0e0e 80%, #ff0e0e 100%);
  -webkit-box-shadow: 0px 2px #ea0000, inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px #ff7474;
          box-shadow: 0px 2px #ea0000, inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px #ff7474;
  color: #fff;
}

.iframe-ingame {
  position: relative;
  width: 80%;
  height: 0 !important;
  padding-bottom: 43%;
  overflow: hidden;
  margin: 0 auto;
}

@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;
}
