@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap");
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  font-family: "Noto Sans TC", sans-serif, "Meiryo", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-size: 1.125em;
  color: #fff;
  scroll-behavior: smooth;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #030615;
}

.upperLayer {
  z-index: 9;
  position: relative;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 611px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 159px;
  height: 108px;
}

.header .logo {
  position: absolute;
  top: 50px;
  left: 200px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .slogan01 {
  width: 899px;
  height: 222px;
  position: absolute;
  top: 390px;
  left: 211px;
  background-image: url(../../images/slogan.png);
}

.header .slogan02 {
  width: 798px;
  height: 361px;
  position: absolute;
  top: 160px;
  left: 250px;
  background-image: url(../../images/car.png);
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 950px;
  margin: 0 auto 1% auto;
  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: 303px;
  height: 84px;
  margin: 5px 3px;
  padding-bottom: 8.84211%;
}

.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: 27.72277%;
  background-size: 600% 100%;
  display: block;
  margin: 0 auto;
  background-image: url(../../images/navBtn.png);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 3%;
}

.content .container {
  width: 1000px;
  padding: 25px 35px;
  background-color: #000000;
  border-radius: 20px;
  /*Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>*/
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
}

.content .container > h3 img {
  display: block;
  max-width: 820px;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #80b3ee;
  border-radius: 5px;
  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;
  font-weight: bold;
  font-size: 1.2em;
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.1em;
  height: 2em;
  display: inline-block;
  margin: -12px 8px;
}

.content .container > h5, .content .container .box > h5, .content .container ul.tabMain > li > h5 {
  font-size: 1.4em;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  margin: 20px 0 0 0;
  line-height: 45px;
  background-image: #014796;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 0, 58, 0)), color-stop(20%, rgba(0, 14, 58, 0.65)), color-stop(40%, #014796), color-stop(60%, #014796), color-stop(80%, rgba(0, 14, 58, 0.65)), to(rgba(4, 0, 58, 0)));
  background-image: linear-gradient(to left, rgba(4, 0, 58, 0) 0%, rgba(0, 14, 58, 0.65) 20%, #014796 40%, #014796 60%, rgba(0, 14, 58, 0.65) 80%, rgba(4, 0, 58, 0) 100%);
}

.content .container h6 {
  font-size: 1.125em;
  padding: 8px 12px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  background-color: #014796;
  border-radius: 10px;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #014796;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content .container > p {
  margin-left: 3.5em;
  line-height: 32px;
}

.content .container > p a {
  color: #00fcff;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #fff600;
}

.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: 0 0.8em 0.8em 3.5em;
}

.content .container ol li > a, .content .container ul li > a {
  color: #ee8f00;
  text-decoration: underline;
}

.content .container ol li > a:hover, .content .container ul li > a:hover {
  color: #e100ff;
}

.content .container ol.list, .content .container ul.list {
  list-style-type: none;
  text-align: left;
  margin-bottom: 1.2em;
}

.content .container ol.list li, .content .container ul.list li {
  text-indent: -1.2em;
  margin-bottom: 0.2em;
}

.content .container ol.disc, .content .container ul.disc {
  list-style-type: disc;
  text-align: left;
}

.content .container ol.square, .content .container ul.square {
  list-style-type: square;
  text-align: left;
}

.content .container ol.arrow li::before, .content .container ul.arrow li::before {
  content: '※ ';
  margin-left: 2px;
}

.content .container ol.asterisk > li:before, .content .container ul.asterisk > li:before {
  content: '● ';
}

.content .container ol.asterisk > li table, .content .container ul.asterisk > li table {
  margin-left: 0;
  text-indent: 0;
}

.content .container .ImgStyleA {
  width: 12%;
}

.content .container .ImgStyleB {
  width: 16%;
}

.content .container .ImgStyleC {
  width: 20%;
}

.content .container .ImgStyleD {
  width: 30%;
}

