@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: #00b418;
}

.gotoheader a:hover {
  color: #ddff02;
}

body {
  background-image: url(/action/79_TMD/20220617KSJ/images/indexContent.jpg?v=20220617);
  background-position: top center;
  background-repeat: repeat-y;
  background-color: #000000;
}

.wrapper {
  background-image: url(/action/79_TMD/20220617KSJ/images/indexBg.jpg?v=20220617);
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.2em;
  line-height: 28px;
  -webkit-animation: back 3s linear infinite;
          animation: back 3s linear infinite;
}

@-webkit-keyframes back {
  0%, 100% {
    background-image: url(/action/79_TMD/20220617KSJ/images/indexBg1.jpg?v=20220617);
  }
  50% {
    background-image: url(/action/79_TMD/20220617KSJ/images/indexBg.jpg?v=20220617);
  }
  75% {
    background-image: url(/action/79_TMD/20220617KSJ/images/indexBg1.jpg?v=20220617);
  }
}

@keyframes back {
  0%, 100% {
    background-image: url(/action/79_TMD/20220617KSJ/images/indexBg1.jpg?v=20220617);
  }
  50% {
    background-image: url(/action/79_TMD/20220617KSJ/images/indexBg.jpg?v=20220617);
  }
  75% {
    background-image: url(/action/79_TMD/20220617KSJ/images/indexBg1.jpg?v=20220617);
  }
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 573px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 194px;
  height: 130px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 14px;
  left: 17px;
  background: url(/action/79_TMD/20220617KSJ/images/logo.png?v=20220617) no-repeat;
  -webkit-animation: delay 0.5s, fadeIn 1s 0.5s;
          animation: delay 0.5s, fadeIn 1s 0.5s;
  z-index: 20;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 3;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 951.6px;
  position: relative;
  margin: 0 auto 1% auto;
  -webkit-animation: toTop 0.5s;
          animation: toTop 0.5s;
}

.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: 317.2px;
  height: 99px;
  margin-bottom: 10px;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -307.2px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -614.4px !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -921.6px !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -1228.8px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(/action/79_TMD/20220617KSJ/images/nav_action.png?v=20220617);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.nav .navBtn ul li a {
  width: 307.2px;
  height: 96px;
  display: block;
  background-image: url(/action/79_TMD/20220617KSJ/images/nav.png?v=20220617);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 3%;
}

.content .container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2% 3.5%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6) inset;
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6) inset;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 16px 0;
  width: 100%;
  -webkit-animation: delay 0.3s, toBottom 0.8s 0.3s;
          animation: delay 0.3s, toBottom 0.8s 0.3s;
}

.content h3 img {
  display: block;
  max-width: 318px;
  width: 60%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #FFB806;
  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/20220617KSJ/images/treasure.png?v=20220617");
  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: #00b418;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 180, 24, 0)), color-stop(20%, #00b418), color-stop(40%, #00b418), color-stop(60%, #00b418), color-stop(80%, #00b418), to(rgba(0, 180, 24, 0)));
  background-image: linear-gradient(to left, rgba(0, 180, 24, 0) 0%, #00b418 20%, #00b418 40%, #00b418 60%, #00b418 80%, rgba(0, 180, 24, 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: #fff000;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #00ff2a;
}

.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/20220617KSJ/images/btn_note.png?v=20220617");
  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 0.6s, toBottom 0.8s 0.6s;
          animation: delay 0.6s, toBottom 0.8s 0.6s;
}

.content__btn div {
  width: initial;
  position: relative;
  color: #fff;
  text-align: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #FEF3AD;
  padding: 0 1.5%;
}

.content__btn div:last-child {
  border-right: none;
}

