@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-primary {
  color: #71c6ff;
}

.f-beauty {
  color: #ff62b8;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  margin-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #ffc788;
}

.gotoheader a:hover {
  color: #ffd5e9;
}

.wrapper {
  background-color: #000000;
  background-image: url(/Action/10_We5/20211130JU/images/indexBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  color: #000000;
  padding-bottom: 16px;
  overflow-x: hidden;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 597px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 303px;
  height: 138px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 10px;
  left: 368px;
  z-index: 9;
  background: url(/Action/10_We5/20211130JU/images/logo.png);
}

.header .role {
  width: 1002px;
  height: 861px;
  position: absolute;
  top: 0px;
  left: 442px;
  background: url(/Action/10_We5/20211130JU/images/role.png);
  -webkit-animation: fadeInLeft 1s;
          animation: fadeInLeft 1s;
}

.header .slogan {
  width: 741px;
  height: 530px;
  position: absolute;
  top: 69px;
  left: 21px;
  background: url(/Action/10_We5/20211130JU/images/slogan.png);
  -webkit-animation: delay 0.15s, fadeInUp 0.5s 0.15s, heartBeat 6s 1s infinite,  light 6s 1s infinite;
          animation: delay 0.15s, fadeInUp 0.5s 0.15s, heartBeat 6s 1s infinite,  light 6s 1s infinite;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg) scale(1);
            transform: rotate3d(0, 0, 1, 15deg) scale(1);
  }
  1% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg) scale(1);
            transform: rotate3d(0, 0, 1, -10deg) scale(1);
  }
  2% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg) scale(1);
            transform: rotate3d(0, 0, 1, 5deg) scale(1);
  }
  3% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg) scale(1);
            transform: rotate3d(0, 0, 1, -5deg) scale(1);
  }
  6% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1);
  }
  10% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg) scale(1);
            transform: rotate3d(0, 0, 1, 15deg) scale(1);
  }
  1% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg) scale(1);
            transform: rotate3d(0, 0, 1, -10deg) scale(1);
  }
  2% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg) scale(1);
            transform: rotate3d(0, 0, 1, 5deg) scale(1);
  }
  3% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg) scale(1);
            transform: rotate3d(0, 0, 1, -5deg) scale(1);
  }
  6% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1);
  }
  10% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1);
  }
}

@-webkit-keyframes light {
  0%, 6% {
    -webkit-filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
            filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
  }
  15% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1);
    -webkit-filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
            filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
  }
  45%, 75% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1);
    -webkit-filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
            filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
  }
  30%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
    -webkit-filter: drop-shadow(0 0 10px #FFFF00) brightness(1.1);
            filter: drop-shadow(0 0 10px #FFFF00) brightness(1.1);
  }
}

@keyframes light {
  0%, 6% {
    -webkit-filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
            filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
  }
  15% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1);
    -webkit-filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
            filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
  }
  45%, 75% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1);
    -webkit-filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
            filter: drop-shadow(0 0 0px #FFFF00) brightness(1);
  }
  30%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
    -webkit-filter: drop-shadow(0 0 10px #FFFF00) brightness(1.1);
            filter: drop-shadow(0 0 10px #FFFF00) brightness(1.1);
  }
}

@-webkit-keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

@keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-animation: slideInDown .5s;
          animation: slideInDown .5s;
}

.nav .container {
  width: 1280px;
  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;
}

.nav .navBtn ul {
  width: 1012px;
  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: 253px;
  height: 152px;
  margin-bottom: 0px;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -253px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -506px !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -759px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(/Action/10_We5/20211130JU/images/navbtn_action.png);
}

.nav .navBtn ul li a {
  width: 253px;
  height: 152px;
  display: block;
  background-image: url(/Action/10_We5/20211130JU/images/navbtn.png);
  margin: 0 auto;
}

.nav .navBtn ul li a:hover {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  margin: 32px 0;
}

.content .container {
  width: 1200px;
  background: #fff;
  border: 10px solid #C32A45;
  border-radius: 40px;
  padding: 0 16px;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 16px 0;
  width: 100%;
  position: relative;
}

.content h3 img {
  display: block;
  max-width: 607px;
  width: 95%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 12px 0 1rem 0;
  padding: 5px 0;
  height: 3.5rem;
}

