.applicationArea .applicationBox .applicationItem .Txt .title,
.applicationArea .applicationBox .applicationItem .Txt .content, .applicationArea .applicationBox .applicationItem .Img::after, .applicationArea .right .arrowBox svg, .productArea .productBox .productLeft .productItem .title,
.productArea .productBox .productCenter .productItem .title,
.productArea .productBox .productRight .productItem .title, .productArea .left .arrowBox svg, .productArea .left .arrowBox .arrow, .processArea .processBox .arrow svg, .processArea .processBox .arrow, .processArea .processList .processItem .title::after, .aboutArea .aboutBox .left .aboutBtn svg path, .aboutArea .aboutBox .left .aboutBtn, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  transition: all 0.5s;
}

@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes fullWidth {
  to {
    width: 100%;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes bannerScale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #54adba;
  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 {
  transform: rotate(45deg);
}
.popWin .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

@media (max-width: 640px) {
  .outerWrap {
    overflow-x: hidden;
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .add-animation img {
  animation: bannerScale 16s linear;
}
.bannerArea .bannerItem:not(.first) {
  opacity: 0;
}
.bannerArea .bannerItem .fullWrap {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  justify-content: flex-end;
  padding: 60px 20px 170px 36px;
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt {
    padding: 40px 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: flex;
  flex-direction: column;
  text-shadow: 0px 0px 5px #222;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 72px;
  opacity: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 24px;
  }
}
.bannerArea .bannerItem .Txt .title::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  bottom: -36px;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt .title::after {
    bottom: -8px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  font-size: 40px;
  font-weight: 600;
  height: 40px;
  line-height: 1;
  letter-spacing: 1.2px;
  opacity: 0;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.625;
  letter-spacing: 1.2px;
  margin-top: 10px;
  height: 45px;
  max-width: 520px;
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt .text {
    margin-top: 5px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Img {
    filter: brightness(0.65);
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
.bannerArea .slick-current .Txt .title {
  animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title::after {
  animation: fullWidth 0.8s 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  animation: textSlideUpAnimation 0.8s 1s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerBtn {
  animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  align-items: center;
  display: flex;
  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;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #54adba;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #54adba;
}
.bannerArea .arrowBox {
  display: flex;
  right: 3%;
  top: 60%;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1680px) {
  .bannerArea .arrowBox {
    top: 55%;
  }
}
@media (max-width: 1536px) {
  .bannerArea .arrowBox {
    top: 50%;
  }
}
@media (max-width: 1440px) {
  .bannerArea .arrowBox {
    top: 60%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .arrowBox {
    top: 70%;
  }
}
@media (max-width: 768px) {
  .bannerArea .arrowBox {
    top: 72%;
  }
}
@media (max-width: 640px) {
  .bannerArea .arrowBox {
    top: 40%;
  }
}
.bannerArea .arrowBox .arrow {
  width: 25px;
  height: 25px;
  border-top: 2px solid rgba(255, 255, 255, 0.45);
  border-left: 2px solid rgba(255, 255, 255, 0.45);
  cursor: pointer;
  margin: 0 22px;
  position: relative;
  overflow: hidden;
}
.bannerArea .arrowBox .arrow:hover {
  border-color: #fff;
}
@media (max-width: 640px) {
  .bannerArea .arrowBox .arrow {
    margin: 0 10px;
    height: 20px;
    width: 20px;
  }
}
.bannerArea .arrowBox .arrowPrev {
  transform: rotate(-45deg);
}
.bannerArea .arrowBox .arrowNext {
  margin-left: 18px;
  transform: rotate(135deg);
}
.bannerArea .previewBox {
  align-items: flex-start;
  bottom: 17%;
  color: #fff;
  display: flex;
  right: 4.5%;
  opacity: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1680px) {
  .bannerArea .previewBox {
    bottom: 18%;
  }
}
@media (max-width: 1440px) {
  .bannerArea .previewBox {
    bottom: 12%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .previewBox {
    display: none !important;
  }
}
.bannerArea .previewBox .previewTxt {
  margin-right: 28px;
}
.bannerArea .previewBox .previewLabel {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding-top: 2px;
}
.bannerArea .previewBox .previewNo {
  margin-left: 25px;
  position: relative;
}
.bannerArea .previewBox .previewNo::after {
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  top: 50%;
  left: -18px;
  height: 5px;
  position: absolute;
  width: 5px;
  transform: translateY(-50%);
}
.bannerArea .previewBox .previewContact {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding-left: 28px;
}
.bannerArea .previewBox .previewTitle {
  margin-bottom: 2px;
  letter-spacing: 1px;
}
.bannerArea .previewBox .previewImg img {
  border-top-right-radius: 35px;
  height: 95px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 140px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #54adba;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  width: 15px;
  margin: 0;
  bottom: 20%;
  right: 50px;
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 15px;
  margin: 5px 0;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}

h2 strong {
  color: #54adba;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.marqueeArea {
  background-color: #eef7f9;
  position: relative;
  padding: 32px 40px 32px 48px;
  z-index: 5;
}
@media (min-width: 1201px) {
  .marqueeArea {
    margin-top: -86px;
  }
}
@media (max-width: 1200px) {
  .marqueeArea {
    margin: 0 -60px;
    padding: 20px 40px;
  }
}
.marqueeArea h2 strong {
  position: relative;
}
.marqueeArea h2 strong::after {
  background-color: #54adba;
  content: "";
  height: 100%;
  right: -20px;
  top: 0;
  position: absolute;
  width: 2px;
}
@media (max-width: 640px) {
  .marqueeArea h2 strong::after {
    right: -15px;
  }
}
.marqueeArea .marqueeBox .slick-vertical .slick-slide {
  border: none;
}
.marqueeArea .marqueeBox .marqueeTxtList {
  margin-left: 20px;
}
@media (max-width: 640px) {
  .marqueeArea .marqueeBox .marqueeTxtList {
    margin-left: 10px;
  }
}
.marqueeArea .marqueeBox .marqueeTxtItem {
  align-items: center;
  display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
  color: #54adba;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-right: 50px;
}
@media (max-width: 640px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .date {
    margin-right: 20px;
  }
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.aboutArea {
  overflow-x: hidden;
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .aboutArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 30px 0;
    padding-top: 0;
  }
}
@media (max-width: 280px) {
  .aboutArea {
    padding-bottom: 10px;
  }
}
.aboutArea .aboutBox {
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: grid;
  grid-template-columns: 35% 65%;
  position: relative;
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox {
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 45% 55%;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutBox {
    display: flex;
    flex-direction: column-reverse;
  }
}
.aboutArea .aboutBox .left {
  color: #222;
}
.aboutArea .aboutBox .left .titleBox {
  margin-bottom: 65px;
  position: relative;
}
.aboutArea .aboutBox .left .titleBox::before {
  background-color: #54adba;
  bottom: -40px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: 2;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .left .titleBox::before {
    bottom: -15px;
  }
}
.aboutArea .aboutBox .left .titleBox::after {
  background-color: rgba(84, 173, 186, 0.25);
  bottom: -40px;
  content: "";
  height: 1px;
  left: -100%;
  position: absolute;
  width: 400%;
  z-index: 1;
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .left .titleBox::after {
    bottom: -15px;
  }
}
@media (max-width: 1366px) {
  .aboutArea .aboutBox .left .titleBox {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .left .titleBox {
    margin-bottom: 20px;
  }
}
.aboutArea .aboutBox .left .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .left .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .left .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutBox .left .title {
    margin: 30px 0 15px;
  }
}
.aboutArea .aboutBox .left .content {
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 50px;
  width: 75%;
}
@media (max-width: 1366px) {
  .aboutArea .aboutBox .left .content {
    margin-bottom: 30px;
    width: 85%;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutBox .left .content {
    width: 100%;
  }
}
.aboutArea .aboutBox .left .aboutBtn {
  align-items: center;
  border: 1px solid #a3a3a3;
  color: #222;
  display: flex;
  letter-spacing: 1.2px;
  margin-top: 20px;
  max-width: 278px;
  padding: 25px 50px;
  text-wrap: nowrap;
}
.aboutArea .aboutBox .left .aboutBtn {
  overflow: hidden;
  position: relative;
}
.aboutArea .aboutBox .left .aboutBtn * {
  position: relative;
  z-index: 3;
}
.aboutArea .aboutBox .left .aboutBtn::before, .aboutArea .aboutBox .left .aboutBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
  z-index: 2;
}
.aboutArea .aboutBox .left .aboutBtn::before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #54adba;
  transform: translateX(-100%);
}
.aboutArea .aboutBox .left .aboutBtn::after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #54adba;
  transform: translateX(100%);
}
.aboutArea .aboutBox .left .aboutBtn:hover {
  color: #fff;
}
.aboutArea .aboutBox .left .aboutBtn:hover::before {
  transform: translateX(-49%);
}
.aboutArea .aboutBox .left .aboutBtn:hover::after {
  transform: translateX(49%);
}
@media (max-width: 1024px) {
  .aboutArea .aboutBox .left .aboutBtn {
    padding: 20px 40px;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutBox .left .aboutBtn {
    max-width: 300px;
    padding: 20px 15px 20px 20px;
  }
}
.aboutArea .aboutBox .left .aboutBtn span {
  margin-right: 40px;
}
.aboutArea .aboutBox .left .aboutBtn .play {
  padding-left: 30px;
  position: relative;
}
.aboutArea .aboutBox .left .aboutBtn .play::after {
  background-color: #222;
  content: "";
  left: 10px;
  height: 80%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 1px;
}

.aboutArea .aboutBox .left .aboutBtn:hover .play::after {
  background-color: #fff;
}

.aboutArea .aboutBox .left .aboutBtn .play i {
  padding-left: 5px;
}

.aboutArea .aboutBox .left .aboutBtn i {
  font-size: 17px;
  text-align: right;
}

.aboutArea .aboutBox .left .aboutBtn svg {
  height: 12px;
}
.aboutArea .aboutBox .left .aboutBtn svg path {
  fill: #54adba;
}
.aboutArea .aboutBox .left .aboutBtn:hover {
  background-color: #54adba;
  border-color: #54adba;
}
.aboutArea .aboutBox .left .aboutBtn:hover svg path {
  fill: #fff;
}
@media (max-width: 280px) {
  .aboutArea .aboutBox .left {
    max-width: 100%;
  }
}
.aboutArea .aboutBox .Img {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (max-width: 640px) {
  .aboutArea .aboutBox .Img {
    width: 120%;
  }
}

.serviceArea {
  padding: 125px 0;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1366px) {
  .serviceArea {
    padding-top: 90px;
  }
}
@media (max-width: 1024px) {
  .serviceArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .serviceArea {
    padding: 20px 0 40px;
  }
}
.serviceArea .bgTxt {
  top: -70px;
}
@media (max-width: 1550px) {
  .serviceArea .bgTxt {
    font-size: 180px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1366px) {
  .serviceArea .bgTxt {
    font-size: 160px;
    top: -40px;
  }
}
@media (max-width: 1024px) {
  .serviceArea .bgTxt {
    font-size: 120px;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .serviceArea .bgTxt {
    font-size: 90px;
  }
}
@media (max-width: 640px) {
  .serviceArea .bgTxt {
    font-size: 40px;
    top: 0;
  }
}
.serviceArea .serviceBox {
  align-items: flex-end;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1440px) {
  .serviceArea .serviceBox {
    grid-template-columns: 40% 60%;
  }
}
@media (max-width: 1024px) {
  .serviceArea .serviceBox {
    align-items: center;
    grid-template-columns: 55% 45%;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceBox {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.serviceArea .serviceBox .left {
  align-items: flex-end;
  display: grid;
  grid-template-columns: 80% 20%;
  max-width: 100%;
}
@media (max-width: 1550px) {
  .serviceArea .serviceBox .left {
    grid-template-columns: 70% 30%;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceBox .left {
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 640px) {
  .serviceArea .serviceBox .left {
    align-items: center;
    -moz-column-gap: 0;
    column-gap: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .serviceArea .serviceBox .left .servicePic {
    display: none;
  }
}
.serviceArea .serviceBox .left .servicePic img {
  max-width: 100%;
  /*filter: brightness(0.65);*/
}
@media (max-width: 640px) {
  .serviceArea .serviceBox .left .servicePic img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.serviceArea .serviceBox .left .titleBox {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .serviceArea .serviceBox .left .titleBox {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 640px) {
  .serviceArea .serviceBox .left .titleBox {
    margin-bottom: 0px;
  }
}
.serviceArea .serviceBox .left .titleBox::after {
  background-color: #54adba;
  bottom: -25px;
  content: "";
  right: 0;
  height: 2px;
  position: absolute;
  width: 180%;
}
@media (max-width: 640px) {
  .serviceArea .serviceBox .left .titleBox::after {
    bottom: -15px;
    width: 150%;
  }
}
.serviceArea .serviceBox .left .titleTw {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 14px;
}
.serviceArea .serviceBox .left .titleEn {
  line-height: initial;
}
@media (max-width: 640px) {
  .serviceArea .serviceBox .left .titleEn {
    text-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceBox .right {
    margin-top: 20px;
    width: 100%;
  }
}
.serviceArea .serviceBox .right .serviceItem .item {
  align-items: center;
  color: #222;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .serviceArea .serviceBox .right .serviceItem .item {
    margin-bottom: 15px;
  }
}
.serviceArea .serviceBox .right .serviceItem .item img {
  height: 60px;
  margin: 20px 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 60px;
}
@media (max-width: 640px) {
  .serviceArea .serviceBox .right .serviceItem .item img {
    height: 45px;
    margin: 5px 0;
    width: 45px;
  }
}
.serviceArea .serviceBox .right .serviceItem .title {
  color: #595959;
  font-size: 13px;
  line-height: 2;
}
.serviceArea .serviceBox .right .serviceItem .content {
  line-height: 2;
}

.processArea {
  background-image: url(../images/processBg.png);
  background-size: cover;
  border-top-left-radius: 250px;
  overflow-x: hidden;
  padding: 80px 0 40px;
}
@media (max-width: 1024px) {
  .processArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .processArea {
    border-top-left-radius: 100px;
    padding: 50px 0 10px;
  }
}
.processArea .titleBox {
  text-align: center;
}
.processArea .titleEn {
  color: #666;
}
.processArea .titleTw {
  color: #333;
}
.processArea .processList {
  padding: 20px 0 50px 0;
}
@media (max-width: 768px) {
  .processArea .processList {
    max-width: 90%;
    margin: auto;
  }
}
@media (max-width: 640px) {
  .processArea .processList {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.processArea .processList .slick-slide {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .processArea .processList .slick-slide {
    margin: 0 35px;
  }
}
@media (max-width: 280px) {
  .processArea .processList .slick-slide {
    margin: 0 15px;
  }
}
.processArea .processList .slick-list {
  height: 350px;
}
.processArea .processList .slick-track {
  margin-top: 40px;
}
.processArea .processList .processItem {
  background-color: #fefefe;
  padding: 80px 30px 30px;
  position: relative;
}
@media (max-width: 640px) {
  .processArea .processList .processItem {
    padding: 50px 30px 30px;
  }
}
@media (max-width: 280px) {
  .processArea .processList .processItem {
    padding: 50px 20px 30px;
  }
}
.processArea .processList .processItem .no {
  color: #54adba;
  font-family: "Oswald", sans-serif;
  font-size: 82px;
  letter-spacing: 0.5px;
  top: -70px;
  right: 10px;
  position: absolute;
}
@media (max-width: 768px) {
  .processArea .processList .processItem .no {
    font-size: 72px;
    top: -45px;
  }
}
.processArea .processList .processItem .title {
  border-bottom: 2px solid #191919;
  color: #191919;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
}
.processArea .processList .processItem .title::after {
  background-color: #54adba;
  content: "";
  height: 2px;
  left: 0;
  bottom: -2px;
  position: absolute;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
}
.processArea .processList .processItem .content {
  color: #666;
  line-height: 1.5;
  margin: 15px 0 30px;
}
.processArea .processList .processItem .Img img {
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 60px;
}
.processArea .processList .processItem:hover .title {
  color: #54adba;
}
.processArea .processList .processItem:hover .title::after {
  transform: scaleX(1);
}
.processArea .processBox {
  position: relative;
}
.processArea .processBox .arrow {
  align-items: center;
  border: 1px solid #191919;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 60%;
  width: 40px;
}
.processArea .processBox .arrow svg {
  fill: #191919;
  color: #191919;
  height: 20px;
  width: 20px;
}
.processArea .processBox .arrow.prev {
  left: -60px;
}
@media (max-width: 1536px) {
  .processArea .processBox .arrow.prev {
    left: -40px;
  }
}
@media (max-width: 768px) {
  .processArea .processBox .arrow.prev {
    left: -10px;
  }
}
@media (max-width: 280px) {
  .processArea .processBox .arrow.prev {
    left: -20px;
  }
}
.processArea .processBox .arrow.next {
  right: -60px;
}
@media (max-width: 1536px) {
  .processArea .processBox .arrow.next {
    right: -40px;
  }
}
@media (max-width: 768px) {
  .processArea .processBox .arrow.next {
    right: -10px;
  }
}
@media (max-width: 280px) {
  .processArea .processBox .arrow.next {
    right: -20px;
  }
}
.processArea .processBox .arrow.slick-disabled {
  border-color: #ccc;
}
.processArea .processBox .arrow.slick-disabled svg {
  fill: #ccc;
}
.processArea .processBox .arrow:hover {
  border-color: #54adba;
}
.processArea .processBox .arrow:hover svg {
  fill: #54adba;
  color: #54adba;
}

.productArea {
  padding: 160px 0 120px;
  position: relative;
}
@media (max-width: 768px) {
  .productArea {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .productArea {
    padding: 40px 0;
  }
}
.productArea .bg {
  background-color: #eef7f9;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 35%;
  z-index: -1;
}
.productArea .wrap {
  display: flex;
}
@media (max-width: 640px) {
  .productArea .wrap {
    align-items: center;
    flex-direction: column;
  }
}
.productArea .left {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 120px;
  position: relative;
}
@media (max-width: 1366px) {
  .productArea .left {
    margin-right: 80px;
  }
}
@media (max-width: 1280px) {
  .productArea .left {
    margin-right: 40px;
  }
}
@media (max-width: 640px) {
  .productArea .left {
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 100%;
  }
}
.productArea .left .bgTxt {
  color: #c3e2e7;
  font-size: 96px;
  top: -20px;
  left: 80px;
  writing-mode: vertical-rl;
  text-wrap: nowrap;
}
.productArea .left .titleBox {
  margin-bottom: 0;
}
.productArea .left .titleTw {
  writing-mode: vertical-lr;
  letter-spacing: 1.2px;
}
@media (max-width: 640px) {
  .productArea .left .titleTw {
    writing-mode: horizontal-tb;
  }
}
.productArea .left .infoBox {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 40px 0 40px;
}
@media (max-width: 640px) {
  .productArea .left .infoBox {
    display: none;
  }
}
.productArea .left .infoBox .line {
  background-color: #54adba;
  height: 30px;
  margin-bottom: 20px;
  width: 2px;
}
.productArea .left .infoBox span {
  color: #222;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
}
.productArea .left .infoBox span.infoTotal {
  margin-top: 45px;
}
.productArea .left .infoBox span.infoTotal::after {
  background-color: #222;
  top: -24px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
}
@media (max-width: 640px) {
  .productArea .left .arrowBox {
    display: flex;
    flex-direction: row-reverse;
  }
}
.productArea .left .arrowBox .arrow {
  align-items: center;
  border: 1px solid #54adba;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.productArea .left .arrowBox .arrow.next {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .productArea .left .arrowBox .arrow.next {
    margin: 0 10px;
  }
}
.productArea .left .arrowBox .arrow:hover {
  background-color: #54adba;
  border-color: #54adba;
}
.productArea .left .arrowBox .arrow:hover svg {
  fill: #fff;
  color: #fff;
}
.productArea .left .arrowBox svg {
  fill: #54adba;
  color: #54adba;
  height: 20px;
  width: 20px;
}
.productArea .productBox {
  -moz-column-gap: 60px;
  column-gap: 60px;
  display: grid;
  grid-template-columns: 35% 25% 25%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 1536px) {
  .productArea .productBox {
    grid-template-columns: minmax(400px, 40%) 30% 30%;
  }
}
@media (max-width: 1280px) {
  .productArea .productBox {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .productArea .productBox {
    grid-template-columns: 55% 45%;
  }
}
@media (max-width: 768px) {
  .productArea .productBox {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 640px) {
  .productArea .productBox {
    display: block;
    margin: auto;
    max-width: 100%;
  }
}
.productArea .productBox .productLeft,
.productArea .productBox .productCenter,
.productArea .productBox .productRight {
  display: block;
  position: relative;
}
.productArea .productBox .productLeft .productItem,
.productArea .productBox .productCenter .productItem,
.productArea .productBox .productRight .productItem {
  background-color: #fff;
  padding: 40px 35px;
  max-width: 500px;
}
.productArea .productBox .productLeft .productItem .Img,
.productArea .productBox .productCenter .productItem .Img,
.productArea .productBox .productRight .productItem .Img {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media (max-width: 640px) {
  .productArea .productBox .productLeft .productItem .Img,
  .productArea .productBox .productCenter .productItem .Img,
  .productArea .productBox .productRight .productItem .Img {
    margin-bottom: 10px;
  }
}
.productArea .productBox .productLeft .productItem .Img img,
.productArea .productBox .productCenter .productItem .Img img,
.productArea .productBox .productRight .productItem .Img img {
  aspect-ratio: 1/1;
  height: 300px;
  max-width: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 300px;
  transition: opacity 0.15s;
}
@media (max-width: 640px) {
  .productArea .productBox .productLeft .productItem .Img img,
  .productArea .productBox .productCenter .productItem .Img img,
  .productArea .productBox .productRight .productItem .Img img {
    height: 150px;
    width: 150px;
  }
}
.productArea .productBox .productLeft .productItem .Img img.img2,
.productArea .productBox .productCenter .productItem .Img img.img2,
.productArea .productBox .productRight .productItem .Img img.img2 {
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.productArea .productBox .productLeft .productItem .title,
.productArea .productBox .productCenter .productItem .title,
.productArea .productBox .productRight .productItem .title {
  color: #191919;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.productArea .productBox .productLeft .productItem .title::after,
.productArea .productBox .productCenter .productItem .title::after,
.productArea .productBox .productRight .productItem .title::after {
  background-color: #54adba;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50%;
}
.productArea .productBox .productLeft .productItem .content,
.productArea .productBox .productCenter .productItem .content,
.productArea .productBox .productRight .productItem .content {
  color: #666;
  letter-spacing: 1.2px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.productArea .productBox .productLeft .productItem:hover .title,
.productArea .productBox .productCenter .productItem:hover .title,
.productArea .productBox .productRight .productItem:hover .title {
  color: #54adba;
}
.productArea .productBox .productLeft .productItem:hover .Img img,
.productArea .productBox .productCenter .productItem:hover .Img img,
.productArea .productBox .productRight .productItem:hover .Img img {
  /*opacity: 0;*/
  opacity: 1;
}
.productArea .productBox .productLeft .productItem:hover .Img img.img2,
.productArea .productBox .productCenter .productItem:hover .Img img.img2,
.productArea .productBox .productRight .productItem:hover .Img img.img2 {
  animation: fadeInUp2 0.25s forwards;
}
.productArea .productBox .productLeft {
  margin-right: 5px;
}
@media (max-width: 640px) {
  .productArea .productBox .productCenter,
  .productArea .productBox .productRight {
    display: none;
  }
}
.productArea .productBox .productCenter .productItem,
.productArea .productBox .productRight .productItem {
  background-color: transparent;
  max-width: 400px;
  padding: 0;
}
.productArea .productBox .productCenter .productItem .item,
.productArea .productBox .productRight .productItem .item {
  display: flex;
  flex-direction: column;
}
.productArea .productBox .productCenter .productItem .Img,
.productArea .productBox .productRight .productItem .Img {
  background-color: #fff;
  padding: 40px 25px;
  text-align: center;
}
.productArea .productBox .productCenter .productItem .Img img,
.productArea .productBox .productRight .productItem .Img img {
  height: 250px;
  width: 250px;
}
@media (max-width: 768px) {
  .productArea .productBox .productCenter .productItem .Img img,
  .productArea .productBox .productRight .productItem .Img img {
    height: 200px;
    width: 200px;
  }
}
.productArea .productBox .productCenter .productItem .title,
.productArea .productBox .productRight .productItem .title {
  color: #222;
}
.productArea .productBox .productCenter .productItem .content,
.productArea .productBox .productRight .productItem .content {
  color: #666;
  height: 63px;
}
.productArea .productBox .productCenter {
  align-self: flex-end;
}
.productArea .productBox .productCenter .productItem .item {
  flex-direction: column-reverse;
}
.productArea .productBox .productCenter .productItem .item .Img {
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .productArea .productBox .productRight {
    display: none;
  }
}

.applicationArea {
  background-image: url(../images/applicationBg.jpg);
  background-size: contain;
  background-position: left bottom;
  padding: 160px 0 120px;
  position: relative;
}
@media (max-width: 1536px) {
  .applicationArea {
    padding: 100px 0 80px;
  }
}
@media (max-width: 640px) {
  .applicationArea {
    padding: 40px 0;
  }
}
.applicationArea .bg {
  background-color: #eef7f9;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 35%;
  z-index: 1;
}
@media (max-width: 1680px) {
  .applicationArea .bg {
    width: 30%;
  }
}
@media (max-width: 640px) {
  .applicationArea .bg {
    display: none;
  }
}
.applicationArea .wrap {
  display: flex;
  margin: 0 auto 0 0;
  max-width: 1735px;
  justify-content: space-between;
  padding-left: 0;
}
@media (max-width: 1734px) {
  .applicationArea .wrap {
    max-width: 96vw;
  }
}
@media (max-width: 640px) {
  .applicationArea .wrap {
    align-items: center;
    flex-direction: column-reverse;
    max-width: 95vw;
    margin: 0 auto;
    padding-left: 20px;
  }
}
.applicationArea .right {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .applicationArea .right {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .applicationArea .right {
    flex-direction: row;
    margin-left: 0;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 100%;
  }
}
.applicationArea .right .bgTxt {
  color: #c3e2e7;
  font-size: 96px;
  top: -30px;
  left: -230px;
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  z-index: 1;
}
@media (max-width: 1440px) {
  .applicationArea .right .bgTxt {
    left: -200px;
  }
}
@media (max-width: 768px) {
  .applicationArea .right .bgTxt {
    top: -60px;
    left: -155px;
  }
}
.applicationArea .right .titleBox {
  margin-bottom: 0;
}
.applicationArea .right .titleTw {
  writing-mode: vertical-lr;
  letter-spacing: 1.2px;
}
@media (max-width: 640px) {
  .applicationArea .right .titleTw {
    color: #191919;
    writing-mode: horizontal-tb;
  }
}
.applicationArea .right .infoBox {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 40px 0 40px;
}
@media (max-width: 640px) {
  .applicationArea .right .infoBox {
    display: none;
  }
}
.applicationArea .right .infoBox .line {
  background-color: #54adba;
  height: 30px;
  margin-bottom: 20px;
  width: 2px;
}
.applicationArea .right .infoBox span {
  color: #222;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
}
.applicationArea .right .infoBox span.infoTotal {
  margin-top: 45px;
}
.applicationArea .right .infoBox span.infoTotal::after {
  background-color: #222;
  top: -24px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
}
@media (max-width: 640px) {
  .applicationArea .right .arrowBox {
    display: flex;
    flex-direction: row-reverse;
  }
}
.applicationArea .right .arrowBox .arrow {
  align-items: center;
  border: 1px solid #54adba;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.applicationArea .right .arrowBox .arrow.next {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .applicationArea .right .arrowBox .arrow.next {
    margin: 0 10px;
  }
}
.applicationArea .right .arrowBox .arrow:hover {
  background-color: #54adba;
  border-color: #54adba;
}
.applicationArea .right .arrowBox .arrow:hover svg {
  fill: #fff;
}
.applicationArea .right .arrowBox svg {
  fill: #54adba;
  height: 20px;
  width: 20px;
}
.applicationArea .slick-slide {
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .applicationArea .slick-slide {
    margin: 0 10px;
  }
}
.applicationArea .applicationBox {
  max-width: calc(100% - 180px);
  margin-left: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .applicationArea .applicationBox {
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 1024px) {
  .applicationArea .applicationBox {
    margin-left: -10px;
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 640px) {
  .applicationArea .applicationBox {
    max-width: 100%;
    margin: auto;
  }
}
.applicationArea .applicationBox .applicationItem .item {
  position: relative;
}
.applicationArea .applicationBox .applicationItem .Img {
  position: relative;
}
.applicationArea .applicationBox .applicationItem .Img::after {
  background-color: rgba(84, 173, 186, 0.35);
  content: "";
  pointer-events: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  width: 100%;
}
.applicationArea .applicationBox .applicationItem .Img img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 640px) {
  .applicationArea .applicationBox .applicationItem .Img img {
    /*filter: brightness(0.5);*/
  }
}
.applicationArea .applicationBox .applicationItem .Txt {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding: 40px 35px;
  position: absolute;
  top: 0;
  width: 100%;
  text-shadow: 0px 0px 5px #222;
}
.applicationArea .applicationBox .applicationItem .Txt .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.applicationArea .applicationBox .applicationItem .Txt .title a {
  color: #fff;
}
.applicationArea .applicationBox .applicationItem .Txt .title::after {
  background-color: #54adba;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50%;
}
.applicationArea .applicationBox .applicationItem .Txt .content {
  color: #fff;
  letter-spacing: 1.2px;
  line-height: 1.5;
  /*max-width: 75%;*/
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.applicationArea .applicationBox .applicationItem .Txt .title,
.applicationArea .applicationBox .applicationItem .Txt .content {
  transform: translateY(20px);
}
.applicationArea .applicationBox .applicationItem .Txt .btn {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-top: 25px;
  opacity: 0;
  padding: 10px 12px;
  width: 60%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1366px) {
  .applicationArea .applicationBox .applicationItem .Txt .btn {
    width: 70%;
  }
}
@media (max-width: 1280px) {
  .applicationArea .applicationBox .applicationItem .Txt .btn {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .applicationArea .applicationBox .applicationItem .Txt .btn {
    height: auto;
    transform: scaleY(1);
  }
}
.applicationArea .applicationBox .applicationItem .Txt .btn svg {
  width: 30px;
  height: auto;
  margin-left: 10px;
}
.applicationArea .applicationBox .applicationItem .Txt .btn svg path {
  fill: #fff;
}
.applicationArea .applicationBox .applicationItem:hover .Img::after {
  transform: scaleY(1);
}
.applicationArea .applicationBox .applicationItem:hover .Txt .title,
.applicationArea .applicationBox .applicationItem:hover .Txt .content {
  transform: translateY(0);
}
.applicationArea .applicationBox .applicationItem:hover .Txt .btn {
  opacity: 1;
}