@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: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif tbody, tfoot, thead, th, td;
  font-family-vertical-align: middle;
  font-family-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: #3f00a7;
}

.gotoheader a:hover {
  color: #0098f4;
}

body {
  background-color: #FFC776;
  font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg), url(../../images/indexBottom.jpg);
  background-color: #FFC776;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  color: #000;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 545px;
  position: relative;
}

.header .slogan01 {
  width: 686px;
  height: 307px;
  position: absolute;
  top: 49px;
  left: 328px;
  background: url(../../images/slogan01.png);
  -webkit-animation: bounceInUp .5s 0.3s;
          animation: bounceInUp .5s 0.3s;
}

.header .slogan02 {
  width: 860px;
  height: 173px;
  position: absolute;
  top: 357px;
  left: 224px;
  background: url(../../images/slogan02.png);
  -webkit-animation: bounceInUp .8s 0.3s, pulse 1s .5s infinite;
          animation: bounceInUp .8s 0.3s, pulse 1s .5s infinite;
}

.header .slogan03 {
  width: 136px;
  height: 148px;
  position: absolute;
  top: 126px;
  left: 1090px;
  background: url(../../images/slogan03.png);
  -webkit-animation: delay 0.3s, bounceInUp .5s 0.3s, shakeY 5s 3s infinite;
          animation: delay 0.3s, bounceInUp .5s 0.3s, shakeY 5s 3s infinite;
}

.header .logo, .header .logo a {
  width: 207px;
  height: 73px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 128px;
  left: 116px;
  z-index: 9;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  -webkit-animation: slideInDown .5s;
          animation: slideInDown .5s;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn ul {
  width: 880px;
  position: relative;
  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;
}

.nav .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 220px;
  height: 100px;
  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;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -220px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -440px !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -660px !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -880px !important;
}

.nav .navBtn ul li.navBtn6 a {
  background-position-x: -1100px !important;
}

.nav .navBtn ul li.navBtn7 a {
  background-position-x: -1320px !important;
}

.nav .navBtn ul li.navBtn8 a {
  background-position-x: -1540px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(../../images/navBtn_action.jpg);
}

.nav .navBtn ul li a {
  width: 220px;
  height: 100px;
  display: block;
  background-image: url(../../images/navBtn.jpg);
  margin: 0 auto;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  width: 1024px;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 5px solid #3F00A7;
}

.content .btnM, .content .btnM a {
  width: 147px;
  height: 173px;
}

.content .btnM {
  position: absolute;
  top: 30px;
  right: 30px;
}

.content .btnM a {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: url("../../images/btnM_hover.png");
}

.content .btnM a:hover, .content .btnM.action a {
  background: url("../../images/btnM_hover.png");
  -webkit-transition: all .5s;
  transition: all .5s;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #3F00A7;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 16px 0;
}

@media only screen and (max-width: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}

