@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.img-group {
  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 {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  width: 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;
  font-size: 1.5em;
  margin-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #6dd152;
}

.gotoheader a:hover {
  color: #e1cf8f;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg), url(../../images/indexBGBotton.jpg), url(../../images/indexBGCenter.jpg);
  background-color: #EAF5EF;
  background-position: top center, bottom center, top center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  color: #105A3E;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 493px;
  position: relative;
}

.header .main {
  width: 603px;
  height: 301px;
  position: absolute;
  top: 97px;
  left: 220px;
  background: url(../../images/main.png);
  -webkit-animation: slideInUp .5s;
          animation: slideInUp .5s;
}

.header .slogan {
  width: 609px;
  height: 127px;
  position: absolute;
  top: 340px;
  left: 222px;
  background-image: url("../../images/slogan.png");
  -webkit-animation: lightSpeedInLeft 0.5s, 1.5s 1s pulse infinite;
          animation: lightSpeedInLeft 0.5s, 1.5s 1s pulse infinite;
}

.header .logo, .header .logo a {
  width: 157px;
  height: 106px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 14px;
  left: 305px;
  z-index: 9;
}

.header .logo a {
  background-image: url("../../images/logo.png");
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  -webkit-animation: slideInDown .5s;
          animation: slideInDown .5s;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 627px;
  position: relative;
  margin-left: 212px;
  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;
}

.nav .navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 209px;
  height: 84px;
  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;
}

.nav .navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn li.navBtn2 a {
  background-position-x: -209px !important;
}

.nav .navBtn li.navBtn3 a {
  background-position-x: -418px !important;
}

.nav .navBtn li.navBtn4 a {
  background-position-x: -627px !important;
}

.nav .navBtn li.navBtn5 a {
  background-position-x: -836px !important;
}

.nav .navBtn li a:hover, .nav .navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .navBtn li a {
  width: 209px;
  height: 84px;
  display: block;
  background-image: url(../../images/navBtn.png);
  margin: 0 auto;
}

.nav .navBtn li a:hover {
  -webkit-animation: 1s pulse infinite;
          animation: 1s pulse infinite;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  width: 900px;
  padding: 30px 0;
}

.content .container .btnM, .content .container .btnM a {
  width: 147px;
  height: 173px;
}

.content .container .btnM {
  position: absolute;
  top: 30px;
  right: 30px;
}

.content .container .btnM a {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: url("../../images/btnM_hover.png");
}

.content .container .btnM a:hover, .content .container .btnM.action a {
  background: url("../../images/btnM_hover.png");
  -webkit-transition: all .5s;
  transition: all .5s;
}

.content .container h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content .container h3 img {
  display: block;
  max-width: 722px;
  width: 85%;
  margin: 0 auto;
}

.content .container h4 {
  position: relative;
  display: block;
  color: #105A3C;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 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;
}

@media only screen and (max-width: 812px) {
  .content .container h4 {
    font-size: 1.125rem;
  }
}

.content .container h4:before {
  content: '';
  background-image: url("../../images/zongzi.svg");
  background-size: 100%;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}

.content .container h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #80B073;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(128, 176, 115, 0)), color-stop(20%, #80B073), color-stop(40%, #80B073), color-stop(60%, #80B073), color-stop(80%, #80B073), to(rgba(128, 176, 115, 0)));
  background-image: linear-gradient(to left, rgba(128, 176, 115, 0) 0%, #80B073 20%, #80B073 40%, #80B073 60%, #80B073 80%, rgba(128, 176, 115, 0) 100%);
  color: #fff;
}

.content .container > p {
  margin-left: 2rem;
}

.content .container > p a {
  color: #EE00FD;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #2F9B2C;
}

.content .container > p.txt-center {
  margin-left: 0;
}

ul.shopbox {
  list-style-type: none;
  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;
}

ul.shopbox li {
  max-width: 30%;
  margin: 0 1%;
}

ul.shopbox a img {
  max-width: 100%;
}

ul.shopbox a:hover img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.btnBox a {
  border: 1px solid #cf33ff;
  cursor: pointer;
  background-image: #c300ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9400c2), color-stop(20%, #9400c2), color-stop(40%, #c300ff), color-stop(60%, #c300ff), color-stop(80%, #9400c2), to(#9400c2));
  background-image: linear-gradient(to bottom, #9400c2 0%, #9400c2 20%, #c300ff 40%, #c300ff 60%, #9400c2 80%, #9400c2 100%);
  -webkit-box-shadow: 0px 3px 3px #4e0066;
          box-shadow: 0px 3px 3px #4e0066;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #fffad1;
  background-image: #fff59e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffef61), color-stop(20%, #ffef61), color-stop(40%, #fff59e), color-stop(60%, #fff59e), color-stop(80%, #ffef61), to(#ffef61));
  background-image: linear-gradient(to bottom, #ffef61 0%, #ffef61 20%, #fff59e 40%, #fff59e 60%, #ffef61 80%, #ffef61 100%);
  -webkit-box-shadow: 0px 2px 2px #ffe505, inset 0 1px 1px 1px #fff9c7, inset 0 -8px 8px 0px #fffdf0;
          box-shadow: 0px 2px 2px #ffe505, inset 0 1px 1px 1px #fff9c7, inset 0 -8px 8px 0px #fffdf0;
  top: 2px;
  color: #665b00;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #105A3E;
  margin: 0 auto;
}

.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 {
  background: -webkit-gradient(linear, left top, right top, from(#082f20), color-stop(20%, #105A3E), color-stop(80%, #105A3E), to(#082f20));
  background: linear-gradient(to right, #082f20 0%, #105A3E 20%, #105A3E 80%, #082f20 100%);
  color: #fff;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff9100;
  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: #ffffff;
  border: 3px #3ea77e solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#308262), color-stop(20%, #3ea77e), color-stop(80%, #3ea77e), to(#308262));
  background: linear-gradient(to right, #308262 0%, #3ea77e 20%, #3ea77e 80%, #308262 100%);
  color: #fff;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #80B073;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #80B073;
}

.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: 3px solid #80B073;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#0a3726), to(#105A3E));
  background: linear-gradient(to top, #0a3726 0%, #105A3E 100%);
  color: #fff;
}

.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;
  max-width: 100%;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}
