@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 {
  color: #fff;
  background-image: url(/Action/11_star31/20200623S/images/indexBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #370050;
}

.upperLayer {
  z-index: 9;
  position: relative;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 865px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 280px;
  height: 109px;
}

.header .logo {
  position: absolute;
  top: 4px;
  left: 512px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .slogan {
  width: 930px;
  height: 366px;
  position: absolute;
  top: 502px;
  left: 157px;
  background-image: url(../../images/slogan.png);
  background-repeat: no-repeat;
}

.header .role01 {
  width: 699px;
  height: 1001px;
  position: absolute;
  top: 0px;
  left: 52px;
  background-image: url(../../images/role01.png);
  background-repeat: no-repeat;
}

.header .role02 {
  width: 511px;
  height: 991px;
  position: absolute;
  top: 2px;
  left: 660px;
  background-image: url(../../images/role02.png);
  background-repeat: no-repeat;
}

.header .symbol01 {
  width: 351px;
  height: 224px;
  position: absolute;
  top: 693px;
  left: 60px;
  background-image: url(../../images/symbol01.png);
  background-repeat: no-repeat;
}

.header .symbol02 {
  width: 336px;
  height: 191px;
  position: absolute;
  top: 731px;
  left: 820px;
  background-image: url(../../images/symbol02.png);
  background-repeat: no-repeat;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  margin: 0 auto 1% auto;
}

.nav .container {
  width: 980px;
  position: relative;
}

.nav .container ul.navBtn {
  width: 100%;
  position: relative;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  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 .container ul.navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  width: 321px;
  height: 102px;
  padding-bottom: 10.40816%;
  margin: 5px 0px;
  /*&:nth-child(odd){
                    margin-top: 110px;
                }*/
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}

.nav .container ul.navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}

.nav .container ul.navBtn li.navBtn4 a {
  background-position-x: -300% !important;
}

.nav .container ul.navBtn li.navBtn5 a {
  background-position-x: -400% !important;
}

.nav .container ul.navBtn li.navBtn6 a {
  background-position-x: -500% !important;
}

.nav .container ul.navBtn li a:hover, .nav .container ul.navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .container ul.navBtn li a {
  height: 0;
  padding-bottom: 31.7757%;
  background-size: 600% 100%;
  display: block;
  margin: 0 auto;
  background-image: url(../../images/navBtn.png);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 2.5%;
}

.content .container {
  width: 960px;
  padding: 20px 35px;
  border-radius: 35px;
  background-color: rgba(6, 0, 68, 0.35);
  border: 6px solid #000;
  -webkit-box-shadow: 0px 0px 16px #d712ff inset;
          box-shadow: 0px 0px 16px #d712ff inset;
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
  margin-bottom: 15px;
}

.content .container > h3 img {
  display: block;
  max-width: 525px;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #00d2da;
  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: '';
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  margin: -1px 2px;
  background-image: url("../../images/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.content .container > h5 {
  font-size: 1.3em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 12px 0;
  background-image: #a100d7;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(87, 0, 117, 0)), color-stop(20%, rgba(87, 0, 117, 0.75)), color-stop(40%, #a100d7), color-stop(60%, #a100d7), color-stop(80%, rgba(87, 0, 117, 0.75)), to(rgba(87, 0, 117, 0)));
  background-image: linear-gradient(to left, rgba(87, 0, 117, 0) 0%, rgba(87, 0, 117, 0.75) 20%, #a100d7 40%, #a100d7 60%, rgba(87, 0, 117, 0.75) 80%, rgba(87, 0, 117, 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: #fff600;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #ff00de;
}

.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: #fff600;
  text-decoration: underline;
}

.content .container ol li a:hover,
.content .container ul li a:hover {
  color: #ff00de;
}

.content .raise {
  position: absolute;
  right: -6%;
  top: 15%;
  width: 20%;
}

.content .raise_move {
  right: 30%;
  top: 45%;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  color: #500900;
  border: 1px solid #ff5400;
  background-image: #ffb03f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8609), color-stop(20%, #ff8609), color-stop(40%, #ffb03f), color-stop(60%, #ffb03f), color-stop(80%, #ff8609), to(#ff8609));
  background-image: linear-gradient(to bottom, #ff8609 0%, #ff8609 20%, #ffb03f 40%, #ffb03f 60%, #ff8609 80%, #ff8609 100%);
  -webkit-box-shadow: 0px 3px 3px #ff3000;
          box-shadow: 0px 3px 3px #ff3000;
}

.btnBox a:hover {
  background-image: #ffb03f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8609), color-stop(20%, #ff8609), color-stop(40%, #ffb03f), color-stop(60%, #ffb03f), color-stop(80%, #ff8609), to(#ff8609));
  background-image: linear-gradient(to bottom, #ff8609 0%, #ff8609 20%, #ffb03f 40%, #ffb03f 60%, #ff8609 80%, #ff8609 100%);
  -webkit-box-shadow: 0px 2px #ff3000,inset 0 2px 2px 2px #ffa143 ,inset 0 -10px 10px 0px #ffc993;
          box-shadow: 0px 2px #ff3000,inset 0 2px 2px 2px #ffa143 ,inset 0 -10px 10px 0px #ffc993;
  top: 2px;
  color: #ca1700;
}

.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;
}

/* ================= item__box ================= */
.item__box {
  background: none;
  border: none;
}

.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: #7e0ba5;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff0000;
  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: #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 #7e0ba5 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #7e0ba5;
}

.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: 0px solid #6d001f;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  line-height: 26px;
  border-collapse: initial;
  border-spacing: 2px;
  border-radius: 5px;
  color: #000;
  border: 3px solid #7e0ba5;
  table-layout: fixed;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #7e0ba5;
}

.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: #fff9f0;
}

