@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100&display=swap");
html, body {
  font-family: "Noto Sans TC", "Meiryo", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
  line-height: 1.5em;
  /*基本行高*/
  font-size: 18px;
  /*基本字級*/
  letter-spacing: 1px;
  text-align: justify;
  /*齊頭尾*/
  word-wrap: break-word;
  word-break: break-all;
  scroll-behavior: smooth;
  color: #f6f6f6;
}

.textlg {
  font-size: 1.75em;
}

.textmm {
  font-size: 1.625em;
}

.textnobreak {
  white-space: nowrap;
  font-size: 80%;
}

/*字級*/
.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.Prizetitile {
  color: #fff;
  background-color: #FF30D6;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.cardPrize {
  border-radius: 20px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}

a.Btnrefresh {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-decoration: none !important;
  border-bottom: none !important;
  background-image: url("../../images/refresh-button.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

/*---以下公版--*/
.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #420088;
}

.gotoheader {
  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;
}

.gotoheader a {
  color: #58caff;
}

.gotoheader a:hover {
  color: #ff6f52;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 846px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 289px;
  height: 93px;
}

.header .logo {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .light {
  width: 703px;
  height: 565px;
  position: absolute;
  top: 495px;
  left: 274px;
  background-image: url(../../images/light.png);
  background-repeat: no-repeat;
  -webkit-animation: twinkling 3s infinite;
          animation: twinkling 3s infinite;
}

.header .slogan {
  width: 767px;
  height: 380px;
  position: absolute;
  top: 530px;
  left: 270px;
  background-image: url(../../images/slogan.png);
  background-repeat: no-repeat;
  -webkit-animation: fadeInUp .8s, pulse 1.8s 1s infinite;
          animation: fadeInUp .8s, pulse 1.8s 1s infinite;
}

.header .gashapon {
  width: 443px;
  height: 601px;
  position: absolute;
  top: 15px;
  left: 331px;
  background-image: url(../../images/giftEgg.png);
  background-repeat: no-repeat;
  -webkit-animation: fadeInLeft .8s, bounce 6s .8s infinite;
          animation: fadeInLeft .8s, bounce 6s .8s infinite;
}

.header .cat {
  width: 412px;
  height: 514px;
  position: absolute;
  top: 120px;
  left: 670px;
  background-image: url(../../images/cat.png);
  background-repeat: no-repeat;
  -webkit-animation: fadeIn .5s, cat-shake .5s linear infinite .75s;
          animation: fadeIn .5s, cat-shake .5s linear infinite .75s;
}

@-webkit-keyframes cat-shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes cat-shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  20% {
    -webkit-transform: translateX(-1.5%) translateY(0.1%);
            transform: translateX(-1.5%) translateY(0.1%);
  }
  10% {
    -webkit-transform: translateX(-0.2%) translateY(0.05%);
            transform: translateX(-0.2%) translateY(0.05%);
  }
  40% {
    -webkit-transform: translateX(1%) translateY(-0.2%);
            transform: translateX(1%) translateY(-0.2%);
  }
  10% {
    -webkit-transform: translateX(0.2%) translateY(-0.3%);
            transform: translateX(0.2%) translateY(-0.3%);
  }
  60% {
    -webkit-transform: translateX(-0.8%) translateY(0.1%);
            transform: translateX(-0.8%) translateY(0.1%);
  }
}

@keyframes float {
  0%,
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  20% {
    -webkit-transform: translateX(-1.5%) translateY(0.1%);
            transform: translateX(-1.5%) translateY(0.1%);
  }
  10% {
    -webkit-transform: translateX(-0.2%) translateY(0.05%);
            transform: translateX(-0.2%) translateY(0.05%);
  }
  40% {
    -webkit-transform: translateX(1%) translateY(-0.2%);
            transform: translateX(1%) translateY(-0.2%);
  }
  10% {
    -webkit-transform: translateX(0.2%) translateY(-0.3%);
            transform: translateX(0.2%) translateY(-0.3%);
  }
  60% {
    -webkit-transform: translateX(-0.8%) translateY(0.1%);
            transform: translateX(-0.8%) translateY(0.1%);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes bounce {
  0%, 88%, 91%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  90%, 92% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) scaleY(1.03);
            transform: translate3d(0, -20px, 0) scaleY(1.03);
  }
  93% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0) scaleY(1.01);
            transform: translate3d(0, -6px, 0) scaleY(1.01);
  }
  94% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.97);
            transform: translateZ(0) scaleY(0.97);
  }
  95% {
    -webkit-transform: translate3d(0, -1px, 0) scaleY(1.01);
            transform: translate3d(0, -1px, 0) scaleY(1.01);
  }
}

