/* color */
/* font */
/* transition */
.newsBox .newsList .leftBox .imgBox img,
.newsBox .newsList .leftBox .title,
.newsBox .newsList .rightBox .newsItem,
.newsBox .newsList .rightBox .newsItem .title,
.newsBox .newsList .rightBox .imgBox img,
.productBox .productList .imgBox img,
.productBox .productList .name,
.boxBox .boxList .imgBox img,
.locationBox .sectionList li,
.locationBox .sectionList li:after,
.locationBox .locationItem:before,
.locationBox .locationItem .decoLine,
.locationBox .locationItem .imgBox,
.locationBox .locationItem .nameBox,
.locationBox .locationItem .infoBox a {
  transition: all 0.5s ease-in-out;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bannerBox {
  --swiper-navigation-sides-offset: 5%;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-size: 18px;
  --swiper-pagination-bottom: 10%;
  --swiper-pagination-bullet-inactive-color: transparent;
}

.bannerBox .swiper-pagination-bullet {
  border: 2px solid #fff;
}

.bannerBox .swiper-slide {
  font-size: 0;
}

.outerWrap {
  padding-bottom: 0;
}

.mainArea {
  background-image: url("../assets/images/bg.jpg");
  background-position: center top;
  background-size: cover;
  position: relative;
  padding: 0 0 250px;
}

@media (max-width: 1180px) {
  .mainArea {
    padding: 0 0 50px;
  }
}

.aboutBox {
  padding: 120px 0 200px;
  background-image: url("../assets/images/about_bg.png");
  background-position: center bottom;
  position: relative;
  z-index: 1;
}

@media (max-width: 1600px) {
  .aboutBox {
    padding: 100px 0 180px;
  }
}

@media (max-width: 1440px) {
  .aboutBox {
    padding: 40px 0 180px;
    background-position: 65% bottom;
  }
}

@media (max-width: 1280px) {
  .aboutBox {
    padding: 40px 0 150px;
    background-position: 60% bottom;
  }
}

@media (max-width: 1180px) {
  .aboutBox {
    background-image: none;
    padding: 0 0 180px;
  }
}

@media (max-width: 640px) {
  .aboutBox {
    padding: 50px 0 30px;
  }
}

.aboutBox .bottomBg {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 640px) {
  .aboutBox .bottomBg {
    z-index: 5;
  }
}

.aboutBox .deco {
  position: absolute;
  bottom: 20%;
  z-index: 3;
  user-select: none;
}

@media (max-width: 1680px) {
  .aboutBox .deco {
    bottom: 18%;
  }
}

@media (max-width: 1560px) {
  .aboutBox .deco {
    bottom: 14%;
  }
}

@media (max-width: 1180px) {
  .aboutBox .deco {
    display: none;
  }
}

.aboutBox .deco1 {
  left: 8%;
}

@media (max-width: 1440px) {
  .aboutBox .deco1 {
    left: 3%;
  }
}

.aboutBox .deco2 {
  bottom: 18%;
  left: 22%;
}

@media (max-width: 1440px) {
  .aboutBox .deco2 {
    bottom: 5%;
  }
}

.aboutBox .deco3 {
  right: 40%;
}

@media (max-width: 992px) {
  .aboutBox .deco3 {
    right: 20%;
  }
}

.aboutBox .deco4 {
  right: 15%;
}

@media (max-width: 992px) {
  .aboutBox .deco4 {
    right: 5%;
  }
}

.aboutBox .titleBox {
  background-image: url("../assets/images/titleBox-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 178px;
  height: 178px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.aboutBox .titleBox:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background-image: url("../assets/images/titleBox-deco-about.png");
  left: 0px;
  top: 0px;
}

.aboutBox .titleBox .title {
  font-size: 27px;
  font-weight: 700;
  color: #386934;
  letter-spacing: 4.32px;
}

@media (max-width: 640px) {
  .aboutBox .titleBox .title {
    font-size: 22px;
  }
}

.aboutBox .titleBox .subtitle {
  font-size: 18px;
  font-weight: 900;
  color: #ed7541;
  letter-spacing: 1.08px;
}

.aboutBox .wrap {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  grid-template-areas: "left right";
  gap: 30px;
  padding: 0;
  transform: translateX(100px);
  position: relative;
  z-index: 2;
}

@media (max-width: 1440px) {
  .aboutBox .wrap {
    transform: translateX(0);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .aboutBox .wrap {
    grid-template-columns: 1fr;
    padding: 0 30px;
    grid-template-areas: "right" "left";
    gap: 0;
  }
}

.aboutBox .leftBox {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
  grid-area: left;
}

@media (max-width: 1180px) {
  .aboutBox .leftBox {
    align-items: center;
  }
}

@media (min-width: 1181px) {
  .aboutBox .leftBox img.mobile {
    display: none;
  }
}

.aboutBox .leftBox img.desktop {
  max-width: 235px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .aboutBox .leftBox img.desktop {
    display: none;
  }
}

.aboutBox .rightBox {
  padding: 100px 0 200px;
  grid-area: right;
}

@media (max-width: 1180px) {
  .aboutBox .rightBox {
    padding: 50px 0;
  }
}

@media (max-width: 992px) {
  .aboutBox .rightBox {
    padding: 30px 0 50px;
  }
}

@media (max-width: 640px) {
  .aboutBox .rightBox {
    padding: 20px 0;
  }
}

.aboutBox .bottomBox {
  padding-left: 80px;
}

@media (max-width: 1440px) {
  .aboutBox .bottomBox {
    padding-left: 50px;
  }
}

@media (max-width: 992px) {
  .aboutBox .bottomBox {
    padding-left: 0;
  }
}

.aboutBox .title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Noto Serif TC", Noto Sans TC, sans-serif;
  color: #593f29;
  margin-bottom: 12px;
}

.aboutBox .text {
  color: #886d58;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 2.24px;
}

.aboutBox .btnBox {
  margin-top: 60px;
}

.featureBox {
  position: relative;
  margin-top: -80px;
  background-image: linear-gradient(to bottom, transparent 60%, #8bb06f 60%);
}

@media (max-width: 1280px) {
  .featureBox {
    margin-top: -60px;
    background-image: linear-gradient(to bottom, transparent 40%, #8bb06f 40%);
  }
}

@media (max-width: 1180px) {
  .featureBox {
    background-image: linear-gradient(to bottom, transparent 10%, #8bb06f 10%);
  }
}

@media (max-width: 640px) {
  .featureBox {
    margin-top: -40px;
    z-index: 2;
  }
}

.featureBox .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 0;
}

.featureBox .deco {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.featureBox .deco1 {
  right: 20%;
  top: 0;
}

.featureBox .deco2 {
  left: 28%;
  top: 8%;
}

.featureBox .wrap {
  max-width: 1350px;
  transform: translateY(-50px);
  position: relative;
  z-index: 2;
}

.featureBox .titleBox {
  background-image: url("../assets/images/titleBox-bg2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 210px;
  height: 210px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto 40px;
  z-index: 2;
}

@media (max-width: 640px) {
  .featureBox .titleBox {
    width: 160px;
    height: 160px;
    margin-left: 0;
    margin-right: auto;
  }
}

.featureBox .titleBox:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background-image: url("../assets/images/titleBox-deco-about.png");
  left: 18%;
  top: 45%;
}

.featureBox .titleBox .title {
  font-size: 27px;
  font-weight: 700;
  color: #386934;
  letter-spacing: 4.32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .featureBox .titleBox .title {
    font-size: 22px;
  }
}

.featureBox .titleBox .subtitle {
  font-size: 18px;
  font-weight: 900;
  color: #ed7541;
  letter-spacing: 1.08px;
  position: relative;
  z-index: 1;
}

.featureBox .bottomBox {
  display: flex;
  position: relative;
  z-index: 2;
}

@media (max-width: 1180px) {
  .featureBox .bottomBox {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.featureBox .leftBox,
.featureBox .rightBox {
  font-size: 0;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1180px) {

  .featureBox .leftBox,
  .featureBox .rightBox {
    order: 2;
  }
}

@media (max-width: 840px) {

  .featureBox .leftBox,
  .featureBox .rightBox {
    width: 50%;
  }
}

.featureBox .centerBox {
  flex-shrink: 0;
}

@media (max-width: 1180px) {
  .featureBox .centerBox {
    order: 0;
    width: 100%;
  }
}

.featureBox .text {
  position: relative;
  text-align: center;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  line-height: 2.0625;
  letter-spacing: 2.24px;
}

.featureBox .btnBox {
  margin-top: 40px;
  justify-content: center;
}

.joinBox {
  padding: 10px 0 100px;
  position: relative;
}

.joinBox .titleBox {
  background-image: url("../assets/images/titleBox-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 210px;
  height: 210px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .joinBox .titleBox {
    position: absolute;
    top: 10px;
  }
}

@media (max-width: 640px) {
  .joinBox .titleBox {
    width: 160px;
    height: 160px;
  }
}

.joinBox .titleBox:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background-image: url("../assets/images/titleBox-deco-about.png");
  left: 18%;
  top: 45%;
}

.joinBox .titleBox .title {
  font-size: 27px;
  font-weight: 700;
  color: #386934;
  letter-spacing: 4.32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .joinBox .titleBox .title {
    font-size: 22px;
  }
}

.joinBox .titleBox .subtitle {
  font-size: 18px;
  font-weight: 900;
  color: #ed7541;
  letter-spacing: 1.08px;
  position: relative;
  z-index: 1;
}

.joinBox .bottomBox {
  max-width: 1670px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  grid-template-areas: "left center right";
  font-family: "Noto Serif TC", Noto Sans TC, sans-serif;
  position: relative;
}

@media (max-width: 1130px) {
  .joinBox .bottomBox {
    grid-template-columns: 1fr;
    grid-template-areas: "right" "center" "left";
  }
}

.joinBox .bottomBox .circle p {
  height: 100%;
  width: 100%;
  text-align: center;
  align-content: center;
}

.joinBox .bottomBox .deco {
  position: absolute;
  left: 50%;
  bottom: -50px;
  pointer-events: none;
  user-select: none;
}

.joinBox .bottomBox .btnBox {
  position: absolute;
  right: 20%;
  bottom: 0;  
  user-select: none;
  z-index: 5;
}

@media (max-width: 768px) {
  .joinBox .bottomBox .deco {
    bottom: 12%;
    max-width: 40vw;
  }
}

.joinBox .bottomBox .decoCircle {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.joinBox .leftBox {
  grid-area: left;
  display: flex;
  position: relative;
  margin-top: 150px;
}

@media (max-width: 1720px) {
  .joinBox .leftBox {
    transform: scale(0.9);
  }
}

@media (max-width: 1440px) {
  .joinBox .leftBox {
    transform: scale(0.75);
  }
}

@media (max-width: 1180px) {
  .joinBox .leftBox {
    margin-top: 0;
    transform: scale(0.7) translateX(-20%) translateY(-60%);
  }
}

@media (max-width: 992px) {
  .joinBox .leftBox {
    transform: scale(0.65) translateX(-25%) translateY(-60%);
  }
}

@media (max-width: 640px) {
  .joinBox .leftBox {
    position: relative;
    transform: scale(0.6) translateX(-25%) translateY(40%);
  }
}

.joinBox .leftBox .decoCircle1 {
  left: 280px;
  top: 0;
  width: 168px;
  height: 168px;
}

.joinBox .leftBox .decoCircle2 {
  width: 145px;
  height: 145px;
  left: 500px;
  top: 180px;
  z-index: 2;
}

.joinBox .leftBox .decoCircle3 {
  width: 145px;
  height: 145px;
  left: 600px;
  top: 190px;
  z-index: 1;
}

.joinBox .leftBox .circle1 {
  width: 315px;
  height: 315px;
  background-image: url("../assets/images/circle_bg1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  font-size: 42px;
  letter-spacing: 5.88px;
  z-index: 5;
}

.joinBox .leftBox .circle2 {
  position: absolute;
  left: 280px;
  margin-top: 120px;
  width: 250px;
  height: 250px;
  background-image: url("../assets/images/circle_bg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 300;
  font-size: 30px;
  color: #344e45;
  letter-spacing: 4.2px;
  z-index: 5;
}

.joinBox .leftBox .circle3 {
  margin-top: 275px;
  width: 168px;
  height: 168px;
  background-image: url("../assets/images/circle_bg3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 520px;
  font-weight: 300;
  font-size: 27px;
  color: #fff;
  letter-spacing: 3.78px;
  z-index: 5;
}

.joinBox .centerBox {
  grid-area: center;
  font-size: 30px;
  color: #386934;
  font-weight: 500;
  letter-spacing: 4.2px;
  line-height: 1.66667;
  text-align: center;
}

@media (max-width: 1180px) {
  .joinBox .centerBox {
    padding: 150px 0 0;
  }
}

@media (max-width: 992px) {
  .joinBox .centerBox {
    padding: 150px 0 40px;
  }
}

@media (max-width: 768px) {
  .joinBox .centerBox {
    padding: 0;
    font-size: 20px;
    margin-top: -60px;
  }
}

.joinBox .centerBox .phone {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
}

.joinBox .rightBox {
  position: relative;
  grid-area: right;
  display: flex;
  transform: translateY(-104px);
}

@media (max-width: 1720px) {
  .joinBox .rightBox {
    transform: scale(0.8) translateX(-10%) translateY(-20%);
  }
}

@media (max-width: 1440px) {
  .joinBox .rightBox {
    transform: scale(0.7) translateX(-25%) translateY(-40%);
  }
}

@media (max-width: 1180px) {
  .joinBox .rightBox {
    transform: scale(0.65) translateX(-30%) translateY(-40%);
  }
}

@media (max-width: 1180px) {
  .joinBox .rightBox {
    position: absolute;
    left: 50%;
    top: 0;
    transform: scale(0.65) translateX(10%) translateY(-85%);
  }
}

@media (max-width: 992px) {
  .joinBox .rightBox {
    left: 40%;
    transform: scale(0.6) translateX(10%) translateY(-95%);
  }
}

@media (max-width: 768px) {
  .joinBox .rightBox {
    position: relative;
    transform: scale(0.7) translateX(10%);
    left: 0;
  }
}

@media (max-width: 640px) {
  .joinBox .rightBox {
    transform: scale(0.6) translateX(-80px);
  }
}

.joinBox .rightBox .decoCircle1 {
  left: 50px;
  top: 100px;
  width: 235px;
  height: 235px;
}

.joinBox .rightBox .circle1 {
  margin-top: 275px;
  width: 280px;
  height: 280px;
  background-image: url("../assets/images/circle_bg3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  font-weight: 300;
  font-size: 27px;
  color: #fff;
  letter-spacing: 3.78px;
  z-index: 2;
}

.joinBox .rightBox .circle2 {
  margin-top: 120px;
  width: 290px;
  height: 290px;
  background-image: url("../assets/images/circle_bg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 200px;
  font-weight: 700;
  font-size: 42px;
  color: #344e45;
  letter-spacing: 4.2px;
  z-index: 1;
}

.joinBox .rightBox .circle3 {
  width: 240px;
  height: 240px;
  background-image: url("../assets/images/circle_bg1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 400px;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  letter-spacing: 3.78px;
  z-index: 3;
}

.newsBox {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 820px) {
  .newsBox {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .newsBox {
    padding: 40px 0;
  }
}

.newsBox .wrap {
  max-width: 1180px;
}

@media (max-width: 1280px) {
  .newsBox .wrap {
    max-width: 90vw;
  }
}

.newsBox .titleBox {
  background-image: url("../assets/images/titleBox-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .newsBox .titleBox {
    position: absolute;
    top: 10px;
  }
}

@media (max-width: 640px) {
  .newsBox .titleBox {
    position: relative;
    top: auto;
    margin-left: 0;
    margin-right: auto;
    width: 160px;
    height: 160px;
  }
}

.newsBox .titleBox .title {
  font-size: 27px;
  font-weight: 700;
  color: #386934;
  letter-spacing: 4.32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .newsBox .titleBox .title {
    font-size: 22px;
  }
}

.newsBox .titleBox .subtitle {
  font-size: 18px;
  font-weight: 900;
  color: #ed7541;
  letter-spacing: 1.08px;
  position: relative;
  z-index: 1;
}

.newsBox .newsList {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 20px;
  margin-top: -40px;
}

@media (max-width: 820px) {
  .newsBox .newsList {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .newsBox .newsList {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .newsBox .newsList {
    margin-top: 20px;
  }
}

.newsBox .newsList:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background-image: url("../assets/images/news_deco.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -10%;
  top: -35%;
  z-index: 1;
}

@media (max-width: 768px) {
  .newsBox .newsList:before {
    display: none;
  }
}

.newsBox .newsList:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 240px;
  background-image: url("../assets/images/news_deco2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -20%;
  bottom: 10%;
  z-index: 1;
}

@media (max-width: 1480px) {
  .newsBox .newsList:after {
    width: 120px;
    height: 200px;
    left: -12%;
    bottom: -15%;
  }
}

@media (max-width: 1400px) {
  .newsBox .newsList:after {
    display: none;
  }
}

.newsBox .newsList .leftBox {
  width: 56%;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 2;
}

@media (max-width: 820px) {
  .newsBox .newsList .leftBox {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .newsBox .newsList .leftBox {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .newsBox .newsList .leftBox {
    width: 100%;
    flex-direction: column;
  }
}

@media (min-width: 1181px) {
  .newsBox .newsList .leftBox .newsItem:hover .imgBox img {
    scale: 1.1;
  }

  .newsBox .newsList .leftBox .newsItem:hover .title {
    color: #ed7541;
  }
}

.newsBox .newsList .leftBox .imgBox {
  overflow: hidden;
}

@media (max-width: 768px) {
  .newsBox .newsList .leftBox .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.newsBox .newsList .leftBox .textBox {
  padding: 18px;
}

@media (max-width: 820px) {
  .newsBox .newsList .leftBox .textBox {
    padding: 10px;
  }
}

.newsBox .newsList .leftBox .date {
  color: #593f29;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}

.newsBox .newsList .leftBox .date:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #593f29;
  rotate: 45deg;
  left: -5%;
  bottom: 10%;
}

.newsBox .newsList .leftBox .title {
  color: #386934;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.7px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}

.newsBox .newsList .leftBox .text {
  color: #8fb572;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.85714;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsBox .newsList .rightBox {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .newsBox .newsList .rightBox {
    width: 100%;
  }
}

.newsBox .newsList .rightBox .newsItem {
  height: 100%;
  align-items: center;
  display: flex;
  gap: 15px;
  padding: 20px;
  border-top: 1px solid #593f29;
  position: relative;
}

.newsBox .newsList .rightBox .newsItem::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 50px;
  background-image: url("../assets/images/news_deco_circle.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 15px;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1181px) {
  .newsBox .newsList .rightBox .newsItem:hover {
    background-color: #335c29;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    box-shadow: 0px 1px 9.3px 0.7px rgba(0, 0, 0, 0.54);
  }

  .newsBox .newsList .rightBox .newsItem:hover::before {
    opacity: 1;
  }

  .newsBox .newsList .rightBox .newsItem:hover .title {
    color: #fff;
  }

  .newsBox .newsList .rightBox .newsItem:hover .imgBox img {
    scale: 1.1;
  }
}

.newsBox .newsList .rightBox .newsItem:last-child {
  border-bottom: 1px solid #593f29;
}

.newsBox .newsList .rightBox .newsItem .title {
  color: #386934;
  font-weight: 500;
  letter-spacing: 2.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsBox .newsList .rightBox .imgBox {
  width: 130px;
  height: 90px;
  aspect-ratio: 130/90;
  overflow: hidden;
}

.newsBox .newsList .rightBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsBox .btnBox {
  margin-top: 40px;
  justify-content: flex-end;
}

.productBox {
  padding: 35px 0 140px;
  position: relative;
}

.productBox .bg {
  position: absolute;
  z-index: -1;
  opacity: 0.65;
  width: 100%;
  height: 84%;
  background-image: url("../assets/images/product_bg.png");
}

.productBox .topBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .productBox .topBox {
    flex-direction: row-reverse;
    margin-bottom: 20px;
  }
}

.productBox .deceTextBox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "Noto Serif TC", Noto Sans TC, sans-serif;
}

@media (max-width: 640px) {
  .productBox .deceTextBox {
    width: 50%;
    align-items: flex-start;
  }
}

.productBox .deceTextBox .subtitle {
  color: #3d6933;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.596px;
}

@media (max-width: 640px) {
  .productBox .deceTextBox .subtitle {
    font-size: 16px;
  }
}

.productBox .deceTextBox .title {
  color: #386934;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
}

@media (max-width: 640px) {
  .productBox .deceTextBox .title {
    font-size: 18px;
  }
}

.productBox .titleBox {
  background-image: url("../assets/images/titleBox-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 210px;
  height: 210px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .productBox .titleBox {
    width: 160px;
    height: 160px;
    margin-left: 0;
    margin-right: auto;
  }
}

.productBox .titleBox .title {
  font-size: 27px;
  font-weight: 700;
  color: #386934;
  letter-spacing: 4.32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .productBox .titleBox .title {
    font-size: 22px;
  }
}

.productBox .titleBox .subtitle {
  font-size: 18px;
  font-weight: 900;
  color: #ed7541;
  letter-spacing: 1.08px;
  position: relative;
  z-index: 1;
}

.productBox .productSpecBox {
  display: flex;
  flex-direction: column;
  position: relative;
}

.productBox .productSpecItem {
  width: 50%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .productBox .productSpecItem {
    width: 80%;
  }
}

.productBox .productSpecItem .deco {
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media (max-width: 640px) {
  .productBox .productSpecItem .deco {
    display: none;
  }
}

.productBox .productSpecItem:first-child {
  margin-left: auto;
}

@media (max-width: 640px) {
  .productBox .productSpecItem:first-child {
    margin-right: auto;
  }
}

.productBox .productSpecItem:first-child .deco {
  left: -42%;
  top: 0;
}

@media (max-width: 1280px) {
  .productBox .productSpecItem:first-child .deco {
    left: -30%;
  }
}

.productBox .productSpecItem:last-child {
  margin-right: auto;
  flex-direction: row-reverse;
}

@media (max-width: 640px) {
  .productBox .productSpecItem:last-child {
    margin-left: auto;
  }
}

.productBox .productSpecItem:last-child .deco {
  right: -30%;
  top: 52%;
}

.productBox .productSpecItem:last-child .imgBox {
  padding-right: 80px;
}

@media (max-width: 996px) {
  .productBox .productSpecItem:last-child .imgBox {
    padding-right: 0;
  }
}

.productBox .productSpecItem .imgBox {
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .productBox .productSpecItem .imgBox {
    max-width: 35%;
  }
}

.productBox .productSpecItem .textBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.productBox .productSpecItem .name {
  color: #386934;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3.3px;
}

.productBox .productSpecItem .priceItem {
  width: 135px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background-color: #a5c48e;
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.productBox .productSpecItem .btnBox {
  margin-top: 35px;
}

.productBox .productList {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px;
}

@media (max-width: 996px) {
  .productBox .productList {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
}

@media (max-width: 640px) {
  .productBox .productList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (min-width: 1181px) {
  .productBox .productList .productItem:hover .imgBox img {
    scale: 1.05;
  }

  .productBox .productList .productItem:hover .name {
    color: #ed7541;
  }
}

.productBox .productList .imgBox {
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.productBox .productList .textBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.productBox .productList .name {
  color: #386934;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.3px;
}

.productBox .productList .priceItem {
  width: 100px;
  padding: 2.5px 0;
  text-align: center;
  color: #fff;
  background-color: #a5c48e;
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.productBox .bottomBox+.btnBox {
  margin-top: 80px;
  justify-content: center;
}

.boxBox {
  position: relative;
}

.boxBox .titleBox {
  background-image: url("../assets/images/titleBox-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 210px;
  height: 210px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -120px;
  z-index: 2;
}

@media (max-width: 640px) {
  .boxBox .titleBox {
    width: 160px;
    height: 160px;
    top: -80px;
  }
}

.boxBox .titleBox .title {
  font-size: 27px;
  font-weight: 700;
  color: #386934;
  letter-spacing: 4.32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .boxBox .titleBox .title {
    font-size: 22px;
  }
}

.boxBox .titleBox .subtitle {
  font-size: 18px;
  font-weight: 900;
  color: #ed7541;
  letter-spacing: 1.08px;
  position: relative;
  z-index: 1;
}

.boxBox .boxList {
  display: grid;
  grid-template-columns: 37% 40% 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

@media (max-width: 640px) {
  .boxBox .boxList {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
}

.boxBox .boxList .boxItem {
  position: relative;
}

@media (min-width: 641px) {
  .boxBox .boxList .boxItem:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media (min-width: 641px) {
  .boxBox .boxList .boxItem:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media (min-width: 641px) {
  .boxBox .boxList .boxItem:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media (min-width: 641px) {
  .boxBox .boxList .boxItem:nth-child(4) {
    grid-area: 2 / 2 / 3 / 4;
  }
}

@media (min-width: 1181px) {
  .boxBox .boxList .boxItem:hover .imgBox img {
    scale: 1.05;
  }
}

.boxBox .boxList .imgBox {
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}

.boxBox .boxList .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxBox .boxList .btnBox {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 3;
  gap: 8px;
}

.boxBox .boxList .btnBox span {
  color: #593f29;
  font-size: 20px;
  font-weight: 700;
}

.locationBox {
  padding: 275px 0 200px;
  position: relative;
}

@media (max-width: 1480px) {
  .locationBox {
    padding: 200px 0 120px;
  }
}

@media (max-width: 640px) {
  .locationBox {
    padding: 50px 0;
  }
}

.locationBox .deco {
  position: absolute;
  left: 0;
  top: 13%;
}

.locationBox .wrap {
  max-width: 1300px;
}

.locationBox .topBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}

@media (max-width: 1180px) {
  .locationBox .topBox {
    margin-bottom: 40px;
  }
}

@media (max-width: 820px) {
  .locationBox .topBox {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .locationBox .topBox {
    margin-bottom: 0;
  }
}

.locationBox .titleBox {
  background-image: url("../assets/images/titleBox-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 210px;
  height: 210px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 820px) {
  .locationBox .titleBox {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .locationBox .titleBox {
    width: 160px;
    height: 160px;
  }
}

.locationBox .titleBox .title {
  font-size: 27px;
  font-weight: 700;
  color: #386934;
  letter-spacing: 4.32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .locationBox .titleBox .title {
    font-size: 22px;
  }
}

.locationBox .titleBox .subtitle {
  font-size: 18px;
  font-weight: 900;
  color: #ed7541;
  letter-spacing: 1.08px;
  position: relative;
  z-index: 1;
}

.locationBox .sectionList {
  flex: 1;
  display: flex;
  gap: 50px;
  border-bottom: 1px dashed #593f29;
  padding-left: 120px;
  padding-right: 60px;
}

@media (max-width: 820px) {
  .locationBox .sectionList {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    gap: 30px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .locationBox .sectionList {
    margin-top: 30px;
  }
}

.locationBox .sectionList li {
  font-size: 16px;
  font-weight: 500;
  color: #886d58;
  opacity: 0.5;
  cursor: pointer;
  padding-bottom: 25px;
  letter-spacing: 2.4px;
  position: relative;
}

@media (max-width: 640px) {
  .locationBox .sectionList li {
    padding-bottom: 15px;
  }
}

.locationBox .sectionList li:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1.5px;
  left: 0;
  background-color: #ed7541;
  height: 2px;
  z-index: 2;
  opacity: 0;
}

@media (min-width: 1181px) {
  .locationBox .sectionList li:hover {
    opacity: 1;
    color: #ed7541;
  }
}

.locationBox .sectionList li.active {
  opacity: 1;
  color: #ed7541;
}

.locationBox .sectionList li.active:after {
  content: "";
  position: absolute;
  opacity: 1;
}

.locationBox .locationList {
  margin-bottom: 60px;
}

@media (max-width: 640px) {
  .locationBox .locationList {
    margin-bottom: 20px;
  }
}

.locationBox .slick-list {
  padding: 20px 0;
}

.locationBox .slick-active .locationItem:before {
  content: "";
  position: absolute;
  opacity: 1;
}

.locationBox .locationItem {
  padding: 40px 60px;
  position: relative;
}

.locationBox .locationItem:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #593f29;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}

@media (max-width: 1180px) {
  .locationBox .locationItem {
    padding: 30px 40px;
  }
}

@media (max-width: 820px) {
  .locationBox .locationItem {
    padding: 20px;
  }
}

@media (min-width: 1181px) {
  .locationBox .locationItem:hover:before {
    content: "";
    position: absolute;
    width: 70%;
  }

  .locationBox .locationItem:hover .imgBox {
    opacity: 1;
    transform: translateX(0);
  }

  .locationBox .locationItem:hover .nameBox {
    transform: translateX(0);
  }

  .locationBox .locationItem:hover .decoLine {
    opacity: 1;
  }
}

.locationBox .locationItem .item {
  align-items: center;
  display: flex;
  gap: 55px;
}

@media (max-width: 1180px) {
  .locationBox .locationItem .item {
    gap: 30px;
  }
}

@media (max-width: 640px) {
  .locationBox .locationItem .item {
    gap: 10px;
  }
}

.locationBox .locationItem .decoLine {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 2;
  opacity: 0;
}

.locationBox .locationItem .imgBox {
  opacity: 0;
  transform: translateX(-150px);
}

@media (max-width: 1180px) {
  .locationBox .locationItem .imgBox {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 820px) {
  .locationBox .locationItem .imgBox {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .locationBox .locationItem .imgBox {
    display: none;
  }
}

.locationBox .locationItem .nameBox {
  flex: 1;
  transform: translateX(-180px);
}

@media (max-width: 1180px) {
  .locationBox .locationItem .nameBox {
    transform: translateX(0);
  }
}

@media (max-width: 640px) {
  .locationBox .locationItem .nameBox {
    gap: 10px;
  }
}

.locationBox .locationItem .name {
  font-size: 18px;
  font-weight: 500;
  color: #386934;
  letter-spacing: 2.7px;
}

@media (max-width: 640px) {
  .locationBox .locationItem .name {
    font-size: 14px;
    letter-spacing: 1.6px;
  }
}

.locationBox .locationItem .infoBox {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: #344e45;
  letter-spacing: 2.1px;
  line-height: 1.92857;
  position: relative;
}

@media (max-width: 640px) {
  .locationBox .locationItem .infoBox {
    font-size: 12px;
  }
}

.locationBox .locationItem .infoBox:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: -50px;
  top: 30px;
  background-color: #344e45;
  rotate: -60deg;
}

@media (max-width: 820px) {
  .locationBox .locationItem .infoBox:after {
    display: none;
  }
}

@media (min-width: 1181px) {
  .locationBox .locationItem .infoBox a:hover {
    color: #ed7541;
  }
}

.locationBox .toolBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .locationBox .toolBox {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.locationBox .toolBox .tool {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.locationBox .toolBox .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
}

.locationBox .toolBox .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #3d6933;
}

.locationBox .toolBox .slick-dots li.slick-active {
  background-color: #ed7541;
}

.locationBox .toolBox .slick-dots li button {
  display: none;
}

.locationBox .toolBox .prevBtn,
.locationBox .toolBox .nextBtn {
  transform: translateY(5px);
  cursor: pointer;
}

.locationBox .toolBox .prevBtn img {
  transform: scaleX(-1);
}

.locationBox .toolBox .btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.locationBox .toolBox .btn span {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.96px;
}

.introBox .topBox {
  position: relative;
  display: flex;
  gap: 25px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.introBox .introBtn {
  position: absolute;
  left: -5%;
  top: -30%;
  animation: rotate 30s linear infinite;
}

@media (max-width: 640px) {
  .introBox .introBtn {
    display: none;
  }
}

@media (max-width: 640px) {
  .introBox .leftBox {
    display: none;
  }
}

.introBox .bottomBox {
  margin-top: 24px;
}

.introBox .bottomBox span {
  color: #c8a063;
  font-size: 18px;
  position: relative;
  letter-spacing: 11.16px;
}

.introBox .bottomBox span:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: #c8a063;
  right: -60px;
  top: 0;
  rotate: 45deg;
}