@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  font-size: 18px;
  background-image: url(/Action/79_TMD/20190730S/images/bg_repeat.jpg);
  background-position: top center;
  background-repeat: repeat-y;
}

.wrapper {
  color: #fff;
  background-image: url(/Action/79_TMD/20190730S/images/indexBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

.upperLayer {
  z-index: 9;
  position: relative;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 815px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 174px;
  height: 115px;
}

.header .logo {
  position: absolute;
  top: 4px;
  left: 325px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background: url(../../images/logo.png);
}

.header .goldenegg {
  width: 539px;
  height: 620px;
  position: absolute;
  top: -10px;
  left: 403px;
  background-image: url(../../images/goldenegg.png);
}

.header .slogan01 {
  width: 557px;
  height: 267px;
  position: absolute;
  top: 386px;
  left: 353px;
  background-image: url(../../images/slogan01.png);
}

.header .slogan02 {
  width: 1016px;
  height: 339px;
  position: absolute;
  top: 482px;
  left: 147px;
  background-image: url(../../images/slogan02.png);
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 980px;
  margin: 0 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: 322px;
  height: 120px;
  padding-bottom: 12.2449%;
  /*&: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 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: 37.26708%;
  background-size: 500% 100%;
  display: block;
  margin: 0 auto;
  background-image: url(../../images/navBtn.png);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  width: 960px;
  padding: 20px;
  border-radius: 20px;
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
  /*margin-top: 25px;*/
}

.content .container > h3 img {
  display: block;
  max-width: 662px;
  width: 90%;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #F7B239;
  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/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2.125em;
  height: 2.125em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.3em;
  padding: .5em;
  text-align: center;
  color: #000;
  margin: 20px 0;
  background-image: #ffdf85;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(172, 86, 71, 0)), color-stop(20%, rgba(255, 188, 0, 0.35)), color-stop(40%, #ffdf85), color-stop(60%, #ffdf85), color-stop(80%, rgba(255, 188, 0, 0.35)), to(rgba(172, 86, 71, 0)));
  background-image: linear-gradient(to left, rgba(172, 86, 71, 0) 0%, rgba(255, 188, 0, 0.35) 20%, #ffdf85 40%, #ffdf85 60%, rgba(255, 188, 0, 0.35) 80%, rgba(172, 86, 71, 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: #64fdff;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #7bff65;
}

.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: 2em;
}

.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: #64fdff;
  text-decoration: underline;
}

.content .container ol li a:hover,
.content .container ul li a:hover {
  color: #7bff65;
}

/* ================= 超商連結 ================= */
.shopbox {
  width: 89%;
  height: 170px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.shopbox > li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  display: block;
  float: left;
  width: 31.5%;
  height: 160px;
  text-indent: -9999px;
  margin: 0px 5px;
}

.shopbox > li a {
  width: 100%;
  height: 100%;
  display: block;
}

.shopBtn01 {
  background-image: url(../../images/btn_711.png);
  background-position: center;
  background-repeat: no-repeat;
}

.shopBtn02 {
  background-image: url(../../images/btn_hilife.png);
  background-position: center;
  background-repeat: no-repeat;
}

.shopBtn03 {
  background-image: url(../../images/btn_ok.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  color: #fff;
  border: 1px solid #b7e85c;
  background-image: #3cbc00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009414), color-stop(20%, #009414), color-stop(40%, #3cbc00), color-stop(60%, #3cbc00), color-stop(80%, #009414), to(#009414));
  background-image: linear-gradient(to bottom, #009414 0%, #009414 20%, #3cbc00 40%, #3cbc00 60%, #009414 80%, #009414 100%);
  -webkit-box-shadow: 0px 3px 3px #00720f;
          box-shadow: 0px 3px 3px #00720f;
}

.btnBox a:hover {
  background-image: #72ce47;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1db832), color-stop(20%, #1db832), color-stop(40%, #72ce47), color-stop(60%, #72ce47), color-stop(80%, #1db832), to(#1db832));
  background-image: linear-gradient(to bottom, #1db832 0%, #1db832 20%, #72ce47 40%, #72ce47 60%, #1db832 80%, #1db832 100%);
  -webkit-box-shadow: 0px 2px #00720f,inset 0 2px 2px 2px #6ee537 ,inset 0 -10px 10px 0px #6ee537;
          box-shadow: 0px 2px #00720f,inset 0 2px 2px 2px #6ee537 ,inset 0 -10px 10px 0px #6ee537;
  top: 2px;
  color: #003717;
}

.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-color: #ffe6cc;
  border-color: #ff8400;
  border-width: 8px;
}

.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: #ff8400;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #8b5d00;
}

.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 #ff8400 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #ff8400;
}

.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 transparent;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-spacing: 2px;
  border-radius: 5px;
  color: #000;
  border: 5px solid #ff8400;
  /*圖片控制*/
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #ff8400;
}

.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: #fff5ea;
}

.table .ImgStyleA {
  width: 8.5%;
}

.table .ImgStyleB {
  width: 10%;
}

.table .ImgStyleC {
  width: 22%;
}

.table .ImgStyleD {
  width: 26%;
}

/*================= 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;
  text-align: center;
  border-radius: 15px;
  padding-bottom: 20px;
}

.box--size {
  width: 95%;
  margin: 0 auto;
}

.box--color {
  border: 3px solid #ff8400;
  background: #ffe6cc;
  color: #000;
}

.box > h5 {
  color: #fff;
  background: #ff8400;
  padding: 15px;
  border-radius: 13px 13px 0 0;
  font-weight: bold;
  font-size: 1.5em;
}

.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;
}

/*================= 蛋區 =================*/
.eggorder {
  width: 50%;
  height: 320px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.eggorder > img {
  width: 50%;
}

.eggorder_tit {
  position: absolute;
  display: inline-block;
  width: 150px;
  top: 8%;
  right: 0%;
  color: #ff0;
  padding: 5% 4.5%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3em;
}

.eggstatus {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 260px;
}

.eggstatus ul {
  margin-left: 0px;
}

.eggstatus ul li {
  float: left;
  list-style: none;
  display: block;
  margin: 0px;
  width: 25%;
  height: 260px;
}

.eggstatus img {
  width: 85%;
  display: block;
  margin: 0 auto;
}
