@charset "UTF-8";
/* CSS Document */

.mainArea{ padding:0px 0 50px 0}
 .accroditon{display:none;}
.btnBox > .btn a {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  letter-spacing: 3.6px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: #FFF;
  z-index: 1;

}

.btnBox > .btn a:before, .btnBox > .btn a:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

.btnBox > .btn a:before {
  left: 0;
  width: 100%;
  background-color: #921B21;
}

.btnBox > .btn a:after {
  right: 0;
  width: 0;
  background-color: #006934;
}

.btnBox > .btn a:hover {
  color: #fff;
}

.btnBox > .btn a:hover:before {
  width: 0;
}

.btnBox > .btn a:hover:after {
  width: 100%;
}

/******內頁******/
/*產品介紹區*/
.productIntro .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.albumBox {
  padding: 0;
}

.albumBox .Img{ border:1px solid #eee;}

.side_album {
  width: 100%;
  margin: 20px 0 0;
}

.side_album li {
  width: 85px;
  overflow: hidden;
}

.side_album a {
  display: block;
}

.side_album img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*產品介紹縮圖文字*/

.introBox .Txt {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #6c6c6c;
}

.share {
  clear: both;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dashed #e1e1e1;
}

.share b {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #666;
}

.share a {
  display: inline-block;
  width: 25px;
  font-size: 18px;
  color: #666;
  text-align: center;
}

.share a:hover {
  opacity: 0.8;
}

.code {
  /*商品編號*/
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: 400;
}


.sideBox {
  max-width: 250px;
}



.productIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.albumBox {
  width: 50%;
}

.side_album {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}

.side_album li {
  margin-left: 5px;
  margin-right: 5px;
  border: solid 1px #EEE;
}

.side_album li.slick-current {
  border: solid 1px #006934;
}

.side_album .arrowPrev,
.side_album .arrowNext {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.side_album .arrowPrev {
  right: 100%;
  background: url(../images/arrowL.svg) no-repeat center;
}

.side_album .arrowNext {
  left: 100%;
  background: url(../images/arrowR.svg) no-repeat center;
}

.introBox {
  width: 40%;
}

.introBox > .wrap {
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 360px;
    padding-left:60px;
}

.introBox .spec {
  margin-bottom: 10px;
  width: 100%;
  max-width: 340px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

.introBox .articleTitle {
  margin-bottom: 15px;
  font-size:28px;
  font-weight:bold;
  color:#00913A;
}

.introBox .intro {
  font-size: 14px;
  line-height: 22px;
  color: #626262;
}



.innerIntroBox {
  margin-top: 25px;
}

.innerIntroBox > .sizeTitle {
  display: block;
  font-family: "微軟正黑體";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .4px;
  color: #3C3C3C;
}

.innerIntroBox > .sizeBox {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.innerIntroBox > .sizeBox .selectBox {
  margin-right: 10px;
  position: relative;
}

.innerIntroBox > .sizeBox .selectBox:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/iconSelectD.png) no-repeat center;
  background-color: #FFF;
  border: 1px solid #EEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.innerIntroBox > .sizeBox select {
  position: relative;
  min-width: 200px;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 45px;
  font-family: "微軟正黑體";
  font-size: 14px;
  letter-spacing: .7px;
  border: 1px solid #EEE;
  color: #626262;
  cursor: pointer;
  outline: none;
}

.amountBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
	  margin-top:30px;
}

.amountBox > .minus,
.amountBox > .numBox,
.amountBox > .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 45px;
  font-family: "微軟正黑體";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
}

.amountBox > .minus,
.amountBox > .plus {
  font-size: 20px;
  cursor: pointer;
  border: solid 1px #EEE;
  width: 45px;
  height: 45px;
}

.amountBox > .numBox {
  font-size: 14px;
  color: #626262;
  border-top: solid 1px #EEE;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #EEE;
  text-align: center;
}

