@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: rgb(255, 88, 88);
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

.m-auto {
  margin: 0 auto !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.img-200 {
  width: 200px !important;
}

.img-100 {
  width: 100px !important;
}

.img-140 {
  width: 140px !important;
}

.d-flex-ctr {
  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;
}

@media (max-width: 768px) {
  .img-200 {
    width: 130px !important;
  }
  .img-140 {
    width: 100px !important;
  }
}
img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.img-group {
  width: 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;
}

.point {
  color: #ff8590;
}
.point.bold {
  font-size: 1.2em;
  font-weight: bold;
}

.green {
  color: #33ffb5;
}

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;
  text-align: center;
  margin: 0 0 55px 0;
}
.gotoheader a {
  display: inline-block;
  color: hsl(43.4920634921, 122.1951219512%, 59.8039215686%);
}
.gotoheader a:hover {
  color: #ffffff;
}

body {
  background-color: #300b05;
  overflow-x: hidden;
}

.wrapper {
  background-size: 150%;
  overflow: hidden;
  background-image: url(../../images/indexbg.jpg?v=20260120);
  background-color: #300b05;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .wrapper {
    background-size: inherit;
  }
}

.header {
  width: 100%;
  position: relative;
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 45.15625%;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .header .container {
    width: 1280px;
    height: 578px;
    padding-bottom: 0;
  }
}
.header .slogan {
  width: 44.53125%;
  height: 0;
  padding-bottom: 17.65625%;
  position: absolute;
  top: 48.4429065744%;
  left: 2.734375%;
  background: url(../../images/slogan.png?v=20260120);
  background-size: 100%;
  -webkit-animation: dealy 0.3s, bounceIn 0.5s 0.3s, pulse 1.25s 2.3s infinite;
          animation: dealy 0.3s, bounceIn 0.5s 0.3s, pulse 1.25s 2.3s infinite;
}
.header .logo {
  width: 42.5%;
  height: 0;
  padding-bottom: 17.65625%;
  position: absolute;
  top: 19.0311418685%;
  left: 2.734375%;
  z-index: 9;
  background-image: url(../../images/logo.png?v=20260120);
  background-size: 100%;
  -webkit-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
}
.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 41.5441176471%;
  display: block;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
