@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.fa-equals {
  width: 0.85em;
  height: 0.85em;
  background-image: url("../../images/equals.svg");
  background-size: 100%;
}

html,
body {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
  line-height: 24px;
  font-size: 19px;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wrapper {
  color: #202c0d;
  animation: back 4s linear infinite;
  -webkit-animation: back 4s linear infinite;
  background-image: url(../../images/headBg.jpg), url(../../images/BodyBg.jpg);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #000;
}

@-webkit-keyframes back {
  0% {
    background-image: url(../../images/headBg_2.jpg), url(../../images/BodyBg.jpg);
  }
  35% {
    background-image: url(../../images/headBg_2.jpg), url(../../images/BodyBg.jpg);
  }
  60% {
    background-image: url(../../images/headBg.jpg), url(../../images/BodyBg.jpg);
  }
  100% {
    background-image: url(../../images/headBg_2.jpg), url(../../images/BodyBg.jpg);
  }
}

@keyframes back {
  0% {
    background-image: url(../../images/headBg_2.jpg), url(../../images/BodyBg.jpg);
  }
  35% {
    background-image: url(../../images/headBg_2.jpg), url(../../images/BodyBg.jpg);
  }
  60% {
    background-image: url(../../images/headBg.jpg), url(../../images/BodyBg.jpg);
  }
  100% {
    background-image: url(../../images/headBg_2.jpg), url(../../images/BodyBg.jpg);
  }
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 705px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 228px;
  height: 102px;
}

.header .logo {
  position: absolute;
  top: 26px;
  right: 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: 0;
  left: 50px;
  background-repeat: no-repeat;
  -webkit-animation: twinkling 3s infinite;
          animation: twinkling 3s infinite;
}

.header .slogan {
  width: 742px;
  height: 513px;
  position: absolute;
  top: 72px;
  left: 120px;
  background-repeat: no-repeat;
  -webkit-animation: fadeInUp 0.8s, pulse 1.8s 1s infinite;
          animation: fadeInUp 0.8s, pulse 1.8s 1s infinite;
}

@-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;
  background: url("../../images/navBg.png") left top repeat;
  height: auto;
}

.nav .container {
  width: 1266px;
  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: 211px;
  height: 102px;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -211px !important;
}

.nav .container ul.navBtn li.navBtn3 a {
  background-position-x: -422px !important;
}

.nav .container ul.navBtn li.navBtn4 a {
  background-position-x: -633px !important;
}

.nav .container ul.navBtn li.navBtn5 a {
  background-position-x: -844px !important;
}

.nav .container ul.navBtn li.navBtn6 a {
  background-position-x: -1055px !important;
}

.nav .container ul.navBtn li a:hover, .nav .container ul.navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
  background-size: 600%;
}