@keyframes bounce {
  0%, 88%, 91%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  90%, 92% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) scaleY(1.03);
            transform: translate3d(0, -20px, 0) scaleY(1.03);
  }
  93% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0) scaleY(1.01);
            transform: translate3d(0, -6px, 0) scaleY(1.01);
  }
  94% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.97);
            transform: translateZ(0) scaleY(0.97);
  }
  95% {
    -webkit-transform: translate3d(0, -1px, 0) scaleY(1.01);
            transform: translate3d(0, -1px, 0) scaleY(1.01);
  }
}

@-webkit-keyframes twinkling {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes twinkling {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  -webkit-animation: delay .9s, toTop .3s .9s;
          animation: delay .9s, toTop .3s .9s;
  margin: 20px 0;
}

.nav .container {
  width: 985px;
  position: relative;
}

.nav .container ul.navBtn {
  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;
  position: relative;
}

.nav .container ul.navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 325px;
  height: 99px;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -318px !important;
}

.nav .container ul.navBtn li.navBtn3 a {
  background-position-x: -636px !important;
}

.nav .container ul.navBtn li.action a, .nav .container ul.navBtn li a:hover {
  background-position-y: 0 !important;
}

.nav .container ul.navBtn li a {
  width: 318px;
  height: 100%;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: url(../../images/nav.png);
  background-position-y: 99px;
  /*按鈕高度*/
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content h3 {
  font-size: 1.5em;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  text-indent: -99999;
  margin: 10px auto;
}

.content h3 img {
  display: block;
  margin: 0 auto 1.5% auto;
  width: 100%;
  max-width: 100%;
}

.content .container {
  font-family: "Noto Sans TC", "Meiryo", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體" !important;
  width: 1000px;
  padding: 2em;
  background-color: #1f023e;
  margin: 0 auto;
  border-radius: 10px;
  /*本活動文字設定*/
}

.content .container table {
  font-family: "Noto Sans TC", "Meiryo", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 0 auto;
}

.content .container table.text01 {
  color: #000;
}

.content .container table.text01 > th {
  color: #FFF;
}

.content .container table a {
  color: #ffb244;
  text-decoration: none;
  border-bottom: 1px solid #ffb244;
}

.content .container table a:hover {
  color: #f835ff;
  border-bottom: none;
}

.content .container table th {
  font-size: 1em;
}

.content .container table td {
  font-size: 15px;
}

.content .container h4 {
  position: relative;
  display: block;
  color: #f236b5;
  border-radius: 5px;
  font-size: 1.3em;
  font-weight: 900;
  margin: 12px 0 0 0;
  padding: 5px 0;
  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;
}

.content .container h4:before {
  content: '';
  width: 1.9em;
  height: 1.9em;
  display: inline-block;
  margin: -3px 3px;
  background-image: url("../../images/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.content .container h4 p {
  width: calc(100% - 3em);
}

.content .container > h5 {
  font-size: 1.5em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 20px 0;
  background-image: #fd74a2;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(253, 116, 162, 0.35)), color-stop(40%, #fd74a2), color-stop(60%, #fd74a2), color-stop(80%, rgba(253, 116, 162, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(253, 116, 162, 0.35) 20%, #fd74a2 40%, #fd74a2 60%, rgba(253, 116, 162, 0.35) 80%, rgba(0, 0, 0, 0) 100%);
  line-height: 28px;
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #ff3600;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #ff3600;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p a {
  color: #ffb244;
  text-decoration: none;
  border-bottom: 1px solid #ffb244;
}

.content .container > p a:hover {
  color: #f835ff;
  border-bottom: none;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container .subtitile {
  font-size: 1.3em;
  color: #fff799;
  text-align: center;
}

.content .container .subtitile .step {
  color: #fff799;
  width: 5em;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 10px;
  display: inline-block;
  background: #ef1216;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ef1216), to(#71120c));
  background: linear-gradient(to bottom, #ef1216 20%, #71120c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content .container ol,
.content .container ul {
  margin-left: 3em;
}

.content .container ol li,
.content .container ul li {
  font-size: 1em;
  line-height: 1.5em;
}

.content .container ol li a,
.content .container ul li a {
  color: #ffb244;
  text-decoration: none;
  border-bottom: 1px solid #ffb244;
}

.content .container ol li a:hover,
.content .container ul li a:hover {
  color: #f835ff;
  border-bottom: none;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  font-size: 1.25em;
  width: auto;
  min-width: 200px;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #f236b5;
  border-radius: 10px;
  background-image: #f236b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6bcf), color-stop(20%, #ff6bcf), color-stop(40%, #f236b5), color-stop(60%, #f236b5), color-stop(80%, #ff6bcf), to(#ff6bcf));
  background-image: linear-gradient(to bottom, #ff6bcf 0%, #ff6bcf 20%, #f236b5 40%, #f236b5 60%, #ff6bcf 80%, #ff6bcf 100%);
  -webkit-box-shadow: 0px 3px 3px #772670;
          box-shadow: 0px 3px 3px #772670;
  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;
}

.btnBox a:hover {
  background-image: #ff6bcf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f236b5), color-stop(20%, #f236b5), color-stop(40%, #ff6bcf), color-stop(60%, #ff6bcf), color-stop(80%, #f236b5), to(#f236b5));
  background-image: linear-gradient(to bottom, #f236b5 0%, #f236b5 20%, #ff6bcf 40%, #ff6bcf 60%, #f236b5 80%, #f236b5 100%);
  -webkit-box-shadow: 0px 2px #772670,inset 0 2px 2px 2px #f236b5 ,inset 0 -10px 10px 0px #ff6bcf;
          box-shadow: 0px 2px #772670,inset 0 2px 2px 2px #f236b5 ,inset 0 -10px 10px 0px #ff6bcf;
  top: 2px;
  color: #fff;
  text-shadow: -2px 0 #f236b5, 0 2px #ff6bcf, 2px 0 #ff6bcf, 0 -2px #ff6bcf;
}

.btnBox a.endBtn {
  background-image: #818181;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), color-stop(20%, #616161), color-stop(40%, #818181), color-stop(60%, #818181), color-stop(80%, #616161), to(#616161));
  background-image: linear-gradient(to bottom, #616161 0%, #616161 20%, #818181 40%, #818181 60%, #616161 80%, #616161 100%);
  border: 1px solid #8b8a8a;
  -webkit-box-shadow: 0px 3px 3px #616161;
          box-shadow: 0px 3px 3px #616161;
  color: #dedede;
  text-shadow: -2px 0 #616161, 0 2px #616161, 2px 0 #616161, 0 -2px #616161;
}

/* ================= 網格系統 ================= */
.col {
  margin: 1% 0.5%;
}

.item__box {
  background: #FFF;
  border-radius: 10px;
  border: 3px #7450eb solid;
  position: relative;
  margin: 0;
}

.item__box p {
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}

.item__box p img {
  display: block;
  margin: 0 auto;
  width: auto !important;
}

.item__box p.line-through {
  color: #855c91;
  font-weight: bold;
  text-decoration: line-through;
}

.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 {
  color: #fff;
  background-color: #7450eb;
  font-size: .9rem;
  padding: 6px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 500px) {
  .item__box .item__box-title {
    font-size: .85rem;
  }
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-text {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 85%;
  padding: 0;
  text-decoration: line-through;
}

.item__box .item__box-get {
  text-align: center;
  font-size: .85rem;
  padding: 3px 0;
  border-radius: 0 0 6px 6px;
  color: #7450eb;
  font-weight: bold;
}

@media only screen and (max-width: 500px) {
  .item__box .item__box-get {
    font-size: .8rem;
  }
}

.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--02 {
  background: #fff 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#f1f1f1));
  background: linear-gradient(to bottom, #fff 30% 20%, #f1f1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 3px #7450eb solid;
  border-radius: 10px;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #7450eb;
}

.item__box .item__box-btn {
  margin: 3% auto;
  width: 90%;
  font-weight: bold;
}

.item__box .item__box-btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  background: #ff0000 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ff0000), to(#a90000));
  background: linear-gradient(to bottom, #ff0000 30% 20%, #a90000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px #9b0002 solid;
  border-radius: 30px;
  padding: 3%;
}

.item__box .item__box-btn a:hover {
  background: #a90000 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #a90000), to(#ff0000));
  background: linear-gradient(to bottom, #a90000 30% 20%, #ff0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.item__box .item__box-btn a.endBtn {
  background: #616161 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #616161), to(#818181));
  background: linear-gradient(to bottom, #616161 30% 20%, #818181 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #909090;
  -webkit-box-shadow: 0px 3px 3px #616161;
          box-shadow: 0px 3px 3px #616161;
  color: #dedede;
}

.item__box-img img {
  border-radius: 0px;
}

.row.style2 {
  background-color: #fff;
  border-radius: 10px;
}

.row.style2 .col {
  margin: 2px 2px;
}

.row.style2 .item__box {
  border-radius: 0;
}

.row.style2 .item__box-title {
  margin-bottom: 0;
}

.btn_finger {
  cursor: pointer;
}

/*================= table ================= */
.table tr th, .table tr td {
  border: 1px solid #ffafbf;
}

.table {
  font-family: "Noto Sans TC", "Meiryo", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 5px solid #7450eb;
  table-layout: fixed;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #7450eb;
}

.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;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

.table .ImgStyleA {
  width: 8.5%;
}

.table .ImgStyleB {
  width: 15%;
}

.table .ImgStyleC {
  width: 25%;
}

.table .ImgStyleD {
  width: 35%;
}

.table .ImgStyleE {
  width: 45%;
}

.table .ImgStyleF {
  width: 55%;
}

.table .ImgStyleG {
  width: 85%;
}

.table_imgsizeA img {
  width: 35%;
}

.table_imgsizeB img {
  width: 55%;
}

.table_imgsizeC img {
  width: 75%;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitile {
  width: 100%;
  padding: 0;
}

.box-compose .box-composeTitile div {
  background-color: #ffd257;
  color: #000;
  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;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 5px auto;
  width: 97%;
  padding: 10px 0;
}

.box-compose .box-composeMain > 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;
  border-radius: 10px;
  color: #e3dcff;
}

.box-compose .box-composeMain > div > p {
  width: 98%;
  padding: 5px;
}

@media only screen and (max-width: 370px) {
  .box-compose .box-composeMain > div > p {
    font-size: 12px;
  }
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #55b5e3;
}

.box-compose .box-composeMain:nth-child(even) div {
  background: #84d7ff;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(even) div.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #b489f8;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) div {
  background: #d4bdf8;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #482900;
  border: 3px solid #ffc4db;
  -webkit-box-shadow: 0px 0px 5px #d2d2d2;
          box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), to(#ffd5d7));
  background: linear-gradient(to bottom, #FFFFFF 20%, #ffd5d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

/* ================= 內容區塊 ================= */
.box {
  position: relative;
  border-radius: 15px;
  padding-bottom: 20px;
}

.box--size {
  width: 95%;
  margin: 0 auto;
}

.box--color {
  border: 3px solid #7450eb;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.box > h5 {
  color: #fff;
  background: #7450eb;
  padding: 13px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 1.3em;
}

.box > h6 {
  margin-top: 12px;
}

.box > p {
  padding: 10px 30px;
}

.box > img {
  width: 40%;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style02"] {
  border-radius: 10px;
  background: #8f82bc;
}

[data-boxstyle="style02"] p {
  color: #fff6c3;
  text-align: left;
  line-height: 1.5em;
}

[data-boxstyle="style01"] {
  padding: 15px 15px 20px 15px;
  color: #97dbfa;
  line-height: 1.5em;
  outline: 2px dashed #3f535f;
  outline-offset: -12px;
  border-radius: 15px;
  background: #24253f;
}

.box_windows {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.box_windows .layer_click {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box_windows .box_container.record {
  margin: 0 auto;
  top: 2.5%;
  left: 1%;
  width: 98%;
  height: 95%;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.2em;
}

.box_windows .box_container.record h3 {
  font-size: 1.2em;
  line-height: 2em;
  color: #ffb244;
}

.box_windows .box_container.record ol {
  padding-left: 1.5em;
}

.box_windows .box_container {
  position: absolute;
  border-radius: 20px;
  border: 3px solid rgba(166, 133, 76, 0.7);
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
}

.box_windows .box_container > table {
  margin: 0 auto;
}

.box_windows a.btn_x {
  position: absolute;
  display: block;
  top: 3.75%;
  right: 1.7%;
  width: 3.2em;
  height: 3.2em;
  background-image: url(../../images/btn_x.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 20;
}

.go_in {
  display: block;
  opacity: 1;
}

.go_out {
  display: none;
  opacity: 0;
}
