@charset "UTF-8";
.arrowBox .arrowPrev::after, .arrowBox .arrowNext::after, .arrowBox .arrowPrev::before, .arrowBox .arrowNext::before, .newsArea .newsBox .newsItem .Txt .plus::after, .newsArea .newsBox .newsItem .Txt .plus::before, .newsArea .newsBox .newsItem .Txt .plus, .newsArea .newsBox .newsItem .Txt .title, .newsArea .newsBox .newsItem .Img, .newsArea .pinBox .newsList .newsItem .item .Img img, .projectStepsArea .circleBox .circleList .circleItem .Txt, .projectStepsArea .circleBox .circleList .circleItem .countBox, .projectStepsArea .circleBox .circleList .circleItem .item .Img img, .projectStepsArea .circleBox .circleList .circleItem .item, .projectStepsArea .circleBox .circleList .circleItem::before, .projectStepsArea .circleBox .pointerBox, .projectStepsArea .leftBox .dataList .Txt .title::after, .projectStepsArea .leftBox .dataList .Txt, .servicesArea .dataList .dataItem .Txt, .servicesArea .dataList .dataItem .detail, .servicesArea .dataList .dataItem .plus, .servicesArea .dataList .dataItem .Img::before, .servicesArea .dataList .dataItem .Img, .aboutArea .decoText div, .bannerArea .countBox .slideCount::before, .bannerArea .countBox .slideCount, .bannerArea .scrollDown .arrow::before, .bannerArea .scrollDown .arrow::after, .bannerArea .scrollDown .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .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: #086ea3;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #086ea3;
  }
  .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 .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1500px;
  padding: 80px 50px 85px;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .textBox {
    margin-bottom: 0;
  }
}
.bannerArea .bannerItem .Txt .textBox.textEditor {
  color: #fff;
}
.bannerArea .bannerItem .Txt .textBox.textEditor .decoTitle {
  color: #fff;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: auto;
  letter-spacing: 0.52px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox.textEditor .decoTitle {
    font-size: 22px;
    letter-spacing: 0.44px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .textBox.textEditor .decoTitle {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.bannerArea .bannerItem .Txt .textBox.textEditor .title {
  color: #fff;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox.textEditor .title {
    font-size: 60px;
    line-height: 61px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .textBox.textEditor .title {
    font-size: 36px;
    line-height: 37px;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .textBox.textEditor .title {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.56px;
  }
}
.bannerArea .bannerItem .Txt .textBox.textEditor .subtitle {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: auto;
  letter-spacing: 2.6px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox.textEditor .subtitle {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .textBox.textEditor .subtitle {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 70%;
  }
  .bannerArea .bannerItem .Img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 120%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 140%;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #086ea3;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #086ea3;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  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;
  gap: 5px;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover .arrow::before {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .bannerArea .scrollDown:hover .arrow::after {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.bannerArea .scrollDown span {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.6px;
}
.bannerArea .scrollDown .arrow {
  width: 12px;
  height: 12px;
  background: url("../images/icon/scrollDownArrow.svg") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.bannerArea .scrollDown .arrow::before, .bannerArea .scrollDown .arrow::after {
  width: inherit;
  height: inherit;
  background: url("../images/icon/scrollDownArrow.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  inset: 0;
}
.bannerArea .scrollDown .arrow::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.bannerArea .countBox {
  width: 100%;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 175px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  padding: 0 50px;
  margin-left: -15px;
}
@media (max-width: 1680px) {
  .bannerArea .countBox {
    bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .bannerArea .countBox {
    bottom: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .countBox {
    max-width: 50%;
    left: 0;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    padding: 0 30px;
  }
}
.bannerArea .countBox .slideCount {
  width: 50px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.8px;
  position: relative;
  padding: 15px;
}
@media (max-width: 1180px) {
  .bannerArea .countBox .slideCount {
    width: 30px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .bannerArea .countBox .slideCount {
    width: 25px;
    font-size: 12px;
    display: none;
  }
}
.bannerArea .countBox .slideCount::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 15px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.bannerArea .countBox .slideCount.active {
  width: 110px;
}
@media (max-width: 1180px) {
  .bannerArea .countBox .slideCount.active {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .bannerArea .countBox .slideCount.active {
    width: 50px;
  }
}
.bannerArea .countBox .slideCount.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.bannerArea .arrowBox {
  position: absolute;
  gap: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1500px) {
  .bannerArea .arrowBox {
    right: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .arrowBox {
    right: 30px;
  }
}
.bannerArea .arrowBox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #171717;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.bannerArea .arrowBox .arrowPrev, .bannerArea .arrowBox .arrowNext {
  width: 100px;
  height: 100px;
  border: none;
  background: #f6f6f6;
}
.bannerArea .arrowBox .arrowPrev::before, .bannerArea .arrowBox .arrowNext::before {
  background: #838383;
}
.bannerArea .arrowBox .arrowPrev::after, .bannerArea .arrowBox .arrowNext::after {
  border-width: 2px;
}
@media (min-width: 1181px) {
  .bannerArea .arrowBox .arrowPrev:hover::before, .bannerArea .arrowBox .arrowNext:hover::before {
    background: #086ea3;
  }
}
@media (max-width: 1440px) {
  .bannerArea .arrowBox .arrowPrev, .bannerArea .arrowBox .arrowNext {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .arrowBox .arrowPrev, .bannerArea .arrowBox .arrowNext {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .bannerArea .arrowBox .arrowPrev, .bannerArea .arrowBox .arrowNext {
    width: 50px;
    height: 50px;
  }
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.aboutArea {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding: 90px 0;
}
.aboutArea::before {
  content: "";
  position: absolute;
  width: clamp(200px, 30%, 568px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/deco/homeAboutDonutDeco.png") no-repeat center center;
  background-size: contain;
  top: 0px;
  right: 50px;
  z-index: -1;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.aboutArea::after {
  content: "";
  position: absolute;
  width: clamp(250px, 27%, 546px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/deco/homeAboutDonutDeco2.png") no-repeat center center;
  background-size: contain;
  rotate: -90deg;
  top: 10px;
  left: 50px;
  z-index: -1;
  animation: rotate 20s linear infinite reverse;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 40px 0;
  }
}
.aboutArea .aboutBox {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    padding: 0;
  }
}
.aboutArea .aboutBox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 80px);
  background-color: rgba(23, 23, 23, 0.2);
  left: 70px;
  top: 80px;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox::before {
    display: none;
  }
}
.aboutArea .aboutBox .Txt {
  position: absolute;
  top: 70px;
  left: 105px;
}
.aboutArea .aboutBox .Txt::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 95px;
  background-color: #086ea3;
  left: -35px;
  top: 10px;
}
@media (max-width: 1536px) {
  .aboutArea .aboutBox .Txt {
    top: 50px;
  }
}
@media (max-width: 1280px) {
  .aboutArea .aboutBox .Txt {
    top: 0;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt {
    left: 35px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .Txt {
    position: relative;
    left: auto;
    padding-left: 20px;
  }
  .aboutArea .aboutBox .Txt::before {
    left: 0;
  }
}
.aboutArea .aboutBox .Img {
  pointer-events: none;
  width: 100%;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .Img {
    width: calc(100% + 40px);
    overflow-x: clip;
    overflow-y: visible;
    margin-top: -15px;
    margin-left: -20px;
  }
  .aboutArea .aboutBox .Img img {
    min-width: 768px;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .Img img {
    min-width: 640px;
  }
}
.aboutArea .aboutBox .Img .topImg {
  max-width: 1300px;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.aboutArea .aboutBox .Img .bottomImg {
  max-width: 1300px;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.aboutArea .aboutBox .Img figcaption {
  width: 54%;
  max-width: 700px;
  min-height: 245px;
  position: absolute;
  bottom: -40px;
  left: -100px;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 24px rgba(0, 0, 0, 0.11);
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.9px;
  padding: 55px 70px 0;
  padding-right: 120px;
}
.aboutArea .aboutBox .Img figcaption .btnBox {
  pointer-events: all;
  display: none;
}
@media (max-width: 1680px) {
  .aboutArea .aboutBox .Img figcaption {
    width: 50%;
  }
}
@media (max-width: 1536px) {
  .aboutArea .aboutBox .Img figcaption {
    padding: 30px 70px 30px 40px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Img figcaption {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 150px;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 30px;
    margin-top: -40px;
  }
  .aboutArea .aboutBox .Img figcaption .btnBox {
    display: block;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .Img figcaption {
    max-width: none;
    width: calc(100% - 40px);
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 425px) {
  .aboutArea .aboutBox .Img figcaption {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.aboutArea .aboutBox > .btnBox {
  position: absolute;
  right: 50px;
  bottom: -30px;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox > .btnBox {
    display: none;
  }
}
.aboutArea .decoText {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 3%;
  left: 33%;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 120px;
  font-weight: 500;
  letter-spacing: 7px;
  white-space: nowrap;
  color: #d8d8d8;
}
.aboutArea .decoText2 {
  top: 3%;
  left: auto;
  -webkit-transform: none;
          transform: none;
  right: 0;
}
.aboutArea .decoText span {
  display: inline;
}
@media (max-width: 1280px) {
  .aboutArea .decoText {
    top: 5%;
    left: 40%;
    font-size: 80px;
    letter-spacing: 4px;
  }
  .aboutArea .decoText2 {
    left: auto;
    right: 5%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .decoText {
    display: none;
  }
}

.dataWallArea {
  position: relative;
  padding: 10px 0;
}
.dataWallArea .decoBox {
  overflow-x: clip;
  overflow-y: visible;
  position: absolute;
  inset: 0;
}
.dataWallArea .decoBox .deco1 {
  width: clamp(200px, 26%, 532px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/deco/donutDeco.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -160%;
  right: 5px;
  z-index: -1;
  animation: rotate 20s linear infinite reverse;
}
.dataWallArea .decoBox .deco2 {
  width: clamp(250px, 40%, 628px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/deco/donutDeco.png") no-repeat center center;
  background-size: contain;
  rotate: -90deg;
  position: absolute;
  bottom: -210px;
  left: -50px;
  z-index: -1;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
  opacity: 0.8;
}
.dataWallArea .dataList {
  margin-left: -80px;
}
@media (max-width: 1680px) {
  .dataWallArea .dataList {
    margin-left: -60px;
  }
}
@media (max-width: 1440px) {
  .dataWallArea .dataList {
    margin-left: -30px;
  }
}
@media (max-width: 768px) {
  .dataWallArea .dataList {
    clip-path: polygon(0% 0%, calc(100% - 1px) 0%, calc(100% - 1px) 100%, 0% 100%);
  }
}
.dataWallArea .dataList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.dataWallArea .dataList .slick-track .slick-slide {
  height: auto !important;
}
.dataWallArea .dataList .slick-track .slick-slide > div {
  height: 100%;
}
.dataWallArea .dataList .slick-track .slick-slide > div .dataItem {
  height: 100%;
}
.dataWallArea .dataList .slick-track .slick-slide > div .dataItem .item {
  height: 100%;
}
.dataWallArea .dataList .slick-slide:not(:last-of-type) .dataItem {
  position: relative;
}
.dataWallArea .dataList .slick-slide:not(:last-of-type) .dataItem::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 35px);
  max-height: 155px;
  background-color: rgba(23, 23, 23, 0.2);
  right: 0;
  bottom: 0;
}
.dataWallArea .dataList .dataItem {
  float: left;
  padding: 0 82px;
}
@media (max-width: 1680px) {
  .dataWallArea .dataList .dataItem {
    padding: 0 60px;
  }
}
@media (max-width: 1440px) {
  .dataWallArea .dataList .dataItem {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .dataWallArea .dataList .dataItem {
    border: none;
  }
}
.dataWallArea .dataList .dataItem .item {
  max-width: 265px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .dataWallArea .dataList .dataItem .item {
    margin: 0;
  }
}
.dataWallArea .dataList .dataItem Img {
  height: 25px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.dataWallArea .dataList .dataItem .Txt .infoBox {
  margin-bottom: 15px;
}
.dataWallArea .dataList .dataItem .Txt .infoBox .info {
  display: inline-block;
  position: relative;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #1982b9;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
}
@media (max-width: 1440px) {
  .dataWallArea .dataList .dataItem .Txt .infoBox .info {
    font-size: 60px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1280px) {
  .dataWallArea .dataList .dataItem .Txt .infoBox .info {
    font-size: 50px;
    letter-spacing: 0px;
  }
}
.dataWallArea .dataList .dataItem .Txt .infoBox .info .maskText {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  inset: 0;
  color: #04547e;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.dataWallArea .dataList .dataItem .Txt .infoBox .unit {
  color: #086ea3;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}
.dataWallArea .dataList .dataItem .Txt .title {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
}
.dataWallArea .dataList .dataItem .Txt .subtitle {
  color: #676767;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.3px;
  padding-top: 10px;
}
.dataWallArea .arrowBox {
  display: none;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .dataWallArea .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.servicesArea {
  position: relative;
  padding: 110px 0 195px;
}
@media (max-width: 1180px) {
  .servicesArea {
    padding: 60px 0 100px;
  }
}
@media (max-width: 768px) {
  .servicesArea {
    padding: 40px 0;
  }
}
.servicesArea .wrap {
  max-width: 1700px;
}
.servicesArea > .titleBox {
  position: relative;
  z-index: 3;
  margin-bottom: 35px;
}
@media (max-width: 1180px) {
  .servicesArea > .titleBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .servicesArea > .titleBox {
    margin-bottom: 20px;
  }
}
.servicesArea .dataList {
  height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
}
@media (max-width: 1180px) {
  .servicesArea .dataList {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.servicesArea .dataList .dataItem {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1180px) {
  .servicesArea .dataList .dataItem {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.servicesArea .dataList .dataItem .item {
  position: relative;
}
.servicesArea .dataList .dataItem .Img {
  position: absolute;
  overflow: hidden;
  inset: 0;
}
.servicesArea .dataList .dataItem .Img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(4, 84, 126, 0.7);
  opacity: 0;
  z-index: 1;
}
.servicesArea .dataList .dataItem .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .servicesArea .dataList .dataItem .Img img .desktop {
    display: none;
  }
}
.servicesArea .dataList .dataItem .Img img .mobile {
  display: none;
}
@media (max-width: 1180px) {
  .servicesArea .dataList .dataItem .Img img .mobile {
    display: block;
  }
}
.servicesArea .dataList .dataItem .plus {
  width: 27px;
  height: 27px;
  position: absolute;
  z-index: 2;
  top: 80px;
  right: 15%;
  opacity: 0;
}
@media (max-width: 1440px) {
  .servicesArea .dataList .dataItem .plus {
    right: 80px;
  }
}
@media (max-width: 1180px) {
  .servicesArea .dataList .dataItem .plus {
    top: 50px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .servicesArea .dataList .dataItem .plus {
    top: 20px;
    right: 20px;
  }
}
.servicesArea .dataList .dataItem .plus::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 27px;
  right: 13px;
  top: 20px;
  background: #fff;
}
.servicesArea .dataList .dataItem .plus::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 1px;
  background: #fff;
  top: 33px;
  right: 0;
  background: #fff;
}
.servicesArea .dataList .dataItem .Txt, .servicesArea .dataList .dataItem .detail {
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 20px;
}
.servicesArea .dataList .dataItem .Txt .titleBox, .servicesArea .dataList .dataItem .detail .titleBox {
  position: relative;
  margin-bottom: 0;
}
.servicesArea .dataList .dataItem .Txt .title, .servicesArea .dataList .dataItem .detail .title {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: auto;
  letter-spacing: 2.6px;
  position: relative;
}
@media (max-width: 768px) {
  .servicesArea .dataList .dataItem .Txt .title, .servicesArea .dataList .dataItem .detail .title {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
}
.servicesArea .dataList .dataItem .Txt .subtitle, .servicesArea .dataList .dataItem .detail .subtitle {
  color: #fff;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  letter-spacing: 1.6px;
}
.servicesArea .dataList .dataItem .Txt .textEditor, .servicesArea .dataList .dataItem .detail .textEditor {
  height: 226px;
  overflow: auto;
  color: #fff;
  line-height: 43px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.servicesArea .dataList .dataItem .Txt .textEditor::-webkit-scrollbar-track, .servicesArea .dataList .dataItem .detail .textEditor::-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.5);
}
.servicesArea .dataList .dataItem .Txt .textEditor::-webkit-scrollbar, .servicesArea .dataList .dataItem .detail .textEditor::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.servicesArea .dataList .dataItem .Txt .textEditor::-webkit-scrollbar-thumb, .servicesArea .dataList .dataItem .detail .textEditor::-webkit-scrollbar-thumb {
  background: #04547e;
}
@media (max-width: 768px) {
  .servicesArea .dataList .dataItem .Txt .textEditor, .servicesArea .dataList .dataItem .detail .textEditor {
    line-height: 30px;
  }
  .servicesArea .dataList .dataItem .Txt .textEditor *, .servicesArea .dataList .dataItem .detail .textEditor * {
    font-size: 16px !important;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 425px) {
  .servicesArea .dataList .dataItem .Txt .textEditor, .servicesArea .dataList .dataItem .detail .textEditor {
    line-height: 28px;
  }
  .servicesArea .dataList .dataItem .Txt .textEditor *, .servicesArea .dataList .dataItem .detail .textEditor * {
    font-size: 14px !important;
    letter-spacing: 0.7px;
  }
}
.servicesArea .dataList .dataItem .Txt .textEditor ol, .servicesArea .dataList .dataItem .detail .textEditor ol {
  counter-reset: item;
  padding: 0;
}
.servicesArea .dataList .dataItem .Txt .textEditor ol > *, .servicesArea .dataList .dataItem .detail .textEditor ol > * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.servicesArea .dataList .dataItem .Txt .textEditor ol li, .servicesArea .dataList .dataItem .detail .textEditor ol li {
  counter-increment: item;
  list-style: none;
}
.servicesArea .dataList .dataItem .Txt .textEditor ol li::before, .servicesArea .dataList .dataItem .detail .textEditor ol li::before {
  content: counter(item, decimal-leading-zero) ". ";
  color: #fff;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0.9px;
  opacity: 0.4;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .servicesArea .dataList .dataItem .Txt .textEditor ol li::before, .servicesArea .dataList .dataItem .detail .textEditor ol li::before {
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .servicesArea .dataList .dataItem .Txt .textEditor ol li::before, .servicesArea .dataList .dataItem .detail .textEditor ol li::before {
    padding-right: 0;
  }
}
.servicesArea .dataList .dataItem .Txt {
  max-width: 600px;
  height: 390px;
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left !important;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .servicesArea .dataList .dataItem .Txt {
    height: 200px;
  }
}
.servicesArea .dataList .dataItem .detail {
  opacity: 0;
}
.servicesArea .dataList .dataItem.current .Img::before {
  opacity: 1;
}
.servicesArea .dataList .dataItem.current .Txt {
  height: 490px;
  opacity: 0;
}
.servicesArea .dataList .dataItem.current .detail {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.servicesArea .dataList .dataItem.current .plus {
  opacity: 1;
}
.servicesArea .mouseTracker {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 99px;
  border: 1px solid #fff;
  pointer-events: none;
}
.servicesArea .mouseTracker::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.servicesArea .mouseTracker::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.projectStepsArea {
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  background: url("../images/deco/projectStepDeco.jpg") no-repeat center center;
  background-size: cover;
  padding: 110px 0 165px;
}
.projectStepsArea::before {
  content: "ENGINEERING SERVICES";
  white-space: nowrap;
  color: #fbfbfb;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 108px;
  font-weight: 500;
  letter-spacing: 2.16px;
  position: absolute;
  bottom: 94%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .projectStepsArea::before {
    font-size: 80px;
    letter-spacing: 1.6px;
    bottom: 97%;
  }
}
@media (max-width: 768px) {
  .projectStepsArea::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .projectStepsArea {
    padding: 60px 0 180px;
  }
}
@media (max-width: 768px) {
  .projectStepsArea {
    padding: 40px 0 140px;
  }
}
.projectStepsArea .wrap {
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1680px) {
  .projectStepsArea .wrap {
    padding: 0 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 150px;
  }
}
@media (max-width: 1440px) {
  .projectStepsArea .wrap {
    gap: 100px;
  }
}
@media (max-width: 1360px) {
  .projectStepsArea .wrap {
    gap: 80px;
  }
}
@media (max-width: 1180px) {
  .projectStepsArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .projectStepsArea .wrap {
    padding: 0 20px;
  }
}
.projectStepsArea .leftBox {
  max-width: 380px;
}
@media (max-width: 1180px) {
  .projectStepsArea .leftBox {
    max-width: 100%;
  }
}
.projectStepsArea .leftBox .titleBox {
  margin-bottom: 15px;
}
.projectStepsArea .leftBox .titleBox .text {
  color: #494949;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.9px;
  position: relative;
  padding-top: 25px;
  margin-top: 25px;
}
.projectStepsArea .leftBox .titleBox .text::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background-color: #086ea3;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .projectStepsArea .leftBox .titleBox .text {
    font-size: 16px;
    letter-spacing: 0.8px;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .projectStepsArea .leftBox .titleBox .text {
    padding-top: 15px;
    margin-top: 15px;
  }
}
.projectStepsArea .leftBox .dataList {
  margin-bottom: 60px;
}
@media (max-width: 1180px) {
  .projectStepsArea .leftBox .dataList {
    display: none;
  }
}
.projectStepsArea .leftBox .dataList .dataItem {
  cursor: pointer;
}
@media (min-width: 1181px) {
  .projectStepsArea .leftBox .dataList .dataItem:hover .Txt {
    color: #086ea3;
  }
}
.projectStepsArea .leftBox .dataList .dataItem.active .Txt {
  color: #086ea3;
}
.projectStepsArea .leftBox .dataList .dataItem.active .Txt .title::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.projectStepsArea .leftBox .dataList .Txt {
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding: 6px 0;
}
.projectStepsArea .leftBox .dataList .Txt .count {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  padding-right: 20px;
}
.projectStepsArea .leftBox .dataList .Txt .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 30px;
}
.projectStepsArea .leftBox .dataList .Txt .title::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #086ea3;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-5px);
          transform: translateY(-50%) translateX(-5px);
  opacity: 0;
}
@media (max-width: 1180px) {
  .projectStepsArea .leftBox .btnBox {
    display: none;
  }
}
.projectStepsArea .rightBox {
  width: 50%;
  padding-top: 145px;
}
@media (max-width: 1180px) {
  .projectStepsArea .rightBox {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .projectStepsArea .rightBox {
    padding-top: 120px;
  }
}
@media (max-width: 425px) {
  .projectStepsArea .rightBox {
    padding-top: 100px;
  }
}
@media (max-width: 375px) {
  .projectStepsArea .rightBox {
    padding-top: 80px;
  }
}
.projectStepsArea .rightBox .btnBox {
  display: none;
}
@media (max-width: 1180px) {
  .projectStepsArea .rightBox .btnBox {
    display: block;
    margin: 0 auto;
    margin-top: 135px;
  }
}
.projectStepsArea .circleBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 1180px) {
  .projectStepsArea .circleBox {
    margin-left: 20%;
  }
}
@media (max-width: 1024px) {
  .projectStepsArea .circleBox {
    margin-left: 20%;
  }
}
@media (max-width: 768px) {
  .projectStepsArea .circleBox {
    margin-left: 10%;
  }
}
@media (max-width: 680px) {
  .projectStepsArea .circleBox {
    margin-left: 5%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .projectStepsArea .circleBox {
    margin: 0 auto;
  }
}
.projectStepsArea .circleBox * {
  pointer-events: none;
}
.projectStepsArea .circleBox .currentItem {
  width: 363px;
  height: 363px;
  border-radius: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/deco/earth.png") no-repeat center center;
  background-size: contain;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 21px rgba(0, 0, 0, 0.11);
}
@media (max-width: 1680px) {
  .projectStepsArea .circleBox .currentItem {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1536px) {
  .projectStepsArea .circleBox .currentItem {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 1440px) {
  .projectStepsArea .circleBox .currentItem {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1180px) {
  .projectStepsArea .circleBox .currentItem {
    width: 363px;
    height: 363px;
  }
}
@media (max-width: 960px) {
  .projectStepsArea .circleBox .currentItem {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 768px) {
  .projectStepsArea .circleBox .currentItem {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 640px) {
  .projectStepsArea .circleBox .currentItem {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 425px) {
  .projectStepsArea .circleBox .currentItem {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 375px) {
  .projectStepsArea .circleBox .currentItem {
    width: 140px;
    height: 140px;
  }
}
.projectStepsArea .circleBox .currentItem .Txt {
  max-width: 80%;
  text-align: center;
}
.projectStepsArea .circleBox .currentItem .Txt .count {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #086ea3;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 6px;
}
@media (max-width: 768px) {
  .projectStepsArea .circleBox .currentItem .Txt .count {
    font-size: 34px;
    letter-spacing: 3.4px;
  }
}
@media (max-width: 425px) {
  .projectStepsArea .circleBox .currentItem .Txt .count {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
.projectStepsArea .circleBox .currentItem .Txt .title {
  color: #086ea3;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
}
@media (max-width: 768px) {
  .projectStepsArea .circleBox .currentItem .Txt .title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media (max-width: 425px) {
  .projectStepsArea .circleBox .currentItem .Txt .title {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
.projectStepsArea .circleBox .currentItem .Txt .subtitle {
  color: #086ea3;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .projectStepsArea .circleBox .currentItem .Txt .subtitle {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.projectStepsArea .circleBox .dotRing {
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.projectStepsArea .circleBox .dotRing.innermost {
  width: 108.2644628%;
  background: url("../images/deco/dotRing_innermost.png") no-repeat center center;
  background-size: contain;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
@media (max-width: 640px) {
  .projectStepsArea .circleBox .dotRing.innermost {
    display: none;
  }
}
.projectStepsArea .circleBox .dotRing.middle {
  width: 144.077135%;
  background: url("../images/deco/dotRing_middle.png") no-repeat center center;
  background-size: contain;
  animation-direction: reverse;
  -webkit-animation-duration: 27.5s;
          animation-duration: 27.5s;
}
@media (max-width: 640px) {
  .projectStepsArea .circleBox .dotRing.middle {
    width: 130%;
  }
}
.projectStepsArea .circleBox .dotRing.outermost {
  width: 227.2727273%;
  background: url("../images/deco/dotRing_outermost.png") no-repeat center center;
  background-size: contain;
  -webkit-mask-image: linear-gradient(-70deg, black 50%, rgba(0, 0, 0, 0) 60%);
          mask-image: linear-gradient(-70deg, black 50%, rgba(0, 0, 0, 0) 60%);
}
@media (max-width: 1180px) {
  .projectStepsArea .circleBox .dotRing.outermost {
    display: none;
  }
}
.projectStepsArea .circleBox .progressRing {
  width: 133.0578512%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url("../images/deco/progressRing.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 640px) {
  .projectStepsArea .circleBox .progressRing {
    width: 120%;
  }
}
.projectStepsArea .circleBox .pointerBox {
  width: 128.5123967%;
  height: auto;
  aspect-ratio: 1/1;
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
@media (max-width: 640px) {
  .projectStepsArea .circleBox .pointerBox {
    width: calc(120% - 4px);
  }
}
.projectStepsArea .circleBox .pointerBox .pointer {
  width: 16px;
  height: 16px;
  border-radius: 99px;
  background: #fff;
  position: relative;
}
.projectStepsArea .circleBox .pointerBox .pointer::after {
  content: "";
  position: absolute;
  width: 5.6px;
  height: 5.6px;
  border-radius: 99px;
  background: #086ea3;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.projectStepsArea .circleBox .pointerBox .pointer::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 7px solid #086ea3;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  bottom: calc(100% + 15px);
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 640px) {
  .projectStepsArea .circleBox .pointerBox .pointer::before {
    bottom: calc(100% + 5px);
  }
}
.projectStepsArea .circleBox .whiteRing {
  width: 178.2369146%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border: 20px solid #fff;
  -webkit-mask-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, black 60%);
          mask-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, black 60%);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 21px rgba(0, 0, 0, 0.11);
}
.projectStepsArea .circleBox .circleList {
  position: absolute;
  width: 204.6831956%;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1680px) {
  .projectStepsArea .circleBox .circleList {
    width: 210%;
  }
}
@media (max-width: 1180px) {
  .projectStepsArea .circleBox .circleList {
    width: 200%;
  }
}
@media (max-width: 425px) {
  .projectStepsArea .circleBox .circleList {
    width: clamp(320px, 90vw, 400px);
  }
}
.projectStepsArea .circleBox .circleList .circleItem {
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  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;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding-top: 10px;
}
.projectStepsArea .circleBox .circleList .circleItem::before {
  content: "";
  position: absolute;
  width: calc(100% + 25px);
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  position: absolute;
  background: #086ea3;
  opacity: 0;
  border-radius: 999px;
  top: -2.5px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  z-index: -1;
}
@media (max-width: 768px) {
  .projectStepsArea .circleBox .circleList .circleItem::before {
    display: none;
  }
}
.projectStepsArea .circleBox .circleList .circleItem.active::before {
  opacity: 0.2;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.projectStepsArea .circleBox .circleList .circleItem.active .item {
  background: #086ea3;
}
.projectStepsArea .circleBox .circleList .circleItem.active .item .countBox {
  background: #fff;
  color: #2c2c2c;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.11);
}
.projectStepsArea .circleBox .circleList .circleItem.active .item .Img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.projectStepsArea .circleBox .circleList .circleItem.active .item .Txt {
  opacity: 0;
}
.projectStepsArea .circleBox .circleList .circleItem .item {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projectStepsArea .circleBox .circleList .circleItem .item .Img {
  width: 80px;
  height: 80px;
  border-radius: 99px;
  border: 1px solid rgba(202, 202, 202, 0.2);
  position: relative;
  z-index: 1;
}
.projectStepsArea .circleBox .circleList .circleItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (max-width: 768px) {
  .projectStepsArea .circleBox .circleList .circleItem .item .Img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1536px) {
  .projectStepsArea .circleBox .circleList .circleItem .item {
    width: 80px;
    height: 80px;
  }
  .projectStepsArea .circleBox .circleList .circleItem .item .Img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .projectStepsArea .circleBox .circleList .circleItem .item {
    width: 70px;
    height: 70px;
  }
  .projectStepsArea .circleBox .circleList .circleItem .item .Img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 425px) {
  .projectStepsArea .circleBox .circleList .circleItem .item {
    width: 60px;
    height: 60px;
  }
  .projectStepsArea .circleBox .circleList .circleItem .item .Img {
    width: 50px;
    height: 50px;
  }
}
.projectStepsArea .circleBox .circleList .circleItem .countBox {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0);
  background: #086ea3;
  border-radius: 99px;
  text-align: center;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  z-index: 2;
}
@media (max-width: 768px) {
  .projectStepsArea .circleBox .circleList .circleItem .countBox {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.projectStepsArea .circleBox .circleList .circleItem .Txt {
  max-width: 200px;
  min-height: 40px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
  border-radius: 99px;
  background: #fff;
  position: absolute;
  left: calc(100% + 25px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  color: #086ea3;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding: 0 40px;
}
@media (max-width: 1680px) {
  .projectStepsArea .circleBox .circleList .circleItem .Txt {
    left: calc(100% + 10px);
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 0 20px;
  }
}
@media (max-width: 680px) {
  .projectStepsArea .circleBox .circleList .circleItem .Txt {
    display: none;
  }
}

.newsArea {
  padding: 105px 0 130px;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 60px 0 80px;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 40px 0;
  }
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 1024px) {
  .newsArea .wrap {
    gap: 0;
  }
}
.newsArea .wrap .topBox {
  width: 100%;
  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;
  margin-bottom: 45px;
}
@media (max-width: 1180px) {
  .newsArea .wrap .topBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .newsArea .wrap .topBox {
    margin-bottom: 20px;
  }
}
.newsArea .wrap .topBox .titleBox {
  margin-bottom: 0;
}
.newsArea .wrap .topBox .functionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 5px 0 0;
}
.newsArea .wrap .topBox .functionBox .btnBox {
  margin: 0;
}
@media (max-width: 768px) {
  .newsArea .wrap .topBox .functionBox {
    display: none;
  }
}
.newsArea .wrap .leftBox {
  width: 50%;
}
@media (max-width: 1024px) {
  .newsArea .wrap .leftBox {
    display: none;
  }
}
.newsArea .wrap .rightBox {
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .newsArea .wrap .rightBox {
    width: 100%;
  }
}
.newsArea .pinBox .newsList .newsItem .item {
  position: relative;
}
@media (min-width: 1181px) {
  .newsArea .pinBox .newsList .newsItem .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.newsArea .pinBox .newsList .newsItem .item .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.newsArea .pinBox .newsList .newsItem .item .Img {
  height: 435px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.newsArea .pinBox .newsList .newsItem .item .Img.noImage::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: relative;
  background: url("../images/deco/aboutPhilosophyDeco.jpg");
  z-index: 0;
}
.newsArea .pinBox .newsList .newsItem .item .Img.noImage::after {
  width: 80%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 192/75;
  background: url("../images/logoSimplify.svg") no-repeat center center/contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.newsArea .pinBox .newsList .newsItem .item .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.newsArea .pinBox .newsList .newsItem .item .Txt {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 35px 35px;
}
.newsArea .pinBox .newsList .newsItem .item .Txt::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.5));
  opacity: 0.2;
  z-index: 0;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .newsInfoBox {
  position: relative;
  z-index: 1;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .newsInfoBox .dateBox {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  font-weight: 500;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .newsInfoBox .dateBox .date {
  font-size: 53px;
  line-height: 1;
  letter-spacing: 0px;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .newsInfoBox .dateBox .year {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .textBox {
  position: relative;
  z-index: 1;
  color: #fff;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .textBox .classTitle {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .textBox .classTitle span {
  position: relative;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding-right: 10px;
  margin-right: 10px;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .textBox .classTitle span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .textBox .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .textBox .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.8px;
  margin-top: 10px;
}
.newsArea .pinBox .newsList .newsItem .item .Txt .textBox .text.ellipsis {
  height: 50px;
}
.newsArea .newsBox {
  max-width: 620px;
  height: 435px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  margin-left: auto;
}
@media (max-width: 1024px) {
  .newsArea .newsBox {
    max-width: 100%;
    height: auto;
    border: none;
  }
}
@media (max-width: 1024px) {
  .newsArea .newsBox .newsList {
    margin: 0 -15px;
  }
}
.newsArea .newsBox .slick-slide {
  height: 145px;
  border: none !important;
}
@media (max-width: 1024px) {
  .newsArea .newsBox .slick-slide {
    height: auto;
  }
}
.newsArea .newsBox .slick-slide > div {
  height: 100%;
}
.newsArea .newsBox .newsItem {
  height: 100%;
  position: relative;
  padding: 0 35px 0 25px;
}
@media (max-width: 1024px) {
  .newsArea .newsBox .newsItem {
    padding: 0 15px;
  }
}
.newsArea .newsBox .newsItem::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}
@media (max-width: 1024px) {
  .newsArea .newsBox .newsItem::before {
    display: none;
  }
}
.newsArea .newsBox .newsItem .item {
  cursor: pointer;
  height: 100%;
  position: relative;
}
.newsArea .newsBox .newsItem .item .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (min-width: 1181px) {
  .newsArea .newsBox .newsItem .item:hover .Txt .title {
    color: #086ea3;
  }
  .newsArea .newsBox .newsItem .item:hover .plus {
    border-color: #086ea3;
  }
  .newsArea .newsBox .newsItem .item:hover .plus::before, .newsArea .newsBox .newsItem .item:hover .plus::after {
    background-color: #086ea3;
  }
}
.newsArea .newsBox .newsItem .Img {
  position: absolute;
  height: calc(100% + 10px);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(20px);
          transform: translateY(-50%) translateX(20px);
  opacity: 0;
  z-index: 1;
}
.newsArea .newsBox .newsItem .Img.noImage::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: relative;
  background: url("../images/deco/aboutPhilosophyDeco.jpg");
  z-index: 0;
}
.newsArea .newsBox .newsItem .Img.noImage::after {
  width: 80%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 192/75;
  background: url("../images/logoSimplify.svg") no-repeat center center/contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.newsArea .newsBox .newsItem .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .newsArea .newsBox .newsItem .Img {
    height: auto;
    aspect-ratio: 700/434;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .newsArea .newsBox .newsItem .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: block;
  }
}
.newsArea .newsBox .newsItem .Txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  position: relative;
}
@media (max-width: 1024px) {
  .newsArea .newsBox .newsItem .Txt {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0 0;
  }
}
.newsArea .newsBox .newsItem .Txt .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.newsArea .newsBox .newsItem .Txt .newsInfoBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #555555;
  font-weight: 500;
}
.newsArea .newsBox .newsItem .Txt .newsInfoBox .date {
  font-size: 45px;
  line-height: 45px;
}
.newsArea .newsBox .newsItem .Txt .newsInfoBox .year {
  font-size: 14px;
  letter-spacing: 0.7px;
}
.newsArea .newsBox .newsItem .Txt .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsArea .newsBox .newsItem .Txt .classTitle {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
}
.newsArea .newsBox .newsItem .Txt .classTitle span {
  position: relative;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding-right: 10px;
  margin-right: 10px;
}
.newsArea .newsBox .newsItem .Txt .classTitle span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #666666;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}
.newsArea .newsBox .newsItem .Txt .title {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .newsBox .newsItem .Txt .text {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.8px;
  margin-top: 10px;
  display: none;
}
.newsArea .newsBox .newsItem .Txt .text.ellipsis {
  height: 50px;
}
@media (max-width: 1024px) {
  .newsArea .newsBox .newsItem .Txt .text {
    display: block;
  }
}
.newsArea .newsBox .newsItem .Txt .plus {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(23, 23, 23, 0.2);
  border-radius: 50%;
  position: relative;
}
.newsArea .newsBox .newsItem .Txt .plus::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: rgba(23, 23, 23, 0.2);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsArea .newsBox .newsItem .Txt .plus::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background-color: rgba(23, 23, 23, 0.2);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .newsArea .newsBox .newsItem .Txt .plus {
    display: none;
  }
}
.newsArea .newsBox .functionBox {
  display: none;
}
@media (max-width: 768px) {
  .newsArea .newsBox .functionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 0;
  }
  .newsArea .newsBox .functionBox .btnBox {
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  .newsArea .newsBox .functionBox {
    gap: 15px;
  }
}

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .arrowBox {
    gap: 15px;
  }
}
@media (max-width: 375px) {
  .arrowBox {
    gap: 15px;
  }
}
.arrowBox .arrowPrev, .arrowBox .arrowNext {
  width: 60px;
  height: 60px;
  border: 1px solid #086ea3;
  position: relative;
}
@media (min-width: 1181px) {
  .arrowBox .arrowPrev:hover::before, .arrowBox .arrowNext:hover::before {
    background: #04547e !important;
  }
  .arrowBox .arrowPrev:hover::after, .arrowBox .arrowNext:hover::after {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
}
@media (max-width: 768px) {
  .arrowBox .arrowPrev, .arrowBox .arrowNext {
    width: 50px;
    height: 50px;
  }
}
.arrowBox .arrowPrev::before, .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 9px;
  -webkit-mask-image: url("../images/icon/buttonArrow.svg");
          mask-image: url("../images/icon/buttonArrow.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #086ea3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.arrowBox .arrowPrev::after, .arrowBox .arrowNext::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #04547e;
  clip-path: polygon(0% 100%, 0% 100%, 100% 0%, 100% 0%);
}
.arrowBox .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}