.nav .container ul.navBtn li a {
  width: 211px;
  height: 102px;
  display: block;
  margin: 0 auto;
  background-image: url(../../images/navBtn.png);
  background-size: 600%;
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn {
  margin-bottom: 0px;
}

.content__btn div {
  width: 170px;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 155px;
  color: #ffcf00;
  font-weight: bold;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 4px solid #f9c445;
  background-image: none;
  background-color: #604505;
}

.content__btn div a {
  width: 155px;
  color: #000;
  border: 1px solid #604505;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  /*padding-bottom: 3%;*/
}

.content .container {
  width: 1228px;
  padding: 0 50px 50px 50px;
  background-image: url("../../images/contentBg.jpg");
  background-position: center top;
  background-repeat: repeat-y;
}

.content .container > p,
.content .container ul {
  margin-top: 10px;
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
  margin: 0 0 10px 0;
}

.content .container > h3 img {
  display: block;
  margin: 0 auto 1.5% auto;
}

.content .container > h4 {
  width: 22%;
  position: relative;
  display: block;
  color: #ffce39;
  background-color: #925601;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 12px 0 10px 15px;
  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: 51px;
  height: 65px;
  display: inline-block;
  margin: -15px 3px -15px -15px;
  background-image: url("../../images/icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}

.content .container > h4 p {
  width: calc(100%);
  /*寬度 = 運算式(100% - 3em)*/
}

.content .container > h5 {
  font-size: 1.3em;
  padding: 0.4em;
  text-align: center;
  color: #ffce39;
  margin: 20px 0;
  background-image: #965903;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(150, 89, 3, 0)), color-stop(20%, rgba(150, 89, 3, 0.35)), color-stop(40%, #965903), color-stop(60%, #965903), color-stop(80%, rgba(150, 89, 3, 0.35)), to(rgba(150, 89, 3, 0)));
  background-image: linear-gradient(to left, rgba(150, 89, 3, 0) 0%, rgba(150, 89, 3, 0.35) 20%, #965903 40%, #965903 60%, rgba(150, 89, 3, 0.35) 80%, rgba(150, 89, 3, 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: #6f00ff;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #f835ff;
}

.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: #6f00ff;
  text-decoration: underline;
}

.content .container ol li a:hover,
.content .container ul li a:hover {
  color: #f835ff;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  font-size: 1.6em;
  width: auto;
  min-width: 200px;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #0079ca;
  border-radius: 50px;
  background-image: #48bcff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2ff), color-stop(20%, #00a2ff), color-stop(40%, #48bcff), color-stop(60%, #48bcff), color-stop(80%, #00a2ff), to(#00a2ff));
  background-image: linear-gradient(to bottom, #00a2ff 0%, #00a2ff 20%, #48bcff 40%, #48bcff 60%, #00a2ff 80%, #00a2ff 100%);
  -webkit-box-shadow: 0px 3px 3px #264c77;
          box-shadow: 0px 3px 3px #264c77;
  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: #00b8ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b8ff), color-stop(20%, #00b8ff), color-stop(40%, #00b8ff), color-stop(60%, #00b8ff), color-stop(80%, #00b8ff), to(#00b8ff));
  background-image: linear-gradient(to bottom, #00b8ff 0%, #00b8ff 20%, #00b8ff 40%, #00b8ff 60%, #00b8ff 80%, #00b8ff 100%);
  -webkit-box-shadow: 0px 2px #0099ff, inset 0 2px 2px 2px #15bdff, inset 0 -10px 10px 0px #68d4ff;
          box-shadow: 0px 2px #0099ff, inset 0 2px 2px 2px #15bdff, inset 0 -10px 10px 0px #68d4ff;
  top: 2px;
  color: #fff;
  text-shadow: -2px 0 #00b8ff, 0 2px #00b8ff, 2px 0 #00b8ff, 0 -2px #00b8ff;
}

.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 #909090;
  -webkit-box-shadow: 0px 3px 3px #616161;
          box-shadow: 0px 3px 3px #616161;
  color: #dedede;
}

/* ================= 網格系統 ================= */
.col {
  margin: 1% 0.5%;
}

.item__box {
  background: #6106a3;
  border-radius: 10px;
  border: 3px #6106a3 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: #6106a3;
  font-size: 0.9rem;
  padding: 6px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 500px) {
  .item__box .item__box-title {
    font-size: 0.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: 0.85rem;
  padding: 3px 0;
  border-radius: 0 0 6px 6px;
  color: #6106a3;
  font-weight: bold;
}

@media only screen and (max-width: 500px) {
  .item__box .item__box-get {
    font-size: 0.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 #6106a3 solid;
  border-radius: 10px;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #6106a3;
}

.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 #a5a3a3;
}

.table {
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 5px solid #6106a3;
  /*table-layout: fixed; //表格平均等分*/
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #6106a3;
}

.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 0;
  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: 100%;
  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: #855c91;
  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 #6106a3;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.box > h5 {
  color: #fff;
  background: #6106a3;
  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_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);
	.layer_click {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	//實體獎項列表
	.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;
		h3 {
			font-size: 1.2em;
			line-height: 2em;
			color: #ffb244;
		}
		ol {
			padding-left: 1.5em;
		}
	}

	.box_container {
		position: absolute;
		border-radius: 20px;
		border: 3px solid rgba(166, 133, 76, 0.7);
		background: rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
		transition: all 0.3s;
		overflow-y: scroll;

		> table {
			margin: 0 auto;
		}
	}
	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;
}
*/
.Label_levelUp {
  position: relative;
  width: 100%;
}

.Label_levelUp > div {
  position: absolute;
  z-index: 1888;
  top: -10px;
  right: 5px;
}

/*--------- 368px > 畫面 >1023px 字級-------*/
@media screen and (min-width: 350px) and (max-width: 1023px) {
  html,
  body {
    line-height: 20px;
    font-size: 16px;
  }
  h4 {
    font-size: 20px;
  }
  table td {
    font-size: 15px;
  }
  table td img {
    max-width: 100%;
    height: auto;
  }
  .Label_levelUp {
    position: relative;
    width: 100%;
    text-align: right;
  }
  .Label_levelUp > div {
    position: absolute;
    z-index: 1888;
    top: -10px;
    margin-left: 60%;
  }
  .Label_levelUp > div > img {
    width: 80%;
    height: auto;
  }
}
