@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
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: #ff004c;
}

.gotoheader a:hover {
  color: #ca4dff;
}

body {
  background-color: #FEF1EB;
}

.wrapper {
  background-image: url(/Action/79_TMD/20211216KU/images/indexBg.jpg?v=20211214);
  background-color: #FEF1EB;
  background-position: top center, top center;
  background-repeat: no-repeat,repeat-y;
  color: black;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 783px;
  position: relative;
}

.header .card1 {
  width: 287px;
  height: 287px;
  position: absolute;
  top: 145px;
  left: 390px;
  background: url(/Action/79_TMD/20211216KU/images/role1.png?v=20211214);
  -webkit-animation: bounceIn 0.5s, float 3.5s 1s infinite linear, light 3.5s 1s infinite;
          animation: bounceIn 0.5s, float 3.5s 1s infinite linear, light 3.5s 1s infinite;
}

.header .card2 {
  width: 248px;
  height: 248px;
  position: absolute;
  top: 195px;
  left: 680px;
  background: url(/Action/79_TMD/20211216KU/images/role2.png?v=20211214);
  -webkit-animation: bounceIn 0.5s, float 4s 1.3s infinite linear, light 4s 1s infinite;
          animation: bounceIn 0.5s, float 4s 1.3s infinite linear, light 4s 1s infinite;
}

.header .slogan {
  width: 748px;
  height: 117px;
  position: absolute;
  top: 28px;
  left: 273px;
  background: url(/Action/79_TMD/20211216KU/images/slogan01.png?v=20211214);
}

.header .slogan02 {
  width: 937px;
  height: 195px;
  position: absolute;
  top: 577px;
  left: 162px;
  background: url(/Action/79_TMD/20211216KU/images/slogan02.png?v=20211214);
}

.header .logo, .header .logo a {
  width: 187px;
  height: 130px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 593px;
  left: 1087px;
  z-index: 9;
  background-image: url(../../images/logo.png);
  -webkit-animation: fadeInUp .5s;
          animation: fadeInUp .5s;
}

@-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);
  }
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
}

@-webkit-keyframes light {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 0 #fff89d);
            filter: drop-shadow(0 0 0 #fff89d);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 10px #fff89d);
            filter: drop-shadow(0 0 10px #fff89d);
  }
}

@keyframes light {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 0 #fff89d);
            filter: drop-shadow(0 0 0 #fff89d);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 10px #fff89d);
            filter: drop-shadow(0 0 10px #fff89d);
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 1276.5px;
  position: relative;
  margin: 0 auto;
}

.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: 319.125px;
  height: 135px;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -319.125px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -638.25px !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -957.375px !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -1276.5px !important;
}

.nav .navBtn ul li.navBtn6 a {
  background-position-x: -1595.625px !important;
}

.nav .navBtn ul li.navBtn7 a {
  background-position-x: -1914.75px !important;
}

.nav .navBtn ul li.navBtn8 a {
  background-position-x: -2233.875px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(/Action/79_TMD/20211216KU/images/navBtn_action.png?v=20211214);
}

.nav .navBtn ul li a {
  width: 319.125px;
  height: 135px;
  display: block;
  background-image: url(/Action/79_TMD/20211216KU/images/navBtn.png?v=20211214);
}

.nav .navBtn ul li.notopen a {
  background-image: url(/Action/79_TMD/20211216KU/images/navBtn.png?v=20211214);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.nav .navBtn ul li.notopen a:hover {
  background-image: url(/Action/79_TMD/20211216KU/images/navBtn.png?v=20211214);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  width: 1200px;
  margin: 16px auto;
  padding: 30px 16px;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 16px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 744px;
  width: 75%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #A7001A;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  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/20211216KU/images/icon.png");
  background-size: 100%;
  width: 38px;
  height: 32px;
  display: inline-block;
  margin: 0 5px;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #ff004c;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 0, 76, 0)), color-stop(20%, #ff004c), color-stop(40%, #ff004c), color-stop(60%, #ff004c), color-stop(80%, #ff004c), to(rgba(255, 0, 76, 0)));
  background-image: linear-gradient(to left, rgba(255, 0, 76, 0) 0%, #ff004c 20%, #ff004c 40%, #ff004c 60%, #ff004c 80%, rgba(255, 0, 76, 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: #008cff;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #ff7b00;
}

.content p {
  margin-left: 2rem;
}

.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) "： ";
}

.page_notice {
  width: 14.41667%;
  height: 0;
  padding-bottom: 17.25%;
  position: absolute;
  margin-top: 4%;
  top: 0;
  right: 1.33333%;
  background: url(/Action/79_TMD/20211216KU/images/btn_notice.png);
  background-size: 100%;
  text-indent: -9999px;
  z-index: 1;
}

.page_notice a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 119.65318%;
}

.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 #e1b470;
  background: #E1B470;
  color: #A36D1E;
}

