@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;
}

/*.f-danger{
  color:#FFF000;
}
.f-primary{
  color:#ff8800;
}*/
.ico-beauty, .ico-fun {
  background-color: #008cff;
}

.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: #f07d00;
}

.gotoheader a:hover {
  color: #ff3e9a;
}

body {
  background-color: #010101;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #010101;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  color: #000;
  padding-bottom: 16px;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 650px;
  position: relative;
}

.header .role {
  width: 800px;
  height: 861px;
  position: absolute;
  top: 0;
  left: 550px;
  background-image: url("../../images/role.png");
  background-size: 100%;
  -webkit-animation: fadeInRight 2s;
          animation: fadeInRight 2s;
  background-repeat: no-repeat;
}

.header .slogan {
  width: 741px;
  height: 489px;
  position: absolute;
  top: 164px;
  left: 119px;
  background: url(../../images/slogan.png);
  background-repeat: no-repeat;
  -webkit-animation: pulse 1.5s 1s infinite;
          animation: pulse 1.5s 1s infinite;
}

.header .logo, .header .logo a {
  width: 303px;
  height: 138px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 18px;
  left: 253px;
  z-index: 9;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-animation: slideInDown .5s;
          animation: slideInDown .5s;
}

.nav .container {
  width: 98%;
  margin-bottom: 2em;
  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: 1280px;
  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: 256px;
  height: 155px;
  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: -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.navBtn5 a {
  background-position-x: -1012px !important;
}

.nav .navBtn ul li.navBtn6 a {
  background-position-x: -1265px !important;
}

.nav .navBtn ul li.navBtn7 a {
  background-position-x: -1518px !important;
}

.nav .navBtn ul li.navBtn8 a {
  background-position-x: -1771px !important;
}

.nav .navBtn ul li.navBtn9 a {
  background-position-x: -2024px !important;
}

.nav .navBtn ul li.navBtn10 a {
  background-position-x: -2277px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(../../images/navbtn_action.png);
}

.nav .navBtn ul li a {
  width: 253px;
  height: 152px;
  display: block;
  background-image: url(../../images/navbtn.png);
  margin: 0 auto;
}

.nav .navBtn ul li a:hover {
  -webkit-animation: headShake 1s infinite;
          animation: headShake 1s infinite;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  width: 1280px;
  padding: 0 3em 3em 3em;
  border: 8px solid #C32A45;
  border-radius: 2em;
  background-color: #fff;
}

.content .btnM {
  width: 16.45312%;
  height: 0;
  padding-bottom: 16.04688%;
  position: absolute;
  top: 30px;
  right: 30px;
}

.content .btnM a {
  width: 100%;
  height: 0;
  padding-bottom: 97.53086%;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: url("../../images/btnM.png");
  text-indent: -9999px;
  background-size: 100% !important;
}

.content .btnM a:hover, .content .btnM.action a {
  width: 100%;
  background: url("../../images/btnM_actiion.png");
  -webkit-transition: all .5s;
  transition: all .5s;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 16px 0;
  width: 100%;
  padding-bottom: 5%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content h3 img {
  display: block;
  width: 70%;
  max-width: 100%;
  margin: 0 auto;
}

.content h4 {
  color: #fff;
  width: 25%;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 12px 0 0.5em 2.5rem;
  background-color: #E32D15;
  border-radius: 5rem;
  padding: 5px 0;
  top: -0.1rem;
  left: -1rem;
  padding: 0.5rem 3rem;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .content h4 {
    font-size: 1.125rem;
    width: 30%;
  }
}

@media only screen and (max-width: 414px) {
  .content h4 {
    font-size: 1.125rem;
    width: 55%;
  }
}

.content h4::before {
  position: absolute;
  content: '';
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  top: -0.3em;
  left: -0.9em;
  background-image: url("../../images/star.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  margin: 1em 0;
  text-align: center;
  background-image: #EF7D01;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(239, 125, 1, 0)), color-stop(20%, #EF7D01), color-stop(40%, #EF7D01), color-stop(60%, #EF7D01), color-stop(80%, #EF7D01), to(rgba(239, 125, 1, 0)));
  background-image: linear-gradient(to left, rgba(239, 125, 1, 0) 0%, #EF7D01 20%, #EF7D01 40%, #EF7D01 60%, #EF7D01 80%, rgba(239, 125, 1, 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 li a {
  color: #EE00FD;
  font-weight: bold;
  text-decoration: underline;
}

.content li a:hover {
  color: #2F9B2C;
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: white;
  border-radius: 10px 10px 0 0;
  border: 3px solid #EF7D01;
  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(#bc6201), color-stop(20%, #EF7D01), color-stop(80%, #EF7D01), to(#bc6201));
  background: linear-gradient(to right, #bc6201 0%, #EF7D01 20%, #EF7D01 80%, #bc6201 100%);
  color: #fff;
}

.item__box .item__box-title-2 {
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  padding: 8px;
  text-align: center;
  color: #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 #EF7D01 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(#bc6201), color-stop(20%, #EF7D01), color-stop(80%, #EF7D01), to(#bc6201));
  background: linear-gradient(to right, #bc6201 0%, #EF7D01 20%, #EF7D01 80%, #bc6201 100%);
  color: #fff;
}

.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: #EF7D01;
  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 #c5751f;
}

.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 #c5751f;
}

.table tr {
  background: transparent;
}

.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(#c66801), to(#EF7D01));
  background: linear-gradient(to top, #c66801 0%, #EF7D01 100%);
  color: #000;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  text-align: center;
  line-height: 24px;
  padding: 5px;
  color: #000;
  /*單格變色*/
}

.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 a {
  color: #EE00FD;
  font-weight: bold;
  text-decoration: underline;
}

.table tr td a:hover {
  color: #2F9B2C;
  text-decoration: underline;
}

.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 #EF7D01;
          box-shadow: 0px 0px 8px 2px #EF7D01;
  background: #EF7D01;
  background: -webkit-gradient(linear, left bottom, left top, from(#fe9018), to(#c96901));
  background: linear-gradient(to top, #fe9018 0%, #c96901 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: #fff;
}

@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: #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::before {
  font-size: 6em;
}

.comment01::after {
  font-size: 1em;
  line-height: 1em;
}

.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: -1.5em;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.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: #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: #EF7D01;
  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;
}
