@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;
}

.img-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-group img {
  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: #db0000;
}

.gotoheader a:hover {
  color: #ff29ff;
}

body {
  background-color: #6B298D;
}

.wrapper {
  background-image: url(/action/79_TMD/20220316MU/images/indexBg.jpg?v=20220304), url(/action/79_TMD/20220316MU/images/bg_repeat.png?v=20220304);
  background-color: #6B298D;
  background-position: center top, center top;
  background-repeat: no-repeat,repeat-y;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 597px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 185px;
  height: 122px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 472px;
  left: 546px;
  z-index: 9;
  background: url(/action/79_TMD/20220316MU/images/logo.png?v=20220304);
}

.header .slogan01 {
  width: 671px;
  height: 214px;
  position: absolute;
  top: 114px;
  left: 308px;
  background: url(/action/79_TMD/20220316MU/images/slogan01.png?v=20220304);
  -webkit-animation: zoomIn 0.5s, bounceIn 0.5s 0.6s, pulse 1s 1.5s infinite;
          animation: zoomIn 0.5s, bounceIn 0.5s 0.6s, pulse 1s 1.5s infinite;
}

.header .slogan02 {
  width: 629px;
  height: 90px;
  position: absolute;
  top: 384px;
  left: 328px;
  background: url(/action/79_TMD/20220316MU/images/slogan02.png?v=20220304);
  -webkit-animation: zoomIn 0.5s, bounceIn 0.5s 0.6s;
          animation: zoomIn 0.5s, bounceIn 0.5s 0.6s;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  width: 1000px;
  padding: 32px 24px;
  background: linear-gradient(to bottom, #A06ABA 0%, rgba(160, 106, 186, 0) 500px, rgba(160, 106, 186, 0) 100%);
  border-radius: 16px;
  z-index: 1;
}

.content .container::before {
  content: '';
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 500px, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 16px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 951px;
  width: 95%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 12px 0 3em 0;
  padding: 5px 0;
}

@media only screen and (max-width: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}

.content h4::before {
  content: attr(data-caption);
  background: #381576;
  border-radius: 30px;
  padding: .2em 1.5em;
  margin-left: 1.4em;
  position: absolute;
  top: 0.95em;
}

.content h4::after {
  content: '';
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  position: absolute;
  margin: 2.5px 3px;
  background-image: url("../../images/stars.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  margin-bottom: 16px;
  text-align: center;
  background-image: #db0000;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(219, 0, 0, 0)), color-stop(20%, #db0000), color-stop(40%, #db0000), color-stop(60%, #db0000), color-stop(80%, #db0000), to(rgba(219, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(219, 0, 0, 0) 0%, #db0000 20%, #db0000 40%, #db0000 60%, #db0000 80%, rgba(219, 0, 0, 0) 100%);
  line-height: 28px;
  color: #fff;
}

.content h6 {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 8px 0;
  text-align: center;
  color: #ff6ee7;
}

.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: #48eaff;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #ffda62;
}

.content p {
  margin-left: 2rem;
}

.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: 0 4px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: initial;
  border-radius: 30px;
  border: 1px solid #f47190;
  background: #F47190;
  color: #fff;
}

.content__btn div a {
  width: initial;
  display: block;
  background: #cfcedd;
  color: #65637a;
  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;
}

.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 #f8a0b5;
  border-radius: 75px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-image: #F47190;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f03864), color-stop(20%, #f03864), color-stop(40%, #F47190), color-stop(60%, #F47190), color-stop(80%, #f03864), to(#f03864));
  background-image: linear-gradient(to bottom, #f03864 0%, #f03864 20%, #F47190 40%, #F47190 60%, #f03864 80%, #f03864 100%);
  -webkit-box-shadow: 0px 3px 3px #cc0030;
          box-shadow: 0px 3px 3px #cc0030;
  color: #fff;
}