.content h4::before {
  content: attr(data-caption);
  background: #E32D15;
  border-radius: 20px;
  padding: 8px 32px;
  margin-left: 1.75rem;
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.content h4::after {
  content: '';
  width: 3.5rem;
  height: 3.5rem;
  display: inline-block;
  position: absolute;
  margin: -3px 3px;
  background-image: url("../../images/star.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  margin: 8px 0;
  text-align: center;
  background-image: #ffc788;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 199, 136, 0)), color-stop(20%, #ffc788), color-stop(40%, #ffc788), color-stop(60%, #ffc788), color-stop(80%, #ffc788), to(rgba(255, 199, 136, 0)));
  background-image: linear-gradient(to left, rgba(255, 199, 136, 0) 0%, #ffc788 20%, #ffc788 40%, #ffc788 60%, #ffc788 80%, rgba(255, 199, 136, 0) 100%);
  line-height: 28px;
  color: #663600;
}

.content p a, .content ol a, .content ul a {
  color: #00a2ff;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #ff79ff;
}

.content p {
  margin-left: 2rem;
}

.content p.txt-center {
  margin-left: 0;
}

.content ol.list-exampleNum, .content ul.list-exampleNum {
  margin-left: 4.6em;
}

.content ol.list-exampleNum > li, .content ul.list-exampleNum > li {
  text-indent: -2.8em !important;
}

.content ol.list-exampleNum > li:before, .content ul.list-exampleNum > li:before {
  content: "例" counter(step-counter) "： ";
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: white;
  border-radius: 10px 10px 0 0;
  border: 3px solid #FEB3C4;
  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(#fd819d), color-stop(20%, #FEB3C4), color-stop(80%, #FEB3C4), to(#fd819d));
  background: linear-gradient(to right, #fd819d 0%, #FEB3C4 20%, #FEB3C4 80%, #fd819d 100%);
  color: #650118;
}

.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 #201b44 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(#fd819d), color-stop(20%, #201b44), color-stop(80%, #201b44), to(#fd819d));
  background: linear-gradient(to right, #fd819d 0%, #201b44 20%, #201b44 80%, #fd819d 100%);
  color: #221d49;
}

.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 p {
  margin: 3px 0;
  margin-left: 0;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #ffc788;
  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 #ffc4d0;
}

.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 #ffc4d0;
}

.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(#ff7b94), to(#ffa4b5));
  background: linear-gradient(to top, #ff7b94 0%, #ffa4b5 100%);
  color: #660013;
}

.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 #ffc788;
          box-shadow: 0px 0px 8px 2px #ffc788;
  background: #ffc788;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffd9ae), to(#ffb562));
  background: linear-gradient(to top, #ffd9ae 0%, #ffb562 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: #663600;
}

.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(/Action/10_We5/20211130JU/images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}

@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: 0.5em;
  left: calc(80% + 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: #C32A45;
}

.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::before {
  font-size: 6em;
}

@media only screen and (max-width: 560px) {
  .comment01::before {
    font-size: 5em;
  }
}

.comment01::after {
  font-size: 1em;
  line-height: 1em;
}

@media only screen and (max-width: 560px) {
  .comment01::after {
    font-size: 0.85em;
  }
}

.comment02 {
  top: -1.5em;
}

.comment02::before {
  font-size: 3em;
}

@media only screen and (max-width: 560px) {
  .comment02::before {
    font-size: 3em;
  }
}

.comment02::after {
  font-size: .85em;
  line-height: 1.125em;
}

@media only screen and (max-width: 560px) {
  .comment02::after {
    font-size: 0.7em;
  }
}

.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;
}

.certificate-s {
  top: 16px;
  right: initial;
  left: -28px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: absolute;
}

.certificate-s:before {
  font-size: 68px;
}

.certificate-s:after {
  font-size: 0.75em;
  line-height: 1em;
  letter-spacing: -0.5px;
  margin-top: -6px;
}

/*================= 內容區塊獨立樣式設定 =================*/
.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: #e21aaa;
  color: #fff;
}

.card-notice p {
  margin-left: 0;
}

.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: #F3C9DF;
  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: #ff7a97;
  -webkit-box-shadow: 0 3px 0 0px #ff476f;
          box-shadow: 0 3px 0 0px #ff476f;
  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: #ff95ac;
  -webkit-box-shadow: 0 3px 0 0px #ff6284;
          box-shadow: 0 3px 0 0px #ff6284;
  color: #660016;
}

.slider-wra .slider__btn ul li.current a {
  background: #B995F9;
  -webkit-box-shadow: 0 3px 0 0px #9965f6;
          box-shadow: 0 3px 0 0px #9965f6;
  color: #260561;
}

.slider-wra .slider__btn .slider__control {
  padding: 12px 0;
}