.content .container .ImgStyleE {
  width: 50%;
}

.content .container .ImgStyleF {
  width: 60%;
}

.content .container .ImgStyleG {
  width: 100%;
}

.tiptext {
  border: 1px dashed rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
}

/*本活動文字設定*/
.textlg {
  font-size: 1.75em;
}

.textMm {
  font-size: 1.625em;
}

.textnobreak {
  white-space: nowrap;
  font-size: 80%;
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn {
  margin-bottom: 0px;
  padding: 25px 0 0 0;
}

.content__btn div {
  width: 130px;
  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: 120px;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#5e7cff), to(#7f005a));
  background: linear-gradient(to right, #5e7cff, #7f005a);
}

.content__btn div a {
  width: 100%;
  border: 1px solid #505050;
  border-radius: 12px;
  color: #ffae00;
  padding: 8px;
}

.content__btn div.action > a {
  border-radius: 12px;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  color: #fff;
  border: 3px solid #ff0000;
  background-image: #f60000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d60000), color-stop(20%, #d60000), color-stop(40%, #f60000), color-stop(60%, #f60000), color-stop(80%, #d60000), to(#d60000));
  background-image: linear-gradient(to bottom, #d60000 0%, #d60000 20%, #f60000 40%, #f60000 60%, #d60000 80%, #d60000 100%);
  -webkit-box-shadow: 0px 3px 3px #000;
          box-shadow: 0px 3px 3px #000;
  min-width: 45%;
  padding: 12px 0;
  border-radius: 35px;
  font-size: 1.1em;
}

.btnBox a:hover {
  background-image: #ff0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df0000), color-stop(20%, #df0000), color-stop(40%, #ff0000), color-stop(60%, #ff0000), color-stop(80%, #df0000), to(#df0000));
  background-image: linear-gradient(to bottom, #df0000 0%, #df0000 20%, #ff0000 40%, #ff0000 60%, #df0000 80%, #df0000 100%);
  -webkit-box-shadow: 0px 2px #2c0000,inset 0 2px 2px 2px #ac0000 ,inset 0 -10px 10px 0px #960000;
          box-shadow: 0px 2px #2c0000,inset 0 2px 2px 2px #ac0000 ,inset 0 -10px 10px 0px #960000;
  top: 2px;
  color: #fffb00;
}

.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;
}

.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 130px;
  position: absolute;
  top: -2px;
  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;
}

.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);
}

/* =================泡泡對話窗  =================*/
.comment {
  width: 6em;
  height: 6em;
  position: absolute;
  top: -1em;
  left: calc(80% + 35px);
}

@media only screen and (max-width: 500px) {
  .comment {
    left: calc(50% + 24px);
    width: 4.5em;
    height: 4.5em;
  }
}

.comment:before {
  content: '\f075';
  font-family: "FontAwesome";
  font-size: 9em;
  display: inline-block;
  color: #d31818;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 500px) {
  .comment:before {
    font-size: 4.5em;
  }
}

.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: -.6em;
  left: -30%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  color: #fff;
  font-size: 0.95em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .comment:after {
    font-size: .85em;
    line-height: 1.125em;
    letter-spacing: 0;
  }
}

.comment-purple:before {
  color: #d858ff;
}

.dialogBoxA {
  position: absolute;
  background: url("../../images/dialogBox.svg") no-repeat center center;
  background-size: 83% !important;
  -webkit-transform: scale(1, 0.7);
          transform: scale(1, 0.7);
  padding: 10px;
  /*文字設定*/
}

.dialogBoxA > p {
  display: flow-root;
  padding: 32px 20px;
  font-size: 13px;
  line-height: 15px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-transform: scale(1, 1.4);
          transform: scale(1, 1.4);
}

/* ================= item__box ================= */
.item__box {
  background-color: #fff;
  border-color: #014796;
  border-width: 5px;
}

