.facList .facItem, .newsArea .plusArrow, .roomArea .Txt .btnBox, .roomArea .Txt .text, .roomArea .Txt .title, .roomArea .Txt .classTitle, .linkList .Txt .text, .linkList .Txt .title, .linkList .Txt .classTitle, .linkList .Txt, .linkList .Img img, .linkList .Img::before, .featuresArea .scrollDown .icon svg, .featuresArea .scrollDown .icon, .productControlBox .otherBox .numBox, .productControlBox .productBtn svg, .productList .Txt, .productList .productImg .Img, .productList .productImg::before, .productList .productImg, .productList .slick-slide, .productListBox, .productClassBox .classText, .productClassBox .num, .productClassBox .classItem .item::before, .productClassBox .classList .slick-slide, .productArea .scrollDown .icon svg, .productArea .scrollDown .icon, .bannerArea .scrollDown .icon svg, .bannerArea .scrollDown .icon, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .bannerItem > .Img, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: rgba(17, 17, 17, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(203, 169, 124, 0.1);
  border-radius: 15px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 88vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #ac916a;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #ac916a;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
}
.bannerArea .bannerItem > .Img {
  opacity: 0;
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem > .Img {
    height: 850px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem > .Img {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem > .Img {
    height: 600px;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem > .Img {
    height: auto;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem > .Img {
    height: 720px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem > .Img {
    height: 600px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem > .Img {
    height: 480px;
  }
}
.bannerArea .bannerItem .productImg {
  position: absolute;
  bottom: 10%;
  right: 0;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1799px) {
  .bannerArea .bannerItem .productImg {
    bottom: 13%;
    right: 40px;
  }
}
@media (max-width: 1699px) {
  .bannerArea .bannerItem .productImg {
    bottom: 14%;
    right: 50px;
  }
}
@media (max-width: 1599px) {
  .bannerArea .bannerItem .productImg {
    bottom: 20%;
    right: 5%;
  }
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .productImg {
    bottom: 19.5%;
    right: 60px;
  }
}
@media (max-width: 1366px) {
  .bannerArea .bannerItem .productImg {
    bottom: 22%;
    right: 0;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .productImg {
    bottom: 30%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .productImg {
    bottom: 33%;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .productImg {
    bottom: 30%;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .productImg {
    right: 10px;
    bottom: 29%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .productImg {
    right: 0;
    bottom: 28%;
  }
}
@media (max-width: 680px) {
  .bannerArea .bannerItem .productImg {
    bottom: 30%;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .productImg {
    bottom: 31%;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .productImg {
    bottom: 30%;
  }
}
.bannerArea .bannerItem .productImg .Img {
  width: 100%;
  max-width: 750px;
}
@media (max-width: 1799px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 650px;
  }
}
@media (max-width: 1699px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 600px;
  }
}
@media (max-width: 1599px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 500px;
  }
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 480px;
  }
}
@media (max-width: 1366px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 450px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 350px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 250px;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 370px;
  }
}
@media (max-width: 680px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 200px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .productImg .Img {
    max-width: 170px;
  }
}
.bannerArea .bannerItem .productImg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem .Txt {
  max-width: 870px;
  height: auto;
  top: 24.5%;
  right: 90px;
  bottom: unset;
  left: unset;
  z-index: 1;
}
@media (max-width: 1799px) {
  .bannerArea .bannerItem .Txt {
    right: 0;
  }
}
@media (max-width: 1699px) {
  .bannerArea .bannerItem .Txt {
    max-width: 800px;
  }
}
@media (max-width: 1599px) {
  .bannerArea .bannerItem .Txt {
    max-width: 750px;
    right: 30px;
  }
}
@media (max-width: 1499px) {
  .bannerArea .bannerItem .Txt {
    max-width: 700px;
    right: 20px;
  }
}
@media (max-width: 1366px) {
  .bannerArea .bannerItem .Txt {
    max-width: 630px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt {
    max-width: 580px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    max-width: 510px;
    top: 22%;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .Txt {
    max-width: 430px;
  }
}
@media (max-width: 900px) {
  .bannerArea .bannerItem .Txt {
    max-width: 400px;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Txt {
    max-width: 100%;
    min-height: 360px;
    top: unset;
    bottom: 0;
    right: 0;
    padding: 0 20px 60px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt {
    padding: 0 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  position: relative;
  max-width: 510px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 370px;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-width: 400px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  position: relative;
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#cba97c), to(#f4e4c7));
  background: linear-gradient(to right, #cba97c 0%, #f4e4c7 100%);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 1rem;
  opacity: 0;
}
@media (max-width: 1599px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.2;
  color: #fff;
  opacity: 0;
}
@media (max-width: 1599px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 32px;
  }
}
.bannerArea .bannerItem .Txt .text {
  position: relative;
  display: block;
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ececec;
  max-width: 400px;
  margin-top: 1rem;
  opacity: 0;
}
@media (max-width: 1599px) {
  .bannerArea .bannerItem .Txt .text {
    max-width: 420px;
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 13px;
    max-width: 370px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 800px) {
  .bannerArea .bannerItem .Txt .text {
    max-width: none;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt .text {
    display: none;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  margin-top: 4rem;
  opacity: 0;
}
@media (max-width: 1599px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 1.5rem;
  }
}
.bannerArea .slick-current .bannerItem > .Img {
  -webkit-animation: aniBannerBlur 0.8s ease-in-out both;
          animation: aniBannerBlur 0.8s ease-in-out both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerArea .slick-current .productImg {
  -webkit-animation: slideUpAnimation 1s ease-in-out 0.4s both;
          animation: slideUpAnimation 1s ease-in-out 0.4s both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out both;
          animation: slideUpAnimation 0.6s ease-in-out both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.2s both;
          animation: slideUpAnimation 0.6s ease-in-out 0.2s both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.4s both;
          animation: slideUpAnimation 0.6s ease-in-out 0.4s both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.6s both;
          animation: slideUpAnimation 0.6s ease-in-out 0.6s both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #ac916a;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #ac916a;
  }
}
.bannerArea .scrollDown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  bottom: 0;
  right: 50%;
  translate: 50% 0;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 991px) {
  .bannerArea .scrollDown {
    row-gap: 10px;
  }
}
@media (max-width: 800px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown .line {
  position: relative;
  display: block;
  width: 1px;
  height: 115px;
  background-color: rgba(138, 138, 138, 0.2);
  overflow: clip;
}
@media (max-width: 1699px) {
  .bannerArea .scrollDown .line {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .bannerArea .scrollDown .line {
    height: 60px;
  }
}
.bannerArea .scrollDown .line::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  background-color: #ac916a;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
}
.bannerArea .scrollDown .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(185, 164, 137, 0.8);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .bannerArea .scrollDown .icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown .icon:hover {
    border-color: #fff;
  }
  .bannerArea .scrollDown .icon:hover svg {
    color: #fff;
    translate: 0 5px;
  }
}
.bannerArea .scrollDown .icon svg {
  width: 16px;
  height: 16px;
  color: rgba(185, 164, 137, 0.8);
}
@media (max-width: 991px) {
  .bannerArea .scrollDown .icon svg {
    width: 14px;
    height: 14px;
  }
}

.productArea {
  position: relative;
  padding: 60px 0 300px;
  background-image: url("../images//deco/product-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  overflow: clip;
}
@media (max-width: 1499px) {
  .productArea {
    padding: 60px 0 250px;
  }
}
@media (max-width: 768px) {
  .productArea {
    padding: 60px 0 200px;
    background-position: 55% bottom;
  }
}
@media (max-width: 480px) {
  .productArea {
    padding: 60px 0 250px;
    background-position: 65% bottom;
  }
}
.productArea::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 1500px;
  background-image: url("../images/deco/product-bg-circle.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -16%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .productArea::before {
    height: 1450px;
    top: -17%;
  }
}
@media (max-width: 1499px) {
  .productArea::before {
    height: 1400px;
  }
}
@media (max-width: 1280px) {
  .productArea::before {
    height: 1250px;
    top: -12%;
  }
}
@media (max-width: 1180px) {
  .productArea::before {
    height: 1100px;
    top: -2%;
  }
}
@media (max-width: 991px) {
  .productArea::before {
    height: 900px;
    top: 0;
  }
}
@media (max-width: 640px) {
  .productArea::before {
    display: none;
  }
}
.productArea .wrap {
  max-width: 1735px;
  padding-right: 0;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1180px) {
  .productArea .wrap {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .productArea .wrap {
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .productArea .titleBox {
    padding: 0 20px 1.875rem;
  }
}
.productArea .scrollDown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  bottom: 52px;
  left: 50%;
  translate: -50% 0;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 991px) {
  .productArea .scrollDown {
    row-gap: 10px;
  }
}
.productArea .scrollDown .line {
  position: relative;
  display: block;
  width: 1px;
  height: 115px;
  background-color: rgba(138, 138, 138, 0.2);
  overflow: clip;
}
@media (max-width: 1699px) {
  .productArea .scrollDown .line {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .productArea .scrollDown .line {
    height: 60px;
  }
}
.productArea .scrollDown .line::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  background-color: #ac916a;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
}
.productArea .scrollDown .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(185, 164, 137, 0.8);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .productArea .scrollDown .icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1181px) {
  .productArea .scrollDown .icon:hover {
    border-color: #fff;
  }
  .productArea .scrollDown .icon:hover svg {
    color: #fff;
    translate: 0 5px;
  }
}
.productArea .scrollDown .icon svg {
  width: 16px;
  height: 16px;
  color: rgba(185, 164, 137, 0.8);
}
@media (max-width: 991px) {
  .productArea .scrollDown .icon svg {
    width: 14px;
    height: 14px;
  }
}

.productBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 4.5rem;
  overflow: clip;
}
@media (max-width: 1180px) {
  .productBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
    margin-top: 3rem;
  }
}

.productClassBox {
  position: relative;
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow-x: clip;
  margin-top: 7.75rem;
  padding-left: 0.3125rem;
}
@media (max-width: 1599px) {
  .productClassBox {
    margin-top: 6.25rem;
    padding-left: 0.75rem;
  }
}
@media (max-width: 1499px) {
  .productClassBox {
    width: 180px;
    padding-left: 1rem;
  }
}
@media (max-width: 1366px) {
  .productClassBox {
    padding-left: 0;
  }
}
@media (max-width: 1180px) {
  .productClassBox {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}
.productClassBox .classList {
  position: relative;
}
.productClassBox .classList .slick-list {
  margin: -0.75rem 0;
}
@media (max-width: 1499px) {
  .productClassBox .classList .slick-list {
    margin: -0.625rem 0;
  }
}
@media (max-width: 1180px) {
  .productClassBox .classList .slick-list {
    margin: 0 -0.625rem;
  }
}
.productClassBox .classList .slick-slide.current1 {
  translate: 6px 0;
}
@media (max-width: 1366px) {
  .productClassBox .classList .slick-slide.current1 {
    translate: 0 0;
  }
}
.productClassBox .classList .slick-slide.current2 {
  translate: 2px 0;
}
@media (max-width: 1366px) {
  .productClassBox .classList .slick-slide.current2 {
    translate: 0 0;
  }
}
.productClassBox .classList .slick-slide.current4 {
  translate: 2px 0;
}
@media (max-width: 1366px) {
  .productClassBox .classList .slick-slide.current4 {
    translate: 0 0;
  }
}
.productClassBox .classList .slick-slide.current5 {
  translate: 8px 0;
}
@media (max-width: 1366px) {
  .productClassBox .classList .slick-slide.current5 {
    translate: 0 0;
  }
}
.productClassBox .classItem {
  position: relative;
  padding: 0.75rem 0;
}
@media (max-width: 1499px) {
  .productClassBox .classItem {
    padding: 0.625rem 0;
  }
}
@media (max-width: 1180px) {
  .productClassBox .classItem {
    padding: 0 0.625rem;
  }
}
.productClassBox .classItem.current .item::before {
  background-color: #fff;
}
.productClassBox .classItem.current .num,
.productClassBox .classItem.current .classText {
  font-weight: 700;
  color: #fff;
}
.productClassBox .classItem .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  padding-left: 1.5rem;
  cursor: pointer;
}
@media (max-width: 1499px) {
  .productClassBox .classItem .item {
    padding-left: 1rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}
@media (max-width: 1180px) {
  .productClassBox .classItem .item {
    padding-left: 0;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.productClassBox .classItem .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 8px;
  height: 8px;
  background: #747474;
  border-radius: 50%;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
@media (max-width: 1499px) {
  .productClassBox .classItem .item::before {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 1180px) {
  .productClassBox .classItem .item::before {
    display: none;
  }
}
.productClassBox .num {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #cccccc;
  width: 20px;
}
@media (max-width: 1499px) {
  .productClassBox .num {
    font-size: 15px;
  }
}
.productClassBox .classText {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #cccccc;
}
@media (max-width: 1499px) {
  .productClassBox .classText {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .productClassBox .classText {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.productContentBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  width: calc(100% - 200px - 2rem);
  overflow-x: clip;
}
@media (max-width: 1699px) {
  .productContentBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1499px) {
  .productContentBox {
    width: calc(100% - 180px - 2rem);
  }
}
@media (max-width: 1180px) {
  .productContentBox {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .productContentBox {
    max-width: 600px;
    margin: 0 auto;
  }
}
.productContentBox .leftBox {
  position: relative;
  width: calc(100% - 450px - 1.5rem);
}
@media (max-width: 1699px) {
  .productContentBox .leftBox {
    width: calc(100% - 320px - 1rem);
  }
}
@media (max-width: 1499px) {
  .productContentBox .leftBox {
    width: calc(100% - 270px - 1rem);
  }
}
@media (max-width: 1280px) {
  .productContentBox .leftBox {
    width: calc(100% - 250px - 1rem);
  }
}
@media (max-width: 1180px) {
  .productContentBox .leftBox {
    width: 100%;
  }
}
.productContentBox .rightBox {
  position: relative;
  width: 450px;
  margin-top: 10rem;
}
@media (max-width: 1699px) {
  .productContentBox .rightBox {
    width: 320px;
  }
}
@media (max-width: 1599px) {
  .productContentBox .rightBox {
    margin-top: 8rem;
  }
}
@media (max-width: 1499px) {
  .productContentBox .rightBox {
    width: 270px;
    margin-top: 8.625rem;
  }
}
@media (max-width: 1280px) {
  .productContentBox .rightBox {
    width: 250px;
  }
}
@media (max-width: 1180px) {
  .productContentBox .rightBox {
    display: none;
  }
}

.productListBox {
  position: relative;
  display: none;
  min-height: 765px;
  overflow-x: clip;
  z-index: 1;
}
@media (max-width: 1599px) {
  .productListBox {
    min-height: 685px;
  }
}
@media (max-width: 1499px) {
  .productListBox {
    min-height: 645px;
  }
}
@media (max-width: 1280px) {
  .productListBox {
    min-height: 575px;
  }
}
@media (max-width: 1180px) {
  .productListBox {
    min-height: 615px;
  }
}
@media (max-width: 991px) {
  .productListBox {
    min-height: auto;
  }
}
.productListBox.current {
  display: block;
}
@starting-style {
  .productListBox.current {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.productListBox .controlBox {
  position: absolute;
  width: 600px;
  top: 225px;
  left: 50%;
  translate: -50% 50%;
}
@media (max-width: 1599px) {
  .productListBox .controlBox {
    width: 530px;
    top: 193px;
  }
}
@media (max-width: 1499px) {
  .productListBox .controlBox {
    width: 510px;
  }
}
@media (max-width: 1280px) {
  .productListBox .controlBox {
    width: 445px;
    top: 187px;
  }
}
@media (max-width: 1180px) {
  .productListBox .controlBox {
    width: 550px;
    top: 195px;
  }
}
@media (max-width: 991px) {
  .productListBox .controlBox {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  .productListBox .controlBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    top: unset;
    left: unset;
    translate: 0 0;
    margin-top: 1rem;
  }
}
.productListBox .controlBox .slick-arrow {
  position: absolute;
  z-index: 2;
}
@media (max-width: 480px) {
  .productListBox .controlBox .slick-arrow {
    position: relative;
  }
}
.productListBox .controlBox .slick-arrow.slick-prev {
  left: 0;
}
.productListBox .controlBox .slick-arrow.slick-next {
  right: 0;
}

.productList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productList:not(.slick-slider) .productItem {
  width: 33.3333333333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.productList .slick-slide {
  width: 400px;
}
@media (max-width: 1599px) {
  .productList .slick-slide {
    width: 350px;
  }
}
@media (max-width: 1499px) {
  .productList .slick-slide {
    width: 320px;
  }
}
@media (max-width: 1280px) {
  .productList .slick-slide {
    width: 280px;
  }
}
@media (max-width: 1180px) {
  .productList .slick-slide {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .productList .slick-slide {
    width: auto;
  }
}
.productList .slick-slide:not(.slick-current) {
  cursor: pointer;
  scale: 0.5;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 1499px) {
  .productList .slick-slide:not(.slick-current) {
    translate: 0 20%;
  }
}
@media (max-width: 1280px) {
  .productList .slick-slide:not(.slick-current) {
    translate: 0 45%;
  }
}
@media (max-width: 1180px) {
  .productList .slick-slide:not(.slick-current) {
    translate: 0 0;
  }
}
.productList .slick-slide:not(.slick-current) .productImg {
  padding: 0 60px;
}
@media (max-width: 1499px) {
  .productList .slick-slide:not(.slick-current) .productImg {
    padding: 0 80px;
  }
}
@media (max-width: 1180px) {
  .productList .slick-slide:not(.slick-current) .productImg {
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  .productList .slick-slide:not(.slick-current) .productImg {
    padding: 0 30%;
  }
}
@media (max-width: 575px) {
  .productList .slick-slide:not(.slick-current) .productImg {
    padding: 0 130px;
  }
}
@media (max-width: 480px) {
  .productList .slick-slide:not(.slick-current) .productImg {
    padding: 0 80px;
  }
}
@media (max-width: 375px) {
  .productList .slick-slide:not(.slick-current) .productImg {
    padding: 0 60px;
  }
}
.productList .productItem {
  position: relative;
  pointer-events: none;
}
.productList .item {
  position: relative;
}
.productList .productImg {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 1499px) {
  .productList .productImg {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .productList .productImg {
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  .productList .productImg {
    padding: 0 30%;
  }
}
@media (max-width: 575px) {
  .productList .productImg {
    padding: 0 130px;
  }
}
@media (max-width: 480px) {
  .productList .productImg {
    padding: 0 80px;
  }
}
@media (max-width: 375px) {
  .productList .productImg {
    padding: 0 60px;
  }
}
.productList .productImg::before {
  content: "";
  display: none;
  pointer-events: none;
  width: 450px;
  height: 450px;
  background-image: url("../images/deco/catalog-cur_450x450-1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1599px) {
  .productList .productImg::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1499px) {
  .productList .productImg::before {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 1280px) {
  .productList .productImg::before {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 1180px) {
  .productList .productImg::before {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 575px) {
  .productList .productImg::before {
    width: 55vw;
    height: 55vw;
  }
}
@media (max-width: 480px) {
  .productList .productImg::before {
    width: 80vw;
    height: 80vw;
  }
}
@media (max-width: 440px) {
  .productList .productImg::before {
    width: 70vw;
    height: 70vw;
  }
}
.productList .productImg::after {
  content: "";
  display: none;
  pointer-events: none;
  width: 450px;
  height: 450px;
  background-image: url("../images/deco/catalog-cur_450x450-2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1599px) {
  .productList .productImg::after {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1499px) {
  .productList .productImg::after {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 1280px) {
  .productList .productImg::after {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 1180px) {
  .productList .productImg::after {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 575px) {
  .productList .productImg::after {
    width: 55vw;
    height: 55vw;
  }
}
@media (max-width: 480px) {
  .productList .productImg::after {
    width: 80vw;
    height: 80vw;
  }
}
@media (max-width: 440px) {
  .productList .productImg::after {
    width: 70vw;
    height: 70vw;
  }
}
.productList .productImg .Img {
  z-index: 1;
}
@media (min-width: 1181px) {
  .productList .productImg .Img:hover {
    scale: 0.95;
  }
}
.productList .productImg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productList .Txt {
  position: relative;
  display: none;
  min-height: 230px;
  margin-top: 1rem;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 1499px) {
  .productList .Txt {
    margin-top: 0.625rem;
    min-height: 200px;
  }
}
@media (max-width: 1280px) {
  .productList .Txt {
    min-height: 190px;
  }
}
@media (max-width: 1180px) {
  .productList .Txt {
    max-width: 400px;
    margin: 1rem auto 0;
  }
}
.productList .Txt .no {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 1499px) {
  .productList .Txt .no {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .productList .Txt .no {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .productList .Txt .no {
    font-size: 14px;
  }
}
.productList .Txt .title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1499px) {
  .productList .Txt .title {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .productList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .productList .Txt .title {
    font-size: 20px;
  }
}
.productList .Txt .title a {
  color: #fff;
}
@media (min-width: 1181px) {
  .productList .Txt .title a:hover {
    color: #ac916a;
  }
}
.productList .Txt .classTitle {
  position: relative;
  text-align: center;
  margin: 0.75rem 0 1.5rem;
}
@media (max-width: 1499px) {
  .productList .Txt .classTitle {
    margin: 0.375rem 0 0.75rem;
  }
}
@media (max-width: 480px) {
  .productList .Txt .classTitle {
    max-width: 300px;
    margin: 0.375rem auto 0.75rem;
  }
}
.productList .Txt .classTitle::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.productList .Txt .classTitle span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #cccccc;
  padding: 6px 14px;
  text-align: center;
  background-color: #161616;
  border: 1px solid rgba(69, 69, 69, 0.5);
  border-radius: 5px;
}
@media (max-width: 1499px) {
  .productList .Txt .classTitle span {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .productList .Txt .classTitle span {
    font-size: 13px;
    padding: 6px 10px;
  }
}
.productList .Txt .text {
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1499px) {
  .productList .Txt .text {
    font-size: 14px;
  }
}
.productList .lastSlide .productImg {
  padding: 0 80px;
}
.productList .lastSlide .productImg::before {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  scale: 0.625;
}
@media (max-width: 1499px) {
  .productList .lastSlide .productImg::before {
    scale: 0.45;
  }
}
@media (max-width: 1180px) {
  .productList .lastSlide .productImg::before {
    display: none;
  }
}
@starting-style {
  .productList .lastSlide .productImg::before {
    opacity: 0;
    scale: 0.5;
  }
}
.productList .lastSlide .productImg::after {
  display: block;
  background: transparent;
  border-radius: 50%;
  border: 1px solid rgba(205, 171, 128, 0.3);
  scale: 0.7;
}
@media (max-width: 1499px) {
  .productList .lastSlide .productImg::after {
    scale: 0.55;
  }
}
@media (max-width: 1180px) {
  .productList .lastSlide .productImg::after {
    display: none;
  }
}
@starting-style {
  .productList .lastSlide .productImg::after {
    opacity: 0;
    scale: 0.5;
  }
}
.productList .slick-current .productItem {
  pointer-events: auto;
}
.productList .slick-current .productImg::before {
  display: block;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
}
@starting-style {
  .productList .slick-current .productImg::before {
    opacity: 0;
    scale: 0.8;
  }
}
.productList .slick-current .productImg::after {
  display: block;
  animation: rotate 50s linear infinite reverse;
}
@starting-style {
  .productList .slick-current .productImg::after {
    opacity: 0;
    scale: 0.8;
  }
}
.productList .slick-current .productImg .Img {
  -webkit-animation: slideUpAnimation 0.6s ease-in-out 0.3s both;
          animation: slideUpAnimation 0.6s ease-in-out 0.3s both;
}
.productList .slick-current .Txt {
  display: block;
}
@starting-style {
  .productList .slick-current .Txt {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.productControlBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 1280px) {
  .productControlBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.productControlBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 380px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
.productControlBox .productBtn {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(185, 164, 137, 0.5);
  border-radius: 50%;
  padding: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1499px) {
  .productControlBox .productBtn {
    width: 110px;
    height: 110px;
    padding: 6px;
  }
}
@media (max-width: 1280px) {
  .productControlBox .productBtn {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1181px) {
  .productControlBox .productBtn:hover {
    border-color: #ac916a;
  }
  .productControlBox .productBtn:hover svg {
    color: #ac916a;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.productControlBox .productBtn svg {
  width: 14px;
  height: 14px;
  color: #b7a999;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.productControlBox .productBtn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: rotate 60s linear;
          animation: rotate 60s linear;
  pointer-events: none;
}
.productControlBox .otherBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -16px;
}
.productControlBox .otherBox .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  border-bottom: 1px solid rgba(183, 169, 153, 0.5);
  padding-bottom: 0.25rem;
  margin-bottom: 0.625rem;
}
.productControlBox .otherBox .numBox .line {
  display: block;
  width: 2px;
  height: 14px;
  background-color: #747474;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media (max-width: 1280px) {
  .productControlBox .otherBox .numBox .line {
    height: 12px;
  }
}
.productControlBox .otherBox .numBox span {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #747474;
}
@media (max-width: 1280px) {
  .productControlBox .otherBox .numBox span {
    font-size: 15px;
  }
}
.productControlBox .otherBox .numBox span.currentText {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1499px) {
  .productControlBox .otherBox .numBox span.currentText {
    font-size: 52px;
    width: 70px;
  }
}
@media (max-width: 1280px) {
  .productControlBox .otherBox .numBox span.currentText {
    font-size: 48px;
    width: 65px;
  }
}
.productControlBox .otherBox .text {
  font-family: "Poppins", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  max-width: 125px;
}
@media (max-width: 1499px) {
  .productControlBox .otherBox .text {
    font-size: 10px;
    max-width: 110px;
  }
}

.featuresArea {
  position: relative;
  padding: 0 0 180px;
  background-image: url("../images/deco/feature-bg.jpg");
  background-size: cover;
  background-position: top center;
}
@media (max-width: 1499px) {
  .featuresArea {
    padding: 0 0 150px;
  }
}
.featuresArea .titleBox {
  margin-bottom: 0;
}
.featuresArea .scrollDown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 991px) {
  .featuresArea .scrollDown {
    row-gap: 10px;
  }
}
.featuresArea .scrollDown .line {
  position: relative;
  display: block;
  width: 1px;
  height: 115px;
  background-color: rgba(138, 138, 138, 0.2);
  overflow: clip;
}
@media (max-width: 1699px) {
  .featuresArea .scrollDown .line {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .featuresArea .scrollDown .line {
    height: 60px;
  }
}
.featuresArea .scrollDown .line::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  background-color: #ac916a;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
}
.featuresArea .scrollDown .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(185, 164, 137, 0.8);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .featuresArea .scrollDown .icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1181px) {
  .featuresArea .scrollDown .icon:hover {
    border-color: #fff;
  }
  .featuresArea .scrollDown .icon:hover svg {
    color: #fff;
    translate: 0 5px;
  }
}
.featuresArea .scrollDown .icon svg {
  width: 16px;
  height: 16px;
  color: rgba(185, 164, 137, 0.8);
}
@media (max-width: 991px) {
  .featuresArea .scrollDown .icon svg {
    width: 14px;
    height: 14px;
  }
}

.featuresBox {
  position: relative;
  margin-top: -4rem;
}
@media (max-width: 1366px) {
  .featuresBox {
    margin-top: -2rem;
  }
}
@media (max-width: 1180px) {
  .featuresBox {
    margin-top: -4rem;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .featuresBox {
    height: auto;
  }
}
.featuresBox .mainImg {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .featuresBox .mainImg {
    max-width: 780px;
  }
}
@media (max-width: 1280px) {
  .featuresBox .mainImg {
    max-width: 720px;
  }
}
@media (max-width: 1180px) {
  .featuresBox .mainImg {
    max-width: 600px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .featuresBox .mainImg {
    max-width: 750px;
  }
}
@media (max-width: 1180px) {
  .featuresBox .mainImg .Img {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .featuresBox .mainImg .Img {
    height: auto;
  }
}
.featuresBox .mainImg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .featuresBox .mainImg .Img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.featuresBox .mobileBox {
  position: relative;
  margin-top: -3rem;
}
@media (max-width: 768px) {
  .featuresBox .mobileBox {
    margin-top: 0;
  }
}

.featuresList.pc {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .featuresList.pc {
    display: none;
  }
}
.featuresList.pc .featuresItem {
  position: absolute;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 1499px) {
  .featuresList.pc .featuresItem {
    max-width: 320px;
  }
}
@media (max-width: 1366px) {
  .featuresList.pc .featuresItem {
    max-width: 300px;
  }
}
@media (max-width: 1180px) {
  .featuresList.pc .featuresItem {
    max-width: 280px;
  }
}
.featuresList.pc .featuresItem:nth-child(1) {
  top: 15px;
  left: 46px;
}
@media (max-width: 1499px) {
  .featuresList.pc .featuresItem:nth-child(1) {
    left: 20px;
  }
}
.featuresList.pc .featuresItem:nth-child(2) {
  top: 42px;
  right: 10px;
}
@media (max-width: 1499px) {
  .featuresList.pc .featuresItem:nth-child(2) {
    right: 0;
  }
}
.featuresList.pc .featuresItem:nth-child(3) {
  bottom: 30px;
  left: 10px;
}
@media (max-width: 1499px) {
  .featuresList.pc .featuresItem:nth-child(3) {
    bottom: 50px;
    left: 0;
  }
}
@media (max-width: 1366px) {
  .featuresList.pc .featuresItem:nth-child(3) {
    bottom: 20px;
  }
}
.featuresList.pc .featuresItem:nth-child(4) {
  bottom: -36px;
  right: 45px;
}
@media (max-width: 1499px) {
  .featuresList.pc .featuresItem:nth-child(4) {
    bottom: 0;
  }
}
.featuresList.pc .featuresItem::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(209, 188, 159, 0.3);
  top: 50%;
}
.featuresList.pc .featuresItem::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #d1bc9f;
  border-radius: 50%;
  top: 50%;
}
.featuresList.pc .featuresItem:nth-child(odd)::before {
  left: 100%;
  translate: 0 -50%;
}
.featuresList.pc .featuresItem:nth-child(odd)::after {
  left: calc(100% + 40px);
  translate: 0 -50%;
}
.featuresList.pc .featuresItem:nth-child(even)::before {
  right: 100%;
  translate: 0 -50%;
}
.featuresList.pc .featuresItem:nth-child(even)::after {
  right: calc(100% + 40px);
  translate: 0 -50%;
}
.featuresList.mobile {
  position: relative;
}
@media (min-width: 992px) {
  .featuresList.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .featuresList.mobile {
    max-width: 640px;
    padding: 0 40px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .featuresList.mobile {
    padding: 0 20px;
  }
}
.featuresList.mobile:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: clip;
}
.featuresList.mobile:not(.slick-slider) .featuresItem {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .featuresList.mobile:not(.slick-slider) .featuresItem {
    width: 100%;
  }
}
.featuresList.mobile .slick-list {
  margin: 0 -20px;
}
@media (max-width: 840px) {
  .featuresList.mobile .slick-list {
    margin: 0 -10px;
  }
}
.featuresList.mobile .featuresItem {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 840px) {
  .featuresList.mobile .featuresItem {
    padding: 0 10px;
  }
}
.featuresList.mobile .slick-dots {
  margin-top: 2rem;
}
.featuresList .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 1499px) {
  .featuresList .topBox {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
@media (max-width: 1180px) {
  .featuresList .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1rem;
  }
}
@media (max-width: 991px) {
  .featuresList .topBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 440px) {
  .featuresList .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1rem;
  }
}
.featuresList .topBox .num {
  position: relative;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  color: #fff;
  padding-right: 1.5rem;
}
@media (max-width: 1499px) {
  .featuresList .topBox .num {
    font-size: 40px;
    padding-right: 1rem;
  }
}
@media (max-width: 1366px) {
  .featuresList .topBox .num {
    font-size: 36px;
  }
}
@media (max-width: 1180px) {
  .featuresList .topBox .num {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .featuresList .topBox .num {
    font-size: 45px;
    padding-right: 1.25rem;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .featuresList .topBox .num {
    font-size: 40px;
    padding-right: 1rem;
  }
}
@media (max-width: 440px) {
  .featuresList .topBox .num {
    padding-bottom: 0.5rem;
  }
}
.featuresList .topBox .num::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 38px;
  background: #d6b990;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 1180px) {
  .featuresList .topBox .num::before {
    width: 38px;
    height: 1px;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    translate: unset;
  }
}
@media (max-width: 991px) {
  .featuresList .topBox .num::before {
    width: 1px;
    height: 38px;
    top: 50%;
    bottom: unset;
    right: 0;
    left: unset;
    translate: 0 -50%;
  }
}
@media (max-width: 440px) {
  .featuresList .topBox .num::before {
    width: 38px;
    height: 1px;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    translate: unset;
  }
}
.featuresList .topBox .feaTitle {
  position: relative;
}
.featuresList .topBox .feaTitle .engTitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (max-width: 1499px) {
  .featuresList .topBox .feaTitle .engTitle {
    font-size: 10px;
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 991px) {
  .featuresList .topBox .feaTitle .engTitle {
    font-size: 12px;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .featuresList .topBox .feaTitle .engTitle {
    font-size: 10px;
    margin-bottom: 0.375rem;
  }
}
.featuresList .topBox .feaTitle .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1499px) {
  .featuresList .topBox .feaTitle .title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .featuresList .topBox .feaTitle .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .featuresList .topBox .feaTitle .title {
    font-size: 16px;
  }
}
.featuresList .Img {
  margin: 1rem 0 2rem;
}
@media (max-width: 1499px) {
  .featuresList .Img {
    margin: 0.625rem 0 1.25rem;
  }
}
@media (max-width: 991px) {
  .featuresList .Img {
    margin: 1rem 0 2rem;
  }
}
@media (max-width: 480px) {
  .featuresList .Img {
    margin: 0.625rem 0 1.25rem;
  }
}
.featuresList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.featuresList .introText {
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1499px) {
  .featuresList .introText {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .featuresList .introText {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .featuresList .introText {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .featuresList .introText {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .featuresList .introText {
    font-size: 13px;
  }
}

.aboutArea {
  position: relative;
  padding: 75px 0 180px;
  z-index: 1;
}
@media (max-width: 1499px) {
  .aboutArea {
    padding: 75px 0 120px;
  }
}
@media (max-width: 1280px) {
  .aboutArea {
    padding: 75px 0 80px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .decoBg {
  position: absolute;
  width: 100%;
  bottom: 50%;
  left: 0;
  translate: 0 50%;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .aboutArea .decoBg {
    height: 800px;
  }
}
.aboutArea .decoBg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1280px) {
  .aboutArea .decoBg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.aboutArea .textEditorBox {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.aboutArea .textEditor {
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .aboutArea .textEditor {
    color: #fff;
  }
}
.aboutArea .Txt {
  position: relative;
  text-align: center;
}
.aboutArea .Txt .secTitle {
  font-family: "Inter", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 480px) {
  .aboutArea .Txt .secTitle {
    font-size: 18px;
  }
}
.aboutArea .Txt .txtList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.625rem;
     -moz-column-gap: 2.625rem;
          column-gap: 2.625rem;
  list-style: none;
  padding: 0 0.75rem;
  margin: 3.625rem 0 2.75rem;
}
@media (max-width: 768px) {
  .aboutArea .Txt .txtList {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    padding: 0;
    margin: 2.25rem 0 1.5rem;
  }
}
@media (max-width: 640px) {
  .aboutArea .Txt .txtList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    max-width: 200px;
    margin: 2.25rem auto 1.5rem;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .txtList {
    margin: 1.5rem auto 1rem;
    row-gap: 1rem;
    max-width: 180px;
  }
}
.aboutArea .Txt .txtList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  width: calc(33.3333333333% - 1.75rem);
  min-height: 65px;
  padding: 0 2rem 0.5rem;
}
@media (max-width: 768px) {
  .aboutArea .Txt .txtList li {
    width: calc(33.3333333333% - 1.25rem);
    min-height: 55px;
    padding: 0 1.875rem 0.5rem;
  }
}
@media (max-width: 640px) {
  .aboutArea .Txt .txtList li {
    width: 100%;
  }
}
.aboutArea .Txt .txtList li::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 35px;
  height: 65px;
  background-image: url("../images/deco/about-deco-left.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  .aboutArea .Txt .txtList li::before {
    width: 30px;
    height: 55px;
  }
}
.aboutArea .Txt .txtList li::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 35px;
  height: 65px;
  background-image: url("../images/deco/about-deco-right.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  .aboutArea .Txt .txtList li::after {
    width: 30px;
    height: 55px;
  }
}
.aboutArea .Txt .txtList .smallTxt {
  display: block;
  width: 100%;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #fff;
}
@media (max-width: 768px) {
  .aboutArea .Txt .txtList .smallTxt {
    font-size: 12px;
  }
}
.aboutArea .Txt .txtList .title {
  display: block;
  width: 100%;
  font-family: "Inter", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 768px) {
  .aboutArea .Txt .txtList .title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .txtList .title {
    font-size: 15px;
  }
}
.aboutArea .Txt .content {
  position: relative;
  max-width: 630px;
  margin: 0 auto;
}
.aboutArea .Txt .content p + p {
  margin-top: 1.125rem;
}
@media (max-width: 480px) {
  .aboutArea .Txt .content p + p {
    margin-top: 0.75rem;
  }
}

.linkArea {
  position: relative;
  padding: 65px 0;
}
@media (max-width: 1366px) {
  .linkArea {
    padding: 65px 0 40px;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding: 40px 0;
  }
}
.linkArea .titleBox {
  margin-bottom: 3.625rem;
  z-index: 1;
}
@media (max-width: 1180px) {
  .linkArea .titleBox {
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .linkArea .titleBox {
    margin-bottom: 2rem;
  }
}

.linkBox {
  position: relative;
}

.linkList {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 20px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px 16px;
  z-index: 1;
}

.linkList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.linkList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.linkList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.linkList > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.linkList > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.linkList > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.linkList > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.linkList > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
@media (max-width: 1280px) {
  .linkList {
    gap: 16px 10px;
  }
}
@media (max-width: 1180px) {
  .linkList {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 24px;
    max-width: 720px;
    margin: 0 auto;
  }
  .linkList > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .linkList > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .linkList > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .linkList > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .linkList > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .linkList > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .linkList > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .linkList > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (max-width: 768px) {
  .linkList {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .linkList {
    display: block;
  }
}
.linkList .linkItem {
  position: relative;
}
@media (max-width: 575px) {
  .linkList .linkItem + .linkItem {
    margin-top: 1rem;
  }
}
.linkList .linkItem:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 1;
      grid-row-start: 1;
}
.linkList .linkItem:nth-child(2) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
@media (max-width: 1180px) {
  .linkList .linkItem:nth-child(2) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
}
.linkList .linkItem:nth-child(3) {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}
@media (max-width: 1180px) {
  .linkList .linkItem:nth-child(3) {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
}
.linkList .linkItem:nth-child(4) {
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
}
@media (max-width: 1180px) {
  .linkList .linkItem:nth-child(4) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
}
.linkList .linkItem:nth-child(5) {
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
@media (max-width: 1180px) {
  .linkList .linkItem:nth-child(5) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
}
.linkList .linkItem:not(.main) .Txt {
  padding: 2.375rem 2.125rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1699px) {
  .linkList .linkItem:not(.main) .Txt {
    padding: 1.5rem 1.25rem;
  }
}
@media (max-width: 1499px) {
  .linkList .linkItem:not(.main) .Txt {
    padding: 1.25rem 1rem;
  }
}
@media (max-width: 575px) {
  .linkList .linkItem:not(.main) .Txt {
    padding: 1.5rem 1.25rem;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem:not(.main) .Txt {
    padding: 1.25rem 1rem;
  }
}
.linkList .linkItem:not(.main) .Txt .text {
  display: none;
}
.linkList .linkItem.main .Txt {
  padding: 5.5rem 4rem;
}
@media (max-width: 1699px) {
  .linkList .linkItem.main .Txt {
    padding: 3.5rem 2.5rem;
  }
}
@media (max-width: 1499px) {
  .linkList .linkItem.main .Txt {
    padding: 3rem 2rem;
  }
}
@media (max-width: 1280px) {
  .linkList .linkItem.main .Txt {
    padding: 2.25rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .linkList .linkItem.main .Txt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1.5rem 1.25rem;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.main .Txt {
    padding: 1.25rem 1rem;
  }
}
.linkList .linkItem.main .Txt .classTitle {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1499px) {
  .linkList .linkItem.main .Txt .classTitle {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .linkList .linkItem.main .Txt .classTitle {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .linkList .linkItem.main .Txt .classTitle {
    font-size: 13px;
  }
}
.linkList .linkItem.main .Txt .title {
  font-size: 25px;
  padding-bottom: 3rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 1499px) {
  .linkList .linkItem.main .Txt .title {
    font-size: 22px;
    padding-bottom: 2rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .linkList .linkItem.main .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .linkList .linkItem.main .Txt .title {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 372px) {
  .linkList .linkItem.main .Txt .title {
    font-size: 16px;
  }
}
.linkList .linkItem.main .Txt .title::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 30px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#cba97c), to(#f4e4c7));
  background: linear-gradient(to Right, #cba97c 0%, #f4e4c7 100%);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 575px) {
  .linkList .linkItem.main .Txt .title::before {
    display: none;
  }
}
.linkList .linkItem.main .Txt .btnBox {
  margin-top: 3.25rem;
}
@media (max-width: 1499px) {
  .linkList .linkItem.main .Txt .btnBox {
    margin-top: 2.25rem;
  }
}
@media (max-width: 1280px) {
  .linkList .linkItem.main .Txt .btnBox {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .linkList .linkItem.main .Txt .btnBox {
    display: none;
  }
}
.linkList .linkItem.main .Txt .btnBox .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  padding: 5px 25px;
}
@media (max-width: 1280px) {
  .linkList .linkItem.main .Txt .btnBox .btn {
    font-size: 12px;
    max-width: 170px;
    min-width: 170px;
    min-height: 46px;
    padding: 3px 20px;
  }
}
@media (min-width: 1181px) {
  .linkList .linkItem:hover:not(.main) .Img::before {
    height: 100%;
    opacity: 1;
  }
  .linkList .linkItem:hover:not(.main) .Img img {
    scale: 1.1;
  }
  .linkList .linkItem:hover:not(.main) .Txt .classTitle {
    color: #f4e4c7;
    translate: 0 -20px;
  }
  .linkList .linkItem:hover:not(.main) .Txt .title {
    color: #f4e4c7;
    translate: 0 -20px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .linkList .linkItem:hover.main .Img::before {
    height: 100%;
    opacity: 1;
  }
  .linkList .linkItem:hover.main .Img img {
    scale: 1.1;
  }
  .linkList .linkItem:hover.main .Txt {
    translate: 0 -20px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .linkList .linkItem:hover.main .Txt .classTitle {
    color: #f4e4c7;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .linkList .linkItem:hover.main .Txt .title {
    color: #f4e4c7;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .linkList .linkItem:hover.main .Txt .text {
    color: #fff;
  }
}
.linkList .item {
  position: relative;
  height: 100%;
}
.linkList .Img {
  height: 100%;
  border-radius: 5px;
  overflow: clip;
}
.linkList .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.linkList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkList .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.linkList .Txt .classTitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
  color: transparent;
}
@media (max-width: 1499px) {
  .linkList .Txt .classTitle {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .linkList .Txt .classTitle {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .linkList .Txt .classTitle {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .linkList .Txt .classTitle {
    font-size: 13px;
  }
}
.linkList .Txt .title {
  position: relative;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: transparent;
  margin-top: 2px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1499px) {
  .linkList .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .linkList .Txt .title {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .linkList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .linkList .Txt .title {
    font-size: 16px;
  }
}
.linkList .Txt .text {
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1499px) {
  .linkList .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .linkList .Txt .text {
    max-width: 280px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .linkList .Txt .text {
    display: none;
  }
}
.linkList .Txt.colorWhite .classTitle {
  color: rgba(255, 255, 255, 0.7);
}
.linkList .Txt.colorWhite .title {
  color: #fff;
}
.linkList .Txt.colorBlack .classTitle {
  color: rgba(0, 0, 0, 0.7);
}
.linkList .Txt.colorBlack .title {
  color: #000;
}
.linkList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.salesArea {
  position: relative;
  padding: 135px 0;
}
@media (max-width: 1599px) {
  .salesArea {
    padding: 80px 0 135px;
  }
}
@media (max-width: 1499px) {
  .salesArea {
    padding: 60px 0 150px;
  }
}
@media (max-width: 1280px) {
  .salesArea {
    padding: 60px 0 80px;
  }
}
@media (max-width: 991px) {
  .salesArea {
    padding: 60px 0;
  }
}
.salesArea .decoBg {
  position: absolute;
  width: 100%;
  height: 1550px;
  bottom: -22%;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .salesArea .decoBg {
    height: 1100px;
  }
}
@media (max-width: 1280px) {
  .salesArea .decoBg {
    bottom: -30%;
  }
}
@media (max-width: 1180px) {
  .salesArea .decoBg {
    bottom: 0;
  }
}
@media (max-width: 850px) {
  .salesArea .decoBg {
    bottom: 50%;
  }
}
.salesArea .decoBg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.salesArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (max-width: 991px) {
  .salesArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.salesArea .leftBox {
  position: relative;
  width: 460px;
}
@media (max-width: 1366px) {
  .salesArea .leftBox {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .salesArea .leftBox {
    width: 100%;
  }
}
.salesArea .leftBox > .text {
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1280px) {
  .salesArea .leftBox > .text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .salesArea .leftBox > .text {
    font-size: 13px;
  }
}
.salesArea .leftBox > .btnBox {
  margin-top: 4rem;
}
@media (max-width: 1280px) {
  .salesArea .leftBox > .btnBox {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .salesArea .leftBox > .btnBox {
    margin-top: 1rem;
  }
}
.salesArea .titleBox {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .salesArea .titleBox {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 991px) {
  .salesArea .titleBox .decoTitle {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .salesArea .titleBox .subtitle {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .salesArea .titleBox .subtitle {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .salesArea .titleBox .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .salesArea .titleBox .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .salesArea .titleBox .title {
    font-size: 22px;
  }
}
.salesArea .rightBox {
  position: relative;
  max-width: 765px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1366px) {
  .salesArea .rightBox {
    width: calc(60% - 1.5rem);
    max-width: none;
  }
}
@media (max-width: 991px) {
  .salesArea .rightBox {
    width: 100%;
  }
}

.salesBox {
  position: relative;
}
.salesBox .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.salesBox .classBoxRow {
  margin: 0;
}
.salesBox .controlBox {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.salesList {
  overflow-x: clip;
}
.salesList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.salesList:not(.slick-slider) .salesItem {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.salesList .salesItem {
  position: relative;
}
.salesList .item {
  position: relative;
}
.salesList .classTitleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 1180px) {
  .salesList .classTitleBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 575px) {
  .salesList .classTitleBox {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.salesList .classTitleBox::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#cba97c), to(#f4e4c7));
  background: linear-gradient(to Right, #cba97c 0%, #f4e4c7 100%);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.salesList .classTitleBox .classTitle {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .salesList .classTitleBox .classTitle {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .salesList .classTitleBox .classTitle {
    font-size: 22px;
  }
}
.salesList .classTitleBox .classText {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .salesList .classTitleBox .classText {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .salesList .classTitleBox .classText {
    font-size: 12px;
  }
}

.salesContentBox {
  position: relative;
  height: 320px;
  margin-top: 3.5rem;
  padding-right: 1rem;
  overflow-y: auto;
}
.salesContentBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.salesContentBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.salesContentBox::-webkit-scrollbar-thumb {
  background: #ac916a;
}
@media (max-width: 1366px) {
  .salesContentBox {
    height: 290px;
    margin-top: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .salesContentBox {
    height: 230px;
  }
}
@media (max-width: 991px) {
  .salesContentBox {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .salesContentBox {
    height: 330px;
  }
}
.salesContentBox .innerBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.25rem 2.875rem;
}
@media (max-width: 1366px) {
  .salesContentBox .innerBox {
    gap: 3rem 2rem;
  }
}
@media (max-width: 1180px) {
  .salesContentBox .innerBox {
    gap: 2rem 1.25rem;
  }
}
@media (max-width: 991px) {
  .salesContentBox .innerBox {
    row-gap: 1.5rem;
  }
}
.salesContentBox .salesContentItem {
  position: relative;
  width: calc(50% - 1.4375rem);
}
@media (max-width: 1366px) {
  .salesContentBox .salesContentItem {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 1180px) {
  .salesContentBox .salesContentItem {
    width: calc(50% - 0.625rem);
  }
}
@media (max-width: 991px) {
  .salesContentBox .salesContentItem {
    width: 100%;
  }
}
.salesContentBox .contentTitle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  padding: 0 0.25rem;
}
@media (max-width: 1180px) {
  .salesContentBox .contentTitle {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .salesContentBox .contentTitle {
    font-size: 16px;
  }
}
.salesContentBox .txtList {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
  padding: 1rem 0.375rem 0;
}
@media (max-width: 1180px) {
  .salesContentBox .txtList {
    margin-top: 0.625rem;
    padding: 0.625rem 0.375rem 0;
  }
}
@media (max-width: 575px) {
  .salesContentBox .txtList {
    margin-top: 0.5rem;
    padding: 0.5rem 0.375rem 0;
  }
}
.salesContentBox .txtList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.salesContentBox .txtList li + li {
  margin-top: 0.625rem;
}
.salesContentBox .txtList .title,
.salesContentBox .txtList .text,
.salesContentBox .txtList a {
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .salesContentBox .txtList .title,
  .salesContentBox .txtList .text,
  .salesContentBox .txtList a {
    font-size: 13px;
  }
}
@media (min-width: 1181px) {
  .salesContentBox .txtList a:hover {
    color: #ac916a;
  }
}

.contactArea {
  position: relative;
  padding: 205px 0 60px;
}
@media (max-width: 1366px) {
  .contactArea {
    padding: 300px 0 60px;
  }
}
@media (max-width: 1280px) {
  .contactArea {
    padding: 250px 0 60px;
  }
}
@media (max-width: 1180px) {
  .contactArea {
    padding: 350px 0 60px;
  }
}
@media (max-width: 991px) {
  .contactArea {
    padding: 250px 0 60px;
  }
}
@media (max-width: 768px) {
  .contactArea {
    padding: 100px 0 60px;
  }
}
.contactArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.contactArea .decoBg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.contactArea .decoBg .topBg {
  position: absolute;
  width: 100%;
  top: -40%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1366px) {
  .contactArea .decoBg .topBg {
    top: -30%;
  }
}
@media (max-width: 1280px) {
  .contactArea .decoBg .topBg {
    top: -15%;
  }
}
@media (max-width: 991px) {
  .contactArea .decoBg .topBg {
    top: -8%;
  }
}
@media (max-width: 768px) {
  .contactArea .decoBg .topBg {
    height: 700px;
    top: -12%;
  }
  .contactArea .decoBg .topBg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
  }
}
.contactArea .decoBg .flag {
  position: absolute;
  top: calc(50% + 75px);
  right: 24%;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
  width: 420px;
  z-index: 1;
}
@media (max-width: 1799px) {
  .contactArea .decoBg .flag {
    right: 10%;
  }
}
@media (max-width: 1499px) {
  .contactArea .decoBg .flag {
    width: 350px;
  }
}
@media (max-width: 1280px) {
  .contactArea .decoBg .flag {
    right: 30px;
  }
}
@media (max-width: 1180px) {
  .contactArea .decoBg .flag {
    width: 280px;
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .contactArea .decoBg .flag {
    top: unset;
    bottom: 0;
    translate: 0 0;
  }
}
@media (max-width: 768px) {
  .contactArea .decoBg .flag {
    width: 200px;
  }
}
@media (max-width: 375px) {
  .contactArea .decoBg .flag {
    width: 180px;
  }
}

.contactBox {
  position: relative;
  max-width: 765px;
  margin-right: auto;
  z-index: 1;
}
.contactBox .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 2.75rem;
}
@media (max-width: 991px) {
  .contactBox .topBox {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .contactBox .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    margin-bottom: 2rem;
  }
}
.contactBox .topBox .leftBox {
  position: relative;
  width: 345px;
}
@media (max-width: 991px) {
  .contactBox .topBox .leftBox {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .contactBox .topBox .leftBox {
    width: 100%;
  }
}
.contactBox .topBox .titleBox {
  margin-bottom: 0;
}
.contactBox .topBox .rightBox {
  position: relative;
  width: calc(100% - 345px - 4rem);
}
@media (max-width: 991px) {
  .contactBox .topBox .rightBox {
    width: calc(55% - 2rem);
  }
}
@media (max-width: 768px) {
  .contactBox .topBox .rightBox {
    width: 100%;
    max-width: 360px;
  }
}
.contactBox .companyNameBox {
  position: relative;
  padding: 4px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .contactBox .companyNameBox {
    padding: 0 0 10px;
  }
}
.contactBox .companyNameBox .chineseName {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 768px) {
  .contactBox .companyNameBox .chineseName {
    font-size: 16px;
  }
}
.contactBox .companyNameBox .engName {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .contactBox .companyNameBox .engName {
    font-size: 13px;
    margin-top: 0.25rem;
  }
}
.contactBox .sideContactInfo {
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .contactBox .sideContactInfo {
    margin-top: 1rem;
  }
}

.contactFormBox {
  position: relative;
}

footer .decoBg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
footer .decoBg .Img {
  height: 1030px;
}
@media (max-width: 1280px) {
  footer .decoBg .Img {
    height: 900px;
  }
}
@media (max-width: 575px) {
  footer .decoBg .Img {
    height: 700px;
  }
}
footer .decoBg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  footer .decoBg .Img img {
    -o-object-position: 50% bottom;
       object-position: 50% bottom;
  }
}

.roomArea {
  padding: 50px 0 100px;
  background-color: #EFEFEF;
}
@media (max-width: 768px) {
  .roomArea {
    padding: 40px 0 60px;
  }
}
.roomArea .roomBox {
  padding-bottom: 20px;
}
.roomArea .roomList {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .roomArea .roomList {
    padding-top: 10px;
  }
}
.roomArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1180px) {
  .roomArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.roomArea .Img {
  width: 60%;
}
.roomArea .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .roomArea .Img {
    width: 100%;
    max-width: 630px;
    margin: 0 auto 10px;
  }
}
.roomArea .Txt {
  width: 40%;
  padding: 0px 0px 30px 75px;
}
@media (max-width: 1180px) {
  .roomArea .Txt {
    width: 100%;
    max-width: 630px;
    padding: 0 0 20px;
  }
}
.roomArea .Txt .classTitle {
  font-size: 18px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 1180px) {
  .roomArea .Txt .classTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .roomArea .Txt .classTitle {
    font-size: 15px;
  }
}
.roomArea .Txt .title {
  opacity: 0;
  padding-bottom: 10px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (max-width: 768px) {
  .roomArea .Txt .title {
    padding-bottom: 5px;
  }
}
.roomArea .Txt .title a {
  display: block;
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .roomArea .Txt .title a {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .roomArea .Txt .title a {
    font-size: 22px;
  }
}
.roomArea .Txt .text {
  border-top: 1px solid rgba(203, 169, 124, 0.1);
  opacity: 0;
  padding-top: 15px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .roomArea .Txt .text {
    padding-top: 10px;
  }
}
.roomArea .Txt .btnBox {
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.roomArea .Txt.show .classTitle,
.roomArea .Txt.show .title,
.roomArea .Txt.show .text,
.roomArea .Txt.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.newsArea {
  padding: 50px 0;
}
.newsArea .newsBox {
  position: relative;
  padding: 20px 0;
}
.newsArea .slick-list {
  padding: 30px 0;
}
@media (max-width: 1180px) {
  .newsArea .slick-list {
    padding: 0;
  }
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea .newsItem {
  position: relative;
  border-bottom: 1px solid rgba(203, 169, 124, 0.1);
  padding: 30px 0;
}
.newsArea .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ac916a;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1181px) {
  .newsArea .newsItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .newsArea .newsItem:hover .Img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .newsArea .newsItem:hover .title a {
    color: #ac916a;
  }
  .newsArea .newsItem:hover .plusArrow {
    border-color: #ac916a;
    background-color: #ac916a;
  }
  .newsArea .newsItem:hover .plusArrow i {
    color: #fff;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsItem {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .newsArea .newsItem {
    padding: 15px 0;
  }
}
.newsArea .item {
  position: relative;
  cursor: pointer;
}
.newsArea .Img {
  width: 320px;
  display: block;
  position: absolute;
  right: 200px;
  top: -60px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
}
.newsArea .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .newsArea .Img {
    display: none;
  }
}
.newsArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 480px) {
  .newsArea .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsArea .newsInfoBox {
  border-right: 1px solid #ccc;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsArea .newsInfoBox .dateBox {
  text-align: center;
}
.newsArea .newsInfoBox .dateBox .date {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
}
.newsArea .newsInfoBox .dateBox .year {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .newsArea .newsInfoBox {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsInfoBox {
    padding: 0 20px;
  }
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 44px;
  }
  .newsArea .newsInfoBox .dateBox .year {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 640px) {
  .newsArea .newsInfoBox {
    padding: 0 10px;
  }
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 40px;
  }
  .newsArea .newsInfoBox .dateBox .year {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsInfoBox {
    width: 100%;
    border: none;
    padding: 0 10px 5px;
  }
  .newsArea .newsInfoBox .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 500;
  }
  .newsArea .newsInfoBox .dateBox .date::before {
    content: ".";
  }
  .newsArea .newsInfoBox .dateBox .year {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
  }
}
.newsArea .textBox {
  height: 110px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
}
@media (max-width: 1440px) {
  .newsArea .textBox {
    padding: 0 60px 0 30px;
  }
}
@media (max-width: 1180px) {
  .newsArea .textBox {
    height: 100px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .newsArea .textBox {
    height: 95px;
    padding: 0 0px 0 20px;
  }
}
@media (max-width: 480px) {
  .newsArea .textBox {
    height: 90px;
    padding: 0 10px;
  }
}
.newsArea .textBox .classTitle {
  min-width: 86px;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ac916a;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (max-width: 1180px) {
  .newsArea .textBox .classTitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .newsArea .textBox .classTitle {
    margin-bottom: 0px;
  }
}
.newsArea .textBox .title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-right: 100px;
}
.newsArea .textBox .title.ellipsis {
  height: 45px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsArea .textBox .title {
    padding-right: 0;
  }
}
@media (max-width: 1180px) {
  .newsArea .textBox .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .newsArea .textBox .title.ellipsis {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .newsArea .textBox .title {
    font-size: 20px;
  }
  .newsArea .textBox .title.ellipsis {
    height: 36px;
  }
}
.newsArea .textBox .text {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 1.5;
}
.newsArea .textBox .text.ellipsis {
  height: 22px;
  overflow: hidden;
}
.newsArea .plusArrow {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(203, 169, 124, 0.1);
  right: 50px;
  top: 50%;
  margin-top: -25px;
}
.newsArea .plusArrow i {
  font-size: 12px;
  color: rgba(203, 169, 124, 0.1);
}
@media (max-width: 1440px) {
  .newsArea .plusArrow {
    right: 0px;
  }
}
@media (max-width: 1180px) {
  .newsArea .plusArrow {
    display: none;
  }
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.catalogArea {
  padding: 50px 0;
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .catalogBox {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-bottom: 20px;
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.catalogList {
  margin: 0 -30px;
  position: relative;
}
.catalogList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalogList:not(.slick-slider) .catalogItem {
  width: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .catalogList {
    margin: 0 -20px;
  }
}
@media (max-width: 768px) {
  .catalogList {
    margin: 0 0px;
  }
}
.catalogList .catalogItem {
  padding: 0;
}
.catalogList .item {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 1180px) {
  .catalogList .item {
    padding: 20px;
  }
}
.catalogList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .Txt {
  position: relative;
  padding: 12px 20px 20px;
  text-align: center;
}
@media (max-width: 1180px) {
  .catalogList .Txt {
    padding: 10px 0 0px;
  }
}
.catalogList .Txt .title {
  padding-bottom: 10px;
  font-size: 18px;
}
.catalogList .Txt .title a {
  display: block;
}
@media (max-width: 1180px) {
  .catalogList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .catalogList .Txt .title {
    font-size: 20px;
  }
}
.catalogList .Txt .text {
  font-size: 15px;
}
.catalogList .Txt .text.ellipsis {
  height: 75px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalogList .Txt .text {
    font-size: 14px;
  }
  .catalogList .Txt .text.ellipsis {
    height: 70px;
  }
}

.facArea {
  background-color: #111111;
  padding: 50px 0 80px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .facArea {
    padding: 30px 0 20px;
  }
}
@media (max-width: 1180px) {
  .facArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .facArea .wrap {
    padding: 0 20px;
  }
}
.facArea .facBox {
  overflow: hidden;
  width: calc(100% + 50vw - 50%);
}
@media (max-width: 768px) {
  .facArea .facBox {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    overflow: visible;
  }
}
.facArea .controlBox {
  width: 100%;
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .facArea .controlBox {
    height: 50px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  .facArea .controlBox {
    height: 20px;
  }
}
.facArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.facArea .arrowBox .slick-arrow {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media (min-width: 769px) {
  .facArea .arrowBox .slick-arrow + .slick-arrow {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .facArea .arrowBox {
    width: 100%;
    position: absolute;
    left: 0;
  }
  .facArea .arrowBox .slick-arrow {
    position: absolute;
    left: -10px;
  }
  .facArea .arrowBox .slick-arrow.slick-next {
    left: auto;
    right: -10px;
  }
}
@media (max-width: 400px) {
  .facArea .arrowBox {
    display: none;
  }
}
.facArea .dotsBox {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .facArea .dotsBox {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .facArea .dotsBox {
    width: 100%;
  }
}
.facArea .slick-dots {
  position: relative;
  bottom: 0;
}
@media (max-width: 768px) {
  .facArea .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.facList {
  width: 100%;
  position: relative;
  padding: 20px 120px 0px 0;
}
@media (max-width: 768px) {
  .facList {
    padding: 20px 0 0;
  }
}
.facList .slick-list {
  overflow: visible;
}
@media (max-width: 400px) {
  .facList .slick-list {
    overflow: hidden;
  }
}
.facList .facItem {
  padding: 0 20px;
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .facList .facItem:hover .Txt {
    background-color: rgba(0, 0, 0, 0.35);
    padding-bottom: 240px;
    -webkit-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
    pointer-events: auto;
  }
  .facList .facItem:hover .Txt .text {
    opacity: 1;
    position: absolute;
    bottom: 165px;
    left: auto;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: opacity 0.3s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
    transition: opacity 0.3s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
    transition: opacity 0.3s 0.3s ease-in-out, transform 0.5s 0.3s ease-in-out;
    transition: opacity 0.3s 0.3s ease-in-out, transform 0.5s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
  }
}
@media (max-width: 1180px) {
  .facList .facItem {
    padding: 0 15px;
  }
}
@media (max-width: 400px) {
  .facList .facItem {
    padding: 0 5px;
  }
}
.facList .item {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.facList .Img {
  position: relative;
  width: 100%;
}
.facList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Txt {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 50px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
  z-index: 1;
}
.facList .Txt a {
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .facList .Txt {
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 20px 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 640px) {
  .facList .Txt {
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.facList .title {
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.facList .title a {
  color: #fff;
  display: block;
}
@media (min-width: 1181px) {
  .facList .title a:hover {
    color: #ac916a;
  }
}
@media (max-width: 1180px) {
  .facList .title {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .facList .title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .facList .title {
    font-size: 24px;
    font-weight: 500;
  }
}
.facList .text {
  width: 100%;
  height: 75px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  bottom: 165px;
  left: auto;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
@media (max-width: 1180px) {
  .facList .text {
    width: 100%;
    max-height: 75px;
    height: auto;
    bottom: 0;
    margin-top: 10px;
    padding: 0;
    position: relative;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.facList .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .facList .linkWrap {
    display: none;
  }
}
.facList .btnBox {
  margin-top: 20px;
}
@media (min-width: 1181px) {
  .facList .btnBox {
    display: none;
  }
}

.afterLoading .bannerArea .slick-current .bannerItem > .Img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .bannerArea .slick-current .productImg {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .bannerArea .slick-current .Txt .subtitle {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .bannerArea .slick-current .Txt .title {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .bannerArea .slick-current .Txt .text {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .bannerArea .slick-current .Txt .btnBox {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
/*# sourceMappingURL=home.css.map */