@charset "UTF-8";
.linkList .Img img, .facList .facItem, .newsArea .plusArrow, .roomArea .Txt .btnBox, .roomArea .Txt .text, .roomArea .Txt .title, .roomArea .Txt .classTitle, .esgArea .wrap .esgBox .esgList .dataItem .classTitle::before, .esgArea .wrap .esgBox .esgList .dataItem .classTitle, .esgArea .wrap .esgBox .esgList .dataItem .Txt .text, .esgArea .wrap .esgBox .esgList .dataItem .Txt .title, .esgArea .wrap .esgBox .esgList .dataItem .Img .icon, .esgArea .wrap .esgBox .esgList .dataItem .item, .esgArea .wrap .esgBox .arrowBox .arrowPrev::before, .esgArea .wrap .esgBox .arrowBox .arrowNext::before, .esgArea .wrap .titleBox .rightBox .btnBox .svgBtn .arrow::before, .esgArea .wrap .titleBox .rightBox .btnBox .svgBtn .arrow, .historyArea .dataBox .arrowBox .arrowPrev::before, .historyArea .dataBox .arrowBox .arrowNext::before, .historyArea .dataBox .dataNavList .title, .featureArea .wrap .leftBox .btnBox .svgBtn .arrow::before, .featureArea .wrap .leftBox .btnBox .svgBtn .arrow, .productArea .functionBox .slickNav .arrowBox .arrowPrev::before, .productArea .functionBox .slickNav .arrowBox .arrowNext::before, .productArea .functionBox .slickLine .line, .productArea .arrowBox .arrowPrev::before, .productArea .arrowBox .arrowNext::before, .productArea .dataList .dataItem .detail.hasLink::before, .productArea .dataList .dataItem .detail, .productArea .dataList .dataItem .Txt, .productArea .dataList .dataItem .Img::before, .productArea .dataList .dataItem .Img, .productArea .dataList .dataItem .item, .bannerArea .bannerList .slick-slide .Txt .btnBox, .bannerArea .bannerList .slick-slide .Txt .bannerTitleBox .title, .bannerArea .bannerList .slick-slide .Txt .bannerTitleBox .subtitle, .bannerArea .bannerList .slick-slide .Txt .bannerTitleBox .text, .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; /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  font-size: 15px;
  line-height: 1.8;
  -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: 100dvh;
  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: #fff;
  -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 {
  width: 46px;
  height: 46px;
  background-color: #333f48;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  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: #333f48;
  }
  .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); /*以防有不支援dvh的瀏覽器*/
    max-height: calc(100dvh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .wrap {
  max-width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
.bannerArea .mouseTrackingItem {
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bannerArea .mouseTrackingItem .logo {
  width: clamp(370px, 50vw, 995px);
  height: auto;
  aspect-ratio: 995/410;
  background: url("../images/hoverLogo.svg") no-repeat center center/100% auto;
  position: absolute;
  opacity: 0.07;
  top: 25%;
  left: 7%;
}
.bannerArea .mouseTrackingItem .logoFrame {
  width: clamp(370px, 50vw, 995px);
  height: auto;
  aspect-ratio: 995/410;
  background: url("../images/logoFrame.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 21%;
  left: 5%;
  opacity: 0.5;
}
.bannerArea .bannerBox {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList .bannerItem .item {
  min-height: 750px;
}
@media (max-width: 1536px) {
  .bannerArea .bannerList .bannerItem .item {
    min-height: auto;
    padding-bottom: 45%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerList .bannerItem .item {
    min-height: 550px;
    padding-bottom: 60%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .item {
    min-height: auto;
    padding: 0;
  }
}
.bannerArea .bannerList .bannerItem .item .Txt {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 1;
  padding: 0 0 0 70px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 0;
  top: 0;
  right: auto;
  -webkit-transform: none;
          transform: none;
  margin-left: 80px;
  padding-bottom: 120px;
}
@media (max-width: 1880px) {
  .bannerArea .bannerList .bannerItem .item .Txt {
    padding-left: 50px;
    margin-left: 0px;
  }
}
@media (max-width: 1536px) {
  .bannerArea .bannerList .bannerItem .item .Txt {
    width: 60%;
    padding-bottom: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem .item .Txt {
    width: 65%;
    padding: 0 30px 50px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .item .Txt {
    width: 100%;
    position: relative;
    padding: 30px 20px 0 20px;
  }
}
@media (max-width: 425px) {
  .bannerArea .bannerList .bannerItem .item .Txt {
    padding: 25px 16px 0;
  }
}
.bannerArea .bannerList .bannerItem .item .Txt .btnBox {
  margin-top: 150px;
}
@media (max-width: 1880px) {
  .bannerArea .bannerList .bannerItem .item .Txt .btnBox {
    margin-top: 80px;
  }
}
@media (max-width: 425px) {
  .bannerArea .bannerList .bannerItem .item .Txt .btnBox {
    margin-top: 15px;
    margin-left: -13px;
  }
}
.bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .subtitle {
  color: #333f48;
  font-family: "Archivo", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.44px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .subtitle {
    font-size: 22px;
    letter-spacing: 0.88px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .subtitle {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .subtitle {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .subtitle span:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .subtitle span:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #333f48;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.2;
}
@media (max-width: 375px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .subtitle span {
    display: inline-block;
    padding-left: 10px;
  }
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .subtitle span::before {
    display: none;
  }
}
.bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .title {
  color: #333f48;
  font-size: 66px;
  font-weight: 600;
  letter-spacing: 1.32px;
  padding-top: 20px;
}
@media (max-width: 1440px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .title {
    font-size: 52px;
    letter-spacing: 1.04px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .title {
    font-size: 48px;
    letter-spacing: 0.96px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .title {
    font-size: 44px;
    letter-spacing: 0.88px;
    word-break: keep-all;
  }
}
@media (max-width: 425px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .title {
    padding-top: 5px;
  }
}
.bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .text {
  width: 92.5%;
  color: #333f48;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 1.2px;
  padding-top: 50px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .text {
    font-size: 18px;
    letter-spacing: 1.08px;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .text {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
@media (max-width: 425px) {
  .bannerArea .bannerList .bannerItem .item .Txt .bannerTitleBox .text {
    display: none;
  }
}
.bannerArea .bannerList .bannerItem .item .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56%;
  max-width: 1070px;
  height: 100%;
  -webkit-mask-image: url("../images/bannerImageMask.png");
          mask-image: url("../images/bannerImageMask.png");
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.bannerArea .bannerList .bannerItem .item .Img img {
  width: calc(100% + 3px);
  max-width: 1070px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1536px) {
  .bannerArea .bannerList .bannerItem .item .Img {
    width: 50%;
    height: auto;
    aspect-ratio: 400/326;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .item .Img {
    width: 100%;
    height: auto;
    aspect-ratio: 400/326;
    position: relative;
  }
}
@media (max-width: 425px) {
  .bannerArea .bannerList .bannerItem .item .Img {
    margin-top: -48px;
  }
}
.bannerArea .bannerList .slick-slide .Txt .bannerTitleBox .title, .bannerArea .bannerList .slick-slide .Txt .bannerTitleBox .subtitle, .bannerArea .bannerList .slick-slide .Txt .bannerTitleBox .text {
  opacity: 0;
}
.bannerArea .bannerList .slick-slide .Txt .btnBox {
  opacity: 0;
}
.bannerArea .bannerList .slick-current .Txt .bannerTitleBox .title {
  -webkit-animation: slideUpAnimation 0.5s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.5s 0.4s ease-in-out forwards;
}
.bannerArea .bannerList .slick-current .Txt .bannerTitleBox .text {
  -webkit-animation: slideUpAnimation 0.5s 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.5s 0.6s ease-in-out forwards;
}
.bannerArea .bannerList .slick-current .Txt .bannerTitleBox .subtitle {
  -webkit-animation: slideUpAnimation 0.5s ease-in-out forwards;
          animation: slideUpAnimation 0.5s ease-in-out forwards;
}
.bannerArea .bannerList .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.5s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.5s 0.8s ease-in-out forwards;
}
.bannerArea .slick-dots {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots {
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .slick-dots {
    top: 55%;
  }
}
@media (max-width: 768px) {
  .bannerArea .slick-dots {
    top: 60%;
    right: 20px;
  }
}
@media (max-width: 425px) {
  .bannerArea .slick-dots {
    display: none !important;
  }
}
.bannerArea .slick-dots li.slick-active button {
  background: #00a9e0;
}
.bannerArea .slick-dots li.slick-active button::before {
  border-color: #00a9e0;
}
.bannerArea .slick-dotted.slick-slider {
  margin: 0 !important;
}

.productArea {
  position: relative;
  padding: 140px 0 60px;
}
@media (max-width: 1180px) {
  .productArea {
    padding: 80px 0 60px;
  }
}
@media (max-width: 768px) {
  .productArea {
    padding: 55px 0 40px;
  }
}
.productArea::before {
  content: "";
  position: absolute;
  width: 44%;
  height: 100%;
  -webkit-mask-image: url("../images/bannerImageMask.png");
          mask-image: url("../images/bannerImageMask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  background: #f9f9f9;
  top: 0;
  left: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media (max-width: 1536px) {
  .productArea::before {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .productArea::before {
    display: none;
  }
}
.productArea::after {
  content: "";
  position: absolute;
  width: clamp(150px, 30vw, 345px);
  height: auto;
  aspect-ratio: 345/708;
  background: url("../images/deco/particleDeco1.png") no-repeat center center/100% auto;
  bottom: -46%;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .productArea::after {
    display: none;
  }
}
.productArea .titleBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .productArea .titleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .productArea .titleBox {
    margin-bottom: 20px;
  }
}
.productArea .titleBox .rightBox {
  width: 61%;
  max-width: 915px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1280px) {
  .productArea .titleBox .rightBox {
    width: 100%;
    max-width: 100%;
  }
}
.productArea .titleBox .text {
  max-width: 600px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .productArea .titleBox .btnBox {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 425px) {
  .productArea .titleBox .btnBox {
    display: none;
  }
}
.productArea .dataBox {
  position: relative;
}
.productArea .dataList {
  pointer-events: none;
  position: relative;
  z-index: 2;
  margin: 0 -16px;
}
@media (max-width: 768px) {
  .productArea .dataList {
    margin: 0 30px;
  }
  .productArea .dataList .slick-list {
    overflow: visible;
  }
}
@media (max-width: 375px) {
  .productArea .dataList .slick-list {
    overflow: hidden;
  }
}
.productArea .dataList .dataItem {
  height: 520px;
  padding: 0 16px;
}
@media (max-width: 1180px) {
  .productArea .dataList .dataItem {
    height: auto;
  }
}
@media (max-width: 768px) {
  .productArea .dataList .dataItem {
    padding: 0 20px;
  }
}
@media (max-width: 375px) {
  .productArea .dataList .dataItem {
    padding: 0;
  }
}
.productArea .dataList .dataItem .item {
  pointer-events: all;
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1181px) {
  .productArea .dataList .dataItem .item:hover .Img {
    height: 520px;
    margin: 0;
  }
  .productArea .dataList .dataItem .item:hover .Img::before {
    opacity: 1;
  }
  .productArea .dataList .dataItem .item:hover .detail {
    height: 520px;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .productArea .dataList .dataItem .item:hover .detail::before {
    content: "";
    position: absolute;
  }
}
.productArea .dataList .dataItem .Img {
  width: 100%;
  height: 300px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .productArea .dataList .dataItem .Img {
    margin: 0;
  }
}
.productArea .dataList .dataItem .Img::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background: rgba(0, 169, 224, 0.8);
  z-index: 1;
  opacity: 0;
}
.productArea .dataList .dataItem .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productArea .dataList .dataItem .Txt, .productArea .dataList .dataItem .detail {
  pointer-events: none;
  text-align: center;
}
.productArea .dataList .dataItem .Txt .title, .productArea .dataList .dataItem .detail .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .productArea .dataList .dataItem .Txt .title, .productArea .dataList .dataItem .detail .title {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}
.productArea .dataList .dataItem .Txt .text, .productArea .dataList .dataItem .detail .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.96px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.productArea .dataList .dataItem .Txt .linkWrap, .productArea .dataList .dataItem .detail .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.productArea .dataList .dataItem .Txt {
  position: absolute;
  top: 356px;
  left: 0;
  right: 0;
  z-index: 0;
  color: #333f48;
}
@media (max-width: 1180px) {
  .productArea .dataList .dataItem .Txt {
    position: relative;
    top: auto;
    margin-top: 25px;
  }
}
@media (max-width: 425px) {
  .productArea .dataList .dataItem .Txt {
    margin-top: 15px;
  }
}
.productArea .dataList .dataItem .detail {
  height: 520px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  padding: 120px 35px 0;
}
@media (min-width: 1181px) {
  .productArea .dataList .dataItem .detail:hover::before {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
.productArea .dataList .dataItem .detail.hasLink::before {
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 99px;
  border: 1px solid #fff;
  background: url("../images/btnArrow.svg") no-repeat center center/19px 13px;
  bottom: 80px;
  left: 50%;
  translate: -50% 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 1180px) {
  .productArea .dataList .dataItem .detail {
    display: none;
  }
}
.productArea .arrowBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.productArea .arrowBox.mobileOnly {
  display: none;
}
@media (max-width: 425px) {
  .productArea .arrowBox.mobileOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 0;
    right: 0;
    padding: 0 10px;
  }
}
@media (max-width: 375px) {
  .productArea .arrowBox.mobileOnly {
    padding: 0;
    margin: 0 -10px;
  }
}
.productArea .arrowBox .arrowPrev, .productArea .arrowBox .arrowNext {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}
@media (min-width: 1181px) {
  .productArea .arrowBox .arrowPrev:hover::before, .productArea .arrowBox .arrowNext:hover::before {
    background: #7c848a;
  }
}
.productArea .arrowBox .arrowPrev::before, .productArea .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 13px;
  -webkit-mask-image: url("../images/btnArrow.svg");
          mask-image: url("../images/btnArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #333f48;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.productArea .arrowBox .arrowPrev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.productArea .functionBox {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
@media (max-width: 1180px) {
  .productArea .functionBox {
    margin-top: 30px;
  }
}
@media (max-width: 425px) {
  .productArea .functionBox {
    margin-top: 10px;
  }
}
.productArea .functionBox .slickLine {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.productArea .functionBox .slickLine .line {
  width: auto;
  height: 100%;
  background: #333f48;
  position: absolute;
  top: 0;
  left: 0;
}
.productArea .functionBox .slickNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}
@media (max-width: 425px) {
  .productArea .functionBox .slickNav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 25px;
  }
}
@media (max-width: 375px) {
  .productArea .functionBox .slickNav {
    padding: 0;
  }
}
.productArea .functionBox .slickNav .countBox {
  font-family: "Archivo", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #333f48;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.96px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  position: relative;
}
.productArea .functionBox .slickNav .countBox .current {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.productArea .functionBox .slickNav .countBox .total {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.productArea .functionBox .slickNav .countBox::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 4px;
  height: 1px;
  display: block;
  background: #333f48;
  content: "";
  position: relative;
}
.productArea .functionBox .slickNav .arrowBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: -10.5px;
}
@media (max-width: 425px) {
  .productArea .functionBox .slickNav .arrowBox {
    display: none;
  }
}
.productArea .functionBox .slickNav .arrowBox .arrowPrev, .productArea .functionBox .slickNav .arrowBox .arrowNext {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}
@media (min-width: 1181px) {
  .productArea .functionBox .slickNav .arrowBox .arrowPrev:hover::before, .productArea .functionBox .slickNav .arrowBox .arrowNext:hover::before {
    background: #7c848a;
  }
}
.productArea .functionBox .slickNav .arrowBox .arrowPrev::before, .productArea .functionBox .slickNav .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 13px;
  -webkit-mask-image: url("../images/btnArrow.svg");
          mask-image: url("../images/btnArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #333f48;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.productArea .functionBox .slickNav .arrowBox .arrowPrev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.productArea .functionBox .slickNav .btnBox {
  display: none;
  margin: 0;
}
@media (max-width: 425px) {
  .productArea .functionBox .slickNav .btnBox {
    display: block;
  }
}

.advantageArea {
  position: relative;
  padding: 360px 0 87px;
}
@media (max-width: 1180px) {
  .advantageArea {
    padding: 200px 0 60px;
  }
}
@media (max-width: 768px) {
  .advantageArea {
    padding: 145px 0 10px;
  }
}
.advantageArea .decoMarquee {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 90px;
  overflow-x: hidden;
}
@media (max-width: 1180px) {
  .advantageArea .decoMarquee {
    top: 50px;
  }
}
@media (max-width: 768px) {
  .advantageArea .decoMarquee {
    top: 0px;
  }
}
.advantageArea .decoMarquee .marquee__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.advantageArea .decoMarquee .marquee__inner .marquee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-right: 20px;
}
.advantageArea .decoMarquee .marquee__inner .marquee__content .text {
  font-family: "Lexend Zetta";
  color: #fff;
  font-size: 120px;
  font-weight: 500;
  line-height: 85px;
  letter-spacing: -9.6px;
  text-shadow: 1px 0 0 #333f48, -1px 0 0 #333f48, 0 1px 0 #333f48, 0 -1px 0 #333f48, 1px 1px 0 #333f48, -1px 1px 0 #333f48, 1px -1px 0 #333f48, -1px -1px 0 #333f48;
  opacity: 0.4;
}
@media (max-width: 1180px) {
  .advantageArea .decoMarquee .marquee__inner .marquee__content .text {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -3.2px;
  }
}
@media (max-width: 768px) {
  .advantageArea .decoMarquee .marquee__inner .marquee__content .text {
    font-size: 60px;
    letter-spacing: -2.4px;
  }
}
.advantageArea .decoMarquee .marquee__inner .marquee__content .icon {
  display: block;
  width: 205px;
  height: auto;
  aspect-ratio: 205/85;
  background: url("../images/hoverLogo.svg") no-repeat center center/100% auto;
}
.advantageArea .wrap {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.advantageArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 1680px) {
  .advantageArea .topBox {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 1180px) {
  .advantageArea .topBox {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .advantageArea .topBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .advantageArea .topBox {
    padding: 0 20px;
  }
}
@media (max-width: 425px) {
  .advantageArea .topBox {
    padding: 0 16px;
  }
}
.advantageArea .topBox .left {
  width: 954px;
  height: auto;
  aspect-ratio: 954/420;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: -45px;
}
@media (max-width: 1280px) {
  .advantageArea .topBox .left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .advantageArea .topBox .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 620px;
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  .advantageArea .topBox .left {
    margin-left: -70px;
  }
}
@media (max-width: 375px) {
  .advantageArea .topBox .left {
    width: 110%;
  }
}
.advantageArea .topBox .left .Img {
  width: clamp(170px, 45%, 430px);
  height: auto;
  aspect-ratio: 430/420;
  -webkit-mask-image: url("../images/advantageMask.svg");
          mask-image: url("../images/advantageMask.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  margin: 0 auto;
}
.advantageArea .topBox .left .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.advantageArea .topBox .left::before, .advantageArea .topBox .left::after {
  width: clamp(170px, 45%, 430px);
  height: auto;
  max-height: 100%;
  aspect-ratio: 430/420;
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-mask-image: url("../images/advantageMask.svg");
          mask-image: url("../images/advantageMask.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.advantageArea .topBox .left::before {
  background: #a7d500;
  left: 0;
}
@media (max-width: 375px) {
  .advantageArea .topBox .left::before {
    left: -5px;
  }
}
.advantageArea .topBox .left::after {
  background: #00a9e0;
  right: 0;
}
@media (max-width: 375px) {
  .advantageArea .topBox .left::after {
    right: -5px;
  }
}
.advantageArea .topBox .right {
  padding-left: 90px;
}
@media (max-width: 1680px) {
  .advantageArea .topBox .right {
    padding-left: 70px;
  }
}
@media (max-width: 1440px) {
  .advantageArea .topBox .right {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .advantageArea .topBox .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .advantageArea .topBox .right .titleBox {
    margin-bottom: 65px;
  }
}
@media (max-width: 1024px) {
  .advantageArea .topBox .right .titleBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .advantageArea .topBox .right .titleBox {
    margin-bottom: 15px;
  }
}
.advantageArea .topBox .right .titleBox .text {
  max-width: 620px;
  padding-top: 25px;
}
.advantageArea .bottomBox {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 0;
  overflow-x: clip;
  overflow-y: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -85px;
}
@media (max-width: 1440px) {
  .advantageArea .bottomBox {
    margin-top: -30px;
  }
}
@media (max-width: 1024px) {
  .advantageArea .bottomBox {
    height: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .advantageArea .bottomBox {
    margin-top: -70px;
  }
}
.advantageArea .bottomBox .Img {
  width: clamp(260px, 33%, 620px);
  height: calc(100% + 135px + 90px);
  -webkit-mask-image: url("../images/bannerImageMask.png");
          mask-image: url("../images/bannerImageMask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  position: absolute;
  top: -135px;
  right: 0;
}
.advantageArea .bottomBox .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1680px) {
  .advantageArea .bottomBox .Img {
    height: calc(100% + 50px + 50px);
    top: -50px;
  }
}
@media (max-width: 1024px) {
  .advantageArea .bottomBox .Img {
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    top: auto;
    bottom: -60px;
  }
}
@media (max-width: 640px) {
  .advantageArea .bottomBox .Img {
    display: none;
  }
}
.advantageArea .bottomBox .dataList {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  padding: 135px 0 55px 210px;
}
@media (max-width: 1440px) {
  .advantageArea .bottomBox .dataList {
    padding-top: 80px;
    padding-left: 50px;
  }
}
@media (max-width: 1280px) {
  .advantageArea .bottomBox .dataList {
    padding-top: 85px;
  }
}
@media (max-width: 1024px) {
  .advantageArea .bottomBox .dataList {
    padding: 120px 40px 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .advantageArea .bottomBox .dataList {
    width: 100%;
  }
}
.advantageArea .bottomBox .dataList::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #333f48;
  top: 0%;
  left: 0;
  z-index: -1;
}
.advantageArea .bottomBox .dataList #grid-wrapper {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.advantageArea .bottomBox .dataList .dataItem {
  pointer-events: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 360px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  padding: 0 40px;
}
@media (max-width: 1360px) {
  .advantageArea .bottomBox .dataList .dataItem {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .advantageArea .bottomBox .dataList .dataItem {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}
.advantageArea .bottomBox .dataList .dataItem:not(.dataItem0) {
  position: relative;
}
.advantageArea .bottomBox .dataList .dataItem:not(.dataItem0)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background: #848b8f;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .advantageArea .bottomBox .dataList .dataItem:not(.dataItem0)::before {
    display: none;
  }
}
.advantageArea .bottomBox .dataList .icon {
  width: 40px;
  margin-bottom: 10px;
}
.advantageArea .bottomBox .dataList .icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .advantageArea .bottomBox .dataList .icon {
    margin-right: 40px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (max-width: 375px) {
  .advantageArea .bottomBox .dataList .icon {
    margin-right: 15px;
  }
}
.advantageArea .bottomBox .dataList .Txt {
  text-align: center;
  color: #fff;
}
.advantageArea .bottomBox .dataList .Txt .info {
  font-family: "Lexend Zetta";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .advantageArea .bottomBox .dataList .Txt .info {
    margin-left: -5px;
  }
}
.advantageArea .bottomBox .dataList .Txt .info.hasUnit {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.advantageArea .bottomBox .dataList .Txt .info.hasSymbol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.advantageArea .bottomBox .dataList .Txt .info .number {
  font-size: 80px;
  font-weight: 400;
  letter-spacing: -6.4px;
}
@media (max-width: 1280px) {
  .advantageArea .bottomBox .dataList .Txt .info .number {
    font-size: 60px;
    letter-spacing: -4.8px;
  }
}
@media (max-width: 375px) {
  .advantageArea .bottomBox .dataList .Txt .info .number {
    font-size: 48px;
    letter-spacing: -1.92px;
  }
}
.advantageArea .bottomBox .dataList .Txt .info .unit, .advantageArea .bottomBox .dataList .Txt .info .symbol {
  font-size: 45px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -1.6px;
}
@media (max-width: 375px) {
  .advantageArea .bottomBox .dataList .Txt .info .unit, .advantageArea .bottomBox .dataList .Txt .info .symbol {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.56px;
  }
}
@media (max-width: 1024px) {
  .advantageArea .bottomBox .dataList .Txt .textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.advantageArea .bottomBox .dataList .Txt .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.2px;
}
@media (max-width: 375px) {
  .advantageArea .bottomBox .dataList .Txt .title {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.advantageArea .bottomBox .dataList .Txt .subtitle {
  font-family: "Archivo", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.96px;
}
@media (max-width: 375px) {
  .advantageArea .bottomBox .dataList .Txt .subtitle {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.featureArea {
  position: relative;
  padding: 73px 0 93px;
}
.featureArea::before {
  content: "";
  position: absolute;
  width: clamp(150px, 50vw, 338px);
  height: auto;
  aspect-ratio: 338/640;
  background: url("../images/deco/particleDeco2.png") no-repeat center center/100% auto;
  top: -24%;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .featureArea::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .featureArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 425px) {
  .featureArea {
    padding: 20px 0 50px;
  }
}
.featureArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 80px;
}
@media (max-width: 1024px) {
  .featureArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .featureArea .wrap {
    gap: 10px;
  }
}
.featureArea .wrap .titleBox {
  margin: 0;
}
.featureArea .wrap .titleBox .text {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .featureArea .wrap .titleBox .text {
    padding-top: 15px;
  }
}
.featureArea .wrap .leftBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featureArea .wrap .leftBox .titleBox {
  display: none;
}
@media (max-width: 1024px) {
  .featureArea .wrap .leftBox .titleBox {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .featureArea .wrap .leftBox {
    width: 100%;
    max-width: 750px;
  }
}
.featureArea .wrap .leftBox .Img {
  width: 100%;
  height: auto;
  aspect-ratio: 750/510;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.featureArea .wrap .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.featureArea .wrap .leftBox .btnBox {
  position: absolute;
  top: 35%;
  right: -70px;
  margin: 0;
}
@media (max-width: 1024px) {
  .featureArea .wrap .leftBox .btnBox {
    display: none;
  }
}
.featureArea .wrap .leftBox .btnBox .svgBtn {
  width: 140px;
  height: 140px;
  display: block;
  position: relative;
}
@media (min-width: 1181px) {
  .featureArea .wrap .leftBox .btnBox .svgBtn:hover svg {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .featureArea .wrap .leftBox .btnBox .svgBtn:hover .arrow {
    background: #a7d500;
  }
  .featureArea .wrap .leftBox .btnBox .svgBtn:hover .arrow::before {
    background: #fff;
  }
}
.featureArea .wrap .leftBox .btnBox .svgBtn svg {
  width: 120px;
  height: 120px;
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.featureArea .wrap .leftBox .btnBox .svgBtn svg text {
  font-family: "Archivo", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  fill: #333f48;
  letter-spacing: 0.56px;
}
.featureArea .wrap .leftBox .btnBox .svgBtn .arrow {
  width: 60px;
  height: 60px;
  border-radius: 99px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.featureArea .wrap .leftBox .btnBox .svgBtn .arrow::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 13px;
  -webkit-mask-image: url("../images/btnArrow.svg");
          mask-image: url("../images/btnArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #333f48;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.featureArea .wrap .rightBox {
  width: 50%;
  max-width: 640px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .featureArea .wrap .rightBox {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .featureArea .wrap .rightBox .titleBox {
    display: none;
  }
}
.featureArea .wrap .rightBox .dataList .dataItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e9eaeb;
  padding: 17px 6px;
}
@media (max-width: 768px) {
  .featureArea .wrap .rightBox .dataList .dataItem {
    padding: 10px 0;
  }
}
.featureArea .wrap .rightBox .dataList .dataItem .countBox {
  width: 30px;
  font-family: "Archivo", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.68px;
  margin-right: 24px;
}
@media (max-width: 1180px) {
  .featureArea .wrap .rightBox .dataList .dataItem .countBox {
    font-size: 24px;
    letter-spacing: 1.44px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .featureArea .wrap .rightBox .dataList .dataItem .countBox {
    font-size: 20px;
    letter-spacing: 1.2px;
    margin-right: 15px;
  }
}
.featureArea .wrap .rightBox .dataList .dataItem .countBox1 {
  color: #a7d500;
}
.featureArea .wrap .rightBox .dataList .dataItem .countBox2 {
  color: #00b388;
}
.featureArea .wrap .rightBox .dataList .dataItem .countBox3 {
  color: #00a9e0;
}
.featureArea .wrap .rightBox .dataList .dataItem .title {
  color: #333f48;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .featureArea .wrap .rightBox .dataList .dataItem .title {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}
.featureArea .wrap .rightBox .dataList .dataItem .text {
  color: #9a9ea1;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.96px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .featureArea .wrap .rightBox .dataList .dataItem .text {
    font-size: 15px;
    letter-spacing: 0.96px;
    padding-top: 5px;
  }
}
.featureArea .wrap .rightBox .btnBox {
  display: none;
}
@media (max-width: 1024px) {
  .featureArea .wrap .rightBox .btnBox {
    display: block;
    text-align: right;
    padding: 0 25px;
  }
}
@media (max-width: 375px) {
  .featureArea .wrap .rightBox .btnBox {
    padding: 0;
  }
}
.featureArea .truckDeco {
  width: clamp(215px, 71%, 527px);
  height: auto;
  aspect-ratio: 527/192;
  position: absolute;
  left: -110px;
  bottom: -90px;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 768px) {
  .featureArea .truckDeco {
    left: -10px;
    bottom: -20px;
  }
}
.featureArea .truckDeco .truck {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: url("../images/deco/truckWithoutWheels.png") no-repeat center center/100% 100%;
  -webkit-animation: engineBounce 0.2s ease-in-out infinite alternate;
          animation: engineBounce 0.2s ease-in-out infinite alternate;
}
@-webkit-keyframes wheelRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}
@keyframes wheelRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}
@-webkit-keyframes engineBounce {
  0% {
    translate: 0;
  }
  100% {
    translate: 0 0.5px;
  }
}
@keyframes engineBounce {
  0% {
    translate: 0;
  }
  100% {
    translate: 0 0.5px;
  }
}
@-webkit-keyframes truckMove {
  0% {
    -webkit-transform: translateX(-600px) skewX(0deg) scaleY(1);
            transform: translateX(-600px) skewX(0deg) scaleY(1);
  }
  75% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleY(1);
            transform: translateX(0px) skewX(0deg) scaleY(1);
  }
  /* 前避震被壓 */
  85% {
    -webkit-transform: translateX(-1px) skewX(-0.3deg) scaleY(0.999);
            transform: translateX(-1px) skewX(-0.3deg) scaleY(0.999);
  }
  /* 回正 */
  100% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleY(1);
            transform: translateX(0px) skewX(0deg) scaleY(1);
  }
}
@keyframes truckMove {
  0% {
    -webkit-transform: translateX(-600px) skewX(0deg) scaleY(1);
            transform: translateX(-600px) skewX(0deg) scaleY(1);
  }
  75% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleY(1);
            transform: translateX(0px) skewX(0deg) scaleY(1);
  }
  /* 前避震被壓 */
  85% {
    -webkit-transform: translateX(-1px) skewX(-0.3deg) scaleY(0.999);
            transform: translateX(-1px) skewX(-0.3deg) scaleY(0.999);
  }
  /* 回正 */
  100% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleY(1);
            transform: translateX(0px) skewX(0deg) scaleY(1);
  }
}
.featureArea .truckDeco .wheel {
  width: 10.8159392789%;
  height: auto;
  aspect-ratio: 57/57;
  background: url("../images/deco/wheel.png") no-repeat center center/100% 100%;
  position: absolute;
  bottom: 5.2083333333%;
}
.featureArea .truckDeco .wheel.frontWheel1 {
  right: 7.9696394687%;
}
.featureArea .truckDeco .wheel.frontWheel2 {
  right: 21.4421252372%;
  rotate: 30deg;
}
.featureArea .truckDeco .wheel.backWheel1 {
  left: 14.4212523719%;
  rotate: 75deg;
}
.featureArea .truckDeco .wheel.backWheel2 {
  left: 27.3244781784%;
  rotate: 15deg;
}

.historyArea {
  overflow: hidden;
  padding: 120px 0 145px;
}
@media (max-width: 768px) {
  .historyArea {
    padding: 40px 0 70px;
  }
}
.historyArea .wrap {
  position: relative;
}
.historyArea .topBox {
  width: 50%;
  max-width: 640px;
  position: absolute;
  top: -20px;
  left: 50px;
}
@media (max-width: 768px) {
  .historyArea .topBox .titleBox {
    margin-bottom: 25px;
  }
}
.historyArea .topBox .titleBox .text {
  padding-top: 25px;
}
@media (max-width: 768px) {
  .historyArea .topBox .titleBox .text {
    padding-top: 15px;
  }
}
@media (max-width: 1180px) {
  .historyArea .topBox {
    left: 30px;
  }
}
@media (max-width: 960px) {
  .historyArea .topBox {
    position: relative;
    width: 100%;
    max-width: none;
    top: 0;
    left: 0;
  }
}
.historyArea .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  gap: 10px;
}
@media (max-width: 960px) {
  .historyArea .dataBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 640px) {
  .historyArea .dataBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0 50px;
  }
}
@media (max-width: 375px) {
  .historyArea .dataBox {
    padding: 0 30px;
  }
}
.historyArea .dataBox::before {
  content: "";
  position: absolute;
  width: clamp(200px, 100%, 960px);
  height: auto;
  aspect-ratio: 960/90;
  -webkit-mask-image: url("../images/historyDecoText.png");
          mask-image: url("../images/historyDecoText.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #e9ebec;
  top: 10%;
  right: -130px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .historyArea .dataBox::before {
    right: 0;
  }
}
@media (max-width: 768px) {
  .historyArea .dataBox::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.historyArea .dataBox .navBox {
  width: calc(100% - 410px - 65px);
  height: 280px;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 1280px) {
  .historyArea .dataBox .navBox {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .historyArea .dataBox .navBox {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .historyArea .dataBox .navBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 410px;
    height: auto;
  }
}
.historyArea .dataBox .dataNavList, .historyArea .dataBox .dataMainList {
  min-width: 0;
}
.historyArea .dataBox .dataNavList {
  position: relative;
  margin: 0 -25px;
}
.historyArea .dataBox .dataNavList::before {
  content: "";
  position: absolute;
  width: 120vw;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  top: 65px;
  left: -30%;
}
@media (max-width: 640px) {
  .historyArea .dataBox .dataNavList::before {
    top: 40px;
  }
}
.historyArea .dataBox .dataNavList .slick-slide.current .dataItem .title {
  color: #a7d500;
}
.historyArea .dataBox .dataNavList .dataItem {
  cursor: pointer;
  text-align: left !important;
  padding: 0 25px;
}
@media (min-width: 1181px) {
  .historyArea .dataBox .dataNavList .dataItem:hover .title {
    color: #a7d500;
  }
}
.historyArea .dataBox .dataNavList .title {
  height: 65px;
  font-family: "Archivo", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #333f48;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.2px;
  position: relative;
}
@media (max-width: 768px) {
  .historyArea .dataBox .dataNavList .title {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}
.historyArea .dataBox .dataNavList .title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 99px;
  background: #fff;
  bottom: -7.5px;
  left: 0;
}
.historyArea .dataBox .dataNavList .title::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #a7d500;
  bottom: -3.5px;
  left: 4px;
}
@media (max-width: 640px) {
  .historyArea .dataBox .dataNavList .title {
    height: 40px;
  }
}
.historyArea .dataBox .dataNavList .text {
  direction: ltr;
  text-align: left !important;
  height: 106px;
  color: #9a9ea1;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.96px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.historyArea .dataBox .dataNavList .text * {
  margin: 0 !important;
}
.historyArea .dataBox .dataMainList {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
  max-width: 410px;
}
@media (max-width: 640px) {
  .historyArea .dataBox .dataMainList {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.historyArea .dataBox .dataMainList .Img {
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 425px) {
  .historyArea .dataBox .dataMainList .Img {
    max-height: 300px;
  }
}
.historyArea .dataBox .dataMainList .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.historyArea .dataBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 0 0;
}
@media (max-width: 640px) {
  .historyArea .dataBox .arrowBox {
    display: none;
  }
}
.historyArea .dataBox .arrowBox.mobileOnly {
  display: none;
}
@media (max-width: 640px) {
  .historyArea .dataBox .arrowBox.mobileOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    z-index: 2;
    top: 19%;
    left: 0;
    right: 0;
    padding: 0 10px;
  }
}
@media (max-width: 375px) {
  .historyArea .dataBox .arrowBox.mobileOnly {
    top: 30%;
    padding: 0;
    margin: 0 -10px;
  }
}
.historyArea .dataBox .arrowBox .arrowPrev, .historyArea .dataBox .arrowBox .arrowNext {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}
@media (min-width: 1181px) {
  .historyArea .dataBox .arrowBox .arrowPrev:hover::before, .historyArea .dataBox .arrowBox .arrowNext:hover::before {
    background: #7c848a;
  }
}
.historyArea .dataBox .arrowBox .arrowPrev::before, .historyArea .dataBox .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 13px;
  -webkit-mask-image: url("../images/btnArrow.svg");
          mask-image: url("../images/btnArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #333f48;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.historyArea .dataBox .arrowBox .arrowPrev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.historyArea .btnBox {
  margin-top: -55px;
  margin-left: -13px;
}
@media (max-width: 640px) {
  .historyArea .btnBox {
    text-align: right;
    padding: 0 25px;
    margin-top: 30px;
    margin-left: auto;
  }
}
@media (max-width: 375px) {
  .historyArea .btnBox {
    padding: 0;
  }
}

.esgArea {
  position: relative;
  padding: 145px 0 125px;
}
@media (max-width: 768px) {
  .esgArea {
    padding: 70px 0;
  }
}
.esgArea .bgBox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.esgArea .bgBox::before {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.3;
  inset: 0;
  z-index: 1;
}
.esgArea .bgBox .Img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.esgArea .bgBox .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.esgArea .bgBox .logo {
  width: clamp(500px, 80vw, 1505px);
  height: auto;
  aspect-ratio: 1505/620;
  background: #fff;
  -webkit-mask-image: url("../images/hoverLogo.svg");
          mask-image: url("../images/hoverLogo.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  opacity: 0.2;
  mix-blend-mode: overlay;
}
.esgArea .wrap {
  position: relative;
  z-index: 1;
}
.esgArea .wrap .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 1680px) {
  .esgArea .wrap .titleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .esgArea .wrap .titleBox {
    margin-bottom: 20px;
  }
}
.esgArea .wrap .titleBox .leftBox, .esgArea .wrap .titleBox .rightBox {
  width: 50%;
}
@media (max-width: 1680px) {
  .esgArea .wrap .titleBox .leftBox, .esgArea .wrap .titleBox .rightBox {
    width: 100%;
  }
}
.esgArea .wrap .titleBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding-top: 10px;
}
@media (max-width: 1680px) {
  .esgArea .wrap .titleBox .rightBox {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .esgArea .wrap .titleBox .rightBox {
    display: none;
  }
}
.esgArea .wrap .titleBox .rightBox .text {
  max-width: 460px;
}
.esgArea .wrap .titleBox .rightBox .btnBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -40px;
}
@media (max-width: 768px) {
  .esgArea .wrap .titleBox .rightBox .btnBox {
    display: none;
  }
}
.esgArea .wrap .titleBox .rightBox .btnBox .svgBtn {
  width: 140px;
  height: 140px;
  display: block;
  position: relative;
}
@media (min-width: 1181px) {
  .esgArea .wrap .titleBox .rightBox .btnBox .svgBtn:hover svg {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .esgArea .wrap .titleBox .rightBox .btnBox .svgBtn:hover .arrow {
    background: #a7d500;
  }
  .esgArea .wrap .titleBox .rightBox .btnBox .svgBtn:hover .arrow::before {
    background: #fff;
  }
}
.esgArea .wrap .titleBox .rightBox .btnBox .svgBtn svg {
  width: 120px;
  height: 120px;
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.esgArea .wrap .titleBox .rightBox .btnBox .svgBtn svg text {
  font-family: "Archivo", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  fill: #fff;
  letter-spacing: 0.56px;
}
.esgArea .wrap .titleBox .rightBox .btnBox .svgBtn .arrow {
  width: 60px;
  height: 60px;
  border-radius: 99px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.esgArea .wrap .titleBox .rightBox .btnBox .svgBtn .arrow::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 13px;
  -webkit-mask-image: url("../images/btnArrow.svg");
          mask-image: url("../images/btnArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.esgArea .wrap .esgBox {
  position: relative;
}
@media (max-width: 768px) {
  .esgArea .wrap .esgBox {
    padding: 0 35px;
  }
}
.esgArea .wrap .esgBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 0 0;
}
.esgArea .wrap .esgBox .arrowBox.mobileOnly {
  display: none;
}
@media (max-width: 480px) {
  .esgArea .wrap .esgBox .arrowBox.mobileOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    z-index: 2;
    top: 8%;
    left: 0;
    right: 0;
    padding: 0 10px;
  }
}
@media (max-width: 375px) {
  .esgArea .wrap .esgBox .arrowBox.mobileOnly {
    top: 30%;
    padding: 0;
    margin: 0 -10px;
  }
}
.esgArea .wrap .esgBox .arrowBox .arrowPrev, .esgArea .wrap .esgBox .arrowBox .arrowNext {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}
@media (min-width: 1181px) {
  .esgArea .wrap .esgBox .arrowBox .arrowPrev:hover::before, .esgArea .wrap .esgBox .arrowBox .arrowNext:hover::before {
    background: #fff;
  }
}
.esgArea .wrap .esgBox .arrowBox .arrowPrev::before, .esgArea .wrap .esgBox .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 13px;
  -webkit-mask-image: url("../images/btnArrow.svg");
          mask-image: url("../images/btnArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.esgArea .wrap .esgBox .arrowBox .arrowPrev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.esgArea .wrap .esgBox .esgList .dataItem {
  background: transparent;
}
.esgArea .wrap .esgBox .esgList .dataItem .item {
  height: 460px;
  border-radius: 40px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 24px 35px;
}
@media (min-width: 1181px) {
  .esgArea .wrap .esgBox .esgList .dataItem .item:hover {
    background: #fff;
  }
  .esgArea .wrap .esgBox .esgList .dataItem .item:hover .Img .icon {
    background: #a7d500;
  }
  .esgArea .wrap .esgBox .esgList .dataItem .item:hover .Img::before {
    background: repeating-conic-gradient(from 0deg, #a7d500 0deg 2deg, transparent 2deg 8deg);
  }
  .esgArea .wrap .esgBox .esgList .dataItem .item:hover .Txt .title {
    color: #333f48;
  }
  .esgArea .wrap .esgBox .esgList .dataItem .item:hover .Txt .text {
    color: #333f48;
    opacity: 0.6;
  }
  .esgArea .wrap .esgBox .esgList .dataItem .item:hover .classTitle {
    color: #333f48;
    opacity: 0.8;
  }
  .esgArea .wrap .esgBox .esgList .dataItem .item:hover .classTitle::before {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  .esgArea .wrap .esgBox .esgList .dataItem .item {
    height: 380px;
    padding: 40px 20px 25px;
  }
}
.esgArea .wrap .esgBox .esgList .dataItem .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 105px;
  height: auto;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  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;
  z-index: 1;
}
.esgArea .wrap .esgBox .esgList .dataItem .Img .icon {
  width: 50px;
  height: 50px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #00a9e0;
}
.esgArea .wrap .esgBox .esgList .dataItem .Img::before {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border-radius: inherit;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: repeating-conic-gradient(from 0deg, #fff 0deg 2deg, transparent 2deg 8deg);
  -webkit-mask-image: radial-gradient(farthest-side, transparent calc(100% - 2px), black 0);
          mask-image: radial-gradient(farthest-side, transparent calc(100% - 2px), black 0);
  z-index: -1;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.esgArea .wrap .esgBox .esgList .dataItem .Txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding-top: 35px;
}
.esgArea .wrap .esgBox .esgList .dataItem .Txt .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.esgArea .wrap .esgBox .esgList .dataItem .Txt .text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.96px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.esgArea .wrap .esgBox .esgList .dataItem .classTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.84px;
  position: relative;
  padding-top: 35px;
}
.esgArea .wrap .esgBox .esgList .dataItem .classTitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .esgArea .wrap .esgBox .esgList .dataItem .classTitle {
    padding-top: 15px;
  }
}
.esgArea .wrap .esgBox .slick-dots {
  bottom: -70px;
}
@media (max-width: 768px) {
  .esgArea .wrap .esgBox .slick-dots {
    bottom: -30px;
  }
}

.aboutArea {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutArea .Img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 680px;
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1440px) {
  .aboutArea .Img {
    -ms-flex-negative: initial;
        flex-shrink: initial;
  }
}
@media (max-width: 960px) {
  .aboutArea .Img {
    margin: 0 auto 30px;
  }
}
.aboutArea .Txt {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 70px;
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
}
.aboutArea .Txt .btnBox {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .aboutArea .Txt {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt {
    width: 100%;
    max-width: 680px;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .btnBox {
    margin-top: 20px;
  }
}

.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%;
  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(0, 0, 0, 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(0, 0, 0, 0.1);
  padding: 30px 0;
}
.newsArea .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #333f48;
  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: #333f48;
  }
  .newsArea .newsItem:hover .plusArrow {
    border-color: #333f48;
    background-color: #333f48;
  }
  .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: #333f48;
  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(0, 0, 0, 0.1);
  right: 50px;
  top: 50%;
  margin-top: -25px;
}
.newsArea .plusArrow i {
  font-size: 12px;
  color: rgba(0, 0, 0, 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%;
  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: 20px;
}
.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: 16px;
}
.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: #f9f9f9;
  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%;
  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: #333f48;
  }
}
@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;
  }
}

.linkArea {
  padding: 0px 0;
  text-align: center;
  overflow: hidden;
}
.linkArea .wrap {
  max-width: 100%;
  padding: 0;
}

.linkList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .linkList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.linkList .Img {
  width: 100%;
  overflow: hidden;
}
.linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkList .Txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
}
.linkList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
.linkList .Txt .title a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}