@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

.site-main {
  position: relative;
  padding-bottom: 50px;
}

/*------------ article ------------*/
.article-list .item .box {
  margin: 0 auto 45px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 35px;
  position: relative;
}
.article-list .item .pic {
  position: relative;
  box-sizing: border-box;
  order: 2;
  width: 100%;
  vertical-align: top;
}
.article-list .item .box:hover .name {
  color: #17a98a;
  text-decoration: underline;
}
.type5 .keyword_box {
  color: #f2856c;
}
.type5 .article-list .pic .mask {
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "roboto", sans-serif;
  top: 50%;
  font-size: 13px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.type5 .article-list .item .box:hover .mask {
  opacity: 1;
}
.type5 .article-list .item .date,
.article-date {
  color: #ffffff;
  margin: -25px 0 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #29a38a;
}
.article-date {
  margin: auto;
}
.article-box .article-list .btn.more {
  z-index: 5;
  overflow-x: hidden;
  background: #3d9e70;
  color: #fff;
  position: relative;
}
.article-box .article-list .btn.more:hover {
  background: #a7b450;
  color: #fff;
}
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date:before {
  color: #b5c356;
  border-color: #b5c356;
}
/*------------ keyword_box ------------*/
.keyword_box i {
  font-size: 14px;
  line-height: 14px;
  float: left;
  position: absolute;
  top: 14px;
  left: 0;
}
.keyword_box.detail {
  height: auto;
  margin: 0;
  position: relative;
  padding: 9px 0 9px 25px;
  color: #f2856c;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}
.type5 .keyword_box.detail ul {
  white-space: normal;
  overflow: inherit;
}
.type5 .keyword li a:hover {
  text-decoration: underline;
  color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 .item {
  margin-bottom: 50px;
}
.products-list.type2 > .item > .box {
  margin: 0 auto 0px;
  box-sizing: border-box;
  transition: all 0.2s;
  position: relative;
}
.products-list.type1 .box:hover .name {
  font-weight: normal;
}
.products-list.type2 .name {
  max-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  margin: 0px 0 5px;
  letter-spacing: 1px;
}
.products-list .box .name,
.products-list.type2 .name {
  color: #333333;
  transition: all 0.3s ease;
}
.products-list .box:hover .name {
  color: #e79245;
}
.products-list.type2 .description,
.products-list .description {
  color: #999999;
}
.products-list .offers {
  color: #d80000;
}
.products-list .box.new:before {
  content: "NEW";
  display: block;
  font-size: 16px;
  color: #fff;
  background: #e89144;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  position: absolute;
  z-index: 10;
  left: 15px;
  top: -15px;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.products-list .pic {
  border-radius: 15px;
}
.products-list.type2 .pic:before {
  background: linear-gradient(
    to bottom,
    rgba(232, 145, 68, 0) 0%,
    rgba(232, 145, 68, 0.3) 100%
  );
}
.products-list .box img {
  display: block;
  width: 100%;
}
.products-list .box .more {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50%;
  margin: -13px 0 0 0;
  width: 100%;
  padding: 0 40px;
  line-height: 1.2;
  height: 26px;
  text-align: center;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto";
  font-size: 16px;
  color: #dddddd;
  letter-spacing: 3px;
}
.products-list .mask .more {
  display: block;
}
.products-list.for-cart .box .wish {
  width: 35px;
  height: 35px;
  background: transparent;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 45;
  transition: all 0.2s;
  border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
  background: #d80000;
}
.products-list.for-cart.type2 .mask {
  z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
  z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before {
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  /*列表通用 index、products*/
  .products-list .box .more {
    font-size: 10px;
    letter-spacing: 0;
    padding: 0;
  }
  .products-list.masonry-list.products-list .item .box {
    margin-bottom: 0px;
  }
  /*!列表通用 index、products*/
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list {
  margin: 0 -10px;
}
.album-list .item {
  padding: 0 10px;
}
.album-list.type1 .item .box .more:after {
  color: #fff;
  background: #31caa4;
}
.album-list .item .name {
  color: #29a38a;
}
.masonry-list.album-list.type1 .item {
  margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name {
  text-align: left;
}
.masonry-list.album-list.type1 .item .box .more:after {
  display: none;
}
.masonry-list.album-list .item .namebox {
  position: relative;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name {
  /*padding-right: 60px;*/
  position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more {
  display: none;
}
.album-list .item .name {
  color: #fff;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after {
  display: none;
}
.masonry-list.album-list.type4 .item .namebox:after {
  display: none;
}
.container .masonry-list.album-list .item .name {
  color: #333;
}
.container .masonry-list.album-list .item .box {
  margin-bottom: 20px;
  border-radius: 0;
}
.container .masonry-list.album-list.type2 .item .box {
  margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox {
  position: static;
  background: none;
  opacity: 1;
  padding: 0;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item {
  padding: 0 15px !important;
}
/*列表通用 index、news*/
.news-list .pic {
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
}
.news-list .btn.more {
  background: #9ca93f;
  color: #fff;
}
.news-list .box:hover .btn.more {
  background: #e89144;
  color: #fff;
}

.news-list.type3 .date {
  color: #9ca93f;
}
.news-list.type4 .pic:before,
.news-list.type2 .pic:before {
  display: none;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before {
}
.news-list.type4 .item .box {
  transition: all 0.2s;
  border: none;
}
.news-list .item .box {
}
.news-list .item .pic {
  position: relative;
  box-sizing: border-box;
  border-radius: 15px;
}
.news-list.type4 .item .box:hover .pic img {
}
.news-list.type4 .item .date,
.news-date {
  border-radius: 3px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #29a38a;
}
.news-list.type4 .item .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -31px 0px 13px;
  padding: 0;
  line-height: 1;
}
.news-list.type4 .item .date .day {
  display: block;
  width: 100%;
  line-height: 0.8;
  margin-bottom: -15px;
  font-size: 35px;
}
.news-list .item .name {
  color: #333333;
  transition: all 0.3s ease;
}
.news-list .box:hover .name {
  color: #e79144;
}
.news-list .item .description {
  color: #8c8c8c;
}
.news-list .item .box:hover .description {
}
/*n_type4*/
.news-list.type4 {
  margin: 0 -6px;
}
.news-list.type4 .item {
  padding: 0 6px;
}
.news-list.type4 .item .box {
  border: none;
  background: #fff;
  border-radius: 15px;
}
.news-list.type4 .txt {
  padding: 0 15px 15px;
  min-height: unset;
}
.news-list.type4 .item .date,
.news-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -30px auto 10px;
  padding: 0;
  border-radius: 0;
  width: 151px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #9ca93f;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s ease;
  border-radius: 20px;
}
.news-list.type4 .item .box:hover .date {
  background: #e89144;
}
.news-list.type4 .item .date .day {
  display: inline;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  order: 3;
}
.news-list.type4 .date .day:before {
  content: ".";
}
.news-list.type4 .date .month {
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  order: 2;
}
.news-list.type4 .date .years {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  order: 1;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description {
  display: none;
}
.news-list.type3 .item {
  border-left: solid #ccc 1px;
}
.news-list.type3:before {
  display: none;
}
/*!n_type4*/
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m {
  position: relative;
  height: auto !important;
  padding-bottom: 50px;
}
.banner .slider,
.banner_m .slider {
  max-width: 1300px;
  position: relative;
  margin: auto;
}
.banner *,
.banner_m * {
  height: 100%;
}
.banner .slick-arrow,
.banner_m .slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  border: 0;
  color: transparent;
  bottom: -30px;
  left: calc(50%);
  z-index: 2 !important;
  cursor: pointer;
  border-radius: 0;
  background: #9ca93f;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.banner .slick-arrow::before,
.banner_m .slick-arrow::before {
  content: "";
  background: #fff;
  mask: url(../../../images/layout01/common/index/arrow.svg) 50% 50% no-repeat;
  width: 20px;
  height: 13px;
  background-size: contain;
  display: block;
  transform: rotate(-180deg);
  top: 22px;
  left: 18px;
  position: absolute;
}
.banner .slick-next::before,
.banner_m .slick-next::before {
  transform: rotate(0deg);
}
.banner .slick-prev,
.banner_m .slick-prev {
  margin-left: -60px;
}
.banner .slick-next,
.banner_m .slick-next {
  margin-right: -60px;
}
.banner .slick-arrow:hover,
.banner_m .slick-arrow:hover {
  background: #e89144;
}
.banner .slick-dots,
.banner_m .slick-dots {
  position: static;
  top: 100%;
  left: 0;
  right: 0;
  margin: 5px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  z-index: 80;
}
.banner_m .slick-dots {
  display: none !important;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  width: 96px;
  height: 13px;
  margin-top: 10px;
  cursor: pointer;
  background: none;
}
.banner .slick-dots li button:before,
.banner_m .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 5px 0;
  background: #ddd;
}
.banner .slick-dots li.slick-active button:before,
.banner_m .slick-dots li.slick-active button:before {
  background: #21a38c;
}
.banner_m {
  display: none;
}
/*------------ title ------------*/
.title {
  color: #000000;
  font-size: 23px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 40px;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
.title span {
  font-family: "Playfair Display", serif;
  display: block;
  color: #554a43;
  font-size: 60px;
  font-weight: 500;
}
.title h2 {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-weight: normal;
  color: #564a43;
  margin: 0;
}
.title i {
  display: none;
}
.title:before {
  position: absolute;
  font-family: "Alex Brush", cursive;
  font-size: 250px;
  color: #f3eee7;
  opacity: 0.5;
  line-height: 1.2;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}
.about-sect .title:before {
  content: "about";
  color: #fff;
  opacity: 1;
  bottom: -70px;
}
.service-sect .title:before {
  content: "spotlight";
}
.news-sect .title:before {
  content: "news";
  color: #fff;
  opacity: 1;
}
.products-sect .title:before {
  content: "members";
}
.album-sect .title:before {
  content: "album";
  left: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 50px;
}
/*------------ more ------------*/
.index_more {
  display: block;
  margin: 30px 0 0;
}
.index_more a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
  overflow: hidden;
  font-family: "Playfair Display", serif;
  color: #554a43;
  font-size: 0;
  width: fit-content;
  height: 60px;
}
.index_more a span {
  font-size: 18px;
  letter-spacing: 1px;
  color: #564a43;
  display: flex;
  align-items: center;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 85px 0 0;
  transition: all 0.5s;
}
.index_more a:hover span {
  padding: 0 0px 0 85px;
}
.index_more a span .more_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #9ca93f;
  margin: 0 0 0;
  position: absolute;
  right: 0;
  transition: all 0.5s;
}
.index_more a span .more_i::before {
  content: "";
  background: #fff;
  mask: url(../../../images/layout01/common/index/arrow.svg) 50% 50% no-repeat;
  width: 20px;
  height: 13px;
  background-size: contain;
}
.index_more a:hover span .more_i {
  transform: translateX(-135px);
  background: #e89144;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container {
  padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect .deco1 {
  position: absolute;
  top: -350px;
  left: calc(50% - 1130px);
  width: 528px;
  height: 550px;
  background: url(../../../images/layout01/common/index/deco1.webp) no-repeat;
  background-size: contain;
  z-index: -1;
}
.about-sect .deco2 {
  position: absolute;
  bottom: -200px;
  right: calc(50% - 1050px);
  width: 281px;
  height: 500px;
  background: url(../../../images/layout01/common/index/deco2.webp) no-repeat;
  background-size: contain;
}
.about-sect {
  position: relative;
  padding: 225px 0 50px;
}
.about-sect:before {
  content: "";
  display: block;
  background: url(../../../images/layout01/common/index/about_bg.webp) 50% 50%
    no-repeat;
  position: absolute;
  top: -588px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1319px;
  z-index: -1;
  margin: 0 auto;
  background-size: cover;
}
.about-sect .row {
  padding: 0;
}
.about-sect .col {
  float: left;
}
.about-sect .col.txt {
  float: right;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  max-width: 510px;
}
.about-sect .container {
  position: static;
}
.about-sect .col.pic {
  margin: 0px 0 0 0;
  position: relative;
  left: 0;
  top: -50px;
  height: 100%;
  text-align: right;
  z-index: 2;
  width: 50%;
}
.about-sect .col.pic img {
  min-height: 450px;
  object-fit: cover;
  border-radius: 40px;
}
.about-sect .index_more {
  margin: 42px 0 0;
}
.about-sect .title {
  margin-bottom: 30px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.about-sect .title h2 {
}
.about-sect .txt-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor {
  color: #6c6c6c;
  position: relative;
  line-height: 1.75;
  letter-spacing: 1.5px;
  line-height: 1.9;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 186px;
  text-align: left;
}
.about-sect .txt-box .index-about-editor .editor .desk-break {
  display: block;
}
.about-sect .txt .tag {
  display: none;
}
/*------------ news ------------*/
.articles-sect {
  padding-bottom: 50px;
  padding-top: 20px;
  background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect .deco4 {
  position: absolute;
  bottom: -200px;
  right: calc(50% - 1110px);
  width: 444px;
  height: 580px;
  background: url(../../../images/layout01/common/index/deco4.webp) no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.8;
}
.news-sect {
  position: relative;
  padding: 100px 0 115px;
}
.news-sect:before {
  content: "";
  display: block;
  background: url(../../../images/layout01/common/index/news_bg_top.webp) 50%
    50% no-repeat;
  position: absolute;
  top: -190px;
  left: 0;
  right: 0;
  width: 100%;
  height: 236px;
  z-index: -1;
  margin: 0 auto;
  background-size: cover;
}
.news-sect::after {
  content: "";
  display: block;
  background: #f5f5ef;
  position: absolute;
  bottom: 0;
  top: 46px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  margin: 0 auto;
}
.news-sect .index_more {
  margin: 35px auto 0;
}
.news-sect .index_more a {
  margin: 0 auto;
}

.news-sect .slick-dots {
  position: absolute;
  top: -68px;
  right: 30px;
  margin: 0;
}

.news-sect .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 100%;
  margin: 0 8px;
}
.news-sect .slick-dots li.slick-active button {
  background: #9ca93f;
}

.news-list {
  justify-content: center;
  flex-wrap: wrap;
}
.slick-track {
  margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n) {
  clear: none !important;
  width: 100%;
}
.news-list.type2 .item {
  border: none;
  margin-bottom: 0;
}
.news-list.type2 .pic {
  float: none;
  margin-right: 0;
  width: auto;
  height: auto;
  padding-bottom: 0;
}
.news-list.type2 .item .txt {
  padding: 0;
}
.news-list .btn.more {
  position: static;
  margin: 15px 0 0;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic {
  float: left;
  margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n) {
  width: 50%;
}
.news-list.onlyitem-list .item .box {
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box {
  display: block;
}
.news-list.onlyitem-list .item .pic {
  width: 312px;
}
.news-list.onlyitem-list .item .box .txt {
  width: calc(100% - 312px);
  box-sizing: border-box;
  padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt {
  width: 100%;
}
.news-list.onlyitem-list .item .date {
  margin-bottom: 20px;
  margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect .index_more a {
  display: none;
}
.products-sect {
  position: relative;
  padding-top: 60px;
  padding: 190px 0 50px;
}
/**/
.products-sect .pbg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.products-sect .pbg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 78%;
  background: #f5f5ef;
}
.products-sect .pbg::after {
  content: "";
  display: block;
  background: url(../../../images/layout01/common/index/product_bg_bottom.webp)
    50% 50% no-repeat;
  position: absolute;
  top: calc(78% + 0px);
  left: 0;
  right: 0;
  width: 100%;
  height: 249px;
  z-index: -1;
  margin: 0 auto;
  background-size: cover;
}
/**/
.products-sect::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 100%;
  width: 1600px;
  background: #ffffff;
  box-shadow: 0 0 15px 10px rgb(204 204 204 / 10%);
  border-radius: 25px;
  z-index: -1;
}
.products-sect .title span {
}
.products-sect .title {
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item {
  width: 50%;
}
.products-list.onlyitem-list .item .box {
  display: flex;
  max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box {
  max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt {
  width: calc(100% - 300px);
  padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask {
  min-width: 300px;
  max-width: 300px;
}
.products-list.onlyitem-list .item .box .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
  height: auto;
  max-height: 52px;
  margin-bottom: 15px;
  line-height: 1.8;
}
.products-list.onlyitem-list .item .description {
  -webkit-line-clamp: 5;
  height: 120px;
  line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before {
  top: 0;
  left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect .deco3 {
  position: absolute;
  top: 20px;
  left: calc(50% - 1040px);
  width: 438px;
  height: 311px;
  background: url(../../../images/layout01/common/index/deco3.webp) no-repeat;
  background-size: contain;
}
.service-sect {
  padding: 110px 0 100px;
  position: relative;
}
.service-sect .title {
}
.service-sect .editor {
  position: relative;
}
.service-box {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.service-box > .flex > .cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.service-sect .index_more:not(.editor .index_more) {
  display: none;
}

.service-sect .spotlight.index_more {
  display: block;
  display: flex;
  justify-content: center;
}

/*------------ album ------------*/
.album-sect .album-list {
  margin: 0;
  margin: 0;
  z-index: 2;
}
.album-sect .album-list .item {
  padding: 0;
  min-width: 25%;
}
.album-list {
  display: flex;
  margin: 0 auto;
  width: 74%;
  justify-content: center;
}
.album-list .item .box {
  overflow: hidden;
  border-radius: 15px;
}
.album-list .item .pic {
  border-radius: 15px;
}
.album-sect .album-list .item {
  margin-bottom: 0;
}
.album-list.type1 .item {
  border-bottom: none;
}
.album-list.type1 .item {
  margin-bottom: 0;
  padding-left: 5px;
}
.album-sect .album-list .item .namebox {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 15px;
  padding: 8px 20px;
  transition: all 0.3s;
  opacity: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-list .box:hover .namebox {
  opacity: 1;
}
.album-sect .album-list .item .name {
  margin: 0;
  font-weight: normal;
}
.album-list .item .box .more {
  display: none;
}
.album-sect .deco5 {
  position: absolute;
  top: -245px;
  left: calc(50% - 1000px);
  width: 254px;
  height: 295px;
  background: url(../../../images/layout01/common/index/deco5.webp) no-repeat;
  background-size: contain;
}
.album-sect {
  padding: 160px 0 220px;
  position: relative;
}
.album-sect .container {
  display: flex;
}
.album-sect .title span {
}
.album-sect .title h2 {
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.album-sect .title {
  position: relative;
  text-align: left;
  width: 26%;
  padding-top: 10px;
  display: block;
  box-sizing: border-box;
}
.album-sect .index_more {
  border-radius: 0;
  position: relative;
  position: absolute;
  left: 15px;
  top: 165px;
  margin: 0;
}
.album-sect .index_more a span {
}
/*瀑布流*/
.album-sect.masonry-album-sect .container {
  display: block;
}
.album-sect.masonry-album-sect .title {
  text-align: center;
  width: 100%;
  padding: 0;
}
.album-sect.masonry-album-sect .title h2 {
  text-align: center;
}
.album-sect.masonry-album-sect .title:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: unset;
  bottom: -20px;
}
.album-sect.masonry-album-sect .index_more {
  display: none;
}
.masonry-album-sect {
}
.masonry-album-sect .container {
  padding: 0 15px;
  max-width: 1330px;
}
.masonry-album-sect .album-list {
  display: block;
  width: 100%;
}
.masonry-album-sect .item {
  width: 25%;
}
.masonry-list .item .namebox {
  background: none;
  color: #4c4c4c;
  font-size: 16px;
  position: relative;
  opacity: 1;
  text-align: left;
}
.masonry-list .item .namebox .name {
  margin: 10px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect {
  background: url(../../../images/layout01/common/index/album_bg.jpg);
  background-size: cover;
  background-position: center;
}
.onlyitem-sect .title {
  background: none;
  margin: auto;
}
.onlyitem-sect .index_more {
  display: none;
}
.onlyitem-sect .album-list .item {
  width: 32.33%;
  float: none;
  display: inline-block;
}
.onlyitem-sect .album-list {
  text-align: center;
  margin: auto;
}
.onlyitem-sect .container {
  padding: 0 15px;
  max-width: 1330px;
  display: block;
}
.onlyitem-sect .album-list .item .namebox {
  background: none;
  color: #4c4c4c;
  font-size: 16px;
  position: relative;
  opacity: 1;
  text-align: left;
}
.onlyitem-sect .album-list .item .box {
  margin-bottom: 30px;
  max-width: 450px;
}
.onlyitem-sect .album-list .item .box img {
  width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name {
  margin: 6px 0 0;
  font-size: 16px;
  color: #4c4c4c;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close {
  margin-top: -65px;
}
.contact-sect {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #eee;
  background-size: 100% auto;
}
.form-box {
  background: none;
}
.form-wrap {
  border: none;
  background: none;
}
.contact-sect .reminder {
  display: none;
}
.contact-sect .form-wrap .reminder {
  display: block;
}
.contact-title {
  font-size: 23px;
  line-height: 1.3;
}
.contact-title h2 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
}
.contact-title > b {
  color: #000000;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n) {
  clear: none !important;
}
@media screen and (max-width: 1600px) {
  .album-sect .title:before {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 1440px) {
  .about-sect {
    position: relative;
    padding: 150px 0 50px;
  }
  .about-sect .col.txt {
    max-width: 510px;
    padding-right: 50px;
  }
  .about-sect .col.pic {
    position: relative;
    width: 40%;
  }
  .about-sect .deco1,
  .about-sect .deco2 {
    display: none;
  }
  .service-sect .deco3 {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
  .album-sect .container {
    display: block;
  }
  .album-sect .title {
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 0;
    display: block;
    box-sizing: border-box;
  }
  .album-sect .title h2 {
    text-align: center;
  }
  .album-sect .title:before {
    bottom: -20px;
  }
  .album-list.type1 .item {
    margin-bottom: 0;
    padding: 0 4px;
  }
  .album-list {
    width: 100%;
  }
  .album-sect .index_more {
    border-radius: 0;
    position: relative;
    position: relative;
    left: unset;
    top: unset;
    margin: 50px auto 0;
  }
  .album-sect .index_more a {
    margin: 0 auto;
  }
  /*產品介紹 少量排版*/
  .products-list.onlyitem-list .item .box {
    max-width: 300px;
    display: block;
  }
  .products-list.onlyitem-list .item .box .txt {
    width: 100%;
    padding: 0;
  }
  .products-list.onlyitem-list .item .box .name {
    white-space: nowrap;
    overflow: hidden;
    height: 25px;
    line-height: 1.2;
    margin: 15px 0 5px;
  }
  .products-list.onlyitem-list .item .description {
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 1.4;
  }
  .products-list.onlyitem-list .item .mask {
    max-width: inherit;
    min-width: inherit;
  }
  .products-list.onlyitem-list.type2 .item .box .txt {
    width: 100%;
    padding: 0;
  }
  /*!少量排版*/
}
@media screen and (max-width: 1000px) {
  .about-sect {
    padding: 30px 0;
  }
  .about-sect .col.txt,
  .about-sect .col.pic {
    float: none;
    width: 100%;
    text-align: center;
  }
  .about-sect .col.pic {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    z-index: 2;
    max-width: 500px;
    margin: 0 auto;
  }
  .about-sect .col.pic img {
    min-height: unset;
    object-fit: cover;
    border-radius: 40px;
  }
  .about-sect .col.txt {
    margin: 0 auto;
    padding: 0;
  }
  .about-sect .title {
    display: block;
    margin-bottom: 25px;
  }
  .about-sect .title:before {
    bottom: 0;
  }
  .about-sect .txt-box {
    text-align: center;
    display: block;
  }
  .about-sect .txt-box .index-about-editor .editor {
    width: 100%;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .about-sect .index_more {
    margin: 25px auto 40px;
  }
  .about-sect .index_more a {
    margin: 0 auto;
  }
  .service-sect:before {
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: 100%;
  }
  .news-sect .slick-dots {
    position: relative;
    left: 0;
    right: 0;
    top: inherit;
    display: flex;
    justify-content: center;
    margin: 10px auto 20px;
  }
  .news-sect .slick-dots li {
    width: fit-content;
  }
  .news-sect .slick-dots li button {
    margin: 0 6px;
  }
  .products-list .box .more {
    font-size: 10px;
    letter-spacing: 0;
    padding: 0;
  }

  .news-list li,
  .products-list li {
    width: 50%;
  }
  /*少量排版*/
  .news-list.onlyitem-list .item .box {
    display: block;
    max-width: 312px;
    margin: auto;
  }
  .news-list.onlyitem-list .item .box .date {
    margin-top: -35px;
  }
  .news-list.onlyitem-list .item .pic {
    width: 100%;
  }
  .news-list.onlyitem-list .item .box .txt {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .onlyitem-sect .album-list .item {
    width: 100%;
  }
  .products-list.onlyitem-list.type2 .item {
    width: 100%;
  }
  /*!少量排版*/
  .title span {
    font-size: 40px;
  }
  .title h2 {
    line-height: 1.3;
  }
  .title {
    margin-bottom: 25px;
  }
  .title:before {
    position: absolute;
    font-size: 150px;
    opacity: 0.5;
    line-height: 1.2;
    z-index: -1;
    left: 50%;
    right: unset;
    bottom: 0;
    transform: translateX(-50%);
    bottom: 0;
    margin: 0 auto;
  }
  .products-sect {
    padding: 70px 0 50px;
  }
  .products-sect .title {
  }
  .news-sect {
    padding: 50px 0 50px;
  }
  .news-sect .index_more {
    margin: 25px auto 0;
  }
  .products-box {
    padding: 0;
  }
  .service-box > .flex {
    display: block;
  }
  .service-sect .title {
    text-align: center;
    padding: 0;
    text-indent: 0;
  }
  .service-sect .title:after {
    display: none;
  }
  .service-sect .editor {
    border: none;
  }
  .banner .slick-arrow,
  .banner_m .slick-arrow {
    transform: scale(0.5);
    margin-bottom: -18px;
  }
  .banner .slick-prev,
  .banner_m .slick-prev {
    margin-left: -36px;
  }
  .banner .slick-next,
  .banner_m .slick-next {
    background-position: 100% 0;
    margin-right: -35px;
    border-left: #8a8a8a 1px solid;
  }
  .service-sect {
    padding: 50px 0 30px;
    position: relative;
  }
  .service-box {
    padding-left: 0;
  }
  .service-box:before {
    position: static;
    background-position: center;
    height: 140px;
    margin: 0 auto;
    max-width: 450px;
    width: 95%;
  }
  .article-sect .container {
    padding: 30px 15px;
  }
  .contact-sect {
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .masonry-album-sect .item {
    width: 50%;
  }
  .album-sect.onlyitem-sect {
    background: #fff;
  }
  .album-sect {
    padding: 100px 0 80px;
  }
  .album-sect .title:before {
    left: 50%;
    right: unset;
    bottom: 0;
    transform: translateX(-50%);
  }
  .masonry-album-sect {
    background: none;
  }
  .album-sect .container {
    display: block;
    padding: 0 15px;
  }
  .album-sect .title {
    margin: 0px auto 25px;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
  }
  .album-sect .index_more {
    width: auto;
    height: auto;
    padding: 0px 0 0px;
    margin: 45px auto 0;
  }
  .album-sect .title h2,
  .album-sect .index_more a span {
    position: static;
    margin: 0 auto;
  }
  .album-list {
    width: 100%;
    margin: 0;
  }
  .index_more {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .banner {
    display: none;
  }
  .banner_m {
    display: block;
  }
  .album-list {
    flex-wrap: wrap;
  }
  .album-sect .album-list .item {
    min-width: 50%;
  }
  .album-list.type1 .item {
    margin-bottom: 0;
    padding: 0;
  }
  .service-sect .index_more {
  }
  .news-list.type4 .item .date,
  .news-date {
    width: 132px;
  }
}
@media screen and (max-width: 480px) {
  .products-list.onlyitem-list .item {
    width: 100%;
  }
  .products-list.type2 .item {
    margin-bottom: 30px;
  }
  .onlyitem-sect .album-list .item {
    width: 100%;
  }
}
