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

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

.sectionTitle {
  padding: 0;
  padding-bottom: 16px;
  border-color: rgba(155, 141, 119, 0.5);
}

@media (max-width: 1200px) {
  .sectionTitle {
    border: 0;
  }
}

.itemList {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
}

.itemList .item {
  position: relative;
}

.itemList .item .imh_detail a::before {
  padding: 10px 20px;
}

.itemList li {
  list-style: none;
  padding: 0 10px 30px;
  width: 33.33%;
}

@media (max-width: 1080px) {
  .itemList li {
    width: 33.33%;
  }
}

@media (max-width: 900px) {
  .itemList li {
    width: 50%;
  }
}

@media (max-width: 540px) {
  .itemList li {
    width: 100%;
  }
}

.itemList .imh_opacity {
  background-color: #bbdcae;
}

.itemList .imh_opacity:hover img {
  opacity: 0.2;
}

.itemList .Img {
  position: relative;
}

.itemList .Img a {
  display: block;
  overflow: hidden;
}

.itemList .Img img {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 325px;
}

.itemList .Txt {
  padding: 14px 0px;
}

.itemList .Txt .m1 {
  font-size: 16px;
  color: #292929;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 4px;
  height: 30px;
  margin-bottom: 8px;
  font-style: italic;
  width: 100%;
}

.itemList .Txt .no {
  font-size: 14px;
  color: #010101;
  font-family: 'Noto Sans TC', serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  letter-spacing: 1.9px;
  padding-top: 0px;
}

.itemList .Txt .no img {
  width: 16px;
  height: 12px;
  margin-right: 8px;
}

.itemList .Txt .intro {
  letter-spacing: 1.3px;
  font-style: normal;
}

.itemList .Txt p {
  height: 54px;
  font-size: 14px;
  color: #8b8987;
  line-height: 1.7;
  padding-top: 4px;
}

.itemList h3 {
  margin: 0;
}

.itemList h3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 400;
  font-size: 24px;
  color: #363636;
  font-weight: bold;
  font-family: 'Noto Sans TC', serif;
}

.itemList h3 a .m2 {
  font-weight: 300;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #363636;
  height: 20px;
  margin-left: 18px;
}

.itemList h3 a:hover {
  color: #9b8d77;
}

.itemList .price {
  margin-top: 10px;
}

.itemList .price strong {
  display: inline-block;
  margin: 0 5px;
}

.itemList .price .discount b {
  font-style: italic;
  font-size: 18px;
  color: #000;
}

.itemList .ribbon_new,
.itemList .ribbon_hot {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
  display: block;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
}

.itemList .ribbon_new {
  background: url("../images/ribbon_new.png") no-repeat;
}

.itemList .ribbon_hot {
  background: url("../images/ribbon_hot.png") no-repeat;
}

.mainArea.ins .contentBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mClassLink {
  margin-bottom: 20px;
}

.productIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .productIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.productIntro .albumBox {
  width: 50%;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .productIntro .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

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

.productIntro .albumBox .side_album {
  margin: 5px -5px 0;
}

.productIntro .albumBox .side_album li {
  float: left;
  width: 20%;
  padding: 5px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .productIntro .albumBox .side_album li {
    width: 25%;
  }
}

@media (max-width: 1070px) {
  .productIntro .albumBox .side_album li {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .productIntro .albumBox .side_album li {
    width: 20%;
  }
}

@media (max-width: 640px) {
  .productIntro .albumBox .side_album li {
    width: 25%;
  }
}

@media (max-width: 480px) {
  .productIntro .albumBox .side_album li {
    width: 33.33%;
  }
}

.productIntro .albumBox .side_album img {
  height: 120px;
  width: 100%;
}

@media (max-width: 1200px) {
  .productIntro .albumBox .side_album img {
    height: 105px;
  }
}

@media (max-width: 480px) {
  .productIntro .albumBox .side_album img {
    height: 105px;
  }
}

.productIntro .albumBox .side_album a {
  display: block;
}

.productIntro .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .productIntro .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.productIntro .introBox .articleTitle {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

.productIntro .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #363636;
}

.productIntro .introBox .btn {
  padding-top: 30px;
}

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

.productIntro .introBox a.btn {
  background-color: #9b8d77;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 12px 30px;
}

.productIntro .introBox a.btn:hover {
  background-color: #81735e;
}

.productIntro .introBox .btnBox {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

.share a {
  display: inline-block;
  width: 25px;
  font-size: 18px;
  color: #666;
  text-align: center;
}

.share a:hover {
  opacity: 0.8;
}

.share a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

.code {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #9b8d77;
  margin-bottom: 6px;
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contentBox .rightBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contentBox .rightBox > p.subtitle {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.contentBox .leftBox {
  width: 305px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 40px;
}

@media (max-width: 1300px) {
  .contentBox .leftBox {
    padding-right: 60px;
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .contentBox .leftBox {
    width: 100%;
    padding: 0;
  }
}

.mainArea {
  background: no-repeat url(../images/bg1.jpg) top center/cover #fff;
}

.searchBox {
  width: 100%;
  position: relative;
  margin-bottom: 28px;
}

.searchBox input {
  background-color: #e3e3e3;
  color: #929292;
  border: 0;
  height: 40px;
  width: 100%;
  font-size: 14px;
  padding-right: 110px;
  padding-left: 10px;
}

.searchBox input::-webkit-input-placeholder {
  color: #929292;
}

.searchBox input::-moz-placeholder {
  color: #929292;
}

.searchBox input:-ms-input-placeholder {
  color: #929292;
}

.searchBox input::-ms-input-placeholder {
  color: #929292;
}

.searchBox input::placeholder {
  color: #929292;
}

.searchBox img {
  margin-right: 8px;
}

.searchBox button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #9b8d77;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  height: 100%;
  width: 110px;
  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;
  font-weight: normal;
}

.searchBox button:hover {
  background-color: #81735e;
}

.tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}

.tagBox b {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 18px;
}
