@charset "UTF-8";
.newsArea .pageOutBox .newsPageBox .line .dot, .newsArea .pageOutBox .arrowBox .prev::before,
.newsArea .pageOutBox .arrowBox .next::before, .newsArea .newsBox .newsList .item .Img .arrow, .newsArea .newsBox .newsList .item .Img .classTitle, .newsArea .newsBox .newsList .item .Img img, .solutionArea .pageOutBox .solutionPageBox .line .dot, .solutionArea .pageOutBox .arrowBox .prev::before,
.solutionArea .pageOutBox .arrowBox .next::before, .solutionArea .solutionList .Img .more, .solutionArea .solutionList .Img .title, .bannerArea .scrollDown span, .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;
  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: auto;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWindowArea .popWindowContent {
  height: 100%;
  overflow-y: auto;
  overflow-x: clip;
}
.popWindowArea .popWindowContent p:last-child {
  margin-bottom: 0;
}
.popWindowArea img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.popWindowArea .Txt {
  padding: 30px;
}
.popWindowArea .Txt .popTitle {
  font-size: clamp(18px, 1.25vw, 22px);
  margin-bottom: 25px;
}
.popWindowArea .close {
  width: 46px;
  height: 46px;
  background-color: #0461A4;
  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: #0461A4;
  }
  .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);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList .slick-current .item .Txt .title {
  animation: slideLeftAnimation 0.6s ease-in-out 0s forwards;
}
.bannerArea .bannerList .slick-current .item .Txt .textBox::before {
  transform: scaleX(1);
  transition: 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.bannerArea .bannerList .slick-current .item .Txt .textBox .subtitle {
  animation: slideUpAnimation 0.6s ease-in-out 0.1s forwards;
}
.bannerArea .bannerList .slick-current .item .Txt .textBox .decoTitle {
  animation: slideUpAnimation 0.6s ease-in-out 0.3s forwards;
}
.bannerArea .bannerList .slick-current .item .Txt .text {
  animation: slideUpAnimation 0.5s ease-in-out 0.4s forwards;
}
.bannerArea .bannerList .slick-current .item .Txt .btnBox {
  animation: slideUpAnimation 0.4s ease-in-out 0.5s forwards;
}
.bannerArea .bannerItem .item {
  position: relative;
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .item .Img {
    padding-top: 62.5%;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .item .Img {
    padding-top: 100%;
  }
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .item .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .item .Txt {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .item .Txt {
    padding-top: 70px;
  }
}
.bannerArea .bannerItem .item .Txt .textEditor {
  margin: 0;
}
.bannerArea .bannerItem .item .Txt .title {
  opacity: 0;
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 74px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.bannerArea .bannerItem .item .Txt .textBox {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
.bannerArea .bannerItem .item .Txt .textBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: 0.5s all;
  width: 120px;
  height: 3px;
  background: #ffffff;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0s;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .item .Txt .textBox::before {
    width: 60px;
    height: 2px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .item .Txt .textBox {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.bannerArea .bannerItem .item .Txt .textBox .subtitle {
  opacity: 0;
  color: #ffffff;
  font-size: clamp(18px, 1.25vw, 34px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.bannerArea .bannerItem .item .Txt .textBox .decoTitle {
  opacity: 0;
  margin-top: 5px;
  color: #ffffff;
  font-size: clamp(16px, 1.25vw, 28px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.bannerArea .bannerItem .item .Txt .text {
  max-width: 500px;
  color: #ffffff;
  opacity: 0;
  margin: 35px 0 0;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .item .Txt .text {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .item .Txt .text {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .item .Txt .text {
    display: none;
  }
}
.bannerArea .bannerItem .item .Txt .btnBox {
  opacity: 0;
  margin-top: 45px;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .item .Txt .btnBox {
    margin-top: 20px;
  }
}
.bannerArea .scrollDown {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover span.text {
    color: #0461A4;
  }
  .bannerArea .scrollDown:hover span.line::before {
    transform: translateX(-50%) translateY(500%);
  }
}
@media (max-width: 1023px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  position: relative;
  color: #ffffff;
  font-size: clamp(12px, 0.75vw, 14px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.bannerArea .scrollDown span.text::before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: 0.5s all;
  width: 10px;
  height: 10px;
  border: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff #ffffff transparent transparent;
  top: -35px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
.bannerArea .scrollDown span.line {
  width: 20px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 40px;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: 0.5s all;
  width: 2px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.bannerArea .dotsBox {
  width: 30px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 480px) {
  .bannerArea .dotsBox {
    top: unset;
    bottom: 20px;
    right: 20px;
    transform: translate(0);
  }
}
.bannerArea .dotsBox .slick-dots {
  position: static;
}
.bannerArea .dotsBox .slick-dots li {
  width: 30px;
  height: 30px;
}
.bannerArea .dotsBox .slick-dots li.slick-active button {
  border-color: #0461A4;
}
.bannerArea .dotsBox .slick-dots li.slick-active button::after {
  background: #0461A4;
}
.bannerArea .dotsBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: solid 1px transparent;
  border-radius: 50%;
  padding: 0;
}
.bannerArea .dotsBox .slick-dots li button::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: 0.5s all;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bannerArea .dotsBox .slick-dots li button::before {
  display: none;
}

.solutionArea {
  position: relative;
  padding: 150px 0 110px;
}
@media (max-width: 1180px) {
  .solutionArea {
    padding: 40px 0;
  }
}
.solutionArea .bg {
  background: url("../../images/tw/bg_solution.jpg") no-repeat top center;
  background-size: cover;
  position: absolute;
  inset: 0;
}
.solutionArea .wrap {
  position: relative;
  z-index: 2;
}
.solutionArea .topBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1536px) {
  .solutionArea .topBox {
    flex-direction: column;
  }
}
.solutionArea .topBox .btnBox {
  max-width: 220px;
}
@media (max-width: 1536px) {
  .solutionArea .topBox .btnBox {
    margin-top: 40px;
  }
}
.solutionArea .titleBox .innerTop {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.solutionArea .titleBox .innerTop i {
  width: 60px;
  height: 1px;
  background: #000000;
}
@media (max-width: 768px) {
  .solutionArea .titleBox .innerTop i {
    display: none;
  }
}
.solutionArea .titleBox .bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1536px) {
  .solutionArea .titleBox .bottom {
    justify-content: flex-start;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .solutionArea .titleBox .bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.solutionArea .titleBox .decoTitle {
  color: #000000;
  font-size: clamp(28px, 3.6vw, 55px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.solutionArea .titleBox .subtitle {
  font-size: clamp(18px, 2.4vw, 28px);
}
@media (max-width: 768px) {
  .solutionArea .titleBox .subtitle {
    display: none;
  }
}
.solutionArea .titleBox .title {
  font-size: clamp(24px, 2.4vw, 32px);
}
.solutionArea .titleBox .text {
  max-width: 415px;
  margin-right: -160px;
}
@media (max-width: 1536px) {
  .solutionArea .titleBox .text {
    margin: 0;
  }
}
.solutionArea .solutionBox {
  position: relative;
  z-index: 2;
}
.solutionArea .solutionList {
  position: relative;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  padding: 10px;
  margin: 0 -20px;
}
@media (max-width: 840px) {
  .solutionArea .solutionList {
    margin: 0 -15px;
  }
}
.solutionArea .solutionList:not(.slick-slider) {
  display: flex;
}
.solutionArea .solutionList:not(.slick-slider) .solutionItem {
  width: 20%;
}
@media (max-width: 1300px) {
  .solutionArea .solutionList:not(.slick-slider) .solutionItem {
    width: 25%;
  }
}
@media (max-width: 840px) {
  .solutionArea .solutionList:not(.slick-slider) .solutionItem {
    width: 33.33%;
  }
}
@media (max-width: 540px) {
  .solutionArea .solutionList:not(.slick-slider) .solutionItem {
    width: 50%;
  }
}
@media (min-width: 1181px) {
  .solutionArea .solutionList .slick-list {
    overflow: visible;
  }
}
.solutionArea .solutionList .solutionItem {
  padding: 10px;
}
@media (max-width: 840px) {
  .solutionArea .solutionList .solutionItem {
    padding: 10px 5px;
  }
}
.solutionArea .solutionList .item {
  position: relative;
  padding-bottom: 50%;
}
@media (max-width: 1180px) {
  .solutionArea .solutionList .item {
    padding-bottom: 20px;
  }
}
.solutionArea .solutionList .itemHoverBox {
  position: relative;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .solutionArea .solutionList .itemHoverBox:hover .imgOutBox {
    height: 185%;
    box-shadow: 1px 9px 20px rgba(129, 129, 129, 0.75);
  }
  .solutionArea .solutionList .itemHoverBox:hover .imgOutBox .title {
    transition-delay: 0.4s;
    opacity: 1;
  }
  .solutionArea .solutionList .itemHoverBox:hover .imgOutBox .more {
    transition-delay: 0.4s;
    opacity: 1;
  }
}
.solutionArea .solutionList .itemHoverBox > a {
  position: absolute;
  inset: 0;
}
.solutionArea .solutionList .Txt {
  padding: 35px 0 15px;
}
.solutionArea .solutionList .title {
  margin-bottom: 5px;
  color: #000000;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .solutionArea .solutionList .title {
    margin-bottom: 0;
  }
}
.solutionArea .solutionList .textEditor {
  height: 3.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.solutionArea .solutionList .Img {
  position: relative;
}
@media (min-width: 1181px) {
  .solutionArea .solutionList .Img {
    padding-top: 114%;
  }
  .solutionArea .solutionList .Img .imgOutBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .solutionArea .solutionList .Img .img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.solutionArea .solutionList .Img .title {
  width: 100%;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 30px 20px 0;
}
@media (max-width: 360px) {
  .solutionArea .solutionList .Img .title {
    padding-top: 15px;
  }
}
.solutionArea .solutionList .Img .more {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  opacity: 0;
  padding: 0 30px;
}
.solutionArea .solutionList .Img .more a {
  width: 100%;
  max-width: 215px;
  height: 45px;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #0461A4;
  font-size: clamp(14px, 0.8vw, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .solutionArea .solutionList .Img .more a:hover {
    background-color: #ffffff;
  }
}
.solutionArea .solutionList .Img img {
  display: block;
  width: 100%;
}
.solutionArea .bottomBox {
  position: relative;
  margin-top: -95px;
}
@media (max-width: 1180px) {
  .solutionArea .bottomBox {
    margin-top: 0;
  }
}
.solutionArea .bottomBox::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #bfbfbf;
  top: 0;
  right: 0;
}
.solutionArea .pageOutBox {
  width: 250px;
  border-top: 2px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  margin: -2px 0 0 auto;
}
.solutionArea .pageOutBox .arrowBox {
  display: flex;
  position: relative;
  margin-left: -14px;
}
.solutionArea .pageOutBox .arrowBox .prev,
.solutionArea .pageOutBox .arrowBox .next {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.solutionArea .pageOutBox .arrowBox .prev::before,
.solutionArea .pageOutBox .arrowBox .next::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #000000;
  width: 11px;
  height: 11px;
  top: 50%;
}
.solutionArea .pageOutBox .arrowBox .prev:hover::before,
.solutionArea .pageOutBox .arrowBox .next:hover::before {
  border-color: #0461A4;
}
.solutionArea .pageOutBox .arrowBox .prev::before {
  border-width: 2px 0 0 2px;
  left: 14px;
  transform-origin: left top;
  transform: rotate(-45deg);
}
.solutionArea .pageOutBox .arrowBox .next::before {
  border-width: 2px 2px 0 0;
  right: 14px;
  transform-origin: right top;
  transform: rotate(45deg);
}
.solutionArea .pageOutBox .arrowBox .next::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #7f7f7f;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.solutionArea .pageOutBox .solutionPageBox {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.solutionArea .pageOutBox .solutionPageBox .currentNum {
  width: 20px;
}
.solutionArea .pageOutBox .solutionPageBox .line {
  display: block;
  width: 90px;
  height: 2px;
  background-color: #ccc;
  position: relative;
  margin: 0 15px;
}
.solutionArea .pageOutBox .solutionPageBox .line .dot {
  width: 20px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.aboutArea .wrap {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.aboutArea .leftBox {
  width: 50%;
}
@media (max-width: 960px) {
  .aboutArea .leftBox {
    width: 100%;
  }
}
.aboutArea .rightBox {
  width: 50%;
  position: relative;
}
@media (max-width: 960px) {
  .aboutArea .rightBox {
    width: 100%;
  }
}
@media (min-width: 961px) and (max-width: 1600px) {
  .aboutArea .Img {
    height: 520px;
  }
}
.aboutArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (min-width: 961px) and (max-width: 1600px) {
  .aboutArea .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 640px) {
  .aboutArea .Img img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.aboutArea .Txt {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 0 20px 0 145px;
}
@media (max-width: 1600px) {
  .aboutArea .Txt {
    padding-left: 70px;
  }
}
@media (max-width: 640px) {
  .aboutArea .Txt {
    padding: 0 20px;
  }
}
.aboutArea .Txt .titleBox {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.aboutArea .Txt .titleBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: 0.5s all;
  width: 100px;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  .aboutArea .Txt .titleBox {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.aboutArea .Txt .titleBox .title {
  color: #ffffff;
  line-height: 1.25;
}
.aboutArea .Txt .textEditor {
  max-width: 500px;
  color: #ffffff;
  margin: 0;
}
.aboutArea .Txt .btnBox {
  max-width: 220px;
  margin-top: 70px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .btnBox {
    margin-top: 40px;
  }
}

.advantageArea {
  background: #0461A4;
  padding: 90px 0;
}
@media (max-width: 1180px) {
  .advantageArea {
    padding: 40px 0;
  }
}
.advantageArea .wrap {
  display: flex;
}
@media (max-width: 1180px) {
  .advantageArea .wrap {
    flex-direction: column;
  }
}
.advantageArea .leftBox {
  width: 100%;
  max-width: 540px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .advantageArea .leftBox {
    max-width: 450px;
  }
}
@media (max-width: 1180px) {
  .advantageArea .leftBox {
    max-width: 100%;
  }
}
.advantageArea .leftBox .btnBox {
  max-width: 220px;
  margin-top: 40px;
}
.advantageArea .rightBox {
  flex: 1;
}
@media (max-width: 1180px) {
  .advantageArea .rightBox {
    width: 100%;
    flex: unset;
    margin-top: 60px;
  }
}
.advantageArea .titleBox {
  max-width: 410px;
}
.advantageArea .titleBox .title {
  color: #ffffff;
}
.advantageArea .titleBox .subtitle {
  color: #ffffff;
  line-height: 2;
  margin-top: 35px;
}
@media (max-width: 1180px) {
  .advantageArea .titleBox .subtitle {
    margin-top: 20px;
  }
}
.advantageArea .textEditor {
  color: #ffffff;
}
.advantageArea .textEditor ul {
  padding: 0;
}
.advantageArea .textEditor ul li {
  list-style: none;
}
.advantageArea .textEditor p {
  margin: 0;
}
.advantageArea .numberList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.advantageArea .numberList li {
  width: 33.3333333333%;
}
@media (max-width: 640px) {
  .advantageArea .numberList li {
    width: 50%;
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .advantageArea .numberList li {
    width: 100%;
  }
}
.advantageArea .numberList .item {
  border-left: solid 2px #82B0D2;
  position: relative;
  padding-left: 70px;
}
@media (max-width: 1400px) {
  .advantageArea .numberList .item {
    padding-left: 40px;
  }
}
.advantageArea .numberList .item .no {
  position: absolute;
  top: 0;
  left: 10px;
  color: #ffffff;
  font-size: clamp(12px, 0.75vw, 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.advantageArea .numberList .item .numBox {
  display: flex;
  color: #ffffff;
  font-size: clamp(48px, 4vw, 78px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.advantageArea .numberList .item .text {
  margin-top: 20px;
  color: #ffffff;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.newsArea {
  position: relative;
  overflow: hidden;
  padding: 160px 0 110px;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 40px 0;
  }
}
.newsArea .bg {
  background: url("../../images/tw/bg_news.jpg") no-repeat top center;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.newsArea .topBox {
  display: flex;
  position: relative;
}
.newsArea .topBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: 0.5s all;
  width: 100vw;
  height: 1px;
  background: #c6c6c6;
  bottom: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .newsArea .topBox {
    flex-direction: column;
  }
}
.newsArea .left {
  width: 100%;
  max-width: 565px;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .newsArea .left {
    max-width: 100%;
  }
}
.newsArea .left .btnBox {
  max-width: 220px;
  margin-top: 80px;
}
@media (max-width: 1180px) {
  .newsArea .left .btnBox {
    margin-top: 40px;
  }
}
.newsArea .right {
  width: 100vw;
  overflow: clip;
  padding-bottom: 4px;
  margin-bottom: -4px;
}
@media (max-width: 1180px) {
  .newsArea .right {
    width: 100%;
    flex: unset;
    margin-top: 30px;
  }
}
.newsArea .titleBox .subtitle {
  line-height: 2;
  margin-top: 35px;
}
@media (max-width: 1180px) {
  .newsArea .titleBox .subtitle {
    margin-top: 20px;
  }
}
.newsArea .newsBox {
  width: 100%;
}
.newsArea .newsBox .newsList {
  position: relative;
  z-index: 2;
  margin: 0 -25px -4px;
}
@media (max-width: 1180px) {
  .newsArea .newsBox .newsList {
    margin: 0 -10px;
  }
}
.newsArea .newsBox .newsList .slick-slide {
  padding: 0 25px 4px;
}
@media (max-width: 1180px) {
  .newsArea .newsBox .newsList .slick-slide {
    padding: 0 10px;
  }
}
.newsArea .newsBox .newsList .item {
  width: 100%;
  max-width: 440px;
  position: relative;
}
.newsArea .newsBox .newsList .item::before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: 0.5s all;
  width: 0;
  height: 5px;
  background: #0461A4;
  border-radius: 5px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media (min-width: 1181px) {
  .newsArea .newsBox .newsList .item:hover::before {
    width: 45%;
  }
  .newsArea .newsBox .newsList .item:hover .Img img {
    transform: scale(1.05);
  }
  .newsArea .newsBox .newsList .item:hover .classTitle,
  .newsArea .newsBox .newsList .item:hover .arrow {
    background: #0461A4;
    border-color: #0461A4;
  }
}
@media (max-width: 480px) {
  .newsArea .newsBox .newsList .item {
    max-width: 280px;
  }
}
.newsArea .newsBox .newsList .item .Img {
  position: relative;
  overflow: hidden;
}
.newsArea .newsBox .newsList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.newsArea .newsBox .newsList .item .Img .classTitle {
  border: 1px solid #ffffff;
  border-radius: 99px;
  position: absolute;
  bottom: 20px;
  left: 25px;
  pointer-events: none;
  padding: 10px 30px;
  color: #ffffff;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsArea .newsBox .newsList .item .Img .arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.newsArea .newsBox .newsList .item .Img .arrow::before {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: 0.5s all;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.newsArea .newsBox .newsList .item .Txt {
  display: flex;
  padding: 20px 0 30px;
}
.newsArea .newsBox .newsList .item .Txt .date {
  width: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  color: #000000;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsArea .newsBox .newsList .item .Txt .date span {
  width: 1px;
  height: 25px;
  background-color: #000000;
}
.newsArea .newsBox .newsList .item .Txt .textBox {
  flex: 1;
  padding-left: 20px;
}
.newsArea .newsBox .newsList .item .Txt .textBox .title {
  color: #000000;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .newsArea .newsBox .newsList .item .Txt .textBox .title:hover {
    color: #0461A4;
  }
}
.newsArea .newsBox .newsList .item .Txt .textBox .title a {
  height: 3em;
  color: currentColor;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .newsBox .newsList .item .Txt .textBox .text {
  margin-top: 10px;
  color: #7b7b7b;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsArea .newsBox .newsList .item .Txt .textBox .text p {
  height: 4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .pageOutBox {
  width: 250px;
  border-top: 2px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  margin-top: -2px;
}
.newsArea .pageOutBox .arrowBox {
  display: flex;
  position: relative;
  margin-left: -14px;
}
.newsArea .pageOutBox .arrowBox .prev,
.newsArea .pageOutBox .arrowBox .next {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.newsArea .pageOutBox .arrowBox .prev::before,
.newsArea .pageOutBox .arrowBox .next::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #000000;
  width: 11px;
  height: 11px;
  top: 50%;
}
.newsArea .pageOutBox .arrowBox .prev:hover::before,
.newsArea .pageOutBox .arrowBox .next:hover::before {
  border-color: #0461A4;
}
.newsArea .pageOutBox .arrowBox .prev::before {
  border-width: 2px 0 0 2px;
  left: 14px;
  transform-origin: left top;
  transform: rotate(-45deg);
}
.newsArea .pageOutBox .arrowBox .next::before {
  border-width: 2px 2px 0 0;
  right: 14px;
  transform-origin: right top;
  transform: rotate(45deg);
}
.newsArea .pageOutBox .arrowBox .next::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #7f7f7f;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.newsArea .pageOutBox .newsPageBox {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsArea .pageOutBox .newsPageBox .currentNum {
  width: 20px;
}
.newsArea .pageOutBox .newsPageBox .line {
  display: block;
  width: 90px;
  height: 2px;
  background-color: #ccc;
  position: relative;
  margin: 0 15px;
}
.newsArea .pageOutBox .newsPageBox .line .dot {
  width: 20px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.contactArea {
  padding: 80px 0;
  background: #ebebeb;
}
@media (max-width: 1180px) {
  .contactArea {
    padding: 40px 0;
  }
}
.contactArea .wrap {
  display: flex;
}
@media (max-width: 1180px) {
  .contactArea .wrap {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .contactArea .wrap {
    align-items: center;
  }
}
.contactArea .leftBox {
  width: 100%;
  max-width: 520px;
}
@media (max-width: 1340px) {
  .contactArea .leftBox {
    max-width: 400px;
  }
}
@media (max-width: 640px) {
  .contactArea .leftBox {
    max-width: 100%;
    text-align: center;
  }
}
.contactArea .leftBox .titleBox .title {
  color: #0461A4;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.55;
}
.contactArea .rightBox {
  border-left: solid 1px #BCBCBC;
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding-left: 60px;
}
@media (max-width: 1536px) {
  .contactArea .rightBox {
    flex-direction: column;
  }
}
@media (max-width: 1180px) {
  .contactArea .rightBox {
    width: 100%;
    flex: unset;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .contactArea .rightBox {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .contactArea .rightBox {
    width: auto;
    border: none;
    padding: 0;
  }
}
.contactArea .contactInfoBox .contactTitle {
  margin-bottom: 30px;
  color: #000000;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 640px) {
  .contactArea .contactInfoBox .contactTitle {
    text-align: center;
  }
}
.contactArea .contactInfoBox .info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.contactArea .contactInfoBox .info:last-child {
  margin: 0;
}
.contactArea .contactInfoBox .title {
  width: 105px;
  flex-shrink: 0;
  color: #000000;
  font-size: clamp(14px, 0.8vw, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.contactArea .contactInfoBox .text {
  color: #545454;
  font-size: clamp(14px, 0.8vw, 15px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .contactArea .contactInfoBox .text:hover {
    color: #0461A4;
  }
}
.contactArea .contactInfoBox .text a {
  color: currentColor;
}
.contactArea .btnBox {
  max-width: 280px;
}
@media (max-width: 1536px) {
  .contactArea .btnBox {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .contactArea .btnBox {
    margin: 40px auto 0;
  }
}
.contactArea .btnBox .btn {
  min-width: 280px;
  height: 50px;
}
@media (max-width: 640px) {
  .contactArea .btnBox .btn {
    min-width: 200px;
    height: 45px;
  }
}
.contactArea .btnBox .btn:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .contactArea .btnBox .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}