@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  font-size: 19px;
}

.wrapper {
  -webkit-animation: back 2.5s linear infinite;
          animation: back 2.5s linear infinite;
  color: #202c0d;
  background-image: url(/Action/11_star31/20200630M/images/indexBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #00256b;
}

@-webkit-keyframes back {
  0% {
    background-image: url(../../images/indexBg.jpg);
  }
  35% {
    background-image: url(../../images/indexBg-2.jpg);
  }
  60% {
    background-image: url(../../images/indexBg-2.jpg);
  }
  100% {
    background-image: url(../../images/indexBg.jpg);
  }
}

@keyframes back {
  0% {
    background-image: url(../../images/indexBg.jpg);
  }
  35% {
    background-image: url(../../images/indexBg-2.jpg);
  }
  60% {
    background-image: url(../../images/indexBg-2.jpg);
  }
  100% {
    background-image: url(../../images/indexBg.jpg);
  }
}

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

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

.header canvas {
  display: block;
  z-index: 999;
}

.header .logo, .header .logo a {
  width: 415px;
  height: 132px;
}

.header .logo {
  position: absolute;
  top: 60px;
  left: 294px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .light {
  width: 609px;
  height: 421px;
  position: absolute;
  top: 66px;
  left: 185px;
  background-image: url(../../images/light.png);
}

.header .icon {
  width: 253px;
  height: 254px;
  position: absolute;
  top: 5px;
  left: 714px;
  background-image: url(../../images/Bubble.png);
  background-repeat: no-repeat;
}

.header .subtitle {
  width: 660px;
  height: 372px;
  position: absolute;
  top: 147px;
  left: 128px;
  background-image: url(../../images/slogan.png);
  background-repeat: no-repeat;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  -webkit-animation: delay .9s, toTop .3s .9s;
          animation: delay .9s, toTop .3s .9s;
  margin: 20px 0;
}

.nav .container {
  width: 930px;
  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: 310px;
  height: 174px;
}

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

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

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

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

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

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

.content .container {
  width: 1000px;
  padding: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: white;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.851);
  padding-bottom: 3%;
}

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

.content .container > h3 img {
  display: block;
  max-width: 429px;
  width: 70%;
  margin: 0 auto 1.5% auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #53187a;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.35em;
  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: "";
  background-image: url("../../images/water.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin: 0 12px 0 0;
  display: inline-block;
}

.content .container > h4:after {
  content: "";
  background-image: url("../../images/water.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0px 0 15px;
  display: inline-block;
}

.content .container > h5 {
  font-size: 1.3em;
  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: #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 {
  width: auto;
  padding: 10px;
  color: #fff;
  border: 2px solid #a8363e;
  background-image: #ff89a0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f75d7c), color-stop(20%, #f75d7c), color-stop(40%, #ff89a0), color-stop(60%, #ff89a0), color-stop(80%, #f75d7c), to(#f75d7c));
  background-image: linear-gradient(to bottom, #f75d7c 0%, #f75d7c 20%, #ff89a0 40%, #ff89a0 60%, #f75d7c 80%, #f75d7c 100%);
  -webkit-box-shadow: 0px 3px 3px #77262c;
          box-shadow: 0px 3px 3px #77262c;
}

.btnBox a:hover {
  background-image: #ff89a0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f75d7c), color-stop(20%, #f75d7c), color-stop(40%, #ff89a0), color-stop(60%, #ff89a0), color-stop(80%, #f75d7c), to(#f75d7c));
  background-image: linear-gradient(to bottom, #f75d7c 0%, #f75d7c 20%, #ff89a0 40%, #ff89a0 60%, #f75d7c 80%, #f75d7c 100%);
  -webkit-box-shadow: 0px 2px #ff5274,inset 0 2px 2px 2px #fd95b2 ,inset 0 -10px 10px 0px #ffb7cb;
          box-shadow: 0px 2px #ff5274,inset 0 2px 2px 2px #fd95b2 ,inset 0 -10px 10px 0px #ffb7cb;
  top: 2px;
  color: #fff;
  text-shadow: -2px 0 #f75d7c, 0 2px #f75d7c, 2px 0 #f75d7c, 0 -2px #f75d7c;
}

.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 ================= */
.item__box {
  background: none;
  border: none;
}

.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: #5400b2;
}

.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;
  color: #ff0000;
  font-weight: bold;
  font-size: 155%;
  padding: 5px 5px 10px 5px;
}

.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 #5400b2 solid;
  border-radius: 10px;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #5400b2;
}

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

.freeSynthesis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.symbol {
  height: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*================= table ================= */
.table tr th, .table tr td {
  border: 1px solid #b3b3b3;
}

.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 #5400b2;
  table-layout: fixed;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #5400b2;
}

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

.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 #5400b2;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.box > h5 {
  color: #fff;
  background: #5400b2;
  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="style01"] {
  border-radius: 10px;
  background: #8f82bc;
}

[data-boxstyle="style01"] p {
  color: #fff6c3;
  text-align: left;
  line-height: 1.5em;
}

[data-boxstyle="style02"] {
  color: #233300;
  line-height: 1.5em;
  outline: 2px dashed #eaffba;
  outline-offset: -12px;
  border-radius: 15px;
  background: #96cc1b;
}
