@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.translateToX {
  opacity: var(--opacity);
  -webkit-transform: translateX(var(--translateX));
          transform: translateX(var(--translateX));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.translateToY {
  opacity: var(--opacity);
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

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: 3%;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #030075;
}

.gotoheader a:hover {
  color: #00bcc2;
}

.wrapper {
  background-image: url(/action/79_TMD/20220516MSU/images/indexBg.jpg?v=20220516);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #040971;
  color: #000;
  font-size: 1.2em;
  line-height: 28px;
  position: relative;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 654px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 214px;
  height: 144px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 10px;
  left: 1057px;
  background: url(/action/79_TMD/20220516MSU/images/logo.png?v=20220516) no-repeat;
  -webkit-animation: delay 1.6s, fadeIn 1.2s 1.6s;
          animation: delay 1.6s, fadeIn 1.2s 1.6s;
  z-index: 20;
}

.header .slogan01 {
  width: 450px;
  height: 86px;
  position: absolute;
  top: 246px;
  left: 444px;
  background: url(/action/79_TMD/20220516MSU/images/slogan01.png?v=20220516) no-repeat;
  -webkit-animation: delay 0.1s, fadeInUpBig 1.1s 0.1s;
          animation: delay 0.1s, fadeInUpBig 1.1s 0.1s;
}

.header .slogan02 {
  width: 528px;
  height: 271px;
  position: absolute;
  top: 334px;
  left: 405px;
  background: url(/action/79_TMD/20220516MSU/images/slogan02.png?v=20220516) no-repeat;
  -webkit-animation: delay 0.25s, fadeInUpBig 1s 0.25s, heartBeat 3s 1.8s infinite;
          animation: delay 0.25s, fadeInUpBig 1s 0.25s, heartBeat 3s 1.8s infinite;
}

.header .dragon {
  width: 783px;
  height: 652px;
  position: absolute;
  top: 0px;
  left: -316px;
  background: url(/action/79_TMD/20220516MSU/images/dragon.png?v=20220516) no-repeat;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.header .fire {
  width: 823px;
  height: 311px;
  position: absolute;
  top: 0px;
  left: 381px;
  background: url(/action/79_TMD/20220516MSU/images/fire.png?v=20220516) no-repeat;
  -webkit-animation: delay 0.2s, light 1s 0.2s, light 3s 3s infinite;
          animation: delay 0.2s, light 1s 0.2s, light 3s 3s infinite;
}

.header .icon01 {
  width: 255px;
  height: 255px;
  position: absolute;
  top: 0px;
  left: 614px;
  background: url(/action/79_TMD/20220516MSU/images/icon01.png?v=20220516) no-repeat;
  -webkit-animation: delay 0.2s, fadeInLeft 0.8s 0.2s;
          animation: delay 0.2s, fadeInLeft 0.8s 0.2s;
}

.header .icon02 {
  width: 220px;
  height: 221px;
  position: absolute;
  top: 184px;
  left: 1012px;
  background: url(/action/79_TMD/20220516MSU/images/icon02.png?v=20220516) no-repeat;
  -webkit-animation: delay 0.9s, fadeInLeft 0.6s 0.9s;
          animation: delay 0.9s, fadeInLeft 0.6s 0.9s;
}

.header .icon03 {
  width: 215px;
  height: 215px;
  position: absolute;
  top: 66px;
  left: 849px;
  background: url(/action/79_TMD/20220516MSU/images/icon03.png?v=20220516) no-repeat;
  -webkit-animation: delay 0.6s, fadeInLeft 0.4s 0.6s;
          animation: delay 0.6s, fadeInLeft 0.4s 0.6s;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 3;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 726px;
  position: relative;
  margin: 0 auto 1% auto;
  -webkit-animation: delay 1s, toTop 0.8s 1s;
          animation: delay 1s, toTop 0.8s 1s;
}

.nav .navBtn ul {
  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;
}

.nav .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 242px;
  height: 73px;
  margin-bottom: 10px;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -227px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -454px !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -681px !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -908px !important;
}

.nav .navBtn ul li.navBtn6 a {
  background-position-x: -1135px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(/action/79_TMD/20220516MSU/images/navBtn_action.png?v=20220516);
}

.nav .navBtn ul li a {
  width: 227px;
  height: 70px;
  display: block;
  background-image: url(/action/79_TMD/20220516MSU/images/navBtn.png?v=20220516);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 3%;
}

.content .container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 35px;
  background-color: #fff;
  border-radius: 25px;
  border: 20px solid transparent;
  -webkit-border-image: url(/action/79_TMD/20220516MSU/images/boder-repeat.png?v=20220516) 30 30 round;
  border-image-slice: 14 13;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 16px 0;
  width: 100%;
  -webkit-animation: delay 1s, toBottom 0.8s 1s;
          animation: delay 1s, toBottom 0.8s 1s;
}

