@charset "UTF-8";
/***** 列表 *****/
.productList {
  /*@include media(640) {
  	margin-left: -12px;
  	margin-right: -12px;
  }*/
}
.productList > li.current {
  position: relative;
  padding-bottom: 50px;
}
.productList > li.current::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 3;
  width: 50px;
  height: 25px;
  border-bottom: 25px solid #f8f8f8;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .productList > li:nth-child(3n+1) {
    border-left: 1px solid #eee;
  }
  .productList > li:nth-child(1), .productList > li:nth-child(2), .productList > li:nth-child(3) {
    padding-top: 55px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .productList > li:nth-child(2n+1) {
    border-left: 1px solid #eee;
  }
  .productList > li:nth-child(1), .productList > li:nth-child(2) {
    padding-top: 55px;
  }
}
@media (max-width: 480px) {
  .productList > li {
    width: 100%;
    margin-top: 35px;
    border: 1px solid #eee;
  }
  .productList > li:last-child {
    margin-bottom: 35px;
  }
}
@media (min-width: 1181px) {
  .productList .item {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
.productList .btnMore {
  margin-top: 30px;
}
.productList .detailBox {
  display: none !important;
}
.productList .productDetailBox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 70px 0 100px;
}
@media (max-width: 640px) {
  .productList .productDetailBox {
    padding: 50px 0 70px;
  }
}
.productList .productDetailBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: url(../images/bg_catalog.png) no-repeat bottom center, #f8f8f8;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1921px) {
  .productList .productDetailBox::before {
    background-size: cover;
  }
}
.productList .productDetailBox .Img {
  width: 330px;
  margin-right: 40px;
}
@media (min-width: 641px) and (max-width: 1180px) {
  .productList .productDetailBox .Img {
    width: 200px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .productList .productDetailBox .Img {
    width: 130px;
    margin-bottom: 20px;
  }
}
@media (min-width: 961px) {
  .productList .productDetailBox .Txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 330px - 40px - 280px);
  }
}
@media (max-width: 960px) {
  .productList .productDetailBox .Txt {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .productList .productDetailBox .btnBox {
    width: 280px;
    margin-left: auto;
    padding-top: 80px;
    text-align: right;
  }
}
@media (max-width: 960px) {
  .productList .productDetailBox .btnBox {
    margin-top: 30px;
  }
}
.productList .productDetailBox .title {
  display: block;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: bold;
  color: #4c4c4c;
}
.productList .productDetailBox .title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 25px;
  background-color: currentColor;
  opacity: 0.5;
}
.productList .productDetailBox .textEditor li {
  padding: 0;
  border: 0;
}

/***** 內頁 *****/
.titleBox + .productIntro {
  margin-top: 50px;
}

.productIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px;
}
@media (min-width: 1181px) {
  .productIntro .albumBox {
    width: calc(50% + 40px);
    padding-right: 50px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .productIntro .albumBox {
    width: 50%;
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .productIntro .albumBox {
    width: 100%;
  }
}
.productIntro .introBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1181px) {
  .productIntro .introBox {
    width: calc(50% - 40px);
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .productIntro .introBox {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .productIntro .introBox {
    width: 100%;
  }
}
.productIntro ~ .textEditor {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.productIntro ~ .textEditor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #f6f6f6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.productIntro ~ .textEditor + .textEditor::before {
  border-top: 0;
}

.introBox .code {
  display: block;
  padding: 8px 20px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #00913a;
}
.introBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 641px) {
  .introBox .topBox .productLogo {
    margin-right: 20px;
  }
  .introBox .topBox .articleTitle {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 130px - 20px);
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .introBox .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .introBox .topBox .productLogo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .introBox .topBox .articleTitle {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.introBox .productLogo {
  display: block;
  width: 130px;
}
.introBox .Txt {
  margin-top: 20px;
}