.nav .container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .nav .container {
    width: 1280px;
  }
}
.nav .navBtn {
  width: 95%;
  max-width: 696px;
  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 li {
  width: 33%;
  height: 0;
  padding-bottom: 13.2183908046%;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li {
    width: 232px;
    height: 92px;
  }
}
.nav .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn1 a {
    background-position-x: 0px !important;
  }
}
.nav .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn2 a {
    background-position-x: -220px !important;
  }
}
.nav .navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn3 a {
    background-position-x: -440px !important;
  }
}
.nav .navBtn li.navBtn4 a {
  background-position-x: -300% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn4 a {
    background-position-x: -660px !important;
  }
}
.nav .navBtn li.navBtn5 a {
  background-position-x: -400% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn5 a {
    background-position-x: -880px !important;
  }
}
.nav .navBtn li.action a, .nav .navBtn li a:hover {
  background-image: url(../../images/navbtn_action.png?v=20260120);
}
.nav .navBtn li a {
  width: 94.8275862069%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 34.4827586207%;
  display: block;
  background-image: url(../../images/navbtn.png?v=20260120);
  background-size: 500% 100%;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li a {
    width: 220px;
    height: 80px;
  }
}
.nav .navBtn li.action a {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}
.content .container {
  width: calc(100% - 16px);
  max-width: 960px;
  margin-top: 2em;
  padding: 2vw 0em 2em 0em;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3a0b00), color-stop(50%, #3a0b00), to(#762200));
  background: linear-gradient(to bottom, #3a0b00 0%, #3a0b00 50%, #762200 100%);
  position: relative;
}
.content .container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../images/music-EQ.png") top no-repeat;
  border-radius: 20px 20px 0 0;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
.content .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 256px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #762200), color-stop(30%, #3a0b00), to(rgba(18, 11, 42, 0)));
  background: linear-gradient(to bottom, #762200 5%, #3a0b00 30%, rgba(18, 11, 42, 0) 100%);
  border-radius: 20px 20px 0 0;
  pointer-events: none;
}
.content h3 {
  font-size: 1.2em;
  margin-bottom: 0px;
  width: 100%;
  position: relative;
}
.content h3 img {
  display: block;
  max-width: 600px;
  width: clamp(130px, 55vw, 420px);
  margin: 0 auto;
}
.content h3 span {
  color: #f6d654;
}
.content h3.center {
  text-align: center;
}
.content h4 {
  position: relative;
  display: block;
  color: #f6d654;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 50px 0 16px calc(0em - 15px);
  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;
}
@media screen and (min-width: 1400px) {
  .content h4 {
    font-size: 1.2rem;
  }
}
.content h4:before {
  content: "";
  background-image: url("../../images/sm-icon.png?v=20260120");
  background-size: 100%;
  width: 1.5em;
  height: 1.7em;
  display: inline-block;
  margin: 0 5px 0 0;
}
.content h5 {
  font-size: 1.2em;
  padding: 1em;
  text-align: center;
  margin-bottom: 16px;
  color: #c10000;
  font-weight: bold;
  background-image: #f7c33a;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 195, 58, 0)), color-stop(20%, rgb(249.9853658537, 217.3902439024, 131.5146341463)), color-stop(40%, #f7c33a), color-stop(60%, #f7c33a), color-stop(80%, rgb(249.9853658537, 217.3902439024, 131.5146341463)), to(rgba(247, 195, 58, 0)));
  background-image: linear-gradient(to left, rgba(247, 195, 58, 0) 0%, rgb(249.9853658537, 217.3902439024, 131.5146341463) 20%, #f7c33a 40%, #f7c33a 60%, rgb(249.9853658537, 217.3902439024, 131.5146341463) 80%, rgba(247, 195, 58, 0) 100%);
}
.content h6 {
  border-radius: 25px;
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7CACFF;
  margin-bottom: 16px;
}
.content h6 span {
  padding: 5px 15px;
  background: #7CACFF;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}
.content p a {
  color: #00a0fd;
  text-decoration: underline;
}
.content p a:hover {
  color: #ff20cf;
}
.content ol,
.content ul {
  padding: 20px;
}
.content ol a,
.content ul a {
  color: #00a0fd;
  text-decoration: underline;
}
.content ol a:hover,
.content ul a:hover {
  color: #ff20cf;
}
.content ol.list li,
.content ul.list li {
  margin-bottom: 16px;
  text-align: left;
}

.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: 16px;
}
.content__btn div {
  width: 150px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__btn div.action a, .content__btn div a:hover {
  width: 142px;
  border-radius: 30px;
  border: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 187.456, 0)), to(#FFE782));
  background: linear-gradient(to top, rgb(232, 187.456, 0) 0%, #FFE782 100%);
  color: rgb(51, 41.208, 0);
}
.content__btn div a {
  width: 142px;
  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: 6px 1.25em;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute;
  top: 0;
  left: -1em;
}
.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 {
  margin-bottom: 16px;
}
.btnBox a {
  width: auto;
  border: 1px solid rgb(255, 214.95, 166);
  padding: 0.6em 2em;
  font-size: 1.15em;
  cursor: pointer;
  white-space: normal;
  line-height: 1.5;
  min-height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: #ffc073;
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(255, 164.46, 53.8)), color-stop(20%, #ffc073), color-stop(40%, #ffc073), color-stop(60%, #ffc073), color-stop(80%, #ffc073), to(rgb(255, 164.46, 53.8)));
  background-image: linear-gradient(to left, rgb(255, 164.46, 53.8) 0%, #ffc073 20%, #ffc073 40%, #ffc073 60%, #ffc073 80%, rgb(255, 164.46, 53.8) 100%);
  -webkit-box-shadow: 0px 3px 3px hsl(33, 150%, 42.5490196078%);
          box-shadow: 0px 3px 3px hsl(33, 150%, 42.5490196078%);
  color: #4f250c;
}
.btnBox a:hover {
  border: 1px solid rgb(255, 118.6839622642, 8);
  background-image: #d45f00;
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(150.8, 67.5754716981, 0)), color-stop(20%, #d45f00), color-stop(40%, #d45f00), color-stop(60%, #d45f00), color-stop(80%, #d45f00), to(rgb(150.8, 67.5754716981, 0)));
  background-image: linear-gradient(to left, rgb(150.8, 67.5754716981, 0) 0%, #d45f00 20%, #d45f00 40%, #d45f00 60%, #d45f00 80%, rgb(150.8, 67.5754716981, 0) 100%);
  -webkit-box-shadow: 0px 3px 3px hsl(26.8867924528, 150%, 11.568627451%);
          box-shadow: 0px 3px 3px hsl(26.8867924528, 150%, 11.568627451%);
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: rgb(255, 255, 255);
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #db511a;
  margin: 0 auto;
  margin-bottom: 16px;
}
.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 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(173.412244898, 64.1387755102, 20.587755102)), color-stop(20%, #db511a), color-stop(80%, #db511a), to(rgb(173.412244898, 64.1387755102, 20.587755102)));
  background: linear-gradient(to right, rgb(173.412244898, 64.1387755102, 20.587755102) 0%, #db511a 20%, #db511a 80%, rgb(173.412244898, 64.1387755102, 20.587755102) 100%);
  color: #fff;
}
.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box .item__box-get {
  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 {
  text-align: left;
}
.item__box .item__box--02 {
  background-color: #ffffff;
  border: 3px #f7c33a solid;
  border-radius: 10px;
  height: 100%;
}
.item__box .item__box--02 .item__box-title {
  color: #fff;
}
.item__box-img img {
  border-radius: 0px;
}
.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #f7c33a;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}
.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr td, .table tr th {
  border: 1px solid #db511a;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #db511a;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(59, 16, 0)), to(rgb(253, 94, 31)));
  background: linear-gradient(to top, rgb(59, 16, 0) 0%, rgb(253, 94, 31) 100%);
  color: #fff;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td {
  /*單格變色*/
}
.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 {
  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;
}
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 8px 2px #f7c33a;
          box-shadow: 0px 0px 8px 2px #f7c33a;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(248.4926829268, 206.1951219512, 94.7573170732)), to(rgb(245.5073170732, 183.8048780488, 21.2426829268)));
  background: linear-gradient(to top, rgb(248.4926829268, 206.1951219512, 94.7573170732) 0%, rgb(245.5073170732, 183.8048780488, 21.2426829268) 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 43.4920634921deg;
  color: 59.8039215686%;
  color: rgb(98.0195121951, 72.1463414634, 3.9804878049);
}
.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 {
  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;
}
.explanation .symbol i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .explanation .symbol i {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 0 30px 0 30px;
  margin: 0 8px 0 8px;
}
.card-notice {
  border-radius: 20px;
  background: #fff3d0;
  outline: 2px dashed #dfbb4f;
  outline-offset: -12px;
  -webkit-box-shadow: inset 0px 0px 8px #f7c33a;
  box-shadow: inset 0px 0px 8px #f7c33a;
  line-height: 1.75em;
  padding: 40px;
  margin: 0;
}
.card-notice h4 {
  color: #009e51;
  margin: 0 0 15px 0;
}
.card-notice h4::before {
  content: inherit;
}
.card-notice .f-danger {
  color: #eb0000;
  font-weight: bold;
}
.card-notice .f-purple {
  color: #8a15cc;
}
.card-notice p {
  color: #000000;
  text-align: left;
  line-height: 1.5em;
}
@media screen and (max-width: 414px) {
  .card {
    margin: 0;
  }
}
.card-notice2 {
  border-radius: 10px;
  background: #fee0c3;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: linear-gradient(20deg, #af49c9 0%, #7c50ce 100%);
}
.card-notice2 h4 {
  color: #009e51;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.card-notice2 h4::before {
  content: inherit;
}
.card-notice2 .f-danger {
  color: #ffb9b9;
}
.card-notice2 .subtitle {
  color: #ffd000;
  font-weight: bold;
}
.card-notice2 p {
  text-align: left;
  line-height: 1.5em;
}

/*================= 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);
}

.ribbon {
  width: 30px;
  top: -6px;
  right: -1em;
  font-size: 1rem;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  position: absolute;
  text-align: center;
  padding: 0;
  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;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 10;
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .ribbon {
    width: 35px;
    top: -6px;
    right: -1em;
    font-size: 1.15rem;
  }
}
.ribbon p {
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}
.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #8d6a28;
  border-right: 0 solid transparent;
  border-left: 6px solid transparent;
  right: initial;
  left: -6px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .ribbon:before {
    border-bottom: 6px solid #8d6a28;
    border-left: 6px solid transparent;
  }
}
.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #eeaf3a;
  border-right: 15px solid #eeaf3a;
  border-bottom: 15px solid transparent;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .ribbon:after {
    border-left: 17.5px solid #eeaf3a;
    border-right: 17.5px solid #eeaf3a;
  }
}

.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;
}
@media screen and (min-width: 992px) {
  .comment {
    left: calc(50% + 30px);
  }
}
.comment:before {
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 3.5em;
  position: absolute;
  display: inline-block;
  color: #ff0000;
}
.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -3%;
  display: inline-block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}
.comment-purple:before {
  color: #d858ff;
}
.comment01 {
  top: -0.5em;
  left: inherit;
  left: calc(50% + 150px);
}
.comment01::before {
  font-size: 7.5em;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeTitle p {
  background-color: #ffb355;
  color: #602800;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  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;
}
.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}
.box-compose .box-composeMain-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 5px;
  color: #e3dcff;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}
.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-color: #ad75e2;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #e2a5ff;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .box-composeMain:nth-child(odd) {
  background-color: #9d89f8;
  white-space: 10px;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d2bdf8;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.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);
}
.box-compose .symbol i {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .box-compose .symbol i {
    font-size: 1.5rem;
  }
}
.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.box-compose .number {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .box-compose .number {
    font-size: 1.8rem;
  }
}

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;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
ul.tabBtn li a {
  display: block;
  width: 150px;
  margin: 5px;
  padding: 8px 12px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  background: rgb(214.5, 214.5, 214.5); /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(214.5, 214.5, 214.5)), to(rgb(163.5, 163.5, 163.5)));
  background: linear-gradient(to bottom, rgb(214.5, 214.5, 214.5) 20%, rgb(163.5, 163.5, 163.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 3px 3px rgb(99.75, 99.75, 99.75);
          box-shadow: 0px 3px 3px rgb(99.75, 99.75, 99.75);
  color: #272727;
  line-height: 1.2;
  color: #272727;
  background: gradientLinear(to bottom, #d8e0e7 0%, #b2bac3 45%, #8b949c 100%);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.6);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  border: 1px solid #bdbdbd;
  -webkit-transition: background 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.1s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.1s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
}
ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #272727;
  border: 1px solid #ffe499;
  background: rgb(255, 190.2, 10.2); /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(255, 190.2, 10.2)), to(rgb(255, 211.8, 91.8)));
  background: linear-gradient(to bottom, rgb(255, 190.2, 10.2) 20%, rgb(255, 211.8, 91.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 2px rgb(229.5, 168.75, 0), inset 0 2px 2px 2px #ffc933, inset 0 -10px 10px 0px rgb(255, 217.2, 112.2);
          box-shadow: 0px 2px rgb(229.5, 168.75, 0), inset 0 2px 2px 2px #ffc933, inset 0 -10px 10px 0px rgb(255, 217.2, 112.2);
  color: #272727;
}

.tabMain {
  display: none;
  padding: 20px;
}
.tabMain.active {
  display: block;
}
@media screen and (max-width: 575px) {
  .tabMain {
    padding: 0;
  }
}

.prize-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.prize-container .prize-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.prize-container .prize-col img {
  width: 100%;
  height: auto;
}
.prize-container > .txt-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  font-size: 1rem;
  color: #ffffff;
  margin-top: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .prize-container .prize-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}