.content h3 img {
  display: block;
  max-width: 624px;
  width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #546e30;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-image: url("/action/79_TMD/20220516MSU/images/zongzi.svg?v=20220516");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2.2em;
  height: 2.2em;
  display: inline-block;
  margin: -2px 5px;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin-bottom: 1%;
  background-image: #050273;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(5, 2, 115, 0)), color-stop(20%, #050273), color-stop(40%, #050273), color-stop(60%, #050273), color-stop(80%, #050273), to(rgba(5, 2, 115, 0)));
  background-image: linear-gradient(to left, rgba(5, 2, 115, 0) 0%, #050273 20%, #050273 40%, #050273 60%, #050273 80%, rgba(5, 2, 115, 0) 100%);
  line-height: 28px;
  color: #fff;
}

.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 20px 0;
  text-align: center;
}

.content h6 span {
  padding: 5px 15px;
  background: #d607ff;
  border-radius: 10px;
  color: #fff;
  margin-right: 8px;
}

.content p a, .content ol a, .content ul a {
  color: #0059ff;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #ea00ff;
}

.content ol,
.content ul {
  margin-left: 1.5em;
}

.content .page_notice {
  width: 13.81818%;
  height: 0;
  padding-bottom: 14%;
  position: absolute;
  top: 1%;
  right: 2%;
  -webkit-animation: bounceIn 1s;
          animation: bounceIn 1s;
  z-index: 3;
}

.content .page_notice a {
  width: 100%;
  height: 0;
  padding-bottom: 101.31579%;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-image: url("/action/79_TMD/20220516MSU/images/btn_note.png?v=20220516");
  text-indent: -9999px;
  background-size: 100% !important;
}

.content .page_notice a:hover,
.content .page_notice.action a {
  -webkit-filter: brightness(1.3);
}

.content__btn {
  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;
  margin-bottom: 20px;
  padding-top: 15px;
  -webkit-animation: delay 1.3s, toBottom 0.8s 1.3s;
          animation: delay 1.3s, toBottom 0.8s 1.3s;
}