.table tr td[data-tdstyle="style02"] {
  background-color: #ffeed4;
}

.table .ImgStyleA {
  width: 8.5%;
}

.table .ImgStyleB {
  width: 15%;
}

.table .ImgStyleC {
  width: 20%;
}

.table .ImgStyleD {
  width: 30%;
}

.table .ImgStyleE {
  width: 40%;
}

.table .ImgStyleF {
  width: 50%;
}

.table .ImgStyleG {
  width: 70%;
}

.table .ImgStyleH {
  width: 85%;
}

.table .ImgStyleI {
  width: 100%;
}

.table_imgsizeA img {
  width: 28%;
}

.table_imgsizeB img {
  width: 40%;
}

.table_imgsizeC img {
  width: 60%;
}

.table_imgsizeD img {
  width: 75%;
}

.table_imgsizeE img {
  width: 100%;
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn {
  margin-bottom: 0px;
}

.content__btn div {
  width: 185px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 155px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7e0ba5), to(#2e0054));
  background-image: linear-gradient(to bottom, #7e0ba5 0%, #2e0054 100%);
}

.content__btn div a {
  width: 155px;
  color: #ffd200;
}

/*================= 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 #7e0ba5;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}

.box > h5 {
  color: #fff;
  background: #7e0ba5;
  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;
}

/* ================ 虛寶合成 ================= */
.formula {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
}

.formula .formula_box {
  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;
  margin: 1% 0;
}

.formula .formula_color {
  border: 3px solid #7e0ba5;
  padding: 3% 2%;
  background-color: rgba(0, 0, 0, 0.2);
}

.formula .formula_title {
  font-size: 120%;
  line-height: 36px;
  border-radius: 50px;
  border: 1px solid #7e0ba5;
  color: #fff;
  background: #7e0ba5;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #7e0ba5), to(#2e0054));
  background: linear-gradient(to bottom, #7e0ba5 20%, #2e0054 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.formula .formula_title_big {
  width: 60%;
  margin-right: 10%;
}

.formula .formula_title_small {
  width: 25%;
}

/*獎項*/
.formula_prize {
  width: 45%;
  padding: 6px 0;
  float: left;
  margin: 0 5px;
  border-radius: 15px;
  border: 2px solid #7e0ba5;
  color: #fff;
  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+ */
}

.formula_prize img {
  display: block;
  margin: 0 auto;
  width: 35%;
}

.formula_prize .imgbig {
  width: 58%;
}

.formula_prize .formula_get {
  line-height: 2em;
  background-color: #7e0ba5;
}

.formula_prize .formula_total {
  color: #ff0000;
  font-size: 80%;
  line-height: 2em;
}

/*符號*/
.formula_symbol {
  width: 12%;
  float: left;
}

.formula_symbol img {
  display: block;
  margin: 0 auto;
  width: 85%;
}
