@charset "UTF-8";
.itemList li, .itemList .Txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.classNote {
  padding-bottom: 50px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
  text-align: center;
}

.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.itemList li {
  width: 50%;
  padding: 0 15px 50px;
}

.itemList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemList .item:hover h3 a {
  color: #5bb6b7;
}

.itemList .item:hover h3 span {
  color: #5bb6b7;
}

.itemList .Img {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.itemList .Img a {
  display: block;
  width: 100%;
  height: 250px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position:center center !important;
  background-color: #eee !important;
}

.itemList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}


.productIntro .Img a {
  display: block;
  width: 100%;
  height: 500px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position:center center !important;
  background-color: #eee !important;
}

.itemList2 {
  padding: 0 !important;
  margin: 0 !important;
}

.itemList2 li {
  list-style-type: none;
}

.itemList2 .Img {
  width: 100%;
}

.itemList2 .Img a {
  height: 400px;
  background-size: contain !important;
}

.itemList2 .Img img {
  display: none;
}

.itemList .Txt {
  padding-left: 30px;
}

.itemList p {
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

.itemList h3 {
  margin-bottom: 12px;
}

.itemList h3 a {
  display: block;
  font-weight: 300;
  font-size: 23px;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.itemList h3 span {
  font-size: 15px;
  color: #999;
  letter-spacing: .075em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.albumBox {
  margin-right: 40px;
  padding: 0;
}

.albumBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.side_album {
  width: 100%;
  margin: 2px -1px 0;
}

.side_album li {
  float: left;
  width: 16.6%;
  padding: 1px;
  overflow: hidden;
}

.side_album img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.side_album a {
  display: block;
}

/*產品介紹縮圖文字*/
.introBox {
  overflow: hidden;
}

.introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 13px;
  color: #6c6c6c;
}

.introBox .btn {
  padding-top: 20px;
  text-align: center;
}

.introBox .btn a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
}

.share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #ccc;
}

.share b {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #444;
  -webkit-transition: all .6s ease-on-out;
  -o-transition: all .6s ease-on-out;
  transition: all .6s ease-on-out;
}

.share a:hover {
  background-color: #5bb6b7;
}

.code {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.faqList {
  width: 100%;
}

.faqList > li {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.faqList h3 {
  position: relative;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 15px;
  color: #474747;
  cursor: pointer;
}

.faqList h3 b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-style: italic;
  font-size: 16px;
  color: #5bb6b7;
}

a.toggleOpen {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  margin-top: -13px;
  padding: 4px 8px;
  font-size: 13px;
  color: #fff;
  background-color: #5bb6b7;
  cursor: pointer;
}

.definition {
  display: none;
  margin-top: 10px;
  padding: 15px;
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
  background-color: #e7e7e7;
}

@media (max-width: 1180px) {
  .itemList .Img a {
  height: 300px;
}

.itemList2 .Img a {
  height: 300px;
}

.productIntro .Img a {
  height: 300px;
}
  .itemList .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .itemList .Img {
    width: 100%;
  }
  .itemList .Txt {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

/*767*/
@media (max-width: 767px) {
  .productIntro .albumBox {
    float: none;
    margin: 0 0 30px 0;
  }
}

/*767 end*/
@media (max-width: 640px) {
  .itemList {
    margin: 0;
  }
  .itemList li {
    width: 100%;
    padding: 0 0 50px;
  }
  a.toggleOpen {
    position: static;
    margin: 0;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
  }
}
