/*------------ banner ------------*/
.banner {
  position: relative;
}
.banner .slick-dots {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
}
.banner .slick-dots li {
  margin: 15px 0;
  display: flex;
}
.banner .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
  border-radius: 100%;
  cursor: pointer;
}
.banner .slick-dots li.slick-active button {
  background: #c59e71;
}
.banner_m {
  position: relative;
  display: none;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -769px;
  left: 0;
  background: url(../../images/common/index/tree.png) 50% 50% no-repeat;
  width: 610px;
  height: 769px;
  animation: sway 10s ease-in-out infinite;
  transform-origin: center;
}
@keyframes sway {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.2); /* 稍微拉開 */
  }
  100% {
    transform: scaleX(1);
  }
}
/*------------ title ------------*/
.title {
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
.title span {
  font-family: "Marcellus SC", serif;
  font-size: 150px;
  background: linear-gradient(
    to bottom,
    rgba(243, 239, 231, 1) 0%,
    rgba(243, 239, 231, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.products-sect .title span,
.article .title span,
.about-sect .title span {
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.title h2 {
  color: #525252;
  font-family: "Noto Serif TC", serif;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  margin-top: -60px;
  position: relative;
  letter-spacing: 3px;
}
.title h2::after {
  content: "";
  width: 70px;
  height: 3px;
  position: relative;
  margin: 30px auto 0;
  background: #daccb4;
  display: block;
}
/*------------ more ------------*/
.more {
  transition: all 0.3s;
  text-align: center;
  font-size: 20px;
  color: #9e7a4e;
  padding: 0;
  border: 1px solid #9e7a4e;
  width: 250px;
  height: 60px;
  line-height: 60px;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
}
.more:hover {
  background: #9e7a4e;
  color: #fff;
  transition: all 0.3s;
}
.more a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*------------ service ------------*/
.service-sect {
  margin: -85px 0px 0;
  z-index: 1;
  position: relative;
  padding-bottom: 50px;
}
.service-sect .container {
  max-width: 1470px;
}
.index-service-editor .row {
  display: flex;
  justify-content: space-between;
}
.index-service-editor .row .box {
  position: relative;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.index-service-editor .box .pic {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
}
.index-service-editor .box .pic img {
  min-height: 434px;
  object-fit: cover;
  min-width: 100%;
}
.index-service-editor .box .pic::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
}
.index-service-editor .box:hover .pic::before {
  opacity: 1;
}
.index-service-editor .stit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  padding: 10px 30px 30px;
  display: flex;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.2;
  color: #fff;
  margin: 0 auto 50px;
  font-family: "Noto Serif TC", serif;
  flex-direction: column;
  align-items: center;
}
.index-service-editor .stit h3 {
  margin: 0;
  margin-bottom: 0px;
  font-size: 30px;
  position: relative;
  font-weight: 500;
}
.index-service-editor .stit h3::after {
  content: "";
  width: 1px;
  height: 30px;
  position: relative;
  margin: 25px auto 20px;
  background: #fff;
  opacity: 0.5;
  display: block;
}
.index-service-editor .p-1 {
  position: absolute;
  bottom: -100px;
  color: #fff;
  padding: 0;
  margin: 0;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  box-sizing: border-box;
  left: 20px;
  right: 20px;
}
.index-service-editor .box:hover .p-1 {
  bottom: 20px;
}
.index-service-editor .box a.cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
/*------------ region-sect ------------*/
.region-sect {
  position: relative;
  padding: 50px 0 40px;
}
.region-sect .container {
  max-width: 1470px;
}
.region-sect .title {
  margin-bottom: 25px;
}
.region-sect .title h2::after {
  display: none;
}
.region-sect .editor {
  font-size: 17px;
  max-width: 720px;
  margin: 0 auto;
  color: #535353;
  font-family: "Noto Serif TC", serif;
}
.region-sect .row {
  display: flex;
  margin-top: 75px;
}
.row .map-side {
  width: calc(100% - 510px);
  padding-right: 50px;
  box-sizing: border-box;
}
.row .map-pic {
  width: 510px;
}
/* === map-pic === */
.map-pic .maplink svg {
  width: 100%;
  height: auto;
  display: block;
  width: 1000px;
}
.map-pic .area polygon {
  fill: #f2e9d9;
  transition: 0.3s;
  cursor: pointer;
  stroke: #ffffff;
  stroke-width: 2px;
}
.map-pic .area polygon:hover {
  fill: #e9d9bc;
}
.map-pic .area.active polygon {
  fill: #e9d9bc;
}
.map-pic .map-pic-txt {
  font-weight: 500;
  font-family: "Noto Serif TC", serif;
  font-size: 30px;
  color: #525252;
  fill: #525252;
}
/* === map-side === */
.map-side .map-menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.map-side .map-menu .map-link {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  color: #535353;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  padding: 10px 0;
}
.map-side .map-link {
  position: relative;
  transition: 0.3s;
}
.map-side .map-link.active {
  color: #9e7a4e;
}
.map-side .map-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9e7a4e;
  transition: all 0.5s ease;
}
.map-side .map-list {
  display: none;
}
.map-side .map-list.active {
  display: block;
}
/* === 推薦地區列表 === */
.map-side .hot.products-list {
  margin: 0 -15px;
  min-height: 390px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.map-side .hot.products-list li {
  width: 50%;
  padding: 0 15px 20px;
}
.map-side .hot.products-list li:nth-child(2n + 1) {
  clear: left;
}
.map-side .hot.products-list > li > .box {
  margin: 0px auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 10px;
  max-width: unset;
  padding: 18px;
  filter: drop-shadow(0px 0px 10px rgba(242, 233, 217, 0.9));
}
.map-side .hot.products-list .pic {
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s;
  z-index: 1;
  border-radius: 10px;
}
.map-side .hot.products-list .text {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-top: 20px;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 210px);
  box-sizing: border-box;
}
.map-side .hot.products-list .name {
  font-size: 18px;
  border-bottom: unset;
  margin-bottom: 0;
  height: 30px;
}
.map-side .hot.products-list .description {
  height: 45px;
  -webkit-line-clamp: 2;
}
.map-side .hot.products-list .info {
  top: unset;
  bottom: 0;
  left: 0;
  max-width: 150px;
}
/*------------ products ------------*/
.products-sect {
  padding: 70px 0 70px;
  background: url(../../images/common/index/products_bg.jpg) repeat;
}
.products-list {
  margin: 0 -15px;
}
.products-list li {
  width: 25%;
  padding: 0 15px 45px;
}
.products-list li:nth-child(4n + 1) {
  clear: left;
}
.products-list > li > .box {
  margin: 0px auto 0;
  max-width: 330px;
  box-sizing: border-box;
  background: #fff;
}
.products-list > li > .box .cover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  font-size: 0;
}
.products-list .pic {
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s;
  z-index: 1;
  border-radius: 10px;
}
.products-list .box {
  position: relative;
  border-radius: 10px;
  background: #fff;
}
.products-list .text {
  max-width: 330px;
  margin: 0;
  padding: 25px 20px;
  line-height: 1.3;
}
.tag-list {
  position: relative;
  margin-bottom: 10px;
}
.tag-list .tag.city {
  position: relative;
  color: #9e7a4e;
  font-size: 16px;
}
.products-list .city::before {
  font-family: "icon-font" !important;
  content: "\e1111";
  position: relative;
  margin-right: 3px;
  transition: all 0.3s ease;
}
.products-list .name {
  box-sizing: border-box;
  color: #525252;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  letter-spacing: 1px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.products-list .box:hover .name {
  color: #9e7a4e;
}
.products-list .description {
  font-size: 15px;
  line-height: 1.5;
  color: #858585;
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-list .info {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c5673f;
  color: #fff;
  padding: 5px 10px;
  z-index: 2;
  border-radius: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.products-sect .more {
  margin-top: 20px;
}
/*------------ edit ------------*/
.edit-sect {
  position: relative;
  padding: 50px 0 100px;
  background: url(../../images/common/index/products_bg.jpg) repeat;
  z-index: 2;
}
.edit-sect::before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
}
/*------------ article ------------*/
.article {
  padding: 90px 0 80px;
  position: relative;
}
.article::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url("../../images/common/index/article_bg.jpg") no-repeat center
    fixed;
  height: calc(100% + 330px);
  width: 100%;
  z-index: 0;
}
.article-list {
  margin: 0 -15px;
}
.article-list li {
  width: 25%;
  padding: 0 15px;
}
.article-list:nth-child(4n + 1) {
  clear: left;
}
.article-list li .box {
  transition: all 0.3s;
  position: relative;
  max-width: 304px;
  margin: 0 auto;
}
.article-list li .box .cover2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
  font-size: 0px;
}
.article-list li .box:hover {
  transition: all 0.3s;
}
.article-list li .pic {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}
.article-list li .name {
  color: #525252;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.article-list .box:hover .name {
  color: #9e7a4e;
}
/*------------ about ------------*/
.about-sect {
  padding: 125px 0 140px;
  position: relative;
  /* background: #fbf8f3; */
}
.about-sect:before {
}
.about-sect .container {
  z-index: 2;
  display: flex;
}
.about-sect .col.pic {
  position: absolute;
  right: -162px;
  top: -10px;
}
.about-sect .col.txt {
}
.about-sect .title {
  text-align: left;
  text-align: left;
  margin-bottom: 120px;
}
.about-sect .title h2::after {
  display: none;
}
.about-sect .more {
  margin-left: 0;
  margin-top: 70px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {
  .service-sect {
    margin: -45px 0px 0;
  }
  .index-service-editor .row {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-service-editor .row .box {
    padding: 0 10px 30px;
    margin-bottom: 30px;
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index-service-editor .stit {
    position: relative;
    z-index: 2;
    top: 0;
    transform: unset;
    margin: 30px auto 20px;
  }
  .index-service-editor .p-1 {
    position: relative;
    z-index: 2;
    left: unset;
    right: unset;
    bottom: unset;
    padding: 0 20px;
  }
  .index-service-editor .box:hover .p-1 {
    bottom: unset;
  }
  .index-service-editor .box .pic {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .index-service-editor .box .pic img {
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
  }
  .about-sect .col.txt {
    width: 45%;
  }
  .about-sect .col.pic {
    position: relative;
    right: 0;
    top: 0;
    width: 55%;
  }
}
@media screen and (max-width: 1380px) {
  .region-sect .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .row .map-side {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    max-width: 900px;
  }
  .article::before {
    height: calc(100% + 300px);
  }
  .about-sect {
    padding: 125px 0 90px;
  }
  .about-sect .container {
    max-width: 1150px;
  }
  .about-sect .title {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .article::before {
    height: calc(100% + 250px);
  }
  .about-sect {
    padding: 75px 0 90px;
  }
  .about-sect .container {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-sect .col.txt,
  .about-sect .col.pic {
    width: 100%;
  }
  .about-sect .title {
    text-align: center;
  }
  .index-about-editor {
    margin: 0 auto;
  }
  .about-sect .more {
    margin: 70px auto 0;
  }
  .products-list {
    margin: 0 -10px;
  }
  .products-list li {
    padding: 0 10px 45px;
  }
}
@media screen and (max-width: 1100px) {
  .region-sect {
    position: relative;
    padding: 20px 0 40px;
  }
  .map-side .hot.products-list {
    margin: 0 -10px;
  }
  .map-side .hot.products-list li {
    padding: 0 10px 20px;
  }
  .products-sect {
    padding: 70px 0 30px;
  }
  .products-list {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  .products-list li {
    width: 33.3%;
  }
  .products-list li:nth-child(4n + 1) {
    clear: none;
  }
  .products-list li:nth-child(3n + 1) {
    clear: left;
  }
  .edit-sect {
    padding: 50px 0 70px;
  }
  .article {
    padding: 60px 0 25px;
  }
  .article::before {
    height: calc(100% + 200px);
    background: url(../../images/common/index/article_bg.jpg) no-repeat center;
    background-size: cover;
  }
  .article-list {
    max-width: 700px;
    margin: 0 auto;
  }
  .article-list li {
    width: 50%;
    padding: 0 10px;
  }
  .article-list li .box {
    margin: 0 auto 30px;
  }
  .about-sect {
    padding: 25px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    display: none;
  }
  .banner_m {
    display: block;
  }
  .title {
    margin-bottom: 30px;
  }
  .title span {
    font-size: 50px;
  }
  .title h2 {
    font-size: 28px;
    margin-top: -15px;
    position: relative;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  .title h2::after {
    margin: 20px auto 0;
  }
  .service-sect {
    margin: -35px 0px 0;
    padding-bottom: 10px;
  }
  .index-service-editor .row .box {
    width: 100%;
    max-width: 484px;
    margin: 0 auto 30px;
  }
  .index-service-editor .box .pic::before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
  }
  .index-service-editor .stit {
    padding: 0;
  }
  .index-service-editor .stit {
    padding: 0;
    margin: 40px auto 30px;
  }
  .index-service-editor .stit h3 {
    margin: 0;
  }
  .index-service-editor .stit h3::after {
    width: 30px;
    height: 1px;
    margin: 15px auto;
  }
  .index-service-editor .p-1 {
    display: block;
    height: auto;
  }
  .region-sect {
    position: relative;
    padding: 20px 0 20px;
  }
  .region-sect .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 550px;
    margin: 30px auto 0;
  }
  .row .map-pic {
    display: none;
  }
  .map-side .hot.products-list li {
    width: 100%;
  }
  .products-sect {
    padding: 50px 0 30px;
  }
  .products-list li {
    width: 50%;
  }
  .products-list li:nth-child(3n + 1) {
    clear: none;
  }
  .products-list li:nth-child(2n + 1) {
    clear: left;
  }
  .products-list .info {
    max-width: 150px;
  }
  .products-sect .more {
    margin-top: 0;
  }
  .edit-sect {
    padding: 30px 0 60px;
  }
  .article {
    background: url(../../images/common/index/article_bg.jpg) no-repeat center;
    background-size: cover;
  }
  .article::before {
    height: calc(100% + 120px);
  }
  .about-sect .title {
    margin-bottom: 50px;
  }
  .about-sect .more {
    margin: 50px auto 15px;
  }
  .about-sect .index-about-editor {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    height: auto;
  }
}
@media screen and (max-width: 484px) {
  .map-side .hot.products-list > li > .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 25px;
    max-width: 330px;
  }
  .map-side .hot.products-list .text {
    padding: 20px 0 0;
    width: 100%;
  }
  .map-side .hot.products-list .info {
    top: unset;
    bottom: unset;
    left: unset;
    top: 28px;
    left: 28px;
  }
  .products-list li {
    width: 100%;
  }
  .products-list li:nth-child(2n + 1) {
    clear: none;
  }
}
