@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-primary {
  color: #0d56a1;
}

.f-danger {
  color: #b32202;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

.img-group {
  width: 80%;
  margin: 0 auto;
  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;
}

.img-group img {
  display: inline-block;
  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: #fffb00;
}

.gotoheader a:hover {
  color: #4d7fff;
}

body {
  background-color: #1b0126;
}

.wrapper {
  background-image: url(/Action/79_TMD/20220412KJ/images/indexbg.jpg?v=20220214);
  background-color: #1b0126;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

@-webkit-keyframes confetti-slow {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    -webkit-transform: translate3d(100px, 120vh, 0) rotateX(360deg) rotateY(120deg);
            transform: translate3d(100px, 120vh, 0) rotateX(360deg) rotateY(120deg);
  }
}

@keyframes confetti-slow {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    -webkit-transform: translate3d(100px, 120vh, 0) rotateX(360deg) rotateY(120deg);
            transform: translate3d(100px, 120vh, 0) rotateX(360deg) rotateY(120deg);
  }
}

@-webkit-keyframes confetti-medium {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    -webkit-transform: translate3d(100px, 120vh, 0) rotateX(100deg) rotateY(360deg);
            transform: translate3d(100px, 120vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@keyframes confetti-medium {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    -webkit-transform: translate3d(100px, 120vh, 0) rotateX(100deg) rotateY(360deg);
            transform: translate3d(100px, 120vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@-webkit-keyframes confetti-fast {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    -webkit-transform: translate3d(-50px, 120vh, 0) rotateX(10deg) rotateY(250deg);
            transform: translate3d(-50px, 120vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

@keyframes confetti-fast {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
            transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    -webkit-transform: translate3d(-50px, 120vh, 0) rotateX(10deg) rotateY(250deg);
            transform: translate3d(-50px, 120vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

.js-container {
  width: 100vw;
  height: calc(100% - 45px);
  position: fixed;
  top: 29px;
  left: 0;
  pointer-events: none;
}

.confetti-container {
  -webkit-perspective: 700px;
          perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}

.confetti--animation-slow {
  -webkit-animation: confetti-slow 7s linear 1 forwards;
          animation: confetti-slow 7s linear 1 forwards;
}

.confetti--animation-medium {
  -webkit-animation: confetti-medium 6s linear 1 forwards;
          animation: confetti-medium 6s linear 1 forwards;
  -webkit-filter: blur(1px) brightness(1.35) opacity(0.75);
          filter: blur(1px) brightness(1.35) opacity(0.75);
}

.confetti--animation-fast {
  -webkit-animation: confetti-fast 5s linear 1 forwards;
          animation: confetti-fast 5s linear 1 forwards;
  -webkit-filter: blur(2px) brightness(1.5) opacity(0.5);
          filter: blur(2px) brightness(1.5) opacity(0.5);
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 620px;
  position: relative;
}

.header .slogan {
  width: 621px;
  height: 196px;
  position: absolute;
  top: 477px;
  left: 329px;
  background: url(/Action/79_TMD/20220412KJ/images/slogan01.png?v=20220214);
  -webkit-animation: backInDown 1s, pulse 2s 1s infinite;
          animation: backInDown 1s, pulse 2s 1s infinite;
  background-repeat: no-repeat;
}

.header .slogan2_1 {
  width: 269px;
  height: 268px;
  position: absolute;
  top: 348px;
  left: 102px;
  background: url(/Action/79_TMD/20220412KJ/images/card2.png?v=20220214);
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.header .slogan2_2 {
  width: 269px;
  height: 268px;
  position: absolute;
  top: 348px;
  left: 363px;
  background: url(/Action/79_TMD/20220412KJ/images/card1.png?v=20220214);
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.header .logo, .header .logo a {
  width: 168px;
  height: 107px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 31px;
  left: 788px;
  z-index: 999;
  background: url(/Action/79_TMD/20220412KJ/images/logo.png?v=20220214);
  background-size: 100%;
}

.header .logo a {
  display: block;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 940px;
  position: relative;
  margin: 0 auto;
}

.nav .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 308.33333px;
  height: 124px;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -308.33333px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -616.66667px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(/Action/79_TMD/20220412KJ/images/btn_action.png?v=20220214);
}

.nav .navBtn ul li a {
  width: 308.33333px;
  height: 108px;
  display: block;
  background-image: url(/Action/79_TMD/20220412KJ/images/btn.png?v=20220214);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  /*超商連結*/
}

.content .container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 21px 0 16px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #FD0CB3;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.4em;
  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.2em;
  }
}

.content h4:before {
  content: '';
  background-image: url("/Action/79_TMD/20220412KJ/images/icon.png");
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin: 0 5px;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #b700ff;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(183, 0, 255, 0)), color-stop(20%, #b700ff), color-stop(40%, #b700ff), color-stop(60%, #b700ff), color-stop(80%, #b700ff), to(rgba(183, 0, 255, 0)));
  background-image: linear-gradient(to left, rgba(183, 0, 255, 0) 0%, #b700ff 20%, #b700ff 40%, #b700ff 60%, #b700ff 80%, rgba(183, 0, 255, 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: #be0000;
  border-radius: 10px;
  color: #fff;
  margin-right: 8px;
}

.content p a, .content ol a, .content ul a {
  color: #06FF00;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #c786b3;
}

.content p {
  margin-left: 2rem;
  font-size: 1.2em;
}

.content ol li, .content ul li {
  font-size: 1.2em;
}

.content ol.list-exampleNum, .content ul.list-exampleNum {
  margin-left: 4.6em;
}

.content ol.list-exampleNum > li, .content ul.list-exampleNum > li {
  text-indent: -3.8em !important;
}

.content ol.list-exampleNum > li:before, .content ul.list-exampleNum > li:before {
  content: "範例" counter(step-counter) "： ";
}

.content .shopBtn {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .shopBtn li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  display: block;
  width: 33%;
  margin: 0px;
}

.content .shopBtn li img {
  max-width: 100%;
}

.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;
}

.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: 3px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: initial;
  border-radius: 30px;
  border: 1px solid #f7e5a3;
  background-image: #F7E5A3;
  background-image: -webkit-gradient(linear, right top, left top, from(#fa9507), color-stop(20%, #e6bc63), color-stop(40%, #F7E5A3), color-stop(60%, #F7E5A3), color-stop(80%, #e6bc63), to(#fa9507));
  background-image: linear-gradient(to left, #fa9507 0%, #e6bc63 20%, #F7E5A3 40%, #F7E5A3 60%, #e6bc63 80%, #fa9507 100%);
  color: #2f2604;
}

.content__btn div a {
  width: initial;
  display: block;
  background-image: #dfdfdf;
  background-image: -webkit-gradient(linear, right top, left top, from(#acacac), color-stop(20%, #b8b8b8), color-stop(40%, #dfdfdf), color-stop(60%, #dfdfdf), color-stop(80%, #b8b8b8), to(#acacac));
  background-image: linear-gradient(to left, #acacac 0%, #b8b8b8 20%, #dfdfdf 40%, #dfdfdf 60%, #b8b8b8 80%, #acacac 100%);
  color: #303030;
  padding: 12px 8px;
  border-radius: 30px;
  border: 1px solid #f1f1f1;
  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;
}

.DESClabel {
  position: relative;
}

.DESClabel .text {
  width: 30%;
  margin: 0 auto;
  position: relative;
}

.DESClabel .text img {
  position: absolute;
  width: 50px;
  left: -40px;
  top: -1.8em;
  -webkit-animation: rotateInDownRight 1s infinite;
          animation: rotateInDownRight 1s infinite;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
            transform: rotate3d(0, 0, 1, 10deg);
  }
  50% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
            transform: rotate3d(0, 0, 1, 10deg);
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
            transform: rotate3d(0, 0, 1, 10deg);
  }
  50% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
            transform: rotate3d(0, 0, 1, 10deg);
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

.btnBox {
  width: 90%;
  margin: 10px auto 20px auto;
  position: relative;
  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;
}

.btnBox a {
  display: block;
  position: relative;
  width: 200px;
  padding: 10px 0;
  margin: 5px 10px;
  border: 1px solid #ffe6a1;
  border-radius: 75px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-image: #ffd86e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc831), color-stop(20%, #ffc831), color-stop(40%, #ffd86e), color-stop(60%, #ffd86e), color-stop(80%, #ffc831), to(#ffc831));
  background-image: linear-gradient(to bottom, #ffc831 0%, #ffc831 20%, #ffd86e 40%, #ffd86e 60%, #ffc831 80%, #ffc831 100%);
  -webkit-box-shadow: 0px 3px 3px #d49b00;
          box-shadow: 0px 3px 3px #d49b00;
  color: #664b00;
}

.btnBox a:hover {
  top: 2px;
  border: 1px solid #fff0ac;
  background-image: #ffe679;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdb3c), color-stop(20%, #ffdb3c), color-stop(40%, #ffe679), color-stop(60%, #ffe679), color-stop(80%, #ffdb3c), to(#ffdb3c));
  background-image: linear-gradient(to bottom, #ffdb3c 0%, #ffdb3c 20%, #ffe679 40%, #ffe679 60%, #ffdb3c 80%, #ffdb3c 100%);
  -webkit-box-shadow: 0px 2px 2px #dfb500, inset 0 1px 1px 1px #ffeea2, inset 0 -8px 8px 0px #fff5cb;
          box-shadow: 0px 2px 2px #dfb500, inset 0 1px 1px 1px #ffeea2, inset 0 -8px 8px 0px #fff5cb;
  top: 2px;
  color: #665300;
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border: 3px solid #A5508B;
  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: 1.2em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(#833f6e), color-stop(20%, #A5508B), color-stop(80%, #A5508B), to(#833f6e));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #833f6e 0%, #A5508B 20%, #A5508B 80%, #833f6e 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: #5f2e4f;
  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 {
  padding: 15px;
  text-align: left;
}

.item__box--02 {
  border: 0px transparent solid;
  height: 100%;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#833f6e), color-stop(20%, #A5508B), color-stop(80%, #A5508B), to(#833f6e));
  background: linear-gradient(to right, #833f6e 0%, #A5508B 20%, #A5508B 80%, #833f6e 100%);
  color: #fff;
}

.item__box--02 .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#602f51), to(rgba(96, 47, 81, 0.5)));
  background: linear-gradient(to top, #602f51 0%, rgba(96, 47, 81, 0.5) 100%);
}

.item__box--02 .item__box-title p {
  margin-left: 0;
  font-weight: 0;
  color: #ffd04f;
}

.item__box--02 .item__box-title a {
  color: #00ffdd;
}

.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;
}

.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-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #b700ff;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

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;
}

ul.tabBtn li {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px 10px;
  border-radius: 20px;
  border: 1px solid #97497f;
  color: #97497f;
  font-weight: bold;
  font-size: 1.2em;
}

@media only screen and (max-width: 560px) {
  ul.tabBtn li {
    font-size: 0.8em;
  }
}

ul.tabBtn li a {
  color: #97497f;
  text-decoration: none;
  font-size: 1.2em;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #97497f;
  background-color: #97497f;
  border: 1px solid #97497f;
}

ul.tabBtn li:hover a, ul.tabBtn li.active a {
  color: #fff;
}

.tabMain {
  display: none;
  text-align: center;
  padding: 0;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #A5508B;
}

.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: #202c0d;
  border: 3px solid #A5508B;
}

.table tr {
  background: #fff;
}

.table tr th {
  text-align: center;
  font-size: 1.025em;
  font-weight: bold;
  padding: 5px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#8a4374), to(#A5508B));
  background: linear-gradient(to top, #8a4374 0%, #A5508B 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.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: 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-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="style01"] {
  background-color: #f6f6f6;
}

.card {
  padding: 30px;
  margin: 16px 0;
}

.card-notice {
  color: white;
  line-height: 1.5em;
  border-radius: 15px;
  background-color: #956fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='46' height='46' fill-opacity='0.6' fill='rgba(115, 53, 151,0.35)'/%3E%3C/svg%3E"), -webkit-gradient(linear, left bottom, left top, from(#733597), to(#9e5894));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='46' height='46' fill-opacity='0.6' fill='rgba(115, 53, 151,0.35)'/%3E%3C/svg%3E"), linear-gradient(to top, #733597 0%, #9e5894 100%);
}

.card-notice h3 {
  text-align: center;
  color: #ffd000;
  margin-left: 0;
}

.card-notice ul li a {
  color: #ffb158;
  text-decoration: underline;
}

.card-notice ul li a:hover {
  color: #eca6ff;
}

.card-noticeB {
  border-radius: 10px;
  border: 3px solid #FDBA88;
  border-radius: 15px;
}

.card-noticeB .col {
  padding-left: initial;
  padding-right: initial;
}

.card-noticeB p {
  color: #A860BB;
  text-align: left;
  line-height: 1.5em;
  margin-left: 0;
}

.giftLabel {
  background: url(../../images/label.svg);
  width: 5em;
  height: 5em;
  position: absolute;
  top: -.8em;
  right: 1em;
  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: 1.125em;
  white-space: pre;
  line-height: 1.025em;
  position: absolute;
  top: .8em;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.box-compose .col {
  margin-bottom: 0;
}

@media only screen and (max-width: 798px) {
  .box-compose .title {
    display: none;
  }
}

.box-compose .title p {
  background: #a2002a;
  padding: 5px;
  text-align: center;
  margin-left: 0;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}

.box-compose .box-composeMain-block {
  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: 10px;
  padding: 5px;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  color: #440000;
}

.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box-compose .box-composeMain .box-composeMain-block {
  background: rgba(255, 255, 255, 0.5);
}

.box-compose .box-composeMain .box-composeMain-block p {
  margin-left: 0;
}

.box-compose .box-composeMain:nth-child(even) {
  background: -webkit-gradient(linear, left top, left bottom, from(#7804FE), to(#FF62F2));
  background: linear-gradient(to bottom, #7804FE 0%, #FF62F2 100%);
}

.box-compose .box-composeMain:nth-child(odd) {
  background: -webkit-gradient(linear, left bottom, left top, from(#7804FE), to(#FF62F2));
  background: linear-gradient(to top, #7804FE 0%, #FF62F2 100%);
}

.box-compose .symbol {
  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;
  color: rgba(255, 255, 255, 0.75);
  background: transparent !important;
  height: 100%;
}

@media only screen and (max-width: 798px) {
  .box-compose .symbol {
    padding: 16px 0;
  }
}

.box-compose .symbol i {
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 798px) {
  .box-compose .symbol i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
