@charset "UTF-8";
.linkArea .linkList .item svg, .linkArea .linkList .item .strokeBox i, .linkArea .linkList .item, .newsArea .rightBox .newsList .item .arrow, .newsArea .rightBox .newsList .item .Txt .title, .aboutArea .aboutBox .aboutList .item .strokeBox i, .capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .btnBox .arrowBox, .capabilitiesArea .rightBox .capabilitiesNavList .item .Txt .title, .capabilitiesArea .rightBox .capabilitiesNavList .item, .capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesItem, .solutionArea .solutionList .item .animeTitle, .solutionArea .solutionList .item .Txt ul li, .solutionArea .solutionList .item .Txt ul, .solutionArea .solutionList .item .Txt .title, .solutionArea .solutionList .item, .bannerArea .scrollDown span, .bannerArea .leftDecoBox .dotsOuterBox .dotsBox .slick-dots li, .bannerArea .productRelatedBox .item .emptyImg, .bannerArea .productRelatedBox .item .Img, .bannerArea .productRelatedBox .item, .bannerArea .item .bannerVideoBox.hide .mbYTP_wrapper, .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: #0e66a7;
  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::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::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #0e66a7;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.bannerArea.isVideoLoading::before {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .bannerArea .item .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 940px) {
  .bannerArea .item .Img {
    min-height: 690px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .bannerArea .item .Img {
    min-height: unset;
    padding-bottom: 100%;
  }
}
@media (max-width: 480px) {
  .bannerArea .item .Img {
    padding-bottom: 125%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .item .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
.bannerArea .item .Txt {
  max-width: 1700px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 100px 40px;
}
@media (max-width: 1540px) {
  .bannerArea .item .Txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 200px 50px 0;
  }
}
@media (max-width: 1300px) {
  .bannerArea .item .Txt {
    padding-top: 150px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .item .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    padding: 100px 30px 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .item .Txt {
    padding: 100px 20px 40px;
  }
}
@media (max-width: 640px) {
  .bannerArea .item .Txt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bannerArea .item .Txt:not(:has(.productRelatedBox)) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bannerArea .item .Txt .title {
  opacity: 0;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 75px;
  font-weight: 700;
  line-height: calc(75 / 75 * 1.5);
  letter-spacing: calc(75 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  line-height: 1;
}
@media (max-width: 1700px) {
  .bannerArea .item .Txt .title {
    font-size: 54px;
  }
}
@media (max-width: 640px) {
  .bannerArea .item .Txt .title {
    font-size: 36px;
  }
}
.bannerArea .item .Txt .title em {
  display: inline-block;
  font-style: normal;
  position: relative;
}
.bannerArea .item .Txt .title em::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 15px;
  height: 15px;
  background: #e27531;
  border-radius: 50%;
  right: -25px;
  bottom: 10px;
}
.bannerArea .item .Txt .title em:not(:last-child)::before {
  display: none;
}
.bannerArea .item .Txt .text {
  opacity: 0;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  line-height: calc(25 / 25 * 1.5);
  letter-spacing: calc(25 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1700px) {
  .bannerArea .item .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .bannerArea .item .Txt .text {
    font-size: 15px;
  }
}
.bannerArea .item .Txt .text:last-child {
  margin: 0;
}
.bannerArea .item .Txt .bottomBox {
  opacity: 0;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1700px) {
  .bannerArea .item .Txt .bottomBox {
    margin-top: 30px;
  }
}
.bannerArea .item .Txt .bottomBox .videoBtn {
  display: block;
  width: 80px;
  height: 80px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  position: relative;
  margin-left: 30px;
}
@media (min-width: 1181px) {
  .bannerArea .item .Txt .bottomBox .videoBtn:hover {
    background: #e27531;
    border-color: #e27531;
  }
}
.bannerArea .item .Txt .bottomBox .videoBtn svg {
  width: 98px;
  height: 98px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
}
.bannerArea .item .Txt .bottomBox .videoBtn svg circle {
  stroke: #ffffff;
  stroke-width: 1px;
  stroke-dasharray: 2.5;
  fill: none;
  -webkit-animation: dashMove 1s linear infinite;
          animation: dashMove 1s linear infinite;
}
.bannerArea .item .Txt .bottomBox .videoBtn i {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 52.5%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bannerArea .item .bannerVideoBox {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.bannerArea .item .bannerVideoBox.playing {
  pointer-events: auto;
}
.bannerArea .item .bannerVideoBox.hide .mbYTP_wrapper {
  opacity: 0 !important;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.6s ease-out forwards;
          animation: slideUpAnimation 0.6s ease-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.6s 0.3s ease-out forwards;
          animation: slideUpAnimation 0.6s 0.3s ease-out forwards;
}
.bannerArea .slick-current .Txt .bottomBox {
  -webkit-animation: slideUpAnimation 0.6s 0.6s ease-out forwards;
          animation: slideUpAnimation 0.6s 0.6s ease-out forwards;
}
.bannerArea .slick-current .Txt .productRelatedBox {
  -webkit-animation: slideUpAnimation 0.6s 0.9s ease-out forwards;
          animation: slideUpAnimation 0.6s 0.9s ease-out forwards;
}
.bannerArea .productRelatedBox {
  width: 100%;
  max-width: 800px;
  opacity: 0;
  margin-top: 50px;
}
@media (max-width: 1700px) {
  .bannerArea .productRelatedBox {
    margin-top: 30px;
  }
}
@media (max-width: 1540px) {
  .bannerArea .productRelatedBox {
    margin: 0;
  }
}
@media (max-width: 1460px) {
  .bannerArea .productRelatedBox {
    max-width: 550px;
  }
}
@media (max-width: 1240px) {
  .bannerArea .productRelatedBox {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .bannerArea .productRelatedBox {
    display: none;
  }
}
@media (max-width: 640px) {
  .bannerArea .productRelatedBox {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 480px) {
  .bannerArea .productRelatedBox {
    max-width: 200px;
  }
}
.bannerArea .productRelatedBox .productList .slick-list {
  margin: 0 -15px;
}
.bannerArea .productRelatedBox .productList .slick-slide {
  padding: 20px 15px;
}
.bannerArea .productRelatedBox .item {
  width: 100%;
  max-width: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#feffff));
  background: linear-gradient(to bottom, #bbbbbb 0%, #feffff 100%);
  border-radius: 40px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .bannerArea .productRelatedBox .item:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .bannerArea .productRelatedBox .item:hover .Img,
  .bannerArea .productRelatedBox .item:hover .emptyImg {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .bannerArea .productRelatedBox .item:hover .Txt .title {
    color: #e27531;
  }
  .bannerArea .productRelatedBox .item:hover .circle::before, .bannerArea .productRelatedBox .item:hover .circle::after {
    background: #0e66a7;
  }
  .bannerArea .productRelatedBox .item:hover .circle svg circle {
    -webkit-animation: circleDash 2s linear infinite;
            animation: circleDash 2s linear infinite;
  }
}
.bannerArea .productRelatedBox .item .Img {
  width: 100%;
  max-width: 180px;
  min-height: unset;
  margin: 0 auto;
  padding: 0;
}
.bannerArea .productRelatedBox .item .Img img {
  position: static;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .productRelatedBox .item .emptyImg {
  width: 100%;
  aspect-ratio: 1;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.bannerArea .productRelatedBox .item .emptyImg img {
  width: 100%;
  max-width: 150px;
}
.bannerArea .productRelatedBox .item .Txt {
  display: block;
  max-width: 150px;
  position: static;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.bannerArea .productRelatedBox .item .Txt .title {
  height: 54px;
  position: static;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  margin: 0;
  color: #0e66a7;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(18 / 18 * 1.5);
  letter-spacing: calc(18 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bannerArea .productRelatedBox .item .Txt .title::before {
  display: none;
}
.bannerArea .productRelatedBox .item .Txt .title a::before {
  content: "";
  position: absolute;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bannerArea .productRelatedBox .item .circle {
  width: 38px;
  height: 38px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  pointer-events: none;
}
.bannerArea .productRelatedBox .item .circle::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 2px;
  height: 14px;
  background: #424242;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
}
.bannerArea .productRelatedBox .item .circle::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 14px;
  height: 2px;
  background: #424242;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
}
.bannerArea .productRelatedBox .item .circle svg {
  width: 44px;
  height: 44px;
  position: absolute;
  top: -3px;
  left: -3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bannerArea .productRelatedBox .item .circle svg circle {
  stroke: #0e66a7;
  stroke-width: 2px;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
  fill: none;
}
.bannerArea .leftDecoBox {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1540px) {
  .bannerArea .leftDecoBox {
    left: 50px;
    top: unset;
    bottom: 50px;
    -webkit-transform: translate(0);
            transform: translate(0);
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .leftDecoBox {
    left: unset;
    right: 50px;
  }
}
.bannerArea .leftDecoBox .carouselArrowBox {
  height: 390px;
  -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;
}
@media (max-width: 1540px) {
  .bannerArea .leftDecoBox .carouselArrowBox {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bannerArea .leftDecoBox .carouselArrowBox .arrowPrev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1540px) {
  .bannerArea .leftDecoBox .carouselArrowBox .arrowPrev {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.bannerArea .leftDecoBox .carouselArrowBox .arrowNext {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1540px) {
  .bannerArea .leftDecoBox .carouselArrowBox .arrowNext {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.bannerArea .leftDecoBox .dotsOuterBox {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 1540px) {
  .bannerArea .leftDecoBox .dotsOuterBox {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 768px) {
  .bannerArea .leftDecoBox .dotsOuterBox {
    display: none;
  }
}
.bannerArea .leftDecoBox .dotsOuterBox span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 100 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.bannerArea .leftDecoBox .dotsOuterBox span.total {
  opacity: 0.5;
}
.bannerArea .leftDecoBox .dotsOuterBox .dotsBox .slick-dots {
  width: 2px;
  height: 170px;
  background: #ffffff;
  position: static;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1540px) {
  .bannerArea .leftDecoBox .dotsOuterBox .dotsBox .slick-dots {
    width: 120px;
    height: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bannerArea .leftDecoBox .dotsOuterBox .dotsBox .slick-dots li {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.bannerArea .leftDecoBox .dotsOuterBox .dotsBox .slick-dots li::before {
  content: "";
  position: absolute;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 20px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1540px) {
  .bannerArea .leftDecoBox .dotsOuterBox .dotsBox .slick-dots li {
    width: auto;
    height: 100%;
  }
}
.bannerArea .leftDecoBox .dotsOuterBox .dotsBox .slick-dots li.slick-active {
  background: #e27531;
}
.bannerArea .leftDecoBox .dotsOuterBox .dotsBox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .leftDecoBox .dotsOuterBox .dotsBox .slick-dots li button::before {
  display: none;
}
.bannerArea .scrollDown {
  position: absolute;
  bottom: 80px;
  right: 50px;
  z-index: 2;
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover span {
    color: #e27531;
  }
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown span {
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14 * 1.5);
  letter-spacing: calc(14 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.bannerArea .scrollDown .svgBox {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  right: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.bannerArea .scrollDown svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.bannerArea .scrollDown svg:nth-of-type(1) {
  width: 110px;
  height: 130px;
}
.bannerArea .scrollDown svg:nth-of-type(1) ellipse {
  stroke-dasharray: 5;
  -webkit-animation: dashMove 0.25s linear infinite;
          animation: dashMove 0.25s linear infinite;
}
.bannerArea .scrollDown svg:nth-of-type(2) {
  width: 80px;
  height: 100px;
  opacity: 0.5;
}
.bannerArea .scrollDown svg:nth-of-type(3) {
  width: 60px;
  height: 80px;
}
.bannerArea .scrollDown .ball {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  offset-path: path("M93.42 93.42 A40.19 63.46 45 1 1 36.58 36.58 A40.19 63.46 45 1 1 93.42 93.42");
  position: absolute;
  top: 0;
  left: 0;
  offset-anchor: 50% 50%;
  offset-rotate: 0deg;
  -webkit-animation: moveBall 5s linear infinite;
          animation: moveBall 5s linear infinite;
}

.solutionArea {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .solutionArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .solutionArea {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .solutionArea {
    padding: 40px 0;
  }
}
.solutionArea .topBox {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .solutionArea .topBox {
    margin-bottom: 40px;
  }
}
.solutionArea .topBox .titleBox .title {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.solutionArea .topBox .titleBox .text {
  margin-top: 20px;
}
.solutionArea .solutionList .slick-list {
  margin: 0 -35px;
}
@media (max-width: 1180px) {
  .solutionArea .solutionList .slick-list {
    margin: 0 -15px;
  }
}
.solutionArea .solutionList .slick-slide {
  padding: 70px 35px 60px;
}
@media (max-width: 1180px) {
  .solutionArea .solutionList .slick-slide {
    padding: 0 15px 60px;
  }
}
.solutionArea .solutionList .item {
  width: 100%;
  max-width: 450px;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
.solutionArea .solutionList .item::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 40px;
  height: 25px;
  background: url("../images/arrowSlide.png") no-repeat center;
  background-size: contain;
  left: 50%;
  top: 100%;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1181px) {
  .solutionArea .solutionList .item:hover::before {
    -webkit-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
  }
  .solutionArea .solutionList .item:hover .Img::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .solutionArea .solutionList .item:hover .Txt .title {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .solutionArea .solutionList .item:hover .Txt ul {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .solutionArea .solutionList .item:hover .animeTitle {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}
.solutionArea .solutionList .item.current {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
@media (max-width: 1180px) {
  .solutionArea .solutionList .item.current {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .solutionArea .solutionList .item.current::before {
    -webkit-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
  }
  .solutionArea .solutionList .item.current .Img::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .solutionArea .solutionList .item.current .Txt .title {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .solutionArea .solutionList .item.current .Txt ul {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .solutionArea .solutionList .item.current .animeTitle {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .solutionArea .solutionList .item.current::before {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  .solutionArea .solutionList .item.current .Txt .title {
    display: none;
  }
  .solutionArea .solutionList .item.current .Txt ul {
    margin: 0;
  }
  .solutionArea .solutionList .item.current .animeTitle {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.solutionArea .solutionList .item .Img {
  width: 100%;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.solutionArea .solutionList .item .Img::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(14, 102, 167, 0.4);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.solutionArea .solutionList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.solutionArea .solutionList .item .Txt {
  padding: 60px 40px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .solutionArea .solutionList .item .Txt {
    padding: 30px 20px;
  }
}
.solutionArea .solutionList .item .Txt .title {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(24 / 24 * 1.5);
  letter-spacing: calc(24 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.solutionArea .solutionList .item .Txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  margin-top: 30px;
}
@media (max-width: 480px) {
  .solutionArea .solutionList .item .Txt ul {
    margin-top: 20px;
  }
}
.solutionArea .solutionList .item .Txt ul li {
  height: 45px;
  border: solid 1px #ffffff;
  border-radius: 99px;
  position: relative;
  padding: 0 20px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (min-width: 1181px) {
  .solutionArea .solutionList .item .Txt ul li:hover {
    border-color: #e27531;
    background: #e27531;
  }
}
.solutionArea .solutionList .item .Txt ul li .innerTitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16 * 1.5);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
}
.solutionArea .solutionList .item .Txt ul li .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.solutionArea .solutionList .item .animeTitle {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  pointer-events: none;
  color: #0e66a7;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(24 / 24 * 1.5);
  letter-spacing: calc(24 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.solutionArea .bottomBox {
  margin-top: 40px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.solutionArea .bottomBox .carouselArrowBox {
  width: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
}
@media (max-width: 480px) {
  .solutionArea .bottomBox .carouselArrowBox {
    width: 300px;
  }
}
.solutionArea .bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.solutionArea .bg::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle at center, #bdd8ee 0%, transparent 100%);
  border-radius: 50%;
  right: -300px;
  top: -500px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
@media (max-width: 480px) {
  .solutionArea .bg::before {
    display: none;
  }
}

.capabilitiesArea {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
@media (max-width: 1536px) {
  .capabilitiesArea {
    padding: 120px 0;
  }
}
@media (max-width: 1180px) {
  .capabilitiesArea {
    padding: 80px 0 300px;
  }
}
@media (max-width: 768px) {
  .capabilitiesArea {
    padding: 60px 0 300px;
  }
}
@media (max-width: 480px) {
  .capabilitiesArea {
    padding: 40px 0 180px;
  }
}
.capabilitiesArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 50px;
}
@media (max-width: 1536px) {
  .capabilitiesArea .wrap {
    -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;
    gap: 30px;
  }
}
@media (max-width: 1180px) {
  .capabilitiesArea .wrap {
    gap: 0;
  }
}
.capabilitiesArea .leftBox {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 3;
  padding-top: 135px;
}
@media (max-width: 1536px) {
  .capabilitiesArea .leftBox {
    max-width: 900px;
    text-align: center;
    padding: 0;
  }
}
.capabilitiesArea .leftBox .titleBox .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.capabilitiesArea .leftBox .titleBox .title::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 50px;
  height: 2px;
  background: #0e66a7;
  left: 0;
  bottom: 0;
}
@media (max-width: 1536px) {
  .capabilitiesArea .leftBox .titleBox .title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.capabilitiesArea .leftBox .btnBox {
  margin-top: 60px;
}
@media (max-width: 1536px) {
  .capabilitiesArea .leftBox .btnBox {
    margin-top: 20px;
  }
}
@media (max-width: 1536px) {
  .capabilitiesArea .leftBox .btnBox .btn {
    margin: 0 auto;
  }
}
.capabilitiesArea .rightBox {
  width: 100%;
  max-width: 900px;
  position: relative;
}
@media (max-width: 1180px) {
  .capabilitiesArea .rightBox {
    margin-top: -80px;
  }
}
@media (max-width: 480px) {
  .capabilitiesArea .rightBox {
    margin-top: -120px;
  }
}
.capabilitiesArea .rightBox .capabilitiesBox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 1;
}
@media (max-width: 1180px) {
  .capabilitiesArea .rightBox .capabilitiesBox {
    max-width: 700px;
    padding-top: 700px;
  }
}
@media (max-width: 480px) {
  .capabilitiesArea .rightBox .capabilitiesBox {
    padding-top: 540px;
  }
}
.capabilitiesArea .rightBox .capabilitiesImgList {
  width: 420px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 480px) {
  .capabilitiesArea .rightBox .capabilitiesImgList {
    width: 300px;
  }
}
.capabilitiesArea .rightBox .capabilitiesImgList::before, .capabilitiesArea .rightBox .capabilitiesImgList::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
}
.capabilitiesArea .rightBox .capabilitiesImgList::before {
  background: conic-gradient(from 0deg, rgba(92, 183, 251, 0) 0deg, rgb(177, 218, 250) 0.6deg, rgba(92, 183, 251, 0.35) 18deg, rgba(92, 183, 251, 0) 55deg), radial-gradient(circle at center, rgba(92, 183, 251, 0.12) 0%, rgba(92, 183, 251, 0) 70%);
  -webkit-animation: capabilitiesRadarSweep 3.2s linear infinite;
          animation: capabilitiesRadarSweep 3.2s linear infinite;
  mix-blend-mode: screen;
  -webkit-filter: drop-shadow(0 0 8px rgba(92, 183, 251, 0.85));
          filter: drop-shadow(0 0 8px rgba(92, 183, 251, 0.85));
  opacity: 0.95;
}
.capabilitiesArea .rightBox .capabilitiesImgList::after {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0) 60%, rgba(92, 183, 251, 0.28) 100%);
  opacity: 0.6;
}
.capabilitiesArea .rightBox .capabilitiesImgList .item {
  width: 100%;
}
.capabilitiesArea .rightBox .capabilitiesImgList .item .Img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.capabilitiesArea .rightBox .capabilitiesImgList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.capabilitiesArea .rightBox .capabilitiesNavList {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesItem {
  --x: 0px;
  --y: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translate(var(--x), var(--y));
          transform: translate(-50%, -50%) translate(var(--x), var(--y));
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 1180px) {
  .capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesItem {
    display: none;
  }
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesItem.current .item {
  background: #ffffff !important;
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesItem.current .item::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesItem.current .item .Txt .title {
  color: #0e66a7;
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesItem:nth-of-type(even) .item {
  background: #5cb7fb;
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesItem:nth-of-type(even) .item::before {
  background: #5cb7fb;
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesItem:nth-of-type(3) .item {
  background: #ffc698;
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesItem:nth-of-type(3) .item::before {
  background: #ffc698;
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesFollowDot {
  position: absolute;
  left: 50%;
  top: 50%;
  --capFollowAngle: 0deg;
  --capFollowSize: 0px;
  --capFollowStroke: 4px;
  width: var(--capFollowSize);
  height: var(--capFollowSize);
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(var(--capFollowAngle));
          transform: translate3d(-50%, -50%, 0) rotate(var(--capFollowAngle));
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 4;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 6px rgba(255, 138, 0, 0.35));
          filter: drop-shadow(0 0 6px rgba(255, 138, 0, 0.35));
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesFollowDot::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  background: conic-gradient(from 45deg, rgba(255, 138, 0, 0) 0deg, rgb(255, 138, 0) 18deg, rgba(255, 138, 0, 0.55) 55deg, rgba(255, 138, 0, 0) 110deg, rgba(255, 138, 0, 0) 360deg), conic-gradient(from 0deg, rgba(137, 200, 248, 0.55) 0deg, rgba(137, 200, 248, 0.55) 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--capFollowStroke) - 1px), rgba(0, 0, 0, 0.85) calc(100% - var(--capFollowStroke)), #000 calc(100% - 1px), transparent 100%);
  mask: radial-gradient(farthest-side, transparent calc(100% - var(--capFollowStroke) - 1px), rgba(0, 0, 0, 0.85) calc(100% - var(--capFollowStroke)), #000 calc(100% - 1px), transparent 100%);
  opacity: 0.95;
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesFollowDot .capabilitiesFollowDotMark {
  position: absolute;
  left: calc(100% - 2px);
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  display: block;
  z-index: 10;
}
@media (max-width: 1180px) {
  .capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesFollowDot .capabilitiesFollowDotMark {
    display: none;
  }
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesFollowDot .capabilitiesFollowDotMark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  --capFollowDotStroke: 2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  background: repeating-conic-gradient(from 0deg, rgba(255, 138, 0, 0.95) 0deg 14deg, rgba(255, 138, 0, 0) 14deg 24deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--capFollowDotStroke)), #000 calc(100% - var(--capFollowDotStroke)));
  mask: radial-gradient(farthest-side, transparent calc(100% - var(--capFollowDotStroke)), #000 calc(100% - var(--capFollowDotStroke)));
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 138, 0, 0.35));
          filter: drop-shadow(0 0 4px rgba(255, 138, 0, 0.35));
}
.capabilitiesArea .rightBox .capabilitiesNavList .capabilitiesFollowDot .capabilitiesFollowDotMark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  background: rgb(255, 138, 0);
}
.capabilitiesArea .rightBox .capabilitiesNavList .item {
  width: 155px;
  height: 155px;
  background: #9ccdf3;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.capabilitiesArea .rightBox .capabilitiesNavList .item::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: #9ccdf3;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
}
.capabilitiesArea .rightBox .capabilitiesNavList .item .Txt {
  text-align: center;
}
.capabilitiesArea .rightBox .capabilitiesNavList .item .Txt .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(20 / 20 * 1.5);
  letter-spacing: calc(20 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  line-height: 1.25;
}
.capabilitiesArea .rightBox .capabilitiesInfoBox {
  width: 370px;
  height: 370px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 20%;
  left: -8%;
  z-index: 2;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1180px) {
  .capabilitiesArea .rightBox .capabilitiesInfoBox {
    position: relative;
    bottom: unset;
    left: unset;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .capabilitiesArea .rightBox .capabilitiesInfoBox {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList {
  width: 100%;
  max-width: 320px;
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .textBox {
  max-width: 250px;
  padding-bottom: 30px;
}
@media (max-width: 1180px) {
  .capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .textBox {
    max-width: 100%;
  }
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .textBox .title {
  color: #0e66a7;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(24 / 24 * 1.5);
  letter-spacing: calc(24 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .textBox .text {
  height: 72px;
  margin-top: 5px;
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16 * 1.5);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .btnBox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
@media (min-width: 1181px) {
  .capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .btnBox:hover a {
    color: #e27531;
  }
  .capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .btnBox:hover .arrowBox {
    background: #e27531;
  }
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .btnBox a {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(14 / 14 * 1.5);
  letter-spacing: calc(14 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .btnBox a::before {
  content: "";
  position: absolute;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .btnBox .arrowBox {
  width: 40px;
  height: 40px;
  background: #0e66a7;
  border-radius: 50%;
  position: relative;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .btnBox .arrowBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 32px;
  height: 32px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .capabilitiesInfoList .item .Txt .btnBox .arrowBox svg {
  width: 16px;
  height: 12px;
  color: #ffffff;
  -webkit-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
}
.capabilitiesArea .rightBox .capabilitiesInfoBox .carouselArrowBox {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  position: relative;
  z-index: 2;
  padding-right: 50px;
  margin-top: -40px;
}
@media (max-width: 1180px) {
  .capabilitiesArea .rightBox .capabilitiesInfoBox .carouselArrowBox {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .capabilitiesArea .rightBox .capabilitiesInfoBox .carouselArrowBox {
    margin-left: 30px;
  }
}
.capabilitiesArea .rightBox .outerLineBox {
  width: 100%;
  font-size: 0;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.capabilitiesArea .rightBox .outerLineBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 600px;
  background: url("../images/homeCapabilitiesCircleBG.png") no-repeat center;
  background-size: contain;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
  -webkit-animation: centerRotate 60s linear infinite;
          animation: centerRotate 60s linear infinite;
}
@media (max-width: 768px) {
  .capabilitiesArea .rightBox .outerLineBox::before {
    visibility: hidden;
  }
}
@media (max-width: 1180px) {
  .capabilitiesArea .rightBox .outerLineBox {
    width: 700px;
  }
}
.capabilitiesArea .rightBox .outerLineBox svg {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 1;
  animation: rotate 240s linear infinite reverse;
}
@media (max-width: 1180px) {
  .capabilitiesArea .rightBox .outerLineBox svg {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .capabilitiesArea .rightBox .outerLineBox svg {
    visibility: hidden;
  }
}
.capabilitiesArea .rightBox .outerLineBox svg circle {
  fill: none;
  stroke: #dcdcdc;
  stroke-width: 1px;
  stroke-dasharray: 5;
}
.capabilitiesArea .bg {
  background: #f3f3f3;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.capabilitiesArea .bg canvas {
  width: 100%;
  height: 100%;
}

.aboutArea {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .aboutArea {
    padding: 40px 0;
  }
}
.aboutArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
}
@media (max-width: 1536px) {
  .aboutArea .topBox {
    gap: 40px;
  }
}
@media (max-width: 1440px) {
  .aboutArea .topBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 940px) {
  .aboutArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .topBox .leftBox {
  width: 100%;
  max-width: 675px;
  margin-top: -190px;
  padding-left: 95px;
}
@media (max-width: 1536px) {
  .aboutArea .topBox .leftBox {
    max-width: 580px;
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .aboutArea .topBox .leftBox {
    max-width: 400px;
    margin: 0;
  }
}
@media (max-width: 940px) {
  .aboutArea .topBox .leftBox {
    margin-top: -120px;
  }
}
@media (max-width: 480px) {
  .aboutArea .topBox .leftBox {
    margin-top: -80px;
  }
}
.aboutArea .topBox .leftBox .Img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.aboutArea .topBox .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .topBox .rightBox .box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.aboutArea .topBox .rightBox .box .titleBox .title {
  color: #ffffff;
}
.aboutArea .topBox .rightBox .box .titleBox .title .hasBall {
  margin-right: 15px;
}
.aboutArea .topBox .rightBox .bottomBox .text {
  border-left: solid 2px #ffffff;
  padding-left: 25px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .aboutArea .topBox .rightBox .bottomBox .text {
    font-size: 15px;
    line-height: 1.5;
  }
}
.aboutArea .topBox .rightBox .bottomBox .textEditor {
  border-top: solid 1px #5794c2;
  padding-top: 35px;
  margin-top: 40px;
}
.aboutArea .topBox .rightBox .bottomBox .textEditor ul {
  padding: 0;
  margin: 0;
}
.aboutArea .topBox .rightBox .bottomBox .textEditor ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  color: #b9cbde;
  font-size: 17px;
  font-weight: 500;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.aboutArea .topBox .rightBox .bottomBox .textEditor ul li::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 5px;
  height: 5px;
  background: #e27531;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.aboutArea .aboutBox {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox {
    margin-top: 50px;
  }
}
.aboutArea .aboutBox .aboutList .slick-list {
  margin: 0 -10px;
  padding: 0 10px;
}
.aboutArea .aboutBox .aboutList .slick-slide:not(:first-child) .item .strokeBox i:nth-of-type(1), .aboutArea .aboutBox .aboutList .slick-slide:not(:first-child) .item .strokeBox i:nth-of-type(4), .aboutArea .aboutBox .aboutList .slick-slide:not(:first-child) .item .strokeBox i:nth-of-type(5), .aboutArea .aboutBox .aboutList .slick-slide:not(:first-child) .item .strokeBox i:nth-of-type(8) {
  border-left: none;
}
.aboutArea .aboutBox .aboutList .item {
  height: 235px;
  position: relative;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.aboutArea .aboutBox .aboutList .item .Img {
  width: 40px;
  position: absolute;
  top: 20px;
  left: 10px;
}
.aboutArea .aboutBox .aboutList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .aboutBox .aboutList .item .Txt {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .aboutArea .aboutBox .aboutList .item .Txt {
    padding-top: 18px;
  }
}
.aboutArea .aboutBox .aboutList .item .Txt .numBox {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  line-height: calc(72 / 72 * 1.5);
  letter-spacing: calc(72 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  line-height: 1;
}
@media (max-width: 1600px) {
  .aboutArea .aboutBox .aboutList .item .Txt .numBox {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
.aboutArea .aboutBox .aboutList .item .Txt .numBox .unit {
  margin-left: -20px;
}
@media (max-width: 1600px) {
  .aboutArea .aboutBox .aboutList .item .Txt .numBox .unit {
    margin-left: -10px;
  }
}
.aboutArea .aboutBox .aboutList .item .Txt .title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1600px) {
  .aboutArea .aboutBox .aboutList .item .Txt .title {
    font-size: 16px;
  }
}
.aboutArea .aboutBox .aboutList .item .Txt .text {
  height: 51px;
  margin-top: 10px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .aboutArea .aboutBox .aboutList .item .Txt .text {
    max-width: 200px;
    font-size: 15px;
  }
}
.aboutArea .aboutBox .aboutList .item .strokeBox {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.aboutArea .aboutBox .aboutList .item .strokeBox i {
  display: block;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #5794c2;
  position: absolute;
}
.aboutArea .aboutBox .aboutList .item .strokeBox i:nth-of-type(1) {
  border-width: 1px 0 0 1px;
  top: 0;
  left: 0;
}
.aboutArea .aboutBox .aboutList .item .strokeBox i:nth-of-type(2) {
  border-width: 1px 1px 0 0;
  top: 0;
  right: 0;
}
.aboutArea .aboutBox .aboutList .item .strokeBox i:nth-of-type(3) {
  border-width: 0 1px 1px 0;
  bottom: 0;
  right: 0;
}
.aboutArea .aboutBox .aboutList .item .strokeBox i:nth-of-type(4) {
  border-width: 0 0 1px 1px;
  bottom: 0;
  left: 0;
}
.aboutArea .aboutBox .aboutList .item .strokeBox i:nth-of-type(5) {
  border-width: 0 0 1px 1px;
  left: 0;
  top: calc(50% - 28px);
}
.aboutArea .aboutBox .aboutList .item .strokeBox i:nth-of-type(6) {
  border-width: 0 1px 1px 0;
  right: 0;
  top: calc(50% - 28px);
}
.aboutArea .aboutBox .aboutList .item .strokeBox i:nth-of-type(7) {
  border-width: 0 1px 0 0;
  right: 0;
  top: calc(50% + 12px);
}
.aboutArea .aboutBox .aboutList .item .strokeBox i:nth-of-type(8) {
  border-width: 0 0 0 1px;
  left: 0;
  top: calc(50% + 12px);
}
@media (max-width: 1280px) {
  .aboutArea .btnBox {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .aboutArea .btnBox .btn {
    margin: 0 auto;
  }
}
.aboutArea .bg {
  background: url("../images/homeAboutBG.jpg") no-repeat bottom right;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.newsArea {
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .newsArea {
    padding: 40px 0;
  }
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 100px;
}
@media (max-width: 1600px) {
  .newsArea .wrap {
    gap: 50px;
  }
}
@media (max-width: 1280px) {
  .newsArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsArea .leftBox {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1280px) {
  .newsArea .leftBox {
    max-width: 100%;
  }
}
.newsArea .leftBox .titleBox .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.newsArea .leftBox .titleBox .title::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 50px;
  height: 2px;
  background: #0e66a7;
  left: 0;
  bottom: 0;
}
.newsArea .rightBox {
  width: 100%;
}
@media (max-width: 1600px) {
  .newsArea .rightBox {
    max-width: 800px;
  }
}
@media (max-width: 1500px) {
  .newsArea .rightBox {
    max-width: 600px;
  }
}
@media (max-width: 1280px) {
  .newsArea .rightBox {
    max-width: 100%;
  }
}
.newsArea .rightBox .newsList .slick-list {
  margin: -10px 0;
}
@media (max-width: 1180px) {
  .newsArea .rightBox .newsList .slick-list {
    margin: 0 -10px;
  }
}
.newsArea .rightBox .newsList .slick-slide {
  padding: 10px 0;
}
@media (max-width: 1180px) {
  .newsArea .rightBox .newsList .slick-slide {
    padding: 0 10px;
  }
}
.newsArea .rightBox .newsList .item {
  height: 130px;
  background: #ffffff;
  border: solid 1px #dcdcdc;
  border-radius: 40px;
  position: relative;
  padding: 30px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.newsArea .rightBox .newsList .item::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: calc(100% - 80px);
  height: 1px;
  background: #0e66a7;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
}
@media (min-width: 1181px) {
  .newsArea .rightBox .newsList .item:hover::before {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
  .newsArea .rightBox .newsList .item:hover .Txt .title {
    color: #0e66a7;
  }
  .newsArea .rightBox .newsList .item:hover .arrow {
    background: #e27531;
  }
}
@media (max-width: 1180px) {
  .newsArea .rightBox .newsList .item {
    height: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 20px;
  }
}
.newsArea .rightBox .newsList .item .newsInfoBox {
  width: 175px;
  border-right: solid 1px #dcdcdc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 35px;
}
@media (max-width: 1180px) {
  .newsArea .rightBox .newsList .item .newsInfoBox {
    width: 100%;
    border: none;
    margin: 0 0 20px;
  }
}
.newsArea .rightBox .newsList .item .newsInfoBox .date {
  color: #898989;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(20 / 20 * 1.5);
  letter-spacing: calc(20 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.newsArea .rightBox .newsList .item .newsInfoBox .classTitle {
  height: 30px;
  background: #0e66a7;
  border-radius: 99px;
  padding: 0 15px;
  margin-top: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(12 / 12 * 1.5);
  letter-spacing: calc(12 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.newsArea .rightBox .newsList .item .Txt {
  width: 100%;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .newsArea .rightBox .newsList .item .Txt {
    padding: 0;
  }
}
.newsArea .rightBox .newsList .item .Txt .title {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18 * 1.5);
  letter-spacing: calc(18 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .rightBox .newsList .item .Txt .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.newsArea .rightBox .newsList .item .arrow {
  width: 40px;
  height: 40px;
  background: #0e66a7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.newsArea .rightBox .newsList .item .arrow::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 32px;
  height: 32px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
}
@media (max-width: 1180px) {
  .newsArea .rightBox .newsList .item .arrow {
    left: 20px;
    right: unset;
    top: unset;
    bottom: 20px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.newsArea .rightBox .newsList .item .arrow svg {
  width: 16px;
  height: 12px;
  color: #ffffff;
  -webkit-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
}
.newsArea .bottomBox {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 25px;
}
@media (max-width: 1280px) {
  .newsArea .bottomBox {
    margin: 0;
  }
}

.linkArea {
  padding: 0 0 120px;
}
@media (max-width: 1180px) {
  .linkArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .linkArea {
    padding: 40px 0;
  }
}
@media (max-width: 1180px) {
  .linkArea {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .linkArea {
    padding-bottom: 40px;
  }
}
.linkArea .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1023px) {
  .linkArea .linkList {
    -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;
    gap: 20px;
  }
}
.linkArea .linkList .linkItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  .linkArea .linkList .linkItem {
    width: 100%;
    max-width: 400px;
  }
}
.linkArea .linkList .item {
  height: 190px;
  background: #d0e0ed;
  border-radius: 40px;
  position: relative;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
@media (min-width: 1181px) {
  .linkArea .linkList .item.hasLink:hover {
    background: #ffffff;
  }
  .linkArea .linkList .item.hasLink:hover .Txt .title {
    color: #e27531;
  }
  .linkArea .linkList .item.hasLink:hover .strokeBox i {
    border-color: #e27531;
  }
  .linkArea .linkList .item.hasLink:hover .strokeBox i:nth-of-type(odd) {
    width: calc(100% - 40px);
  }
  .linkArea .linkList .item.hasLink:hover .strokeBox i:nth-of-type(even) {
    height: calc(100% - 40px);
  }
  .linkArea .linkList .item.hasLink:hover svg {
    opacity: 1;
  }
}
.linkArea .linkList .item .Txt .title {
  color: #1f1f1f;
  font-size: 28px;
  font-weight: 600;
  line-height: calc(28 / 28 * 1.5);
  letter-spacing: calc(28 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1460px) {
  .linkArea .linkList .item .Txt .title {
    font-size: 20px;
  }
}
.linkArea .linkList .item .Txt .title a::before {
  content: "";
  position: absolute;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.linkArea .linkList .item .strokeBox {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.linkArea .linkList .item .strokeBox i {
  display: block;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #ffffff;
  position: absolute;
}
.linkArea .linkList .item .strokeBox i:nth-of-type(1) {
  border-width: 1px 0 0 1px;
  top: 20px;
  left: 20px;
}
.linkArea .linkList .item .strokeBox i:nth-of-type(2) {
  border-width: 1px 1px 0 0;
  top: 20px;
  right: 20px;
}
.linkArea .linkList .item .strokeBox i:nth-of-type(3) {
  border-width: 0 1px 1px 0;
  bottom: 20px;
  right: 20px;
}
.linkArea .linkList .item .strokeBox i:nth-of-type(4) {
  border-width: 0 0 1px 1px;
  bottom: 20px;
  left: 20px;
}
.linkArea .linkList .item svg {
  width: 16px;
  height: 12px;
  color: #0e66a7;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
  pointer-events: none;
  opacity: 0;
}

.bottomArea {
  position: relative;
}
.bottomArea .bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#e6eff6), to(#ffffff));
  background: linear-gradient(to top, #e6eff6 0%, #ffffff 100%);
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bottomArea .bg::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle at center, #bdd8ee 0%, transparent 100%);
  border-radius: 50%;
  right: -300px;
  bottom: -500px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
@media (max-width: 480px) {
  .bottomArea .bg::before {
    display: none;
  }
}