.content__btn div {
  width: initial;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
  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;
  margin: 6px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: initial;
  border-radius: 30px;
  color: #fff;
  background: #1d5aff;
  background: -webkit-gradient(linear, left top, left bottom, from(#1d5aff), color-stop(60%, #54c0ff), to(#00f6ff));
  background: linear-gradient(to bottom, #1d5aff 0%, #54c0ff 60%, #00f6ff 100%);
}

.content__btn div a {
  width: initial;
  display: block;
  background: #000063;
  color: #9b9bff;
  padding: 12px 8px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 798px) {
  .content__btn div a {
    padding: 6px 8px;
  }
}

.content__btn div .label {
  width: auto;
  position: absolute;
  top: -1.28rem;
  left: -.6rem;
}

.content__btn div .label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}

.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  width: 30%;
  color: #ae0000;
  border: 1px solid #ff5e00;
  -webkit-box-shadow: 0px 3px 3px #ff5e00;
          box-shadow: 0px 3px 3px #ff5e00;
  padding: 12px;
  border-radius: 35px;
  font-size: 1.1em;
  background: #ffba53;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffba53), to(#ff9900));
  background: linear-gradient(to bottom, #ffba53 0%, #ff9900 100%);
}

@media only screen and (max-width: 798px) {
  .btnBox a {
    width: 65%;
  }
}

.btnBox a:hover {
  color: #fff;
  border: 1px solid #6d0000;
  -webkit-box-shadow: 0px 3px 3px #6d0000;
          box-shadow: 0px 3px 3px #6d0000;
  background: #ff0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50000));
  background: linear-gradient(to bottom, #ff0000 0%, #a50000 100%);
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: transparent;
  border: 3px solid #2c298f;
  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 {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#201e67), color-stop(20%, #2c298f), color-stop(80%, #2c298f), to(#201e67));
  background: linear-gradient(to right, #201e67 0%, #2c298f 20%, #2c298f 80%, #201e67 100%);
  color: #fff;
}

.item__box .item__box-title-2 {
  height: 4em;
  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-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  padding: 8px;
  text-align: center;
  color: #ff9100;
  font-size: 1.125rem;
  font-weight: bold;
}

.item__box .item__box-get p {
  padding: 8px 0 0 0;
  color: #ff9100;
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 0;
}

.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 {
  padding: 15px;
  text-align: left;
}

.item__box--02 {
  background: linear-gradient(20deg, #0b0933 0%, #29257c 50%, #0b0933 100%);
  border: 3px #4a46bb solid;
  height: 100%;
}

.item__box--02 .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#3b3797), color-stop(20%, #4a46bb), color-stop(80%, #4a46bb), to(#3b3797));
  background: linear-gradient(to right, #3b3797 0%, #4a46bb 20%, #4a46bb 80%, #3b3797 100%);
  color: #fff;
}

.item__box--02 .item__box-get {
  color: #ff0;
  padding: 1% 0;
}

.item__box--02 p {
  color: #ff0 !important;
}

.item__box-img {
  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: 8px 8px 0 0;
  margin: 2% 0;
}

.item__box-img-500 {
  width: 100%;
  height: 500px;
}

.item__box-img-500 img {
  max-height: 500px;
}

.item__box-img-450 {
  width: 100%;
  height: 450px;
}

.item__box-img-450 img {
  max-height: 450px;
}

.item__box-img-400 {
  width: 100%;
  height: 400px;
}

.item__box-img-400 img {
  max-height: 400px;
}

.item__box-img-350 {
  width: 100%;
  height: 350px;
}

.item__box-img-350 img {
  max-height: 350px;
}

.item__box-img-300 {
  width: 100%;
  height: 300px;
}

.item__box-img-300 img {
  max-height: 300px;
}

.item__box-img-250 {
  width: 100%;
  height: 250px;
}

.item__box-img-250 img {
  max-height: 250px;
}

.item__box-img-200 {
  width: 100%;
  height: 200px;
}

.item__box-img-200 img {
  max-height: 200px;
}

.item__box-img-150 {
  width: 100%;
  height: 150px;
}

.item__box-img-150 img {
  max-height: 150px;
}

.item__box-img-100 {
  width: 100%;
  height: 100px;
}

.item__box-img-100 img {
  max-height: 100px;
}

.item__box-img img {
  max-width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 798px) {
  .item__box-img-m-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-m-500 img {
    max-height: 500px;
  }
  .item__box-img-m-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-m-450 img {
    max-height: 450px;
  }
  .item__box-img-m-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-m-400 img {
    max-height: 400px;
  }
  .item__box-img-m-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-m-350 img {
    max-height: 350px;
  }
  .item__box-img-m-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-m-300 img {
    max-height: 300px;
  }
  .item__box-img-m-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-m-250 img {
    max-height: 250px;
  }
  .item__box-img-m-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-m-200 img {
    max-height: 200px;
  }
  .item__box-img-m-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-m-150 img {
    max-height: 150px;
  }
  .item__box-img-m-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-m-100 img {
    max-height: 100px;
  }
  .item__box-img-m img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .item__box-img-ms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-ms-500 img {
    max-height: 500px;
  }
  .item__box-img-ms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-ms-450 img {
    max-height: 450px;
  }
  .item__box-img-ms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-ms-400 img {
    max-height: 400px;
  }
  .item__box-img-ms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-ms-350 img {
    max-height: 350px;
  }
  .item__box-img-ms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-ms-300 img {
    max-height: 300px;
  }
  .item__box-img-ms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-ms-250 img {
    max-height: 250px;
  }
  .item__box-img-ms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-ms-200 img {
    max-height: 200px;
  }
  .item__box-img-ms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-ms-150 img {
    max-height: 150px;
  }
  .item__box-img-ms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-ms-100 img {
    max-height: 100px;
  }
  .item__box-img-ms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .item__box-img-xms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-xms-500 img {
    max-height: 500px;
  }
  .item__box-img-xms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-xms-450 img {
    max-height: 450px;
  }
  .item__box-img-xms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-xms-400 img {
    max-height: 400px;
  }
  .item__box-img-xms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-xms-350 img {
    max-height: 350px;
  }
  .item__box-img-xms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-xms-300 img {
    max-height: 300px;
  }
  .item__box-img-xms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-xms-250 img {
    max-height: 250px;
  }
  .item__box-img-xms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-xms-200 img {
    max-height: 200px;
  }
  .item__box-img-xms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-xms-150 img {
    max-height: 150px;
  }
  .item__box-img-xms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-xms-100 img {
    max-height: 100px;
  }
  .item__box-img-xms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

.item__box--03 {
  background: linear-gradient(20deg, #160933 0%, #3f1f7a 50%, #160933 100%);
  border: 3px #131047 solid;
  height: 100%;
}

.item__box--03 > .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#08071d), color-stop(20%, #131047), color-stop(80%, #131047), to(#08071d));
  background: linear-gradient(to right, #08071d 0%, #131047 20%, #131047 80%, #08071d 100%);
  color: #fff;
}

.item__box--03 > .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box--03 > .item__box-get {
  padding: 8px;
}

.item__box--03 > .item__box-get p {
  padding: 8px 0;
  color: #ff0;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 0;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #050273;
  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 #3d5429;
}

.table {
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  margin: 20px 0;
  font-size: 1em;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: initial;
  border-radius: 5px;
  color: #000000;
  border: 3px solid #3d5429;
}

.table tr {
  background: #fff;
}

.table tr th {
  text-align: center;
  font-size: 1.025em;
  font-weight: bold;
  padding: 5px;
  position: relative;
  line-height: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(#29391c), to(#3d5429));
  background: linear-gradient(to top, #29391c 0%, #3d5429 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  -webkit-filter: hue-rotate(245deg);
}

.table tr td {
  text-align: center;
  line-height: 24px;
  padding: 5px;
}

.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;
  margin-left: 0;
}

.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="style_red"] {
  background-color: #ffebf0;
}

.table tr td[data-tdstyle="style_gold"] {
  background-color: #fff373;
}

.table tr td[data-tdstyle="style_silver"] {
  background-color: #d0d0d0;
}

.table tr td[data-tdstyle="style_copper"] {
  background-color: #c06e36;
  color: #fff;
}

.table tr td a {
  color: #003cff;
  text-decoration: underline;
}

.table tr td a:hover {
  color: #b700ff;
}

.table tr td i {
  font-size: 1.6em;
  color: #2b3c1d;
}

/*========= 區塊垂直居中 ==========*/
.centercenter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  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;
  list-style-type: none;
}

ul.tabBtn li a {
  display: block;
  position: relative;
  padding: 8px 16px;
  margin: 10px 10px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #66b5ff;
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: #006acc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#339dff), color-stop(20%, #339dff), color-stop(40%, #006acc), color-stop(60%, #006acc), color-stop(80%, #339dff), to(#339dff));
  background-image: linear-gradient(to bottom, #339dff 0%, #339dff 20%, #006acc 40%, #006acc 60%, #339dff 80%, #339dff 100%);
  -webkit-box-shadow: 0px 3px 3px #00284d;
          box-shadow: 0px 3px 3px #00284d;
  color: #fff;
}

ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #5551cd;
  background-image: #3632af;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#22206f), color-stop(20%, #22206f), color-stop(40%, #3632af), color-stop(60%, #3632af), color-stop(80%, #22206f), to(#22206f));
  background-image: linear-gradient(to bottom, #22206f 0%, #22206f 20%, #3632af 40%, #3632af 60%, #22206f 80%, #22206f 100%);
  -webkit-box-shadow: 0px 2px #1a1854, inset 0 2px 2px 2px #2c298f, inset 0 -10px 10px 0px #3b37bf;
          box-shadow: 0px 2px #1a1854, inset 0 2px 2px 2px #2c298f, inset 0 -10px 10px 0px #3b37bf;
  color: #fff;
}

.tabMain {
  display: none;
  padding: 20px;
}

.tabMain.active {
  display: block;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .title {
  padding: 0;
}

.box-compose .title div {
  background: #050273;
  padding: 5px;
  text-align: center;
}

.box-compose .title div.symbol {
  background: transparent;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 2px auto;
  padding: 0;
}

.box-compose .box-composeMain div.symbol {
  background: transparent;
}

.box-compose .box-composeMain:nth-child(even) {
  color: #fff;
}

.box-compose .box-composeMain:nth-child(even) > div {
  background: #a00050;
}

.box-compose .box-composeMain:nth-child(even) .fa {
  color: #b90003;
}

.box-compose .box-composeMain:nth-child(odd) {
  color: #fff;
}

.box-compose .box-composeMain:nth-child(odd) > div {
  background: #7c1e00;
}

.box-compose .box-composeMain:nth-child(odd) .fa {
  color: #b90003;
}

.box-compose .box-composeMain .composeMain-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;
}

.box-compose .box-composeMain .composeMain-group .symbol {
  display: inline-block;
  max-width: 25%;
  color: #fff;
}

.box-compose .box-composeMain div.symbol {
  background: transparent;
  color: #fff;
  font-size: 2em;
}

@media only screen and (max-width: 798px) {
  .box-compose .box-composeMain div.symbol {
    font-size: 1.25em;
  }
}

.box-compose .box-composeMain a {
  color: #ff00f8;
}

.box-compose .box-composeMain a:hover {
  color: #31d1f3;
}

.box-compose .box-composeMain div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.box-compose .box-composeMain div p {
  padding: 5px;
  margin: 0px;
}

.box-compose .box-composeMain div p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box-compose .box-composeMain div p i {
  font-size: 1.6em;
}

@-webkit-keyframes light {
  0%,
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.35) drop-shadow(0 0 16px rgba(255, 146, 146, 0.75));
            filter: brightness(1.35) drop-shadow(0 0 16px rgba(255, 146, 146, 0.75));
  }
}

@keyframes light {
  0%,
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.35) drop-shadow(0 0 16px rgba(255, 146, 146, 0.75));
            filter: brightness(1.35) drop-shadow(0 0 16px rgba(255, 146, 146, 0.75));
  }
}

@-webkit-keyframes swing2 {
  2.5% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  5% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  7.5% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  10% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  12.5%,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing2 {
  2.5% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  5% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  7.5% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  10% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  12.5%,
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@-webkit-keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fade1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.swing {
  -webkit-animation: swing 2s infinite;
          animation: swing 2s infinite;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  33% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  66% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  33% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  66% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
}

/* 上下飄動 */
.sloganAnimation {
  -webkit-animation: delay 0.5s, toTop 0.5s 0.5s linear, flash 2s 1.5s linear infinite, pulse 4s 1.5s linear infinite;
          animation: delay 0.5s, toTop 0.5s 0.5s linear, flash 2s 1.5s linear infinite, pulse 4s 1.5s linear infinite;
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  27% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  72% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  27% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  72% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes flash {
  10% {
    opacity: 1;
  }
  50% {
    opacity: .6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  10% {
    opacity: 1;
  }
  50% {
    opacity: .6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.toLeft {
  -webkit-animation-name: toLeft;
          animation-name: toLeft;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toLeft {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toLeft {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.toRight {
  -webkit-animation-name: toRight;
          animation-name: toRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toRight {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toRight {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