.content h4:before {
  content: '';
  background-image: url("../../images/shrimp.svg");
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: 0.2em 0.3em -0.2em 0.3em;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #3F00A7;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(63, 0, 167, 0)), color-stop(20%, #3F00A7), color-stop(40%, #3F00A7), color-stop(60%, #3F00A7), color-stop(80%, #3F00A7), to(rgba(63, 0, 167, 0)));
  background-image: linear-gradient(to left, rgba(63, 0, 167, 0) 0%, #3F00A7 20%, #3F00A7 40%, #3F00A7 60%, #3F00A7 80%, rgba(63, 0, 167, 0) 100%);
  line-height: 28px;
  color: #fff;
}

.content > p {
  margin-left: 2rem;
}

.content > p a {
  color: #EE00FD;
  text-decoration: underline;
}

.content > p a:hover {
  color: #2F9B2C;
}

.content > p.txt-center {
  margin-left: 0;
}

.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: 130px;
  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;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 120px;
  border-radius: 18px;
  border: 1px solid #f1a6cb;
  background-image: #e664a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6237c), color-stop(20%, #d6237c), color-stop(40%, #e664a5), color-stop(60%, #e664a5), color-stop(80%, #d6237c), to(#d6237c));
  background-image: linear-gradient(to bottom, #d6237c 0%, #d6237c 20%, #e664a5 40%, #e664a5 60%, #d6237c 80%, #d6237c 100%);
  color: #fff799;
}

.content__btn div a {
  width: 120px;
  display: block;
  background: #dfdfdf;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dfdfdf), to(#b8b8b8));
  background: linear-gradient(to bottom, #dfdfdf 20%, #b8b8b8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #303030;
  padding: 12px 8px;
  border-radius: 18px;
  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 #cf33ff;
  border-radius: 75px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-image: #c300ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9400c2), color-stop(20%, #9400c2), color-stop(40%, #c300ff), color-stop(60%, #c300ff), color-stop(80%, #9400c2), to(#9400c2));
  background-image: linear-gradient(to bottom, #9400c2 0%, #9400c2 20%, #c300ff 40%, #c300ff 60%, #9400c2 80%, #9400c2 100%);
  -webkit-box-shadow: 0px 3px 3px #4e0066;
          box-shadow: 0px 3px 3px #4e0066;
  color: #fff;
}

.btnBox a:hover {
  top: 2px;
  border: 1px solid #fffad1;
  background-image: #fff59e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffef61), color-stop(20%, #ffef61), color-stop(40%, #fff59e), color-stop(60%, #fff59e), color-stop(80%, #ffef61), to(#ffef61));
  background-image: linear-gradient(to bottom, #ffef61 0%, #ffef61 20%, #fff59e 40%, #fff59e 60%, #ffef61 80%, #ffef61 100%);
  -webkit-box-shadow: 0px 2px 2px #ffe505, inset 0 1px 1px 1px #fff9c7, inset 0 -8px 8px 0px #fffdf0;
          box-shadow: 0px 2px 2px #ffe505, inset 0 1px 1px 1px #fff9c7, inset 0 -8px 8px 0px #fffdf0;
  top: 2px;
  color: #665b00;
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: white;
  border-radius: 10px 10px 0 0;
  border: 3px solid #e9ca74;
  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(#e2b948), color-stop(20%, #e9ca74), color-stop(80%, #e9ca74), to(#e2b948));
  background: linear-gradient(to right, #e2b948 0%, #e9ca74 20%, #e9ca74 80%, #e2b948 100%);
  color: #58440e;
}

.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-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 {
  background-color: #ffffff;
  border: 3px #e9ca74 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(#e2b948), color-stop(20%, #e9ca74), color-stop(80%, #e9ca74), to(#e2b948));
  background: linear-gradient(to right, #e2b948 0%, #e9ca74 20%, #e9ca74 80%, #e2b948 100%);
  color: #58440e;
}

.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: #3F00A7;
  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 #d6b3ff;
}

.table {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, 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 #d6b3ff;
  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(#30007e), to(#3F00A7));
  background: linear-gradient(to top, #30007e 0%, #3F00A7 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;
}

.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;
}

/* ================= 說明框 ================= */
.explanation {
  margin: 20px auto;
}

.explanation div {
  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;
}

.explanation .col {
  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-bottom: 0;
}

.explanation .col-none {
  display: none;
}

.explanation .col-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 560px) {
  .explanation .col.ms-col-none {
    display: none;
  }
  .explanation .col.ms-col-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.explanation .note-main {
  width: 90%;
  height: 100%;
  line-height: 30px;
  color: #210032;
  border: 5px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 2px #3F00A7;
          box-shadow: 0px 0px 8px 2px #3F00A7;
  background: #3F00A7;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d00cd), to(#310081));
  background: linear-gradient(to top, #4d00cd 0%, #310081 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;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
}

.explanation .note-main p {
  margin-left: 0;
}

.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}

.explanation .symbol {
  color: #804b00;
}

@media only screen and (max-width: 798px) {
  .explanation .symbol {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*================= tableNote =================*/
.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
  z-index: 1;
}

.DESClabel .label::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.comment {
  width: auto;
  position: absolute;
  top: -1.5em;
  left: calc(50% + 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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;
  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: -3%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}

.comment-purple:before {
  color: #d858ff;
}

.comment01 {
  top: -0.5em;
  left: inherit;
  right: 8em;
}

.comment01::before {
  font-size: 7.5em;
}

.ribbon {
  width: 30px;
  position: absolute;
  background: linear-gradient(-20deg, #e560ff 0%, #f6c6ff 80%, #e560ff 100%);
  top: -6px;
  right: -5px;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 10px 0;
  letter-spacing: 2px;
  font-weight: bold;
  z-index: 1;
  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: #550066;
}

@media only screen and (max-width: 798px) {
  .ribbon {
    width: 48px;
    height: 110px;
    right: -38px;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 560px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #d000f9;
  border-left: 6px solid transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #d000f9;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #e76dff;
  border-right: 15px solid #e76dff;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 24px solid #e76dff;
    border-right: 24px solid #e76dff;
  }
}

.ribbon_01 {
  width: 80%;
  height: 24px;
  margin-left: -9px;
  position: relative;
  z-index: 1;
  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;
}

.ribbon_01 p {
  font-size: 12px;
  line-height: 1em;
}

.ribbon_01:before, .ribbon_01:after {
  content: "";
  position: absolute;
}

.ribbon_01:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  top: 0;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon_01:after {
  width: 0;
  top: 0;
  left: 100%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ribbon_01--A {
  background: linear-gradient(-65deg, #004984 0%, #0081ea 80%, #004984 100%);
  margin-left: -15px;
}

@media only screen and (max-width: 798px) {
  .ribbon_01--A {
    width: 95%;
    height: 35px;
  }
}

.ribbon_01--A:before {
  border-bottom: 9px solid #00111e;
}

.ribbon_01--A:after {
  border-left: 15px solid #004984;
}

@media only screen and (max-width: 798px) {
  .ribbon_01--A:after {
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
  }
}

.certificate:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
}

.certificate:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
}

.certificate {
  position: absolute;
  top: 10px;
  right: 30px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  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;
}

@media only screen and (max-width: 798px) {
  .certificate {
    top: 0;
    right: 25px;
  }
}

.certificate:before {
  content: '\f0a3';
  font-size: 100px;
  color: #ff7b00;
  text-align: center;
}

.certificate:after {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: 0px;
  text-align: center;
}

.giftLabel {
  background: url(../../images/label.svg);
  width: 5em;
  height: 5em;
  position: absolute;
  top: -.8em;
  left: 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;
}

.box-compose .title p {
  background: #a2002a;
  padding: 5px;
  text-align: center;
}

.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: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: #ffabaf;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #ffdfe1;
}

.box-compose .box-composeMain:nth-child(odd) div:first-child .box-composeMain-block {
  background: #ffabaf;
}

.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(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;
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 30px;
  margin: 8px 0;
}

.card-notice {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #5DABB9;
  color: #fff;
}

.card-notice2 {
  border-radius: 10px;
  background: #FEC3DF;
}

.card-notice2 p {
  color: #A860BB;
  text-align: left;
  line-height: 1.5em;
}

/*=============== 禮包圖片輪播 =====================*/
.slider-wra, .slider-wra .slider, .slider-wra .slider ul.slider__list li {
  width: 820px;
}

.slider-wra {
  margin: 10px auto 30px auto;
  text-align: center;
  background: #3F00A7;
  border-radius: 10px;
}

.slider-wra .slider {
  height: 540px;
  position: relative;
  overflow: hidden;
}

.slider-wra .slider ul.slider__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 9999px;
  height: 100%;
}

.slider-wra .slider ul.slider__list li {
  float: left;
  height: 100%;
}

.slider-wra .slider ul.slider__list img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.slider-wra__control {
  padding: 12px 0 22px 0;
}

@media only screen and (max-width: 798px) {
  .slider-wra__control {
    padding: 6px 0 12px 0;
  }
}

.slider-wra .slider__btn ul {
  margin: 0;
}

.slider-wra .slider__btn ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 3px;
  font-size: 1.2em;
}

.slider-wra .slider__btn ul li a {
  display: inline-block;
  text-decoration: none;
  min-width: 120px;
  padding: 12px 8px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  background: #c54ec9;
  -webkit-box-shadow: 0 3px 0 0px #ab35af;
          box-shadow: 0 3px 0 0px #ab35af;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .slider-wra .slider__btn ul li a {
    padding: 3px 8px;
    font-size: 1rem;
  }
}

.slider-wra .slider__btn ul li a:hover {
  background: #fff09b;
  -webkit-box-shadow: 0 3px 0 0px #ffe868;
          box-shadow: 0 3px 0 0px #ffe868;
  color: #665700;
}

.slider-wra .slider__btn ul li.current a {
  background: #ff1100;
  -webkit-box-shadow: 0 3px 0 0px #cc0e00;
          box-shadow: 0 3px 0 0px #cc0e00;
  color: #fff;
}

.slider-wra .slider__btn .slider__control {
  padding: 12px 0;
}

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 #a166ff;
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: #4e00cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8133ff), color-stop(20%, #8133ff), color-stop(40%, #4e00cc), color-stop(60%, #4e00cc), color-stop(80%, #8133ff), to(#8133ff));
  background-image: linear-gradient(to bottom, #8133ff 0%, #8133ff 20%, #4e00cc 40%, #4e00cc 60%, #8133ff 80%, #8133ff 100%);
  -webkit-box-shadow: 0px 3px 3px #1d004d;
          box-shadow: 0px 3px 3px #1d004d;
  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;
}
