.page-section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  max-width: 1280px;
  margin: 40px auto 80px auto;
  padding: 0px 20px;
}
.page-section .title {
  position: relative;
  width: auto;
  text-align: center;
  margin: 60px auto 40px auto;
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 49px;
  color: #66952E;
}
@media (max-width: 767px) {
  .page-section .title {
    font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 40px;
  }
}
.page-section .pagecontent h1 {
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 30px;
  color: #66952E;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-section .pagecontent h1 {
    font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 28px;
  }
}
.page-section .pagecontent h2 {
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 28px;
  color: #66952E;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-section .pagecontent h2 {
    font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 25px;
  }
}
.page-section .pagecontent h3, .page-section .pagecontent strong {
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 25px;
  color: #66952E;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-section .pagecontent h3, .page-section .pagecontent strong {
    font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 25px;
  }
}
.page-section .pagecontent h4, .page-section .pagecontent h5, .page-section .pagecontent h6 {
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 20px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .page-section .pagecontent h4, .page-section .pagecontent h5, .page-section .pagecontent h6 {
    font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 20px;
  }
}
.page-section .pagecontent p {
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 767px) {
  .page-section .pagecontent p {
    font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 25px;
  }
}

.section-text-size .contnet-wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.section-text-size .banner-container {
  position: relative;
}
.section-text-size .banner-photo {
  width: 100%;
  height: 350px;
  background-image: url("/content/dam/zcp/images/banner-textSize-desktop.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 0;
}
@media (max-width: 767px) {
  .section-text-size .banner-photo {
    height: 300px;
    background-image: url("/content/dam/zcp/images/banner-textSize-mobile.jpg");
    background-position: 0 0;
    background-size: contain;
  }
}
.section-text-size .banner-text {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.section-text-size .banner-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: normal;
}
.section-text-size .banner-text a img {
  width: 13px;
  margin-top: 3px;
}
.section-text-size .banner-text a:hover {
  color: #6EB32C;
}
.section-text-size .banner-text h6 {
  margin-top: 10px;
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: normal;
}
.section-text-size article {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
}
.section-text-size article > a {
  padding-bottom: 50px;
  display: inline-block;
  text-decoration: underline;
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: normal;
}
.section-text-size article > a:hover {
  color: #6EB32C;
}
.section-text-size article > h6 {
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: normal;
}
@media (max-width: 1200px) {
  .section-text-size article > h6 {
    font-size: 46px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .section-text-size article > h6 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.section-text-size article p {
  margin-bottom: 0;
}
.section-text-size article .title-sec {
  font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: normal;
}
@media (max-width: 767px) {
  .section-text-size article .title-sec {
    font-size: 18px;
  }
}
.section-text-size article .color-green {
  color: #6EB32C;
}
@media (max-width: 767px) {
  .section-text-size article {
    padding: 30px 20px;
  }
}