.content__btn div a {
  width: initial;
  display: block;
  color: #E1B470;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #E1B470;
  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 #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: -webkit-gradient(linear, left bottom, left top, from(#ffd2d3), to(#fff0f1));
  background: linear-gradient(to top, #ffd2d3, #fff0f1);
  border-radius: 10px 10px 0 0;
  border: 3px solid #ff283a;
  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 bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(#f40014), color-stop(20%, #ff283a), color-stop(80%, #ff283a), to(#f40014));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #f40014 0%, #ff283a 20%, #ff283a 80%, #f40014 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-title p {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.item__box .item__box-get {
  padding: 8px;
  text-align: center;
  color: #ff9100;
  font-weight: bold;
}

.item__box .item__box-get .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-text {
  padding: 15px;
  text-align: left;
}

.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--bg {
  border: 3px solid #ff283a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.75)), to(rgba(193, 0, 16, 0.75)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 20%, rgba(193, 0, 16, 0.75));
  border-radius: 10px 10px 0 0;
}

.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);
  background: -webkit-gradient(linear, left top, right top, from(#ffc2d4), color-stop(20%, #ffb3c9), color-stop(80%, #ffb3c9), to(#ffc2d4));
  background: linear-gradient(to right, #ffc2d4 0%, #ffb3c9 20%, #ffb3c9 80%, #ffc2d4 100%);
  color: #66001e;
}

.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(#ff4d81), to(rgba(255, 77, 129, 0.5)));
  background: linear-gradient(to top, #ff4d81 0%, rgba(255, 77, 129, 0.5) 100%);
}

.item__box--02 .item__box-title p {
  margin-left: 0;
  font-weight: 0;
  color: #ffd04f;
}

.item__box--02 .item__box-get {
  color: #c90345;
}

.item__box--bg03 {
  border: 3px solid #ffd689;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(199, 79, 0, 0.65)), to(rgba(148, 59, 0, 0.65)));
  background: linear-gradient(to top, rgba(199, 79, 0, 0.65), rgba(148, 59, 0, 0.65));
  border-radius: 10px 10px 0 0;
}

.item__box--03 {
  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);
  background: -webkit-gradient(linear, left top, right top, from(#ffd17a), color-stop(20%, #ffd689), color-stop(80%, #ffd689), to(#ffd17a));
  background: linear-gradient(to right, #ffd17a 0%, #ffd689 20%, #ffd689 80%, #ffd17a 100%);
  color: #664300;
}

.item__box--03 .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  height: calc(100% - 100px);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffb323), to(rgba(255, 179, 35, 0.5)));
  background: linear-gradient(to top, #ffb323 0%, rgba(255, 179, 35, 0.5) 100%);
}

.item__box--03 .item__box-title p {
  margin-left: 0;
  font-weight: 0;
  color: #ffd04f;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #ff004c;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

.symbol {
  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;
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .symbol.RWD-rotate {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    padding: 16px;
  }
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #ffb6c2;
}

.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 #ffb6c2;
  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(#ff153d), to(#ff3e5f));
  background: linear-gradient(to top, #ff153d 0%, #ff3e5f 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;
}

.card {
  padding: 30px;
  margin: 16px 0;
}

.card-notice {
  color: white;
  line-height: 1.5em;
  border-radius: 15px;
  background-color: #fff27e;
  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(255, 237, 71,0.25)'/%3E%3C/svg%3E"), -webkit-gradient(linear, left bottom, left top, from(#ffda61), to(#ff2a58));
  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(255, 237, 71,0.25)'/%3E%3C/svg%3E"), linear-gradient(to top, #ffda61 0%, #ff2a58 100%);
}

.card-notice h3 {
  text-align: center;
  color: #ffd000;
  margin-left: 0;
}

.card-notice ul li a {
  color: #5be6ff;
  text-decoration: underline;
}

.card-notice ul li a:hover {
  color: #ffb158;
}

.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;
}

/*================= tableNote =================*/
.DESClabel {
  position: relative;
}

.comment {
  width: auto;
  position: absolute;
  top: -1.2em;
  left: calc(80% + 8px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85rem;
  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;
  z-index: 1;
}

.comment:before {
  content: '\f075';
  font-family: "FontAwesome";
  font-size: 3.5em;
  position: absolute;
  display: inline-block;
  color: #d31818;
}

.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -5%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}

.comment-blue {
  left: calc(80% + 16px);
}

.comment-blue:before {
  color: #4372d6;
}

.comment01::before {
  font-size: 6em;
}

.comment01::after {
  font-size: 1em;
  line-height: 1.125em;
}

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 #f7f5ef;
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7e1cc), color-stop(20%, #ded7bb), color-stop(30%, #d6cdaa), color-stop(70%, #d6cdaa), color-stop(80%, #ded7bb), to(#e7e1cc));
  background: linear-gradient(to top, #e7e1cc 0%, #ded7bb 20%, #d6cdaa 30%, #d6cdaa 70%, #ded7bb 80%, #e7e1cc 100%);
  -webkit-box-shadow: 0px 3px 3px #8b7c43;
          box-shadow: 0px 3px 3px #8b7c43;
  color: #453e21;
}

ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #ffed9b;
  background-image: #ffe15e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd30c), color-stop(20%, #ffd30c), color-stop(40%, #ffe15e), color-stop(60%, #ffe15e), color-stop(80%, #ffd30c), to(#ffd30c));
  background-image: linear-gradient(to bottom, #ffd30c 0%, #ffd30c 20%, #ffe15e 40%, #ffe15e 60%, #ffd30c 80%, #ffd30c 100%);
  -webkit-box-shadow: 0px 2px #e8bd00, inset 0 2px 2px 2px #ffda35, inset 0 -10px 10px 0px #ffe572;
          box-shadow: 0px 2px #e8bd00, inset 0 2px 2px 2px #ffda35, inset 0 -10px 10px 0px #ffe572;
  color: #665300;
}

.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;
}

.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 {
  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;
}

.box-compose .box-composeMain .box-composeMain-block p {
  width: 100%;
  margin-left: 0;
}

.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(odd) {
  background: #ffabaf;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #ffdfe1;
}

.box-compose .symbol {
  height: 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;
  color: rgba(0, 0, 0, 0.35);
  background: transparent !important;
}

.box-compose .symbol i {
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}