.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: #014796;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #000000;
  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: #fff;
  border: 3px #014796 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #014796;
}

.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, .tableA tr th, .tableA tr td {
  border: 1px solid #d9d9d9;
}

.table {
  font-family: "Noto Sans TC", sans-serif, "Meiryo", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
  font-size: 1em;
  line-height: 1.3em;
  border-collapse: initial;
  border-radius: 5px;
  color: #000;
  border: 5px solid #014796;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  padding: 10px;
  color: #fff;
  font-size: 1.2em;
  background: #014796;
}

.table tr th[data-tdstyle="style01"] {
  background-color: #8e39d0;
}

.table tr td {
  padding: 10px;
  color: #000;
  font-family: "Noto Sans TC", sans-serif, "Meiryo", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
}

.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 {
  margin: 10px auto;
  display: inline-block;
  max-width: 100%;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style02"] {
  background-color: #ffecdb;
}

.table tr td a {
  color: #0077ff;
  text-decoration: underline;
}

.table tr td a:hover {
  color: #ff0000;
}

.table_margin img {
  display: block;
  margin: 0 auto;
}

.table_imgsizeA img {
  width: 25%;
}

.table_imgsizeB img {
  width: 35%;
}

.table_imgsizeC img {
  width: 45%;
}

.table_imgsizeD img {
  width: 85%;
}

.table_imgsizeE img {
  width: 90%;
}

.table_imgsizeF img {
  width: 100%;
}

.tableA {
  font-family: "Noto Sans TC", sans-serif, "Meiryo", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
  font-size: 0.9em;
  line-height: 1.2em;
  border-collapse: initial;
  border-radius: 5px;
  text-align: center;
  color: #000;
  border: 5px solid #014796;
  table-layout: fixed;
}

.tableA tr {
  background: #fff;
}

.tableA tr th {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #014796;
}

.tableA tr th[data-tdstyle="style01"] {
  background-color: #8e39d0;
}

.tableA tr td {
  padding: 10px;
  font-family: "Noto Sans TC", sans-serif, "Meiryo", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
}

.tableA 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;
}

.tableA tr td img {
  margin: 10px auto;
  display: inline-block;
  max-width: 100%;
}

.tableA tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.tableA tr td[data-tdstyle="style02"] {
  background-color: #ffecdb;
}

.tableA tr td a {
  color: #0077ff;
  text-decoration: underline;
}

.tableA tr td a:hover {
  color: #ff0000;
}

.tableA_margin img {
  display: block;
  margin: 0 auto;
}

.tableA_imgsizeA img {
  width: 25%;
}

.tableA_imgsizeB img {
  width: 35%;
}

.tableA_imgsizeC img {
  width: 45%;
}

.tableA_imgsizeD img {
  width: 85%;
}

.tableA_imgsizeE img {
  width: 90%;
}

.tableA_imgsizeF img {
  width: 100%;
}

/*================= 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: #c869ee;
}

.box-compose .box-composeMain:nth-child(even) div {
  background: #e797ff;
  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;
  margin: 0 auto;
  overflow: auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box--size {
  width: 95%;
  padding: 0 20px 20px 20px;
  border-radius: 10px;
}

.box--color {
  border: 4px solid #014796;
  color: #fff;
}

.box--tit {
  float: left;
  width: 65%;
}

.box--img {
  float: left;
  width: 28%;
  display: block;
  margin-right: 3%;
}

.box--img img {
  width: 100%;
}

.box > p {
  padding: 10px;
  text-align: center;
}

.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"] {
  color: #97dbfa;
  line-height: 1.5em;
  outline: 2px dashed #3f535f;
  outline-offset: -12px;
  border-radius: 15px;
  background: #24253f;
}

/* ================= ribbon=================*/
.ribbon {
  width: 100%;
  position: relative;
}

.ribbon3 {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  left: -8px;
  top: -10px;
  background: #b80037;
  color: #fff;
}

