.serviceArea .item .Txt .title, .serviceArea .item .Img img, .serviceArea .numArrowBox .arrowBox .arrowPrev::before,
.serviceArea .numArrowBox .arrowBox .arrowNext::before, .linkArea .Img, .bannerArea .arrowBox .arrow i, .bannerArea .arrowBox .arrow, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #030303;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #030303;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList:not(.slick-slider) .bannerItem:not(:first-child) {
  display: none;
}
.bannerArea .bannerItem .Txt {
  max-width: 1195px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 77px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
  font-family: "Teko", "Microsoft JhengHei", sans-serif;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 61px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 28px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  margin-top: 30px;
}
.bannerArea .bannerItem .Txt .btnBox .btn {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1201px) {
  .bannerArea .bannerItem .Txt .btnBox .btn:hover {
    background-color: #030303;
    color: #fff;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .btnBox .btn {
    background-color: #030303;
    color: #fff;
  }
}
.bannerArea .bannerItem .Txt .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .bottomBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.bannerArea .bannerItem .Txt .bottomBox .rightBox {
  max-width: 380px;
}
.bannerArea .bannerItem .Txt .bottomBox .rightBox .text {
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  opacity: 0;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .bottomBox .rightBox .text {
    display: none;
  }
}
.bannerArea .bannerItem .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 640px;
  }
}
.bannerArea .numBox {
  position: absolute;
  width: 597.5px;
  height: 100%;
  color: #fff;
  left: 50%;
  margin-left: -597.5px;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 77px;
  font-family: "Teko", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1280px) {
  .bannerArea .numBox {
    display: none;
  }
}
.bannerArea .numBox .inside {
  -webkit-transform: translateY(132px);
          transform: translateY(132px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.bannerArea .numBox span {
  line-height: 1;
}
.bannerArea .numBox .current {
  font-size: 45px;
  margin-right: 18px;
  line-height: 28px;
}
.bannerArea .numBox .current i {
  font-style: normal;
}
.bannerArea .numBox .all {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 300;
  line-height: 16px;
}
.bannerArea .controlBox {
  position: absolute;
  max-width: 1195px;
  width: 100%;
  height: 100%;
  left: 50%;
  bottom: 0;
  margin-left: -597.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 77px;
}
@media (max-width: 1280px) {
  .bannerArea .controlBox {
    display: none;
  }
}
.bannerArea .arrowBox {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.bannerArea .arrowBox:before, .bannerArea .arrowBox:after {
  display: none;
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.bannerArea .arrowBox .arrow i {
  font-size: 30px;
  color: #ffffff;
}
@media (min-width: 1201px) {
  .bannerArea .arrowBox .arrow:hover {
    background-color: #fff;
  }
  .bannerArea .arrowBox .arrow:hover i {
    color: #030303;
  }
}
.bannerArea .progressBar {
  background-color: rgba(255, 255, 255, 0.3294117647);
  display: none;
  bottom: 100px;
  z-index: 2;
}
.bannerArea .progressBar.show {
  display: block;
}
.bannerArea .progressBar.hide {
  display: none;
}
.bannerArea .progressBar.horizontal .path, .bannerArea .progressBar.vertical .path {
  width: 100%;
  height: 2px;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
.bannerArea .progressBar.horizontal .path rect, .bannerArea .progressBar.vertical .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal {
  width: 90%;
  height: 2px;
  margin: 0 auto;
}
.bannerArea .progressBar.horizontal .path {
  width: 90%;
  height: 2px;
  margin: 0 auto;
}
.bannerArea .progressBar.horizontal .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path.active rect {
  -webkit-animation: progressBarHorizontal linear forwards;
          animation: progressBarHorizontal linear forwards;
}
.bannerArea .slick-dots {
  width: 15px;
  margin: 0;
  bottom: 20%;
  right: 50px;
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots {
    display: none;
  }
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 15px;
  margin: 5px 0 !important;
}
.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 #030303;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #030303;
  background-color: #030303;
  opacity: 1;
}
.bannerArea .slick-slide.slick-current .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bannerArea .slick-slide.slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-slide.slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-slide.slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-slide.slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-slide.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}

.aboutArea {
  padding: 150px 0;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  background-image: url("../images/home_about_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1180px) {
  .aboutArea {
    background-size: cover;
    padding: 60px 0;
  }
}
.aboutArea .bgText {
  background-image: url("../images/deco_text.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 24%;
  left: 0;
  width: 2037px;
  height: 198px;
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1880px) {
  .aboutArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.aboutArea .wrap .btnBox.pc {
  position: absolute;
  width: auto;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1180px) {
  .aboutArea .wrap .btnBox.pc {
    display: none;
  }
}
.aboutArea .wrap .btnBox.mb {
  display: none;
}
@media (max-width: 1180px) {
  .aboutArea .wrap .btnBox.mb {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
}
.aboutArea .leftBox {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0px;
  }
}
.aboutArea .leftBox .decoTitle {
  color: #575656;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.aboutArea .leftBox .titleBox {
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 420px) {
  .aboutArea .leftBox .titleBox {
    margin-bottom: 20px;
  }
}
.aboutArea .leftBox .titleBox .subtitle {
  font-size: 55px;
  text-transform: uppercase;
  color: #030303;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.aboutArea .leftBox .titleBox .title {
  font-size: 25px;
  color: #000;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.aboutArea .leftBox .text {
  margin-bottom: 75px;
  font-size: 15px;
  color: #575656;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 420px) {
  .aboutArea .leftBox .text {
    margin-bottom: 40px;
  }
}
.aboutArea .leftBox .iconBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  margin: 70px 0 0;
}
@media (max-width: 420px) {
  .aboutArea .leftBox .iconBox {
    padding-bottom: 30px;
  }
}
.aboutArea .leftBox .iconBox .ImgBox {
  max-width: 42px;
  margin-right: 30px;
}
@media (max-width: 540px) {
  .aboutArea .leftBox .iconBox .ImgBox {
    margin-right: 0;
  }
}
.aboutArea .leftBox .iconBox .ImgBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .leftBox .iconBox .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 540px) {
  .aboutArea .leftBox .iconBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aboutArea .leftBox .iconBox .item .TxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 540px) {
  .aboutArea .leftBox .iconBox .item .TxtBox {
    text-align: center;
    margin-top: 10px;
  }
}
.aboutArea .leftBox .iconBox .item .TxtBox .heading {
  width: 100%;
  font-size: 16px;
  color: #000;
}
.aboutArea .leftBox .iconBox .item .TxtBox .description {
  font-size: 14px;
  padding-top: 2px;
  width: 100%;
  color: #575656;
}
.aboutArea .dataBox {
  width: calc(50% + 560px);
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1880px) {
  .aboutArea .dataBox {
    width: 80%;
  }
}
@media (max-width: 1660px) {
  .aboutArea .dataBox {
    width: 70%;
  }
}
@media (max-width: 1440px) {
  .aboutArea .dataBox {
    width: 65%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .dataBox {
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .aboutArea .dataBox {
    width: 140%;
  }
}
@media (max-width: 540px) {
  .aboutArea .dataBox {
    width: 180%;
  }
}
@media (max-width: 480px) {
  .aboutArea .dataBox {
    width: 200%;
  }
}
@media (max-width: 420px) {
  .aboutArea .dataBox {
    width: 250%;
  }
}
.aboutArea .dataBox .dataList.main {
  margin-right: 40px;
  width: 35.5%;
}
@media (max-width: 1440px) {
  .aboutArea .dataBox .dataList.main {
    margin-right: 20px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .dataBox .dataList.main {
    margin-right: 0px;
    width: 33.3%;
  }
}
.aboutArea .dataBox .dataList.main .Img {
  width: 100%;
  max-width: 440px;
}
@media (max-width: 1180px) {
  .aboutArea .dataBox .dataList.main .Img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.aboutArea .dataBox .dataList.main .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .dataBox .dataList.sec {
  margin-top: -60px;
  margin-right: 40px;
  width: 29%;
}
@media (max-width: 1440px) {
  .aboutArea .dataBox .dataList.sec {
    margin-right: 20px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .dataBox .dataList.sec {
    margin-right: 0px;
    margin-top: 0;
    width: 33.3%;
  }
}
.aboutArea .dataBox .dataList.sec .Img {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 1180px) {
  .aboutArea .dataBox .dataList.sec .Img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.aboutArea .dataBox .dataList.sec .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .dataBox .dataList.third {
  margin-top: 70px;
  width: 29%;
}
@media (max-width: 1180px) {
  .aboutArea .dataBox .dataList.third {
    margin-top: 0;
    width: 33.3%;
  }
}
.aboutArea .dataBox .dataList.third .Img {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 1180px) {
  .aboutArea .dataBox .dataList.third .Img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.aboutArea .dataBox .dataList.third .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .dataBox .item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .aboutArea .dataBox .item.visible::before {
    right: -100%;
  }
  .aboutArea .dataBox .item::before {
    content: "";
    position: absolute;
    will-change: auto;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #030303;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.aboutArea .dataBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .arrowBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none;
          transform: none;
  left: 0;
}
@media (min-width: 1181px) {
  .aboutArea .arrowBox {
    display: none;
  }
}

.linkArea {
  padding: 0px 0;
  position: relative;
  z-index: 2;
}
.linkArea .bg {
  overflow: hidden;
  width: 100%;
}
.linkArea .bg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .linkArea .bg img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
  }
}
.linkArea .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 70px 40px;
}
.linkArea .linkItem {
  padding: 30px;
}
@media (min-width: 1201px) {
  .linkArea .linkItem:hover .Img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-animation: upDown 1.2s ease-in-out infinite;
            animation: upDown 1.2s ease-in-out infinite;
  }
}
.linkArea .Img {
  width: 100%;
}
.linkArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.serviceArea {
  position: relative;
  padding: 152px 0 150px;
  background: #f0f0f0;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1180px) {
  .serviceArea {
    padding: 60px 0;
  }
}
.serviceArea::before {
  content: "";
  position: absolute;
  background-image: url("../images/service_bg.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px) {
  .serviceArea::before {
    background-size: cover;
  }
}
.serviceArea .numArrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 6px;
  display: flex;
  z-index: 2;
}
@media (max-width: 1180px) {
  .serviceArea .numArrowBox {
    left: calc(100% + 30px);
  }
}
@media (max-width: 768px) {
  .serviceArea .numArrowBox {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
}
.serviceArea .numArrowBox .numBox {
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  font-weight: 500;
  padding-right: 35px;
}
@media (max-width: 1180px) {
  .serviceArea .numArrowBox .numBox {
    padding-right: 10px;
  }
}
.serviceArea .numArrowBox .currentNum {
  min-width: 57px;
  font-size: 54px;
  color: #030303;
}
@media (max-width: 1180px) {
  .serviceArea .numArrowBox .currentNum {
    color: #fff;
  }
}
.serviceArea .numArrowBox .totalNum {
  position: relative;
  padding-left: 18px;
  font-size: 23px;
  color: #878787;
}
.serviceArea .numArrowBox .totalNum::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  display: block;
  width: 1px;
  height: 15px;
  background: #c7c7c7;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.serviceArea .numArrowBox .arrowBox {
  position: relative;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceArea .numArrowBox .arrowBox::before {
  content: "";
  position: absolute;
  top: 48.2%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
  .serviceArea .numArrowBox .arrowBox::before {
    background: rgba(255, 255, 255, 0.1);
  }
}
.serviceArea .numArrowBox .arrowBox::before, .serviceArea .numArrowBox .arrowBox::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 1px;
}
.serviceArea .numArrowBox .arrowBox::before {
  height: 45px;
  background-color: #c0c0c0;
}
.serviceArea .numArrowBox .arrowBox::after {
  height: 15px;
  background: #030303;
}
@media (max-width: 1180px) {
  .serviceArea .numArrowBox .arrowBox::after {
    background: #fff;
  }
}
.serviceArea .numArrowBox .arrowBox .arrowPrev,
.serviceArea .numArrowBox .arrowBox .arrowNext {
  position: relative;
  margin: 0 4px;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.serviceArea .numArrowBox .arrowBox .arrowPrev:hover::before,
.serviceArea .numArrowBox .arrowBox .arrowNext:hover::before {
  border-color: #030303;
}
@media (max-width: 1180px) {
  .serviceArea .numArrowBox .arrowBox .arrowPrev:hover::before,
.serviceArea .numArrowBox .arrowBox .arrowNext:hover::before {
    border-color: #fff;
  }
}
.serviceArea .numArrowBox .arrowBox .arrowPrev::before,
.serviceArea .numArrowBox .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
@media (max-width: 1180px) {
  .serviceArea .numArrowBox .arrowBox .arrowPrev::before,
.serviceArea .numArrowBox .arrowBox .arrowNext::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
.serviceArea .numArrowBox .arrowBox .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.serviceArea .numArrowBox .arrowBox .arrowNext::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.serviceArea .bgText {
  background-image: url("../images/deco_service_text.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 1%;
  right: 0;
  width: 753px;
  height: 168px;
}
@media (max-width: 1180px) {
  .serviceArea .bgText {
    display: none;
  }
}
.serviceArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .serviceArea .wrap {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.serviceArea .leftBox {
  width: 320px;
}
@media (max-width: 1180px) {
  .serviceArea .leftBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.serviceArea .titleBox {
  padding-top: 98px;
  text-align: left;
}
@media (max-width: 1180px) {
  .serviceArea .titleBox {
    position: static;
    padding: 0;
    text-align: center;
  }
}
.serviceArea .titleBox .introduction {
  padding-top: 72px;
  color: #fff;
}
@media (max-width: 1180px) {
  .serviceArea .titleBox .introduction {
    padding-top: 10px;
  }
}
.serviceArea .titleBox .btnBox {
  padding-top: 68px;
}
@media (max-width: 1180px) {
  .serviceArea .titleBox .btnBox {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
  }
}
.serviceArea .rightBox {
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% - 320px);
}
@media (max-width: 1180px) {
  .serviceArea .rightBox {
    padding: 0;
    padding: 40px 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .serviceArea .rightBox {
    padding: 20px 0;
  }
}
.serviceArea .dataLeftBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 39.5%;
}
@media (max-width: 1180px) {
  .serviceArea .dataLeftBox {
    position: relative;
  }
}
@media (max-width: 768px) {
  .serviceArea .dataLeftBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.serviceArea .dataRightBox {
  padding-left: 15px;
  width: 60.5%;
}
@media (max-width: 768px) {
  .serviceArea .dataRightBox {
    display: none;
  }
}
.serviceArea .dataRightBox .dataList {
  margin: 0;
  margin-right: -92%;
  -webkit-clip-path: polygon(0 11%, 100% 11%, 100% 100%, 0 100%);
          clip-path: polygon(0 11%, 100% 11%, 100% 100%, 0 100%);
}
.serviceArea .dataRightBox .item {
  max-width: 376px;
  width: 100%;
  margin: 0 auto;
}
.serviceArea .dataList {
  margin: 0 -10px;
}
.serviceArea .dataItem {
  padding: 0 10px;
}
.serviceArea .item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .serviceArea .item.visible::before {
    right: -100%;
  }
  .serviceArea .item::before {
    content: "";
    position: absolute;
    will-change: auto;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #030303;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 768px) {
  .serviceArea .item {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .serviceArea .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5 !important;
  }
  .serviceArea .item:hover .Txt .title {
    color: #030303;
  }
}
.serviceArea .item .Img {
  overflow: hidden;
}
.serviceArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceArea .item .Txt .title {
  position: absolute;
  bottom: 32px;
  left: 36px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
.serviceArea .item .Txt .title a {
  color: #fff;
}
@media (max-width: 768px) {
  .serviceArea .item .Txt .title {
    bottom: 20px;
    left: 30px;
    font-size: 20px;
  }
}

.contactArea {
  position: relative;
  background-image: url("../images/contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 90px;
}
@media (max-width: 1180px) {
  .contactArea {
    background-size: cover;
    padding: 60px 20px;
  }
}
.contactArea .bg {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .contactArea .bg {
    display: none;
  }
}
.contactArea .bg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.contactArea .dataBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  width: 100%;
  padding: 50px 65px 47px;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/main_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .contactArea .dataBox {
    padding: 35px 30px;
  }
}
@media (max-width: 1180px) {
  .contactArea .dataBox {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .contactArea .dataBox {
    padding: 35px 20px;
  }
}
.contactArea .leftBox {
  width: 31.6%;
}
@media (max-width: 1180px) {
  .contactArea .leftBox {
    width: 100%;
  }
}
.contactArea .rightBox {
  width: 68.4%;
  padding: 0 0 0 52px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
  .contactArea .rightBox {
    width: 100%;
    border-left: unset;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
  }
}
.contactArea .titleBox {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  padding-right: 54px;
}
@media (max-width: 1440px) {
  .contactArea .titleBox {
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .contactArea .titleBox {
    width: 100%;
    padding: 0 0 20px;
  }
}
.contactArea .titleBox .subtitle {
  color: #030303;
}
.contactArea .titleBox .subtitle::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #030303;
  margin: 25px 0 30px 1px;
}
.contactArea .formBox {
  width: 100%;
}
@media (max-width: 1440px) {
  .contactArea .formBox {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1180px) {
  .contactArea .formBox {
    width: 100%;
    padding: 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 0;
  }
}
.contactArea .formBox .formColumn {
  padding: 10px 20px;
  margin: 5px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactArea .formBox .formColumn:last-of-type {
  padding-bottom: 0;
}
.contactArea .formBox .formColumn.select::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 50%;
  right: 29px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contactArea .formBox .formColumn.content {
  padding: 0px 10px 6px;
}
.contactArea .formBox .columnInput,
.contactArea .formBox .columnSelect,
.contactArea .formBox .columnArea {
  border-width: 0 0 1px 0;
}
.contactArea .formBox .columnSelect {
  height: 51px;
  padding: 0px 25px 0px 1px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #000;
}
.contactArea .formBox .columnInput {
  height: 33px;
  padding: 5px 0;
}
.contactArea .formBox .columnTitle {
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #000;
}
.contactArea .formBox .columnTitle.requireStyle {
  padding-left: 0;
  position: relative;
}
.contactArea .formBox .columnTitle.requireStyle::before {
  display: none;
}
.contactArea .formBox .columnTitle.requireStyle::after {
  content: "*";
  color: #000;
  font-size: 16px;
}
.contactArea .formBox .columnTitle,
.contactArea .formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-bottom: 0;
}
.contactArea .formBox .columnArea {
  height: 67px;
  padding: 5px 0;
}