@charset "UTF-8";
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .circleWrap::before, .aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .circleWrap, .aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .plus, .aboutArea .aboutBox .leftBox .featuresList .featureItem .item, .solutionsArea .functionBox .arrowBox .arrowPrev::before, .solutionsArea .functionBox .arrowBox .arrowNext::before, .solutionsArea .solutionsNavList .solutionsItem .item .icon, .productsArea .productsList .productsItem .maskBox::before, .productsArea .productsList .productsItem .maskBox::after, .productsArea .productsList .productsItem, .productsArea .arrowBox .arrowPrev::after, .productsArea .arrowBox .arrowNext::after, .bannerArea .scrollDown .text, .bannerArea .scrollDown .mouse, .bannerArea .scrollDown, .bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowPrev::after, .bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowNext::after, .bannerArea .bannerItem .item .upperLayer .functionBox .slickLine .line, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.WebSiteHome {
  background: #dadada;
  position: relative;
}

.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%;
  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: #000000;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  pointer-events: none;
  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: #888888;
  }
  .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 {
  position: relative;
  padding: 0;
}

.ctaArea {
  position: relative;
  z-index: 1;
}

.frameDecoTitle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 200px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke: 1px white;
}
@media (max-width: 1680px) {
  .frameDecoTitle {
    font-size: 160px;
    -webkit-text-stroke: 0.5px white;
  }
}
@media (max-width: 1440px) {
  .frameDecoTitle {
    font-size: 140px;
  }
}
@media (max-width: 1280px) {
  .frameDecoTitle {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  .frameDecoTitle {
    font-size: 80px;
  }
}

.bannerArea {
  position: relative;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.bannerArea .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.bannerArea .slick-track .slick-slide {
  height: auto !important;
}
.bannerArea .slick-track .slick-slide > div {
  height: 100%;
}
.bannerArea .bannerVideoPlayBtn {
  display: none;
  pointer-events: all;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}
.bannerArea .bannerVideoBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.bannerArea .bannerVideoBox iframe {
  width: 100%;
  height: 100%;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  margin: 0 !important;
}
.bannerArea .slick-dots {
  top: 41%;
  left: 50px;
}
@media (max-width: 1880px) {
  .bannerArea .slick-dots {
    left: 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots {
    display: none !important;
  }
}
.bannerArea .bannerItem {
  height: 100%;
  pointer-events: none;
  position: relative;
}
.bannerArea .bannerItem .item {
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item {
    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;
  }
}
.bannerArea .bannerItem .item > .Img {
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: bottom left;
          mask-position: bottom left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.bannerArea .bannerItem .item > .Img::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background: #000;
  opacity: 0.6;
  z-index: 1;
}
.bannerArea .bannerItem .item > .Img::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: clamp(250px, 80%, 1030px);
  height: auto;
  aspect-ratio: 1030/835;
  -webkit-mask-image: url("../images/deco/bannerDotsTexture.png");
          mask-image: url("../images/deco/bannerDotsTexture.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .bannerItem .item > .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .item > .Img {
    max-height: 940px;
    min-height: 750px;
    padding-bottom: 50%;
  }
  .bannerArea .bannerItem .item > .Img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item > .Img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    -webkit-mask-image: none;
            mask-image: none;
    position: absolute;
    inset: 0;
    padding: 0;
  }
}
.bannerArea .bannerItem .item .Txt {
  width: 100%;
  max-width: 1685px;
  position: absolute;
  color: #fff;
  padding: 0 50px;
  left: 50%;
  bottom: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .item .Txt {
    bottom: 120px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .Txt {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item .Txt {
    text-align: center;
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0 20px;
    padding-top: 120px;
  }
}
@media (max-width: 425px) {
  .bannerArea .bannerItem .item .Txt {
    padding-top: 100px;
  }
}
.bannerArea .bannerItem .item .Txt .title {
  width: 50%;
  min-width: 650px;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
  letter-spacing: 0;
  margin-bottom: 65px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .Txt .title {
    min-width: 0;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item .Txt .title {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .item .Txt .title {
    font-size: 42px;
    line-height: 44px;
  }
}
.bannerArea .bannerItem .item .Txt .subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 16px;
}
.bannerArea .bannerItem .item .Txt .subtitle::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #ffec00;
  border-radius: 99px;
  bottom: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .Txt .subtitle {
    max-width: 50%;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item .Txt .subtitle {
    max-width: 100%;
  }
  .bannerArea .bannerItem .item .Txt .subtitle::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.bannerArea .bannerItem .item .Txt .text {
  max-width: 475px;
  height: 90px;
  color: #bcbcbc;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .Txt .text {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item .Txt .text {
    max-width: 100%;
    height: 80px;
  }
}
.bannerArea .bannerItem .item .Txt.fullWidth .title {
  width: 100%;
  max-width: 100%;
}
.bannerArea .bannerItem .item .Txt .Img {
  display: none;
}
.bannerArea .bannerItem .item .Txt .btnBox {
  pointer-events: all;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item .Txt .btnBox .btn {
    margin-left: 0;
  }
}
.bannerArea .bannerItem .item .upperLayer {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-x: clip;
  overflow-y: visible;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .upperLayer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item .upperLayer {
    position: relative;
    height: auto;
    top: auto;
    bottom: 0;
  }
}
.bannerArea .bannerItem .item .upperLayer .rectangleBackground {
  pointer-events: none;
  width: 45%;
  max-width: 770px;
  height: 100%;
  -webkit-mask-image: url("../images/mask/bannerMask.svg");
          mask-image: url("../images/mask/bannerMask.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1360px) {
  .bannerArea .bannerItem .item .upperLayer .rectangleBackground {
    width: 50%;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-position: right bottom;
            mask-position: right bottom;
  }
}
.bannerArea .bannerItem .item .upperLayer .rectangleBackground img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item .upperLayer .rectangleBackground {
    width: 50%;
    min-width: 400px;
    height: 120%;
    -webkit-mask-image: url("../images/mask/bannerMobileMask.svg");
            mask-image: url("../images/mask/bannerMobileMask.svg");
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .item .upperLayer .rectangleBackground {
    width: calc(100% - 40px);
    min-width: 0;
  }
}
.bannerArea .bannerItem .item .upperLayer .rectangleBackground::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: clamp(150px, 80%, 370px);
  height: auto;
  aspect-ratio: 370/665;
  -webkit-mask-image: url("../images/deco/upperLayerTopDeco.png");
          mask-image: url("../images/deco/upperLayerTopDeco.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  top: 0;
  right: 0;
  z-index: 1;
}
.bannerArea .bannerItem .item .upperLayer .rectangleBackground::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: auto;
  aspect-ratio: 745/300;
  -webkit-mask-image: url("../images/deco/upperLayerBottomDeco.png");
          mask-image: url("../images/deco/upperLayerBottomDeco.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.bannerArea .bannerItem .item .upperLayer .product {
  pointer-events: none;
  width: 33.0729166667%;
  max-width: 635px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 2;
  margin: 4.5% 10.5% 0% auto;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .item .upperLayer .product {
    margin-top: 100px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .upperLayer .product {
    width: 40%;
    bottom: 30px;
    margin-right: 65px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item .upperLayer .product {
    width: clamp(310px, 50%, 400px);
    bottom: 0;
    margin: 0 auto;
    margin: 20px auto 50px;
  }
}
.bannerArea .bannerItem .item .upperLayer .product img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem .item .upperLayer .frameDecoTitle {
  position: absolute;
  bottom: 125px;
  left: 29.5%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .upperLayer .frameDecoTitle {
    display: none;
  }
}
.bannerArea .bannerItem .item .upperLayer .functionBox {
  pointer-events: all;
  position: absolute;
  bottom: 65px;
  right: 170px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1880px) {
  .bannerArea .bannerItem .item .upperLayer .functionBox {
    bottom: 50px;
    right: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .upperLayer .functionBox {
    bottom: 50px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .item .upperLayer .functionBox {
    bottom: 30px;
  }
}
.bannerArea .bannerItem .item .upperLayer .functionBox .countBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3%;
  margin: 0 5px;
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .item .upperLayer .functionBox .countBox {
    font-size: 24px;
  }
}
.bannerArea .bannerItem .item .upperLayer .functionBox .countBox .current {
  color: #000;
}
.bannerArea .bannerItem .item .upperLayer .functionBox .countBox .slash {
  width: 15px;
  height: 1px;
  display: inline-block;
  border-radius: 1px;
  background: #fff;
  -webkit-transform: rotate(-56deg);
          transform: rotate(-56deg);
}
.bannerArea .bannerItem .item .upperLayer .functionBox .slickLine {
  width: 108px;
  height: 1px;
  background: #fff;
  position: relative;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .upperLayer .functionBox .slickLine {
    display: none;
  }
}
.bannerArea .bannerItem .item .upperLayer .functionBox .slickLine .line {
  width: auto;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox {
    gap: 10px;
  }
}
.bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowPrev, .bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowNext {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 99px;
  display: inline-block;
  position: relative;
  background: #000;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowPrev, .bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowNext {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowPrev:hover::after, .bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowNext:hover::after {
    -webkit-animation: pulse 1.5s ease infinite;
            animation: pulse 1.5s ease infinite;
  }
}
.bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowPrev::before, .bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 14px;
  -webkit-mask-image: url("../images/slickArrow.svg");
          mask-image: url("../images/slickArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowPrev::after, .bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowNext::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #fff;
  opacity: 0.35;
  inset: 0;
  z-index: -1;
}
.bannerArea .bannerItem .item .upperLayer .functionBox .arrowBox .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.bannerArea .scrollDown {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover {
    color: #ffec00;
  }
  .bannerArea .scrollDown:hover .text {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .bannerArea .scrollDown:hover .mouse {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.bannerArea .scrollDown .mouse {
  width: 18px;
  height: 30px;
  border-radius: 9px;
  border: 2px solid #fff;
  position: relative;
  margin-bottom: 6px;
}
.bannerArea .scrollDown .mouse .wheel {
  width: 3px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bannerArea .scrollDown .arrow {
  width: 12px;
  height: 5px;
  -webkit-mask-image: url("../images/scrollDownArrow.svg");
          mask-image: url("../images/scrollDownArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.bannerArea .scrollDown .text {
  margin-top: 2px;
}

.productsArea {
  position: relative;
  background: #eeeeee;
  padding: 60px 0 67px;
}
.productsArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/680;
  -webkit-mask-image: url("../images/deco/productDotsTexture.png");
          mask-image: url("../images/deco/productDotsTexture.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #b9b9b9;
  bottom: 0;
  left: 0;
}
.productsArea::after {
  content: "";
  position: absolute;
  width: clamp(100px, 50vw, 237px);
  height: auto;
  aspect-ratio: 237/43;
  background: #eeeeee;
  -webkit-mask-image: url("../images/mask/bannerLeftBottomDeco.svg");
          mask-image: url("../images/mask/bannerLeftBottomDeco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  bottom: calc(100% - 2px);
  left: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .productsArea::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .productsArea {
    padding-top: 40px;
  }
}
.productsArea .titleBox {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.productsArea .titleBox .text {
  max-width: 500px;
}
.productsArea .productsBox {
  position: relative;
  padding: 20px 0 0;
}
@media (max-width: 1680px) {
  .productsArea .productsBox {
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .productsArea .productsBox {
    margin-bottom: 30px;
  }
}
.productsArea .arrowBox {
  pointer-events: none;
  width: calc(100% + 120px);
  position: absolute;
  z-index: 2;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1880px) {
  .productsArea .arrowBox {
    width: calc(100% + 50px);
  }
}
@media (max-width: 1180px) {
  .productsArea .arrowBox {
    width: calc(100% + 40px);
    bottom: 30%;
  }
}
.productsArea .arrowBox .arrowPrev, .productsArea .arrowBox .arrowNext {
  pointer-events: auto;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 99px;
  display: inline-block;
  position: relative;
  background: #000;
}
@media (max-width: 1180px) {
  .productsArea .arrowBox .arrowPrev, .productsArea .arrowBox .arrowNext {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1181px) {
  .productsArea .arrowBox .arrowPrev:hover::after, .productsArea .arrowBox .arrowNext:hover::after {
    -webkit-animation: pulse 1.5s ease infinite;
            animation: pulse 1.5s ease infinite;
  }
}
.productsArea .arrowBox .arrowPrev::before, .productsArea .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 14px;
  -webkit-mask-image: url("../images/slickArrow.svg");
          mask-image: url("../images/slickArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.productsArea .arrowBox .arrowPrev::after, .productsArea .arrowBox .arrowNext::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #fff;
  opacity: 0.35;
  inset: 0;
  z-index: -1;
}
.productsArea .arrowBox .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.productsArea .frameDecoTitle {
  white-space: nowrap;
  position: absolute;
  top: -67px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 1180px) {
  .productsArea .frameDecoTitle {
    top: 0;
  }
}
.productsArea .productsList {
  position: relative;
  z-index: 1;
  margin: 0 -12px !important;
}
@media (max-width: 680px) {
  .productsArea .productsList {
    margin: 0 !important;
  }
}
.productsArea .productsList .slick-slide .productsItem {
  margin-top: 90px;
}
@media (max-width: 1680px) {
  .productsArea .productsList .slick-slide .productsItem {
    margin-top: 60px;
  }
}
@media (max-width: 1180px) {
  .productsArea .productsList .slick-slide .productsItem {
    margin-top: 0;
  }
}
.productsArea .productsList .slick-slide.current .productsItem {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media (max-width: 1680px) {
  .productsArea .productsList .slick-slide.current .productsItem {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@media (max-width: 1180px) {
  .productsArea .productsList .slick-slide.current .productsItem {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.productsArea .productsList .productsItem {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0 12px;
}
@media (max-width: 680px) {
  .productsArea .productsList .productsItem {
    padding: 0 5px;
  }
}
.productsArea .productsList .productsItem .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.productsArea .productsList .productsItem .item .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 3;
}
@media (min-width: 1181px) {
  .productsArea .productsList .productsItem .item:hover .maskBox::after {
    opacity: 1;
  }
  .productsArea .productsList .productsItem .item:hover .maskBox::before {
    opacity: 1;
  }
}
.productsArea .productsList .productsItem .maskBox {
  width: 100%;
  height: auto;
  aspect-ratio: 512/318;
  -webkit-mask-image: url("../images/mask/productMask.svg");
          mask-image: url("../images/mask/productMask.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #dadada;
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.productsArea .productsList .productsItem .maskBox::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb01), to(#f5b34a));
  background: linear-gradient(to bottom, #ffeb01, #f5b34a);
  opacity: 0;
  z-index: 0;
}
@media (max-width: 1180px) {
  .productsArea .productsList .productsItem .maskBox::after {
    opacity: 1;
  }
}
.productsArea .productsList .productsItem .maskBox::before {
  content: "";
  position: absolute;
  width: clamp(150px, 40%, 210px);
  height: auto;
  aspect-ratio: 210/178;
  background: url("../images/decoLogo.svg") no-repeat center center/contain;
  bottom: 0;
  left: -20px;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1180px) {
  .productsArea .productsList .productsItem .maskBox::before {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .productsArea .productsList .productsItem .maskBox {
    bottom: 50px;
  }
}
.productsArea .productsList .productsItem .Img {
  width: 100%;
  max-width: 515px;
  height: calc(100% - 60px);
  position: relative;
  z-index: 2;
}
.productsArea .productsList .productsItem .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productsArea .productsList .productsItem .Txt {
  height: 17.1428571429%;
  max-width: 205px;
  position: absolute;
  bottom: 25px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  padding: 15px 0 0 42px;
}
@media (max-width: 1536px) {
  .productsArea .productsList .productsItem .Txt {
    padding: 10px 0 0 40px;
  }
}
@media (max-width: 768px) {
  .productsArea .productsList .productsItem .Txt {
    width: 100%;
    max-width: 100%;
    height: 52px;
    position: relative;
    bottom: 0;
    padding: 15px 0 0;
  }
}
.productsArea .productsList .productsItem .Txt::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 10px);
  -webkit-mask-image: url("../images/mask/productTextMask.svg");
          mask-image: url("../images/mask/productTextMask.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #eeeeee;
  top: -10px;
  left: 0;
  bottom: 0;
  right: -1px;
  z-index: -1;
}
@media (max-width: 768px) {
  .productsArea .productsList .productsItem .Txt::before {
    -webkit-mask-size: 100% 120%;
            mask-size: 100% 120%;
  }
}
@media (max-width: 768px) {
  .productsArea .productsList .productsItem .Txt::before {
    display: none;
  }
}
.productsArea .productsList .productsItem .Txt .title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
@media (max-width: 1180px) {
  .productsArea .productsList .productsItem .Txt .title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.productsArea .productsList .productsItem .Txt .title .arrow {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.productsArea .productsList .productsItem .Txt .title .arrow::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff url("../images/productArrow.svg") no-repeat center center/6px 10px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 1180px) {
  .productsArea .productsList .productsItem .Txt .title .arrow {
    height: 20px;
  }
}
.productsArea .slick-dots {
  bottom: 10px;
}
@media (max-width: 1180px) {
  .productsArea .slick-dots {
    bottom: -30px;
  }
}

.solutionsArea {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .solutionsArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .solutionsArea {
    padding: 40px 0;
  }
}
.solutionsArea::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/deco/solutionsBackgroundDeco.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}
.solutionsArea::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.75;
  z-index: -1;
}
.solutionsArea .frameDecoTitle {
  white-space: nowrap;
  font-size: 160px;
  line-height: 116px;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  right: 0;
  top: -5px;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .solutionsArea .frameDecoTitle {
    display: none;
  }
}
.solutionsArea .solutionsMainBox {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1440px) {
  .solutionsArea .solutionsMainBox {
    padding-bottom: 80px;
  }
}
@media (max-width: 1180px) {
  .solutionsArea .solutionsMainBox {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .solutionsArea .solutionsMainBox {
    padding-bottom: 30px;
  }
}
.solutionsArea .solutionsMainList {
  margin: 0 -15px !important;
}
.solutionsArea .solutionsMainList .solutionsItem {
  padding: 0 15px;
}
.solutionsArea .solutionsMainList .solutionsItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  position: relative;
}
@media (max-width: 1280px) {
  .solutionsArea .solutionsMainList .solutionsItem .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1180px) {
  .solutionsArea .solutionsMainList .solutionsItem .item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 768px) {
  .solutionsArea .solutionsMainList .solutionsItem .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;
  }
}
.solutionsArea .solutionsMainList .solutionsItem .Txt {
  width: 50%;
  max-width: 600px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .solutionsArea .solutionsMainList .solutionsItem .Txt {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .solutionsArea .solutionsMainList .solutionsItem .Txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
  }
  .solutionsArea .solutionsMainList .solutionsItem .Txt .btnBox {
    display: none;
  }
}
.solutionsArea .solutionsMainList .solutionsItem .Txt .titleBox .title, .solutionsArea .solutionsMainList .solutionsItem .Txt .titleBox .subtitle, .solutionsArea .solutionsMainList .solutionsItem .Txt .titleBox .text {
  color: #fff;
}
.solutionsArea .solutionsMainList .solutionsItem .Txt .titleBox .subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .solutionsArea .solutionsMainList .solutionsItem .Txt .titleBox {
    text-align: center;
    margin-bottom: 0;
  }
  .solutionsArea .solutionsMainList .solutionsItem .Txt .titleBox .subtitle::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.solutionsArea .solutionsMainList .solutionsItem .Img {
  width: 51.1041009464%;
  max-width: 810px;
  position: relative;
}
.solutionsArea .solutionsMainList .solutionsItem .Img .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .solutionsArea .solutionsMainList .solutionsItem .Img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.solutionsArea .solutionsMainList .solutionsItem .Img svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.solutionsArea .solutionsMainList .solutionsItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-mask-image: url("../images/mask/solutionsMask.svg");
          mask-image: url("../images/mask/solutionsMask.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 1180px) {
  .solutionsArea .solutionsMainList .solutionsItem .Img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.solutionsArea .solutionsNavList {
  width: 51.1041009464%;
  max-width: 810px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1360px) {
  .solutionsArea .solutionsNavList {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .solutionsArea .solutionsNavList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
}
.solutionsArea .solutionsNavList .solutionsItem {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.solutionsArea .solutionsNavList .solutionsItem.current .item .icon {
  background: #ffec00;
}
@media (max-width: 768px) {
  .solutionsArea .solutionsNavList .solutionsItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .solutionsArea .solutionsNavList .solutionsItem:nth-of-type(3n) .item::before {
    display: none;
  }
}
@media (max-width: 425px) {
  .solutionsArea .solutionsNavList .solutionsItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .solutionsArea .solutionsNavList .solutionsItem:nth-of-type(2n) .item::before {
    display: none;
  }
  .solutionsArea .solutionsNavList .solutionsItem:nth-of-type(3n) .item::before {
    display: block;
  }
}
.solutionsArea .solutionsNavList .solutionsItem:not(:last-of-type) .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 75px;
  background: #fff;
  opacity: 0.3;
  top: 0;
  right: -1px;
}
@media (max-width: 425px) {
  .solutionsArea .solutionsNavList .solutionsItem:not(:last-of-type) .item::before {
    height: 60px;
  }
}
.solutionsArea .solutionsNavList .solutionsItem .item {
  cursor: pointer;
  min-height: 76px;
  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;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1440px) {
  .solutionsArea .solutionsNavList .solutionsItem .item {
    padding: 0 10px;
  }
}
@media (max-width: 425px) {
  .solutionsArea .solutionsNavList .solutionsItem .item {
    min-height: 60px;
    padding: 0 8px;
  }
}
@media (min-width: 1181px) {
  .solutionsArea .solutionsNavList .solutionsItem .item:hover .icon {
    background: #ffec00;
  }
}
.solutionsArea .solutionsNavList .solutionsItem .item .icon {
  width: 45px;
  height: auto;
  aspect-ratio: 45/40;
  background: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .solutionsArea .solutionsNavList .solutionsItem .item .icon {
    width: 40px;
  }
}
@media (max-width: 425px) {
  .solutionsArea .solutionsNavList .solutionsItem .item .icon {
    width: 30px;
  }
}
.solutionsArea .solutionsNavList .solutionsItem .item .Txt .title {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
@media (max-width: 375px) {
  .solutionsArea .solutionsNavList .solutionsItem .item .Txt .title {
    font-size: 14px;
  }
}
.solutionsArea .functionBox {
  pointer-events: all;
  width: 150px;
  position: absolute;
  bottom: 87px;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1180px) {
  .solutionsArea .functionBox {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .solutionsArea .functionBox {
    margin: 20px auto 0;
  }
}
.solutionsArea .functionBox .countBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3%;
  margin: 0 auto;
}
.solutionsArea .functionBox .countBox .current {
  color: #ffec00;
}
.solutionsArea .functionBox .countBox .slash {
  width: 15px;
  height: 1px;
  display: inline-block;
  border-radius: 1px;
  background: #fff;
  -webkit-transform: rotate(-56deg);
          transform: rotate(-56deg);
}
.solutionsArea .functionBox .arrowBox {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.solutionsArea .functionBox .arrowBox .arrowPrev, .solutionsArea .functionBox .arrowBox .arrowNext {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 99px;
  display: inline-block;
  position: relative;
}
.solutionsArea .functionBox .arrowBox .arrowPrev::before, .solutionsArea .functionBox .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 14px;
  -webkit-mask-image: url("../images/slickArrow.svg");
          mask-image: url("../images/slickArrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1181px) {
  .solutionsArea .functionBox .arrowBox .arrowPrev:hover::before, .solutionsArea .functionBox .arrowBox .arrowNext:hover::before {
    background: #ffec00;
  }
}
.solutionsArea .functionBox .arrowBox .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

.aboutArea {
  position: relative;
  padding: 75px 0 100px;
}
.aboutArea::before {
  content: "";
  position: absolute;
  width: 615px;
  height: auto;
  aspect-ratio: 615/185;
  background: url("../images/deco/aboutDecoLines.png") no-repeat center center/contain;
  bottom: 0;
  left: 9.5%;
}
@media (max-width: 1024px) {
  .aboutArea::before {
    display: none;
  }
}
.aboutArea .arrowDeco {
  width: clamp(250px, 25%, 510px);
  height: auto;
  aspect-ratio: 510/345;
  display: block;
  background: url("../images/deco/gradientArrows.png") no-repeat center center/contain;
  position: absolute;
  top: 10px;
  right: 30px;
}
@media (max-width: 1024px) {
  .aboutArea .arrowDeco {
    display: none;
  }
}
.aboutArea::after {
  content: "";
  position: absolute;
  width: clamp(250px, 70%, 1290px);
  height: auto;
  aspect-ratio: 1290/515;
  -webkit-mask-image: url("../images/deco/aboutDotsTexture.png");
          mask-image: url("../images/deco/aboutDotsTexture.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #b9b9b9;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .aboutArea::after {
    display: none;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 50px 0 70px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 40px 0 50px;
  }
}
.aboutArea .logoBox img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .aboutArea .logoBox img {
    width: 200px;
    margin-bottom: 50px;
  }
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox {
    -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;
    margin-top: 30px;
  }
}
.aboutArea .aboutBox .leftBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 63%;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .leftBox {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .leftBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .leftBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .leftBox {
    padding: 0;
  }
}
.aboutArea .aboutBox .leftBox .Img:not(.background) {
  width: 69.1382765531%;
  max-width: 690px;
  pointer-events: none;
  position: absolute;
  top: 13%;
  right: -1%;
  z-index: 2;
}
.aboutArea .aboutBox .leftBox .Img:not(.background) img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .leftBox .Img:not(.background) {
    display: none;
  }
}
.aboutArea .aboutBox .leftBox .background {
  width: 73.1462925852%;
  max-width: 730px;
  position: absolute;
  top: 31%;
  left: -46px;
  z-index: -1;
  -webkit-mask-image: radial-gradient(circle at 50% -5%, #d9d9d9 35%, rgba(155, 155, 155, 0.4) 49%, rgba(140, 140, 140, 0.25) 64%, rgba(115, 115, 115, 0) 100%);
          mask-image: radial-gradient(circle at 50% -5%, #d9d9d9 35%, rgba(155, 155, 155, 0.4) 49%, rgba(140, 140, 140, 0.25) 64%, rgba(115, 115, 115, 0) 100%);
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .leftBox .background {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 480px;
    padding-right: 20px;
  }
}
.aboutArea .aboutBox .leftBox .background img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .leftBox .background {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    position: relative;
    top: 0;
    left: 0;
    clip-path: none;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .leftBox .background {
    width: 100%;
  }
}
.aboutArea .aboutBox .leftBox .featuresList {
  position: absolute;
  inset: 0;
}
.aboutArea .aboutBox .leftBox .featuresList::before {
  content: "";
  position: absolute;
  width: 42.0841683367%;
  max-width: 420px;
  height: auto;
  aspect-ratio: 420/445;
  background: url("../images/deco/featureDeco.svg") no-repeat center center/contain;
  top: 9%;
  left: 34.5%;
}
@media (max-width: 1536px) {
  .aboutArea .aboutBox .leftBox .featuresList::before {
    top: 9%;
    left: 35%;
  }
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .leftBox .featuresList::before {
    display: none;
  }
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem.active .trigger .decoRing::before, .aboutArea .aboutBox .leftBox .featuresList .featureItem.active .trigger .decoRing::after, .aboutArea .aboutBox .leftBox .featuresList .featureItem.active .trigger .decoRing .dashed, .aboutArea .aboutBox .leftBox .featuresList .featureItem.active .trigger .decoRing .innermost, .aboutArea .aboutBox .leftBox .featuresList .featureItem.active .trigger .decoRing .outer, .aboutArea .aboutBox .leftBox .featuresList .featureItem.active .trigger .decoRing .outermost {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .item {
  opacity: 0;
  position: relative;
  z-index: 3;
  -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));
  padding: 12px 40px 12px 40px;
}
@media (max-width: 1280px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem .item {
    padding: 12px 30px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem .item {
    padding: 10px 25px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem .item {
    padding: 8px 12px;
  }
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  border-radius: 5px;
  -webkit-transform: skewX(-23deg);
          transform: skewX(-23deg);
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem .item::before {
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .item .title {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem .item .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem .item .title {
    margin-left: 5px;
  }
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .item .text {
  color: #888888;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-left: -22px;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem .item .text {
    font-size: 14px;
    line-height: 22px;
    margin-left: -15px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem .item .text {
    margin-left: 0;
  }
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger {
  cursor: pointer;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger {
    display: none;
  }
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .plus {
  width: 15px;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  z-index: 5;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .plus::before, .aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .plus::after {
  content: "";
  position: absolute;
  background: #515151;
  border-radius: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .plus::before {
  width: 15px;
  height: 1.5px;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .plus::after {
  width: 1.5px;
  height: 15px;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .circleWrap {
  width: 58.3333333333%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 99px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7142857143);
          transform: translate(-50%, -50%) scale(0.7142857143);
  z-index: 4;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .circleWrap::before {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #9f9f9f;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing {
  position: absolute;
  inset: 0;
  border-radius: 99px;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .innermost {
  width: 70%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: inherit;
  background: #d9d9d9;
  opacity: 0.5;
  position: absolute;
  z-index: 2;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .dashed {
  width: 86.6666666667%;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/deco/dashed.svg") no-repeat center center/contain;
  z-index: 2;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .outer {
  width: 103.3333333333%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: inherit;
  border: 1px solid #d9d9d9;
  z-index: 2;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .outermost {
  width: 175%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: inherit;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  z-index: 0;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing::before {
  -webkit-animation: centeringRipples 3s ease-in-out infinite;
          animation: centeringRipples 3s ease-in-out infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing::after {
  -webkit-animation: centeringRipples 3s ease-in-out infinite;
          animation: centeringRipples 3s ease-in-out infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .dashed {
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .innermost {
  -webkit-animation: ripples 3s ease-in-out infinite;
          animation: ripples 3s ease-in-out infinite;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .outer {
  -webkit-animation: ripples 3s ease-in-out infinite;
          animation: ripples 3s ease-in-out infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .outermost {
  -webkit-animation: ripples 3s ease-in-out infinite;
          animation: ripples 3s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing::before, .aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing::after, .aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .dashed, .aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .innermost, .aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .outer, .aboutArea .aboutBox .leftBox .featuresList .featureItem .trigger .decoRing .outermost {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem.active .item {
  opacity: 1;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem.active .trigger .circleWrap {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem.active .trigger .circleWrap::before {
  opacity: 0;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem.active .trigger .plus {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem1 {
  top: 5%;
  right: 29%;
}
@media (max-width: 1536px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem1 {
    top: 2%;
  }
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem1 .trigger {
  bottom: -30px;
  right: -11px;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem2 {
  top: 24.75%;
  right: 49%;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem2 .trigger {
  top: -30px;
  right: -42.5px;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem3 {
  top: 45.75%;
  right: 61%;
}
@media (max-width: 1680px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem3 {
    right: 50%;
  }
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem3 .trigger {
  top: -30px;
  right: -42.5px;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem3 .trigger .decoRing .dashed {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem3 .trigger .decoRing .outer {
  border-color: #fff;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem3 .trigger .decoRing .outermost {
  border-color: #9f9f9f;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem4 {
  top: 66.5%;
  right: 38%;
}
@media (max-width: 1360px) {
  .aboutArea .aboutBox .leftBox .featuresList .featureItem4 {
    top: 70%;
  }
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem4 .trigger {
  top: -30px;
  right: -42.5px;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem4 .trigger .circleWrap {
  background: rgba(255, 255, 255, 0.4);
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem4 .trigger .circleWrap::before {
  background-color: #fff;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem4 .decoRing .innermost {
  opacity: 0;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem4.active .trigger .circleWrap {
  background: #fff;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem4.active .trigger .circleWrap::before {
  background-color: #9f9f9f;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem4.active .decoRing .innermost {
  opacity: 0.5;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem2 .trigger .decoRing::before, .aboutArea .aboutBox .leftBox .featuresList .featureItem4 .trigger .decoRing::before {
  content: "";
  position: absolute;
  width: 330.8333333333%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid #fff;
  opacity: 0.5;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem2 .trigger .decoRing::after, .aboutArea .aboutBox .leftBox .featuresList .featureItem4 .trigger .decoRing::after {
  content: "";
  position: absolute;
  width: 408.3333333333%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid #fff;
  opacity: 0.5;
}
.aboutArea .aboutBox .leftBox .featuresList .featureItem2 .trigger .decoRing::before, .aboutArea .aboutBox .leftBox .featuresList .featureItem2 .trigger .decoRing::after, .aboutArea .aboutBox .leftBox .featuresList .featureItem4 .trigger .decoRing::before, .aboutArea .aboutBox .leftBox .featuresList .featureItem4 .trigger .decoRing::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .leftBox .featuresList {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: -20px;
  }
  .aboutArea .aboutBox .leftBox .featuresList .featureItem {
    width: 100%;
    position: relative;
    top: auto !important;
    right: auto !important;
  }
}
.aboutArea .aboutBox .leftBox .btnBox {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  display: none;
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .leftBox .btnBox {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.aboutArea .aboutBox .Txt {
  position: relative;
  padding-top: 155px;
}
@media (max-width: 1536px) {
  .aboutArea .aboutBox .Txt {
    padding-top: 5%;
  }
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .Txt {
    width: 100%;
    padding: 0;
  }
}
.aboutArea .aboutBox .Txt .infoBox .text {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
.aboutArea .aboutBox .Txt .infoBox .year {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 280px;
  font-weight: 700;
  line-height: 250px;
  letter-spacing: -5px;
  overflow: hidden;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: 10px;
  margin-bottom: 5px;
}
@media (max-width: 1880px) {
  .aboutArea .aboutBox .Txt .infoBox .year {
    height: 200px;
    font-size: 200px;
    line-height: 180px;
  }
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .Txt .infoBox .year {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt .infoBox .year {
    height: 180px;
    font-size: 180px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .Txt .infoBox .year {
    height: 170px;
    font-size: 170px;
  }
}
@media (max-width: 375px) {
  .aboutArea .aboutBox .Txt .infoBox .year {
    height: 140px;
    font-size: 140px;
  }
}
.aboutArea .aboutBox .Txt .infoBox .year .digit:first-child, .aboutArea .aboutBox .Txt .infoBox .year .digit:nth-child(2) {
  color: #3c3c3c;
}
.aboutArea .aboutBox .Txt .infoBox .year .digit:nth-child(3), .aboutArea .aboutBox .Txt .infoBox .year .digit:last-child {
  color: #ffec00;
}
.aboutArea .aboutBox .Txt .infoBox .year .digit:last-child {
  margin-left: -35px;
}
@media (max-width: 1880px) {
  .aboutArea .aboutBox .Txt .infoBox .year .digit:last-child {
    margin-left: -25px;
  }
}
@media (max-width: 375px) {
  .aboutArea .aboutBox .Txt .infoBox .year .digit:last-child {
    margin-left: -20px;
  }
}
.aboutArea .aboutBox .Txt .infoBox .year .odometer-digit {
  text-align: center;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-left: -10px;
}
@media (max-width: 1880px) {
  .aboutArea .aboutBox .Txt .infoBox .year .odometer-digit {
    margin-left: -7px;
  }
}
.aboutArea .aboutBox .Txt .infoBox .year .odometer-digit .odometer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aboutArea .aboutBox .Txt .infoBox .year .odometer-digit .odometer-container .odometer-number {
  display: block;
  height: 250px;
  line-height: 250px;
}
@media (max-width: 1880px) {
  .aboutArea .aboutBox .Txt .infoBox .year .odometer-digit .odometer-container .odometer-number {
    height: 180px;
    line-height: 180px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt .infoBox .year .odometer-digit .odometer-container .odometer-number {
    height: 180px;
    line-height: 180px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .Txt .infoBox .year .odometer-digit .odometer-container .odometer-number {
    height: 170px;
    line-height: 170px;
  }
}
@media (max-width: 375px) {
  .aboutArea .aboutBox .Txt .infoBox .year .odometer-digit .odometer-container .odometer-number {
    height: 140px;
    line-height: 140px;
  }
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .Txt .infoBox {
    text-align: center;
  }
  .aboutArea .aboutBox .Txt .infoBox .year {
    margin: 0;
  }
}
.aboutArea .aboutBox .Txt .titleBox {
  max-width: 540px;
  height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
}
.aboutArea .aboutBox .Txt .titleBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.4);
}
.aboutArea .aboutBox .Txt .titleBox::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
}
.aboutArea .aboutBox .Txt .titleBox::-webkit-scrollbar-thumb {
  background: #fff;
}
.aboutArea .aboutBox .Txt .titleBox::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  max-height: 195px;
  background: #fff;
  border-radius: 99px;
  right: -50px;
  bottom: 0;
  opacity: 0.4;
}
@media (max-width: 1536px) {
  .aboutArea .aboutBox .Txt .titleBox::before {
    right: -10px;
  }
}
@media (max-width: 1280px) {
  .aboutArea .aboutBox .Txt .titleBox::before {
    display: none;
  }
}
.aboutArea .aboutBox .Txt .titleBox::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 35px;
  border-radius: 99px;
  background: #fff;
  right: -50px;
  bottom: 160px;
  z-index: 2;
  visibility: visible;
}
@media (max-width: 1536px) {
  .aboutArea .aboutBox .Txt .titleBox::after {
    right: -10px;
  }
}
@media (max-width: 1280px) {
  .aboutArea .aboutBox .Txt .titleBox::after {
    display: none;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt .titleBox {
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .Txt .titleBox {
    max-width: 100%;
    text-align: center;
  }
  .aboutArea .aboutBox .Txt .titleBox .subtitle::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.aboutArea .aboutBox .Txt .titleBox p {
  color: #000000;
  padding-top: 10px;
  margin-bottom: 15px;
}
.aboutArea .aboutBox .Txt .titleBox .subtitle {
  color: #333333;
  padding: 15px 0;
  margin-bottom: 10px;
}
.aboutArea .aboutBox .Txt .titleBox .subtitle::before {
  background: #fff;
}
.aboutArea .aboutBox .Txt .btnBox {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .Txt .btnBox {
    display: none;
  }
}