.btnBox a:hover {
  top: 2px;
  border: 1px solid #ffdfe7;
  background-image: #ffacc0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6f92), color-stop(20%, #ff6f92), color-stop(40%, #ffacc0), color-stop(60%, #ffacc0), color-stop(80%, #ff6f92), to(#ff6f92));
  background-image: linear-gradient(to bottom, #ff6f92 0%, #ff6f92 20%, #ffacc0 40%, #ffacc0 60%, #ff6f92 80%, #ff6f92 100%);
  -webkit-box-shadow: 0px 2px 2px #ff134c, inset 0 1px 1px 1px #ffd5df, inset 0 -8px 8px 0px #fffefe;
          box-shadow: 0px 2px 2px #ff134c, inset 0 1px 1px 1px #ffd5df, inset 0 -8px 8px 0px #fffefe;
  top: 2px;
  color: #660019;
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: linear-gradient(5deg, #b3832a 0%, #e7b250 35%, #e7b250 65%, #b3832a 100%);
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #ffb62e;
  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(#faa300), color-stop(20%, #ffb62e), color-stop(80%, #ffb62e), to(#faa300));
  background: linear-gradient(to right, #faa300 0%, #ffb62e 20%, #ffb62e 80%, #faa300 100%);
  color: #664200;
}

.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: #db0000;
  font-size: 1.125rem;
  font-weight: bold;
}

.item__box .item__box-get p {
  padding: 8px 0 0 0;
  color: #db0000;
  font-size: 1.125rem;
  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: rgba(168, 100, 0, 0.65);
  border: inherit;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.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(#ffa828), color-stop(20%, #ffbd5b), color-stop(80%, #ffbd5b), to(#ffa828));
  background: linear-gradient(to right, #ffa828 0%, #ffbd5b 20%, #ffbd5b 80%, #ffa828 100%);
  color: #663d00;
}

.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--03 {
  background: linear-gradient(20deg, #460604 0%, #6d120f 50%, #460604 100%);
  border: inherit;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.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(#a03426), color-stop(20%, #c94230), color-stop(80%, #c94230), to(#a03426));
  background: linear-gradient(to right, #a03426 0%, #c94230 20%, #c94230 80%, #a03426 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;
  color: #ff9100;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 0;
}

.item__box--03 .item__box-img {
  padding: 8px;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #db0000;
  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 #402449;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  margin: 8px 0;
  font-size: 1em;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #402449;
  table-layout: fixed;
}

.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(#a400d6), to(#c300ff));
  background: linear-gradient(to top, #a400d6 0%, #c300ff 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: 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="style01"] {
  background-color: #f6f6f6;
}

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 #a37e7e;
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: #4f3939;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8b6363), color-stop(20%, #8b6363), color-stop(40%, #4f3939), color-stop(60%, #4f3939), color-stop(80%, #8b6363), to(#8b6363));
  background-image: linear-gradient(to bottom, #8b6363 0%, #8b6363 20%, #4f3939 40%, #4f3939 60%, #8b6363 80%, #8b6363 100%);
  -webkit-box-shadow: 0px 3px 3px #050404;
          box-shadow: 0px 3px 3px #050404;
  color: #fff;
}

ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #ff9d9d;
  background-image: #ff6060;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0e0e), color-stop(20%, #ff0e0e), color-stop(40%, #ff6060), color-stop(60%, #ff6060), color-stop(80%, #ff0e0e), to(#ff0e0e));
  background-image: linear-gradient(to bottom, #ff0e0e 0%, #ff0e0e 20%, #ff6060 40%, #ff6060 60%, #ff0e0e 80%, #ff0e0e 100%);
  -webkit-box-shadow: 0px 2px #ea0000, inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px #ff7474;
          box-shadow: 0px 2px #ea0000, inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px #ff7474;
  color: #fff;
}

.tabMain {
  display: none;
  padding: 20px;
}

.tabMain.active {
  display: block;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.box-compose .col {
  margin-bottom: 0;
}

.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;
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.75));
}

.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;
  color: #440000;
}

@media only screen and (max-width: 400px) {
  .box-compose .box-composeMain-block {
    margin: 8px;
  }
}

.box-compose .box-composeMain-block p {
  margin-left: 0;
  width: 100%;
  text-align: center;
}

.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}

.box-compose .box-composeMain-block .itemBox .col {
  margin-bottom: 8px;
}

.box-compose .box-composeMain img {
  display: block;
  max-width: 100%;
}

.box-compose .box-composeMain:nth-child(even) {
  background: #ffc185;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #fff3c9;
}

.box-compose .box-composeMain:nth-child(even) div:first-child .box-composeMain-block {
  background: #ffc185;
}

.box-compose .box-composeMain:nth-child(odd) {
  background: linear-gradient(20deg, #8a0000 0%, #ff2c2c 50%, #8a0000 100%);
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: linear-gradient(20deg, #d3a031 0%, #ffe078 50%, #d3a031 100%);
}

.box-compose .box-composeMain:nth-child(odd) div:first-child .box-composeMain-block {
  background: linear-gradient(20deg, #d3a031 0%, #ffe078 50%, #d3a031 100%);
}

.box-compose .box-composeMain:nth-child(odd) p {
  color: #440000;
  font-size: 1rem;
  padding: 0;
}

.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, 230, 0, 0.75);
  background: transparent !important;
  padding: 8px 0;
}

.box-compose .symbol i {
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}