.content__btn div a:hover, .content__btn div.action a {
  width: initial;
  border-radius: 10px;
  color: #824301;
  background: #E6B75F;
  background: -webkit-gradient(linear, left top, left bottom, from(#E6B75F), color-stop(60%, #FEF4AD), to(#E8BA65));
  background: linear-gradient(to bottom, #E6B75F 0%, #FEF4AD 60%, #E8BA65 100%);
}

.content__btn div a {
  width: initial;
  display: block;
  color: #C17D30;
  border: 1px solid #A97F5A;
  padding: 12px 8px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

.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: #fff;
  border: 1px solid #ce0000;
  -webkit-box-shadow: 0px 2px 5px #bb0000;
          box-shadow: 0px 2px 5px #bb0000;
  padding: 12px;
  border-radius: 35px;
  font-size: 1.1em;
  background: #cc0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#4e0000));
  background: linear-gradient(to bottom, #cc0000 0%, #4e0000 100%);
}

@media only screen and (max-width: 798px) {
  .btnBox a {
    width: 65%;
  }
}

.btnBox a:hover {
  color: #feffb4;
  border: 1px solid #ce0000;
  -webkit-box-shadow: 0px 2px 5px #bb0000;
          box-shadow: 0px 2px 5px #bb0000;
  background: #4e0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e0000), to(#cc0000));
  background: linear-gradient(to bottom, #4e0000 0%, #cc0000 100%);
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: transparent;
  border: 3px solid #005c0c;
  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(#002905), color-stop(20%, #005c0c), color-stop(80%, #005c0c), to(#002905));
  background: linear-gradient(to right, #002905 0%, #005c0c 20%, #005c0c 80%, #002905 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, #180b02 0%, #552e16 50%, #180b02 100%);
  border: 3px #311707 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(#040201), color-stop(20%, #311707), color-stop(80%, #311707), to(#040201));
  background: linear-gradient(to right, #040201 0%, #311707 20%, #311707 80%, #040201 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, #1a0101 0%, #200101 50%, #1a0101 100%);
  border: 3px #440000 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(#110000), color-stop(20%, #440000), color-stop(80%, #440000), to(#110000));
  background: linear-gradient(to right, #110000 0%, #440000 20%, #440000 80%, #110000 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: #00b418;
  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 #005c0c;
}

.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 #005c0c;
}

.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(#003307), to(#005c0c));
  background: linear-gradient(to top, #003307 0%, #005c0c 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 6px;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #ff9766;
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: #cc4100;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7433), color-stop(20%, #ff7433), color-stop(40%, #cc4100), color-stop(60%, #cc4100), color-stop(80%, #ff7433), to(#ff7433));
  background-image: linear-gradient(to bottom, #ff7433 0%, #ff7433 20%, #cc4100 40%, #cc4100 60%, #ff7433 80%, #ff7433 100%);
  -webkit-box-shadow: 0px 3px 3px #4d1800;
          box-shadow: 0px 3px 3px #4d1800;
  color: #fff;
}

ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #ff0707;
  background-image: #c90000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#770000), color-stop(20%, #770000), color-stop(40%, #c90000), color-stop(60%, #c90000), color-stop(80%, #770000), to(#770000));
  background-image: linear-gradient(to bottom, #770000 0%, #770000 20%, #c90000 40%, #c90000 60%, #770000 80%, #770000 100%);
  -webkit-box-shadow: 0px 2px #540000, inset 0 2px 2px 2px #a00000, inset 0 -10px 10px 0px #dd0000;
          box-shadow: 0px 2px #540000, inset 0 2px 2px 2px #a00000, inset 0 -10px 10px 0px #dd0000;
  color: #fff;
}

.tabMain {
  display: none;
  padding: 20px;
}

.tabMain.active {
  display: block;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .title {
  padding: 0;
}

.box-compose .title div {
  background: #00b418;
  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;
}

.col-arrow {
  width: 100%;
  height: 100%;
  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;
}

.col-arrow img {
  max-width: 100%;
}

.col-rwdpcdata {
  display: block;
}

@media only screen and (max-width: 798px) {
  .col-rwdpcdata {
    display: none;
  }
}

.col-rwdmobiledata {
  display: none;
}

@media only screen and (max-width: 798px) {
  .col-rwdmobiledata {
    display: block;
  }
}

.giftLabel {
  background: url(/action/79_TMD/20220617KSJ/images/label.svg?v=20220617) no-repeat;
  width: 4em;
  height: 4em;
  position: absolute;
  top: -0.9em;
  left: 0.2em;
  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;
}

.giftLabel:before {
  content: attr(data-content);
  display: inline-block;
  color: #fff;
  font-size: 0.95em;
  white-space: pre;
  line-height: 1em;
  position: absolute;
  top: 0.8em;
}

@-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;
  }
}
