@charset "UTF-8";
.solutionArea .solutionList .Img img, .newsArea .newsMainList .item, .linkArea .linkList .Img img, .popWindowArea .close::before, .popWindowArea .close::after, .popWindowArea .close {
  transition: all 0.5s ease-in-out;
}

.popWindowArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWindowArea .popWindowMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWindowArea .popWindowBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  height: 100%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWindowArea .popWindowContent {
  height: 100%;
  overflow-y: auto;
  overflow-x: clip;
}
.popWindowArea img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.popWindowArea .Txt {
  padding: 30px;
}
.popWindowArea .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWindowArea .close {
  width: 46px;
  height: 46px;
  background-color: #094E7F;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWindowArea .close::before, .popWindowArea .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWindowArea .close::before {
  transform: rotate(45deg);
}
.popWindowArea .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWindowArea .close:hover {
    background-color: #094E7F;
  }
  .popWindowArea .close:hover::before {
    transform: rotate(-30deg);
  }
  .popWindowArea .close:hover::after {
    transform: rotate(30deg);
  }
}
.popWindowArea.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWindowArea.show .popWindowMask,
.popWindowArea.show .popWindowBox {
  opacity: 1;
}
.popWindowArea.show .popWindowBox {
  transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWindowArea .popWindowContent {
    max-height: calc(100vh - 150px);
    /*以防有不支援dvh的瀏覽器*/
    max-height: calc(100dvh - 150px);
  }
}

.pageBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #c8c8c8;
}
.pageBox .currentPage {
  color: #094E7F;
  width: 25px;
}
.pageBox .slash {
  margin: 0 8px;
  color: currentColor;
  width: 20px;
  height: 20px;
  position: relative;
}
.pageBox .slash::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 480px) {
  .pageBox .slash {
    margin: 0 4px;
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  position: relative;
  overflow-x: clip;
}
.bannerArea::after {
  content: "";
  width: 546px;
  aspect-ratio: 546/608;
  border-radius: 608px;
  opacity: 0.05;
  background: linear-gradient(101deg, #7DACC5 -6.4%, #094E7F 96.27%);
  filter: blur(29.45px);
  position: absolute;
  top: 38%;
  left: -12.3vw;
  z-index: -1;
}
@media (max-width: 1180px) {
  .bannerArea::after {
    top: 25%;
    width: clamp(200px, 46.271vw, 540px);
  }
}
@media (max-width: 480px) {
  .bannerArea::after {
    display: none;
  }
}
.bannerArea .wrap {
  max-width: 100%;
  padding-right: 0;
}
@media (max-width: 1180px) {
  .bannerArea .wrap {
    padding-left: 0;
  }
}
.bannerArea .bannerBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 760px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox {
    flex-direction: column-reverse;
    min-height: unset;
  }
}
.bannerArea .leftBox {
  width: calc(100% - 955px);
  padding: 4.427vw 3.646vw 3.95vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1680px) {
  .bannerArea .leftBox {
    padding: 2vw 3.7vw 5.5vw 0;
  }
}
@media (max-width: 1536px) {
  .bannerArea .leftBox {
    width: 40%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .leftBox {
    width: 100%;
    padding: 80px 30px 20px;
  }
}
@media (max-width: 768px) {
  .bannerArea .leftBox {
    padding: 80px 20px 20px;
  }
}
@media (max-width: 360px) {
  .bannerArea .leftBox {
    padding: 65px 20px 20px;
  }
}
.bannerArea .leftBox .bannerTxtList {
  flex: 1;
  min-height: 0;
}
.bannerArea .leftBox .bannerTxtList .bannerItem,
.bannerArea .leftBox .bannerTxtList .Txt,
.bannerArea .leftBox .bannerTxtList .textBox {
  height: 100%;
}
.bannerArea .rightBox {
  max-width: 955px;
  width: 100%;
  position: relative;
}
@media (max-width: 1536px) {
  .bannerArea .rightBox {
    width: 60%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .rightBox {
    max-width: 100%;
    width: 100%;
    height: clamp(400px, 51.695vw, 610px);
  }
}
.bannerArea .rightBox .bannerImgList {
  height: 100%;
}
.bannerArea .rightBox .bannerImgList .bannerItem {
  height: 100%;
}
.bannerArea .rightBox .itemWrap {
  height: 100%;
  aspect-ratio: 1440/1148;
  min-width: 100%;
  -webkit-mask-image: url("../../images/tw/bannerMask.png");
  mask-image: url("../../images/tw/bannerMask.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
          mask-position: left top;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 1536px) {
  .bannerArea .rightBox .itemWrap {
    aspect-ratio: 1440/1148;
  }
}
@media (max-width: 1180px) {
  .bannerArea .rightBox .itemWrap {
    aspect-ratio: unset;
    border-radius: 0 0 30px 30px;
  }
}
.bannerArea .rightBox .itemWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .bannerArea .rightBox .itemWrap {
    aspect-ratio: unset;
    --r: 30px;
    --s: clamp(88px, 8.983vw, 105px);
    --a: 10deg;
    --p: 50%;
    width: 100%;
    height: 100%;
    border-radius: 0 0 var(--r) var(--r);
    --_m: calc(100% - var(--r)), #000 calc(100% - 1px), #0000;
    --_d: (var(--s) + var(--r))*cos(var(--a));
    -webkit-mask: radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)), radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at var(--p) calc(100% + sin(var(--a)) * var(--s)), rgba(0, 0, 0, 0) 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (sin(var(--a)) - 1)) no-repeat, linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), rgba(0, 0, 0, 0) 0 calc(var(--p) + var(--_d)), #000 0);
            mask: radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)), radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at var(--p) calc(100% + sin(var(--a)) * var(--s)), rgba(0, 0, 0, 0) 100%, #000 calc(100% + 1px)) 0 calc(var(--r) * (sin(var(--a)) - 1)) no-repeat, linear-gradient(90deg, #000 calc(var(--p) - var(--_d)), rgba(0, 0, 0, 0) 0 calc(var(--p) + var(--_d)), #000 0);
  }
}
@media (max-width: 840px) {
  .bannerArea .rightBox .itemWrap {
    --a: 14deg;
  }
}
@media (max-width: 640px) {
  .bannerArea .rightBox .itemWrap {
    border-radius: 0;
  }
}
@media (max-width: 360px) {
  .bannerArea .rightBox .itemWrap {
    --s: 76px;
  }
}
.bannerArea .bannerVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.bannerArea .circleBox {
  width: 124px;
  height: 124px;
  background: linear-gradient(180deg, #5989A3 0%, #0F4D77 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.58;
  position: absolute;
  top: 50%;
  left: -62px;
  transform: translateY(-50%);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bannerArea .circleBox {
    top: calc(100% - clamp(62px, 7vw, 100px));
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 768px) {
  .bannerArea .circleBox {
    width: 115px;
    height: 115px;
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .bannerArea .circleBox {
    width: 100px;
    height: 100px;
    font-size: 15px;
  }
  .bannerArea .circleBox::after {
    width: 116px;
    height: 116px;
  }
}
.bannerArea .circleBox::after {
  content: "";
  background: url("../../images/tw/circleOuter.svg") no-repeat;
  background-size: cover;
  width: 152px;
  height: 152px;
  position: absolute;
  animation: rotate 20s linear infinite;
}
@media (max-width: 768px) {
  .bannerArea .circleBox::after {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 360px) {
  .bannerArea .circleBox::after {
    width: 120px;
    height: 120px;
  }
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    max-width: 100%;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bannerArea .bannerItem .Txt .title {
  color: #094E7F;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: clamp(30px, 3.333vw, 64px);
  font-weight: 500;
  letter-spacing: 3.15px;
  line-height: 1.28;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Txt .title {
    letter-spacing: 2px;
    font-size: clamp(30px, 3.333vw, 56px);
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: clamp(25px, 6vw, 32px);
    letter-spacing: 2px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #282828;
  font-size: 20px;
  letter-spacing: 2px;
  padding-left: 22px;
  line-height: 1.2;
  margin-top: 32px;
  margin-left: 5px;
  position: relative;
  padding-top: 0;
}
.bannerArea .bannerItem .Txt .subtitle::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #094E7F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: clamp(17px, 3vw, 20px);
    margin-top: clamp(16px, 3vw, 32px);
  }
}
@media (max-width: 414px) {
  .bannerArea .bannerItem .Txt .subtitle {
    padding-left: 16px;
  }
  .bannerArea .bannerItem .Txt .subtitle::before {
    width: 6px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #282828;
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-top: auto;
  padding-top: 30px;
  line-height: 2;
  position: relative;
}
.bannerArea .bannerItem .Txt .text::before, .bannerArea .bannerItem .Txt .text::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.bannerArea .bannerItem .Txt .text::before {
  background-color: #E2E2E2;
  width: 100%;
}
.bannerArea .bannerItem .Txt .text::after {
  background-color: #094E7F;
  width: 160px;
}
@media (min-width: 1681px) {
  .bannerArea .bannerItem .Txt .text {
    margin-left: 6px;
    width: calc(100% - 80px);
  }
  .bannerArea .bannerItem .Txt .text::before {
    width: calc(100% + 28px);
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    margin-top: clamp(16px, 3vw, 32px);
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.bannerArea .btnBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 0;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .bannerArea .btnBox {
    display: none;
  }
}

.linkArea {
  margin: clamp(50px, 6.25vw, 120px) 0;
  padding: clamp(140px, 10vw, 186px) 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .linkArea {
    margin: clamp(40px, 4.237vw, 50px) 0 20px;
    padding: clamp(100px, 13vw, 140px) 0;
  }
}
@media (max-width: 576px) {
  .linkArea {
    margin: 30px 0 0;
    padding: 80px 0 60px;
  }
}
@media (max-width: 414px) {
  .linkArea {
    padding: 60px 0 30px;
  }
}
.linkArea::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: calc(100% - 48px);
  background-image: url(../../images/tw/focusBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  -webkit-mask-image: url("../../images/tw/focusMask.png");
  mask-image: url("../../images/tw/focusMask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
}
@media (max-width: 840px) {
  .linkArea::after {
    width: calc(100% - 40px);
    -webkit-mask-image: url("../../images/tw/focusMaskM.png");
    mask-image: url("../../images/tw/focusMaskM.png");
    -webkit-mask-position: top left;
            mask-position: top left;
  }
}
@media (max-width: 576px) {
  .linkArea::after {
    -webkit-mask-image: url("../../images/tw/focusMaskS.png");
    mask-image: url("../../images/tw/focusMaskS.png");
  }
}
@media (max-width: 414px) {
  .linkArea::after {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1180px) {
  .linkArea .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 840px) {
  .linkArea .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 414px) {
  .linkArea .wrap {
    padding: 0 15px;
  }
}
.linkArea .titleBox {
  text-align: left;
}
@media (max-width: 840px) {
  .linkArea .titleBox {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .linkArea .titleBox {
    margin-bottom: 0px;
  }
}
@media (max-width: 414px) {
  .linkArea .titleBox {
    margin-bottom: 0px;
  }
}
.linkArea .titleBox .title,
.linkArea .titleBox .text {
  color: #fff;
}
.linkArea .titleBox .title {
  font-size: clamp(100px, 7.5vw, 140px);
  letter-spacing: 0px;
  line-height: 1;
}
@media (max-width: 1180px) {
  .linkArea .titleBox .title {
    font-size: clamp(65px, 9vw, 100px);
  }
}
@media (max-width: 640px) {
  .linkArea .titleBox .title {
    font-size: clamp(46px, 11vw, 60px);
  }
}
.linkArea .titleBox .text {
  letter-spacing: 1.6px;
  margin-top: 12px;
  width: 52%;
  line-height: 2;
}
@media (max-width: 1440px) {
  .linkArea .titleBox .text {
    width: 80%;
  }
}
@media (max-width: 840px) {
  .linkArea .titleBox .text {
    width: 100%;
    font-size: 15px;
    line-height: 1.75;
  }
}
@media (max-width: 414px) {
  .linkArea .titleBox .text {
    font-size: 14px;
  }
}
.linkArea .slick-list {
  margin: 0 -12px;
}
@media (max-width: 840px) {
  .linkArea .slick-list {
    margin: 0;
  }
}
.linkArea .itemWrap {
  -webkit-mask-image: url("../../images/tw/focusItemMask.png");
  mask-image: url("../../images/tw/focusItemMask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
  mask-position: top right;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 38px clamp(30px, 3vw, 50px) 33px;
  backdrop-filter: blur(4px);
  border-radius: 30px 0 30px 30px;
}
@media (max-width: 480px) {
  .linkArea .itemWrap {
    padding: 30px 25px;
    border-radius: 20px 0 20px 20px;
  }
}
@media (max-width: 360px) {
  .linkArea .itemWrap {
    padding: 26px 18px;
  }
}
.linkArea .linkList .linkItem {
  position: relative;
  padding: 45px 0;
}
.linkArea .linkList .numBox {
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 3;
  margin: 6px;
}
.linkArea .linkList .numBox .num {
  color: #FFF;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  background: rgba(9, 78, 127, 0.3);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .linkArea .linkList .numBox .num {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .linkArea .linkList .numBox .num {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}
.linkArea .linkList .numBox .num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  border: none;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(from 65deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.linkArea .linkList .numBox .num .cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 100%;
}
.linkArea .linkList .numBox .num .cocoen-drag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 115px;
  height: 115px;
  width: 5.99vw;
  height: 5.99vw;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  backdrop-filter: blur(5px);
  pointer-events: none;
}
.linkArea .linkList .item {
  position: relative;
  padding: 0 12px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.linkArea .linkList .item.prev {
  transform: translateY(40px);
}
.linkArea .linkList .item.next {
  transform: translateY(-40px);
}
@media (max-width: 480px) {
  .linkArea .linkList .item {
    padding: 0 8px;
  }
}
.linkArea .linkList .Img {
  width: 80px;
  overflow: hidden;
  margin-bottom: 18px;
}
.linkArea .linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1180px) {
  .linkArea .linkList .Img {
    width: 70px;
  }
}
@media (max-width: 480px) {
  .linkArea .linkList .Img {
    width: 60px;
  }
}
.linkArea .linkList .Txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  text-align: left;
}
.linkArea .linkList .Txt .title {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .linkArea .linkList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .linkArea .linkList .Txt .title {
    font-size: 16px;
    letter-spacing: 0.6px;
  }
}
.linkArea .linkList .Txt .text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  padding-top: 22px;
  line-height: 1.9;
}
@media (max-width: 992px) {
  .linkArea .linkList .Txt .text {
    font-size: 15px;
    margin-top: 14px;
    padding-top: 16px;
    line-height: 1.78;
  }
}
@media (max-width: 414px) {
  .linkArea .linkList .Txt .text {
    font-size: 14px;
  }
}
.linkArea .linkList .Txt .text::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}
.linkArea .bottomBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 35px;
  margin-top: -10px;
  margin-right: 0px;
}
@media (max-width: 1366px) {
  .linkArea .bottomBox {
    margin-top: -15px;
  }
}
@media (max-width: 840px) {
  .linkArea .bottomBox {
    padding: 0 50px;
    margin-top: 0;
  }
}
.linkArea .bottomBox .pageBox {
  color: #fff;
}
.linkArea .bottomBox .pageBox .currentPage {
  color: #fff;
}
@media (max-width: 840px) {
  .linkArea .bottomBox {
    display: none;
  }
}
.linkArea .arrowBox .arrow {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.newsArea {
  padding: 68px 0 clamp(100px, 9vw, 167px);
  position: relative;
  overflow-x: clip;
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  transition: all 0.3s ease;
}
.newsArea::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/500;
  background: url(../../images/tw/newsBg.png) no-repeat center center;
  background-size: cover;
  top: -3vw;
  left: 0;
}
@media (max-width: 1440px) {
  .newsArea::before {
    top: 50px;
  }
}
@media (max-width: 1180px) {
  .newsArea::before {
    top: 15%;
    background-size: 150% auto;
  }
}
@media (max-width: 640px) {
  .newsArea::before {
    display: none;
  }
}
.newsArea::after {
  content: "";
  width: 463.838px;
  height: 541.145px;
  border-radius: 540px;
  opacity: 0.15;
  background: radial-gradient(52.83% 70.78% at 45.28% 43.08%, #094E7F 0%, #7DACC5 100%);
  filter: blur(42.2999992371px);
  position: absolute;
  top: 38%;
  left: -12.3vw;
  z-index: -1;
}
@media (max-width: 1180px) {
  .newsArea::after {
    top: 20%;
  }
}
.newsArea .wrap {
  display: flex;
  justify-content: space-between;
  --gap-news: 50px;
  gap: var(--gap-news);
}
@media (max-width: 1440px) {
  .newsArea .wrap {
    flex-direction: column;
    width: 92%;
  }
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .newsArea .wrap {
    --gap-news: 40px;
  }
}
@media (max-width: 640px) {
  .newsArea .wrap {
    padding: 0;
  }
}
.newsArea .leftBox {
  max-width: 350px;
  margin-top: clamp(20px, 2.5vw, 40px);
}
@media (max-width: 1440px) {
  .newsArea .leftBox {
    max-width: calc(100% - 112px - 83px - clamp(20px, 3.1vw, 30px));
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .newsArea .leftBox {
    padding: 0 20px;
    max-width: 100%;
  }
}
.newsArea .leftBox .titleBox {
  margin-bottom: 0;
}
.newsArea .leftBox .titleBox .text {
  letter-spacing: 0.8px;
}
.newsArea .btnBox {
  margin-top: 4.58vw;
}
@media (max-width: 1440px) {
  .newsArea .btnBox {
    margin-top: clamp(20px, 5vw, 40px);
  }
}
.newsArea .newsBox {
  width: calc(100% - 460px);
  position: relative;
  display: flex;
  gap: 25px;
}
.newsArea .newsBox .newsMainList {
  width: 40%;
  min-width: 420px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .newsArea .newsBox .newsMainList {
    min-width: 480px;
  }
}
@media (max-width: 992px) {
  .newsArea .newsBox .newsMainList {
    min-width: unset;
    width: 100%;
    order: 2;
  }
  .newsArea .newsBox .newsMainList .slick-list {
    margin: 0 -12px;
  }
}
@media (max-width: 640px) {
  .newsArea .newsBox .newsMainList .slick-list {
    margin: 0;
  }
}
.newsArea .newsBox .newsWrap {
  width: 60%;
}
@media (max-width: 992px) {
  .newsArea .newsBox .newsWrap {
    display: none;
  }
}
@media (max-width: 1536px) {
  .newsArea .newsBox {
    gap: 15px;
  }
}
@media (max-width: 1440px) {
  .newsArea .newsBox {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .newsArea .newsBox {
    flex-direction: column;
    gap: 0;
  }
}
.newsArea .newsItem {
  position: relative;
}
@media (max-width: 992px) {
  .newsArea .newsItem {
    padding: 0 12px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsItem {
    padding: 0 8px;
  }
}
.newsArea .newsItem .title {
  color: #094E7F;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .newsArea .newsItem .title {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .newsArea .newsItem .title {
    font-size: 17px;
  }
}
.newsArea .newsItem .text {
  color: #282828;
  font-size: 16px;
  letter-spacing: 1.6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .classTitleBox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 153px;
  height: 46px;
  background-color: #094E7F;
  border-radius: 50px;
  padding: 0 20px;
  margin: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .newsArea .classTitleBox {
    width: 122px;
    height: 40px;
    padding: 0 10px;
  }
}
@media (max-width: 414px) {
  .newsArea .classTitleBox {
    width: 110px;
    height: 36px;
    padding: 0 8px;
    margin: 5px 0px;
  }
}
.newsArea .classTitle {
  color: #FFF;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .newsArea .classTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .newsArea .classTitle {
    font-size: 15px;
    letter-spacing: 1.65px;
  }
}
@media (max-width: 414px) {
  .newsArea .classTitle {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .newsArea .classTitle {
    font-size: 13px;
  }
}
.newsArea .dateBox .date {
  color: rgba(9, 78, 127, 0.4);
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media (max-width: 840px) {
  .newsArea .dateBox .date {
    font-size: 14px;
    letter-spacing: 0.85px;
  }
}
@media (max-width: 414px) {
  .newsArea .dateBox .date {
    font-size: 13px;
  }
}
.newsArea .newsMainList .item {
  position: relative;
  aspect-ratio: 480/605;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .newsArea .newsMainList .item:hover .Img img {
    transform: scale(1.05);
  }
}
.newsArea .newsMainList .item.noImg .title {
  color: #094E7F;
  text-shadow: none;
}
.newsArea .newsMainList .item.noImg .date {
  color: rgba(9, 78, 127, 0.4);
  text-shadow: none;
}
.newsArea .newsMainList .item.noImg .Img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.newsArea .newsMainList .item.noImg .Img img {
  height: auto;
  max-width: 280px;
}
.newsArea .newsMainList .item .Txt {
  position: relative;
  z-index: 2;
  pointer-events: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 40px;
}
@media (max-width: 992px) {
  .newsArea .newsMainList .item .Txt {
    padding: clamp(20px, 3.3vw, 30px) clamp(28px, 3.3vw, 30px);
  }
}
@media (max-width: 414px) {
  .newsArea .newsMainList .item .Txt {
    padding: 20px clamp(20px, 5.797vw, 24px);
  }
}
@media (max-width: 360px) {
  .newsArea .newsMainList .item .Txt {
    padding: clamp(14px, 5vw, 18px);
  }
}
.newsArea .newsMainList .item .title,
.newsArea .newsMainList .item .date {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.newsArea .newsMainList .Img {
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  --r: 30px;
  --s: 23px;
  --x: 120px;
  --y: 15px;
  width: 100%;
  border-radius: var(--r);
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  -webkit-mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
          mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .newsArea .newsMainList .Img {
    --x: 84px;
    --y: 7px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsMainList .Img {
    --r: 20px;
    --x: 96px;
    --y: 16px;
  }
}
@media (max-width: 414px) {
  .newsArea .newsMainList .Img {
    --x: 74px;
    --y: 6px;
  }
}
.newsArea .newsMainList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.newsArea .newsList {
  margin: -12px 0;
}
.newsArea .newsList .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 253px;
  margin: 12px 0;
}
.newsArea .newsList .Txt {
  position: relative;
  z-index: 2;
  pointer-events: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 40px 26px 40px;
  background-color: #f4f4f4;
  -webkit-mask-image: url("../../images/tw/newsMask.png");
  mask-image: url("../../images/tw/newsMask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
          mask-position: bottom right;
  border-radius: 30px 30px 0 30px;
}
.newsArea .newsList .text {
  position: relative;
  margin-top: 17px;
  padding-top: 17px;
  line-height: 1.9;
}
.newsArea .newsList .text::before, .newsArea .newsList .text::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.newsArea .newsList .text::before {
  background-color: #fff;
  width: 100%;
}
.newsArea .newsList .text::after {
  background-color: #094E7F;
  width: 160px;
}
@media (max-width: 1180px) {
  .newsArea .newsList .text {
    margin-top: 15px;
    padding-top: 15px;
    line-height: 1.65;
  }
}
.newsArea .newsList .title,
.newsArea .newsList .date {
  text-shadow: none;
}
.newsArea .newsList .classTitleBox {
  max-width: 129px;
  height: 40px;
  padding: 8px 18px;
  margin: 8px 20px;
}
.newsArea .newsList .classTitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .bottomBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 35px;
  margin-top: 16px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .newsArea .bottomBox {
    order: 1;
    justify-content: flex-end;
    margin-top: calc(-1 * var(--gap-news) - 50px);
    margin-bottom: var(--gap-news);
    margin-left: 0;
    gap: clamp(20px, 3.1vw, 30px);
  }
}
@media (max-width: 640px) {
  .newsArea .bottomBox {
    display: none;
  }
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.solutionArea {
  padding: 120px 0 90px;
  text-align: center;
  position: relative;
}
@media (max-width: 1440px) {
  .solutionArea {
    padding: 80px 0 50px;
  }
}
@media (max-width: 1180px) {
  .solutionArea {
    padding: 50px 0 50px;
    min-height: calc(100vh - 150px);
    min-height: calc(100dvh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.solutionArea::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: calc(100% - 48px);
  background-image: url(../../images/tw/solutionBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  pointer-events: none;
  border-radius: 30px;
}
@media (max-width: 840px) {
  .solutionArea::after {
    width: calc(100% - 40px);
    border-radius: 20px;
  }
}
@media (max-width: 414px) {
  .solutionArea::after {
    width: calc(100% - 30px);
  }
}
.solutionArea .solutionClipper {
  position: relative;
  width: calc(100% - 48px);
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 840px) {
  .solutionArea .solutionClipper {
    width: calc(100% - 40px);
  }
}
@media (max-width: 414px) {
  .solutionArea .solutionClipper {
    width: calc(100% - 30px);
  }
}
.solutionArea .wrap {
  display: flex;
  max-width: 1605px;
  padding: 0 70px;
  flex-wrap: nowrap;
  align-items: flex-start;
  will-change: transform;
}
@media (max-width: 640px) {
  .solutionArea .wrap {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .solutionArea .wrap {
    padding: 0 20px;
  }
}
.solutionArea .leftBox {
  max-width: 880px;
  max-width: clamp(500px, 45.833vw, 880px);
  width: 100%;
  flex-shrink: 0;
  position: relative;
  padding-right: clamp(40px, 4.2vw, 80px);
  padding-top: clamp(20px, 2.3vw, 44px);
}
@media (max-width: 1180px) {
  .solutionArea .leftBox {
    max-width: clamp(430px, 45vw, 520px);
  }
}
@media (max-width: 640px) {
  .solutionArea .leftBox {
    padding-right: 20px;
  }
}
.solutionArea .solutionBox {
  position: relative;
}
.solutionArea .solutionBox::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
}
.solutionArea .titleBox {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.solutionArea .titleBox .title,
.solutionArea .titleBox .text {
  color: #fff;
}
.solutionArea .titleBox .title {
  line-height: 1;
  line-height: 1.15;
  font-size: clamp(46px, 3.4vw, 64px);
  order: 1;
}
@media (max-width: 1180px) {
  .solutionArea .titleBox .title {
    font-size: clamp(32px, 4vw, 40px);
  }
}
@media (max-width: 480px) {
  .solutionArea .titleBox .title {
    font-size: clamp(20px, 6.45vw, 30px);
  }
}
.solutionArea .titleBox .subtitle {
  order: 2;
  padding-left: 0;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 48px);
  letter-spacing: 2.4px;
  margin-top: 20px;
}
.solutionArea .titleBox .subtitle::before {
  display: none;
}
@media (max-width: 480px) {
  .solutionArea .titleBox .subtitle {
    font-size: clamp(18px, 4.2vw, 20px);
  }
}
.solutionArea .titleBox .text {
  letter-spacing: 1.6px;
  margin-top: 12px;
  width: 78%;
  line-height: 2;
  order: 3;
  position: relative;
  padding-top: 32px;
  margin-top: 20px;
}
.solutionArea .titleBox .text::before {
  content: "";
  height: 2px;
  width: 98px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media (max-width: 840px) {
  .solutionArea .titleBox .text {
    width: 100%;
    font-size: 15px;
    line-height: 1.75;
  }
}
@media (max-width: 480px) {
  .solutionArea .titleBox .text {
    font-size: 14px;
    padding-top: 20px;
    margin-top: 8px;
  }
}
.solutionArea .btnBox {
  text-align: left;
  margin-top: 30px;
}
.solutionArea .stepArrow {
  aspect-ratio: 172/315;
  width: 175px;
  height: 315px;
  --rp: 0%;
  -webkit-mask-image: linear-gradient(90deg, #000 calc(var(--rp) - 30%), rgba(0, 0, 0, 0.15) var(--rp), rgba(0, 0, 0, 0.15) 100%);
  mask-image: linear-gradient(90deg, #000 calc(var(--rp) - 30%), rgba(0, 0, 0, 0.15) var(--rp), rgba(0, 0, 0, 0.15) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  will-change: mask-image;
}
.solutionArea .stepArrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 1441px) {
  .solutionArea .stepArrow.arrow1 {
    margin: 40px -15px 0 10px;
  }
  .solutionArea .stepArrow.arrow2 {
    margin: 40px 0px 0 5px;
  }
}
@media (max-width: 480px) {
  .solutionArea .stepArrow {
    width: 140px;
  }
}
.solutionArea .itemWrap {
  -webkit-mask-image: url("../../images/tw/solutionMask.png");
  mask-image: url("../../images/tw/solutionMask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
  mask-position: top right;
  background-color: #fff;
  padding: 36px clamp(30px, 2.6vw, 44px) 38px;
  border-radius: 30px 0 30px 30px;
}
@media (max-width: 640px) {
  .solutionArea .itemWrap {
    padding: 28px 20px;
    border-radius: 20px 0 20px 20px;
  }
}
@media (max-width: 414px) {
  .solutionArea .itemWrap {
    padding: 26px 18px;
    -webkit-mask-image: url("../../images/tw/solutionMaskM.png");
    mask-image: url("../../images/tw/solutionMaskM.png");
  }
}
@media (max-width: 360px) {
  .solutionArea .itemWrap {
    padding: 26px 18px;
  }
}
.solutionArea .solutionList {
  display: flex;
  align-items: center;
  padding: 0 clamp(40px, 5vw, 96px);
}
@media (max-width: 1440px) {
  .solutionArea .solutionList {
    gap: 15px;
  }
}
.solutionArea .solutionList .solutionItem {
  position: relative;
  padding: clamp(20px, 4.7vw, 80px) 0 30px;
  max-width: 545px;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .solutionArea .solutionList .solutionItem {
    max-width: clamp(360px, 65vw, 500px);
  }
}
@media (max-width: 480px) {
  .solutionArea .solutionList .solutionItem {
    max-width: clamp(280px, 75vw, 360px);
  }
}
.solutionArea .solutionList .solutionItem:nth-of-type(4n-1) .item {
  flex-direction: column-reverse;
}
.solutionArea .solutionList .solutionItem:nth-of-type(4n-1) .numBox {
  top: -3px;
}
.solutionArea .solutionList .numBox {
  position: absolute;
  z-index: 3;
  right: 0px;
  top: 265px;
}
@media (max-width: 768px) {
  .solutionArea .solutionList .numBox {
    top: calc(min(465px, clamp(360px, 65vw, 500px)) * 0.4301075269 + 65px);
  }
}
@media (max-width: 480px) {
  .solutionArea .solutionList .numBox {
    top: calc(min(465px, clamp(280px, 75vw, 360px)) * 0.4301075269 + 65px);
  }
}
.solutionArea .solutionList .numBox .num {
  color: #FFF;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  background: rgba(9, 78, 127, 0.3);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .solutionArea .solutionList .numBox .num {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .solutionArea .solutionList .numBox .num {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}
.solutionArea .solutionList .numBox .num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  border: none;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(from 65deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.solutionArea .solutionList .numBox .num .cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 100%;
}
.solutionArea .solutionList .numBox .num .cocoen-drag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 115px;
  height: 115px;
  width: 5.99vw;
  height: 5.99vw;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  backdrop-filter: blur(5px);
  pointer-events: none;
}
.solutionArea .solutionList .item {
  position: relative;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  flex-direction: column;
  gap: 65px;
  align-items: center;
}
.solutionArea .solutionList .Img {
  max-width: 465px;
  width: 100%;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.27));
  --rp: 0%;
  -webkit-mask-image: linear-gradient(90deg, #000 calc(var(--rp) - 30%), rgba(0, 0, 0, 0.15) var(--rp), rgba(0, 0, 0, 0.15) 100%);
  mask-image: linear-gradient(90deg, #000 calc(var(--rp) - 30%), rgba(0, 0, 0, 0.15) var(--rp), rgba(0, 0, 0, 0.15) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  will-change: mask-image;
}
.solutionArea .solutionList .Img img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.27));
}
.solutionArea .solutionList .Txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  text-align: left;
}
.solutionArea .solutionList .Txt .topBox {
  width: 82%;
}
@media (max-width: 768px) {
  .solutionArea .solutionList .Txt .topBox {
    width: 86%;
  }
}
@media (max-width: 480px) {
  .solutionArea .solutionList .Txt .topBox {
    width: 92%;
  }
}
.solutionArea .solutionList .Txt .title {
  color: #094E7F;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 500;
  letter-spacing: 2.4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .solutionArea .solutionList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .solutionArea .solutionList .Txt .title {
    font-size: 18px;
    letter-spacing: 0.6px;
  }
}
.solutionArea .solutionList .Txt .subtitle {
  color: #094E7F;
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 480px) {
  .solutionArea .solutionList .Txt .subtitle {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}
.solutionArea .solutionList .Txt .text {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  position: relative;
  margin-top: 15px;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .solutionArea .solutionList .Txt .text {
    font-size: 15px;
    margin-top: 14px;
    line-height: 1.78;
  }
}
@media (max-width: 480px) {
  .solutionArea .solutionList .Txt .text {
    font-size: 14px;
    line-height: 1.65;
  }
}
.solutionArea .solutionList .Txt .text::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}

.companyArea {
  padding: clamp(80px, 7.5vw, 130px) 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #FFFFFF 0%, #CFE4F2 84%);
  position: relative;
  overflow: clip;
}
@media (max-width: 840px) {
  .companyArea {
    padding: 80px 0;
  }
}
@media (max-width: 840px) {
  .companyArea .wrap {
    padding: 0;
  }
}
.companyArea .titleBox {
  text-align: center;
  position: relative;
  z-index: 1;
}
.companyArea .titleBox .subtitle {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 20px;
}
.companyArea .titleBox .text {
  width: 52%;
  margin: clamp(16px, 2.2vw, 38px) auto 0;
}
@media (max-width: 1180px) {
  .companyArea .titleBox .text {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .companyArea .titleBox .text {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .companyArea .titleBox {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .companyArea .titleBox {
    padding: 0 20px;
  }
}
.companyArea .companyBox {
  position: relative;
  width: 80%;
  aspect-ratio: 1024/412;
  margin: 82px auto 0;
}
@media (max-width: 1536px) {
  .companyArea .companyBox {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .companyArea .companyBox {
    aspect-ratio: 1024/450;
    min-height: 450px;
  }
}
@media (max-width: 840px) {
  .companyArea .companyBox {
    aspect-ratio: unset;
    gap: 20px;
    margin: 40px auto 0;
    min-height: unset;
  }
}
.companyArea .circleDeco {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.companyArea .circleDeco .deco {
  width: clamp(1200px, 80vw, 1536px);
  height: clamp(1200px, 80vw, 1536px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 40%, black 70%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 40%, black 70%, black 100%);
}
@media (max-width: 840px) {
  .companyArea .circleDeco .deco {
    width: clamp(800px, 120vw, 1000px);
    height: clamp(800px, 120vw, 1000px);
  }
}
.companyArea .circleDeco .deco1.spin {
  animation: decoSpin 60s linear infinite;
}
.companyArea .circleDeco .deco2.spin {
  animation: decoSpinReverse 75s linear infinite;
}
.companyArea .circleDeco .deco3.spin {
  animation: decoSpin 95s linear infinite;
}
.companyArea .circleDeco .deco4.spin {
  animation: decoSpinReverse 70s linear infinite;
}
.companyArea .circleDeco .deco5.spin {
  animation: decoSpin 110s linear infinite;
}
.companyArea .circleDeco .deco6.spin {
  animation: decoSpinReverse 50s linear infinite;
}
.companyArea .circleDeco img {
  width: 100%;
  height: auto;
  display: block;
}
.companyArea .center {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%, 0%);
  z-index: 0;
}
.companyArea .center .Img {
  width: clamp(230px, 17vw, 312px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(101deg, #7DACC5 -6.4%, #094E7F 96.27%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 23%;
  position: relative;
}
.companyArea .center .Img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 840px) {
  .companyArea .center .Img {
    display: none;
  }
}
.companyArea .center .Img::after {
  content: "";
  background: url("../../images/tw/circleOuterL.svg") no-repeat;
  background-size: cover;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  position: absolute;
  animation: rotate 20s linear infinite;
}
@media (max-width: 992px) {
  .companyArea .center .Img::after {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
  }
}
@media (max-width: 840px) {
  .companyArea .center .Img::after {
    display: none;
  }
}
.companyArea .companyList {
  width: 100%;
}
.companyArea .companyItem {
  position: absolute;
  z-index: 5;
}
@media (max-width: 840px) {
  .companyArea .companyItem {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .companyArea .companyItem {
    padding: 10px;
  }
}
.companyArea .companyItem::before, .companyArea .companyItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 840px) {
  .companyArea .companyItem::before, .companyArea .companyItem::after {
    display: none;
  }
}
.companyArea .companyItem.rippling::before {
  animation: companyRipple 2s ease-out;
}
.companyArea .companyItem.rippling::after {
  animation: companyRipple 2s 0.6s ease-out;
}
.companyArea .companyItem .item {
  width: clamp(90px, 9vw, 113px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 1px 2px 7.9px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  z-index: 1;
}
@media (max-width: 840px) {
  .companyArea .companyItem .item {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
}
.companyArea .companyItem a,
.companyArea .companyItem img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.companyArea .companyItem {
  --pos1-x: 12.6%;
  --pos1-y: 0%;
  --pos2-x: 23%;
  --pos2-y: 20.6%;
  --pos3-x: 11.6%;
  --pos3-y: 38%;
  --pos4-x: 27%;
  --pos4-y: 58%;
}
.companyArea .companyItem:nth-child(1) {
  left: var(--pos1-x);
  top: var(--pos1-y);
}
.companyArea .companyItem:nth-child(2) {
  left: var(--pos2-x);
  top: var(--pos2-y);
}
.companyArea .companyItem:nth-child(3) {
  left: var(--pos3-x);
  top: var(--pos3-y);
}
.companyArea .companyItem:nth-child(4) {
  left: var(--pos4-x);
  top: var(--pos4-y);
}
.companyArea .companyItem:nth-child(5) {
  left: 50%;
  top: calc(100% - 113px);
  transform: translate(-50%, 0);
}
@media (max-width: 992px) {
  .companyArea .companyItem:nth-child(5) {
    top: calc(100% - 90px);
  }
}
.companyArea .companyItem:nth-child(6) {
  right: var(--pos4-x);
  top: var(--pos4-y);
}
.companyArea .companyItem:nth-child(7) {
  right: var(--pos3-x);
  top: var(--pos3-y);
}
.companyArea .companyItem:nth-child(8) {
  right: var(--pos2-x);
  top: var(--pos2-y);
}
.companyArea .companyItem:nth-child(9) {
  right: var(--pos1-x);
  top: var(--pos1-y);
}
@media (max-width: 1280px) {
  .companyArea .companyItem {
    --pos1-x: 5%;
    --pos2-x: 20%;
    --pos3-x: 8%;
    --pos4-x: 25%;
    --pos4-y: 60%;
  }
}
@media (max-width: 992px) {
  .companyArea .companyItem {
    --pos1-x: 0%;
    --pos2-x: 17%;
    --pos3-x: 6%;
    --pos3-y: 45%;
    --pos4-x: 26%;
  }
}