.slick-dots {
  left: 0;
}

.bg {
  background-color: #FCFDFB;
}

.title *,
h3 {
  font-family: 'Noto Serif TC', serif;
}

a.contact-btn {
  background-color: #DADEC5;
  color: #97A15D;
  line-height: 2.5;
  font-size: 1.5em;
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  position: relative;
}

a.contact-btn:after {
  position: absolute;
  content: "";
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 1px solid #97A15D;
  border-radius: 5px;
}

section#hero {
  padding-top: 70px;
}

section#hero .banner figure img {
  height: auto;
}

#about {
  background: url(../image/about/img-01.jpg) no-repeat center/cover;
  color: white;
}

#about .content-wrap {
  width: 95%;
  margin: auto;
  max-width: 800px;
}

#about .content-wrap h3 {
  font-size: 20px;
}

#services .item {
  color: white;
  height: 100%;
}

#services .item .img-wrap {
  height: 100%;
}

#services .item .img-wrap a {
  background-color: #31220A70;
}

#services .item .img-wrap img {
  height: 100%;
  object-fit: cover;
}

#services .item .img-wrap .text {
  z-index: 10;
}

#services .item .img-wrap .text h3 {
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 30px;
  font-size: 24px;
}

#services .item .img-wrap .text h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 30px;
  filter: invert(2);
  background: url(https://cdn-icons-png.flaticon.com/512/5533/5533749.png) no-repeat center/contain;
}

#services .item .img-wrap .text ul {
  list-style-position: inside;
}

#services .item .img-wrap .text p {
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 8px;
}

.product-img a.contact-btn {
  background-color: #97A15D;
  color: white;
  letter-spacing: 5px;
  text-decoration: none;
  padding: 10px 20px;
}

.product-img a.contact-btn:after {
  border: 1px solid #FCFDFB;
}

.product-img a.contact-btn:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 30px;
  background: url(https://cdn-icons-png.flaticon.com/512/2267/2267911.png) no-repeat center/contain;
  filter: invert(2) brightness(100);
}

.product-img .title dl dt {
  margin-bottom: 8px;
}

.product-img .title dl dd {
  color: gray;
  font-size: 16px;
  margin-bottom: 16px;
}

.product-img h4 {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Noto Serif TC', serif;
  color: #97A15D;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.product-img.activity h4 {
  margin-top: 80px;
  margin-bottom: 20px;
}

.product-img.activity h4:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(https://cdn-icons-png.flaticon.com/512/2239/2239216.png) no-repeat center/contain;
  filter: invert(48%) sepia(30%) saturate(3207%) hue-rotate(39deg) brightness(130%) contrast(40%);
}

.product-img.product {
  background-color: #FCFDFB;
}

.product-img.product h4 {
  font-size: 22px;
  z-index: 10;
  margin: 10px 0 0;
}

.product-img.product h4 span.num {
  display: inline-block;
  vertical-align: text-bottom;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #97A15D;
  color: white;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 14px;
}

.product-img.product .slick-slide img:hover {
  box-shadow: unset;
  transform: unset;
}

.product-img.product .slider-for .img-box {
  background-color: #FCFDFB;
}

.product-img.product .slider-for .img-box img {
  mix-blend-mode: multiply;
}

.product-img.product .slider-for h4 {
  transform: unset;
  left: unset;
}

.product-img.product .slider-for img {
  height: 45vh;
}

.product-img.product .slider-nav {
  padding: 10px;
}

.product-img.product .slider-nav img {
  height: 10vh;
  object-fit: cover;
}

.product-img.product .slider-nav h4 {
  writing-mode: vertical-rl;
  font-size: 13px;
  color: #DADEC5;
}

.product-img.product .slider-nav h4 span.num {
  writing-mode: horizontal-tb;
  background-color: #DADEC5;
  font-size: 13px;
  width: 24px;
  line-height: 24px;
  vertical-align: middle;
}

.product-img.product .slick-slide.slick-center .img-box {
  border: 1px solid #DADEC5;
  box-sizing: border-box;
  background-color: #DADEC5;
  padding: 2px;
  position: relative;
}

.product-img.product .slick-slide.slick-center .img-box:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #DADEC5;
  border-top: 10px solid #DADEC5;
}

.product-img.product .slick-slide.slick-center .img-box h4 {
  color: #97A15D;
}

.product-img.product .slick-slide.slick-center .img-box h4 span.num {
  display: none !important;
}

#environment img {
  margin: 10px 0;
  height: 80vh;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 8px 8px 12px #16170D20;
}

@media (min-width: 768px) {
  #about {
    background-attachment: fixed;
  }
  #about .content-wrap {
    margin-right: 20px;
  }
  #services .item .img-wrap .text {
    height: 85%;
  }
  section.product-img .slick-slide img {
    height: 550px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  section.product-img .big img {
    height: 80vh !important;
  }
  section.product-img .big img:hover {
    transform: scale(1.01);
  }
}

@media (min-width: 768px) {
  section.product-img.product .slider-nav h4 {
    writing-mode: horizontal-tb;
  }
  section.product-img.product .slider-for {
    position: relative;
    z-index: 0;
  }
  section.product-img.product .slider-for:before {
    content: "";
    position: absolute;
    right: 0;
    width: 35%;
    top: 50%;
    transform: translateY(-50%);
    height: 15%;
    background-color: #DADEC5;
    z-index: -1;
  }
  section.product-img.product .slider-for:after {
    content: "";
    position: absolute;
    left: 0;
    width: 35%;
    top: 50%;
    transform: translateY(-50%);
    height: 15%;
    background-color: #DADEC5;
    z-index: -1;
  }
  section.product-img.product .slider-for img {
    height: 45vh;
  }
  #environment img {
    height: 40vh;
  }
}

@media (min-width: 992px) {
  a.contact-btn:hover {
    text-decoration: none;
    background-color: #777F49;
    color: #DADEC5;
  }
  a.contact-btn:hover:after {
    border: 1px solid #DADEC5;
  }
  .link-btn:hover {
    color: #777F49;
  }
  section.product-img .slick-slide img {
    height: 550px;
  }
  section.product-img .title dl dd a:hover {
    background-color: #777F49;
  }
  section.product-img a.contact-btn:hover {
    color: white;
  }
  section.product-img.product .slider-for .img-box {
    transition: all 0.6s;
  }
  section.product-img.product .slider-for .img-box:hover {
    transform: scale(1.05);
  }
  section.product-img.product .slider-nav img:hover {
    animation: rotate 0.6s forwards;
  }
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(5deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  section.product-img.product .slick-slide.slick-center .img-box img:hover {
    animation: unset;
  }
  #environment img {
    height: 80vh;
    position: relative;
    top: 0;
    transition: all 0.5s;
  }
  #environment img:hover {
    top: -10px;
  }
}

@media (min-width: 1500px) {
  #services .item .img-wrap .text {
    height: 85%;
  }
}
/*# sourceMappingURL=style.css.map */