.description {
  margin-top: 0px;
  font-size: 17px;
  color: #111;
  font-weight:normal;
  margin-bottom:10px;
}

.description > span:first-child {
  font-weight: bold;
}

.description > .descIntro {
    font-size: 17px;
  color: #333;
  font-weight:normal;
}

.insPriceBox {
  margin-top: 25px;
  height: 22px;
}

.insPriceBox span {
  font-family: "微軟正黑體";
  font-size: 18px;
  color: #666;
  vertical-align: middle;
}

.insPriceBox span:first-child {
  font-size: 18px;
  font-weight: bold;
  color:  #921B21;
}

.insPriceBox .memberPrice {
  margin-left: 10px;
  margin-right: 5px;
  font-family: "Lato", sans-serif, "微軟正黑體";
  font-size: 23px;
  color: #921B21;
}

.insPriceBox .price {
  text-decoration: line-through;
}

.btnBox {
  margin-top: 35px;
}

.btnBox > .btn {
  margin-right: 10px;
  display: inline-block;
}

.btnBox > .btn a {
  width: 150px;
  letter-spacing: 1.4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btnBox > .btn a#addCart {
  border: solid 1px #00913A;
}

.btnBox > .btn a#addCart:before {
  background-color: #00913A;
}

.orderIntro {
  margin-top: 40px;
  padding-top: 20px;
  border-top: solid 1px #bfbfbf;
}

.orderIntro span {
  display: block;
  font-family: "微軟正黑體";
  font-size: 14px;
  letter-spacing: .7px;
  line-height: 28px;
  color: #626262;
}

.orderIntro span:first-child {
  color: #3C3C3C;
}

.anotherBox {
  padding-bottom: 70px;
}

.mProPrevArrow {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
  display: none;
  width: 50px;
  height: 50px;
  background: url(../images/arrowL.svg) no-repeat center;
  cursor: pointer;
}

.mProNextArrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -50px;
  display: none;
  width: 50px;
  height: 50px;
  background: url(../images/arrowR.svg) no-repeat center;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .contentBox {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sideBox {
    max-width: 100%;
  }
  
  .productIntro {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .albumBox,
  .introBox {
    width: 100%;
    max-width: 600px;
  }

  
  .introBox > .wrap {
  position: relative;
  max-width: 100%;  
   padding-left:0px;
    margin-top: 30px;
}

  .side_product {
    padding-left: 50px;
    padding-right: 50px;
  }
  


}


@media (max-width:960px){

.mainArea{ padding:50px 0}	
.mainArea .contentBox .rightBox {
  width: 100%;
  padding-top:0px;
  padding-left: 0px;
}
.mainArea .contentBox .leftBox {
  width: 100%;
  padding-top:0px;
  padding-left: 0px;
}

	}
	
	
@media(max-width:768px){
	.tab{display:none;}
ul.tabContent{display:none;}
.accroditon{clear:both;display:block;margin-top:30px;background:#fff; padding:20px 0px}
.accroditon > ul {border-top:2px solid #006934 }
.accroditon > ul > li{border-bottom:1px solid rgba(0,105,52,0.4);}
.accroditon > ul > li .toggleTitle{cursor:pointer;position:relative;font-size:18px;color:#006934;padding:15px 5px; font-weight:600; }
.accroditon > ul > li .toggleTitle i{display:block;width:18px;height:50px;line-height:50px;position:absolute;right:0;top:0;}
.accroditon > ul > li .content{display:none;padding:20px 5px;}
.accroditon > ul > li:first-child .content{display:block;}
  .side_album .arrowPrev,
  .side_album .arrowNext {
    display: none !important;
  }
  }	
	


@media (max-width: 480px) {

  .innerIntroBox > .sizeBox .selectBox {
    margin-bottom: 10px;
  }
  .proClassTitle > .one,
  .offClassTitle > .one {
    font-size: 25px;
  }
  .btnBox > .btn {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .btnBox > .btn a {
    width: 100%;
  }
}