.ribbon3:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon3:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #b80037;
}

/* ================ 虛寶合成 ================= */
.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 #014796;
  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 #014796;
  color: #fff;
  background: #c61144;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #c61144), to(#580031));
  background: linear-gradient(to bottom, #c61144 20%, #580031 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.formula .formula_title_big {
  width: 43%;
  margin-right: 10%;
}

.formula .formula_title_small {
  width: 43%;
}

/*獎項*/
.formula_prize {
  width: 45%;
  padding: 6px 0;
  float: left;
  margin: 0 5px;
  border-radius: 15px;
  border: 2px solid #014796;
  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: 30%;
}

.formula_prize .imgbig {
  width: 58%;
}

.formula_prize .formula_get {
  line-height: 2em;
  background-color: #014796;
}

.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%;
}

/* ================ 內分頁切換區 ================= */
ul.tabBtn {
  text-align: center;
  margin: auto 0 !important;
  margin-bottom: 10px;
  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;
}

ul.tabBtn li {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px 10px;
  border: 1px solid #7dc5ff;
  border-radius: 20px;
  color: #2676b8;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ac3ff), color-stop(20%, #93cfff), color-stop(40%, #c4e9ff), color-stop(60%, #c4e9ff), color-stop(80%, #93cfff), to(#7ac3ff));
  background-image: linear-gradient(to bottom, #7ac3ff 0%, #93cfff 20%, #c4e9ff 40%, #c4e9ff 60%, #93cfff 80%, #7ac3ff 100%);
  -webkit-box-shadow: 0px 3px 0 #40c3ff;
          box-shadow: 0px 3px 0 #40c3ff;
}

ul.tabBtn li img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #db5000;
  font-weight: bold;
  background-color: black;
  border: 1px solid #ffbb00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe600), color-stop(20%, #ffe600), color-stop(40%, #ffe600), color-stop(60%, #ffe600), color-stop(80%, #ffe600), to(#ffe600));
  background-image: linear-gradient(to bottom, #ffe600 0%, #ffe600 20%, #ffe600 40%, #ffe600 60%, #ffe600 80%, #ffe600 100%);
  -webkit-box-shadow: 0px 2px #ffb121,inset 0 2px 2px 2px #ffec45 ,inset 0 -10px 10px 0px #fff7ac;
          box-shadow: 0px 2px #ffb121,inset 0 2px 2px 2px #ffec45 ,inset 0 -10px 10px 0px #fff7ac;
}

ul.tabBtn li:hover img, ul.tabBtn li.active img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

ul.tabBtn li.Btntext {
  display: inline-flexbox;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

ul.tabBtn .tabBtnStyle {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.tabMain {
  list-style: none;
  text-align: center;
  padding: 10px 10px 15px 10px;
  margin: auto 0 !important;
  background: #0d0f29;
  border-radius: 20px;
}

ul.tabMain > li {
  display: none;
}

/* ================= 歡慶加碼送 ================= */
.extraprize {
  padding: 10px;
  list-style: none;
  margin: 0 auto 0 auto !important;
  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;
}

.extraprize > li > div {
  width: 120px;
}

.extraprize .tipimg {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 635px) {
  .extraprize .tipimg {
    display: block;
    width: 100px;
    max-width: none;
    min-width: 100%;
    position: absolute;
    top: -130px;
    left: 360px;
  }
}

@media screen and (max-width: 560px) {
  .extraprize .tipimg {
    width: 80px;
    min-width: 80%;
    top: -130px;
    left: 300px;
  }
}

@media screen and (max-width: 414px) {
  .extraprize {
    padding: 10px;
    list-style: none;
    float: none;
    margin: 0 auto;
    display: flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
  }
  .extraprize > li {
    margin: 10px;
  }
  .extraprize .tipimg {
    position: relative;
    width: 80px;
    min-width: 80%;
    top: 0;
    left: 0;
  }
}
