.anchor {
  position: absolute;
  top: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .anchor {
    top: -30px;
  }
}

.bread .wrap {
  padding: 0;
  max-width: unset;
}

.mainArea {
  padding: 0;
}

.aboutArea {
  padding: 59px 0 117px;
  background-color: #F5F6FB;
}
@media (max-width: 1023px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .wrap {
  max-width: 1626px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.aboutArea .wrap .left {
  width: 505px;
  padding: 0 0 0;
}
@media (min-width: 1541px) {
  .aboutArea .wrap .left {
    padding-left: 9px;
  }
}
@media (max-width: 1540px) {
  .aboutArea .wrap .left {
    width: 450px;
    padding-right: 20px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .wrap .left {
    width: 380px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .wrap .left {
    width: 100%;
    padding: 0;
  }
}
.aboutArea .wrap .left .bread {
  padding-top: 10px;
  padding-bottom: 30px;
}
.aboutArea .wrap .left .bread .wrap {
  padding: 0;
  max-width: unset;
  -ms-flex-pack: start;
      justify-content: start;
}
.aboutArea .wrap .left .titleBox {
  margin-bottom: 37px;
}
@media (max-width: 1540px) {
  .aboutArea .wrap .left .titleBox {
    margin-bottom: 16px;
  }
}
.aboutArea .wrap .left .titleBox .decoTitle {
  font-size: 20px;
}
@media (max-width: 1540px) {
  .aboutArea .wrap .left .titleBox .decoTitle {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .wrap .left .titleBox .decoTitle {
    font-size: 16px;
  }
}
.aboutArea .wrap .left .titleBox .subtitle {
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0px;
  padding: 0 0 3px;
}
@media (max-width: 1540px) {
  .aboutArea .wrap .left .titleBox .subtitle {
    font-size: 60px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .wrap .left .titleBox .subtitle {
    font-size: 50px;
  }
}
.aboutArea .wrap .left .titleBox .title {
  font-weight: 500;
  font-size: 50px;
}
@media (max-width: 1540px) {
  .aboutArea .wrap .left .titleBox .title {
    font-size: 40px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .wrap .left .titleBox .title {
    font-size: 30px;
  }
}
.aboutArea .wrap .left .titleBox .title::after {
  margin-top: 26px;
}
@media (max-width: 1540px) {
  .aboutArea .wrap .left .titleBox .title::after {
    margin-top: 16px;
  }
}
.aboutArea .wrap .bottomText .title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  margin: 0 0 18px;
  letter-spacing: -0.2px;
}
@media (max-width: 1540px) {
  .aboutArea .wrap .bottomText .title {
    font-size: 26px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .wrap .bottomText .title {
    font-size: 24px;
  }
}
.aboutArea .wrap .bottomText .subtitle {
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  margin: 0 0 18px;
  letter-spacing: -0.2px;
}
@media (max-width: 1540px) {
  .aboutArea .wrap .bottomText .subtitle {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .wrap .bottomText .subtitle {
    font-size: 16px;
  }
}
.aboutArea .wrap .bottomText .text {
  font-size: 15px;
  line-height: 1.733;
  color: #666666;
  letter-spacing: -0.1px;
}
@media (max-width: 1540px) {
  .aboutArea .wrap .bottomText .text {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .wrap .bottomText .text {
    font-size: 13px;
  }
}
.aboutArea .wrap .right {
  width: calc(100% - 505px);
  max-width: 908px;
}
@media (max-width: 1540px) {
  .aboutArea .wrap .right {
    width: calc(100% - 450px);
  }
}
@media (max-width: 1350px) {
  .aboutArea .wrap .right {
    width: calc(100% - 380px);
  }
}
@media (max-width: 1023px) {
  .aboutArea .wrap .right {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }
}
.aboutArea .numberBox {
  padding: 0 0 11px;
}
@media (max-width: 1023px) {
  .aboutArea .numberBox {
    margin: 0 -40px;
  }
}
.aboutArea .numberBox .numberList {
  margin: 0 -38px;
}
@media (max-width: 1540px) {
  .aboutArea .numberBox .numberList {
    margin: 0 -20px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .numberBox .numberList {
    margin: 0 -10px;
  }
}
.aboutArea .numberBox .numberList .slick-slide[data-slick-index="0"] .numberItem::after {
  display: none;
}
.aboutArea .numberBox .numberList .numberItem {
  position: relative;
}
.aboutArea .numberBox .numberList .numberItem::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 1px;
  height: 55px;
  background-color: #DADADA;
}
@media (max-width: 640px) {
  .aboutArea .numberBox .numberList .numberItem::after {
    display: none;
  }
}
.aboutArea .numberBox .numberList .item {
  padding: 0 38px;
}
@media (max-width: 1540px) {
  .aboutArea .numberBox .numberList .item {
    padding: 0 20px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .numberBox .numberList .item {
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .numberBox .numberList .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px 0;
  }
}
.aboutArea .numberBox .numberList .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
.aboutArea .numberBox .numberList .numBox {
  display: -ms-flexbox;
  display: flex;
}
.aboutArea .numberBox .numberList .numBox .number {
  font-weight: 700;
  font-size: 60px;
  color: #2ea9df;
  margin: 0 0 14px;
  line-height: 1;
}
@media (max-width: 1540px) {
  .aboutArea .numberBox .numberList .numBox .number {
    font-size: 50px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .numberBox .numberList .numBox .number {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .numberBox .numberList .numBox .number {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .numberBox .numberList .numBox .number {
    font-size: 60px;
  }
}
.aboutArea .numberBox .numberList .numBox .plus {
  font-weight: 700;
  font-size: 25px;
  color: #2ea9df;
  padding: 0 5px 0;
}
@media (max-width: 1540px) {
  .aboutArea .numberBox .numberList .numBox .plus {
    font-size: 23px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .numberBox .numberList .numBox .plus {
    font-size: 21px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .numberBox .numberList .numBox .plus {
    font-size: 25px;
  }
}
.aboutArea .numberBox .numberList .title {
  font-size: 15px;
  color: #000;
  letter-spacing: -0.1px;
  padding: 0 0 20px;
}
@media (max-width: 1540px) {
  .aboutArea .numberBox .numberList .title {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .numberBox .numberList .title {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .numberBox .numberList .title {
    font-size: 15px;
  }
}
.aboutArea .dataBox {
  position: relative;
}
@media (max-width: 1023px) {
  .aboutArea .dataBox {
    padding: 20px 50px 0;
  }
}
.aboutArea .dataBox .slickBtnBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 137px);
}
@media (max-width: 1023px) {
  .aboutArea .dataBox .slickBtnBox {
    width: 100%;
  }
}
.aboutArea .dataList {
  margin: 0 -10px;
}
.aboutArea .dataItem {
  padding: 0 10px;
}
.aboutArea .dataItem .item {
  position: relative;
}
.aboutArea .dataItem .Img {
  border-radius: 30px;
  overflow: hidden;
}
.aboutArea .dataItem .Txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  padding: 36px 53px;
}
@media (max-width: 1540px) {
  .aboutArea .dataItem .Txt {
    padding: 25px 40px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .dataItem .Txt {
    padding: 25px 20px;
  }
}
.aboutArea .dataItem .title {
  font-weight: 500;
  font-size: 30px;
}
@media (max-width: 1540px) {
  .aboutArea .dataItem .title {
    font-size: 28px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .dataItem .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .aboutArea .dataItem .title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .aboutArea .dataItem .title {
    font-size: 22px;
  }
}
.aboutArea:not(.show) .bread {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.aboutArea:not(.show) .left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
@media (max-width: 1023px) {
  .aboutArea:not(.show) .left {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.aboutArea:not(.show) .right {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media (max-width: 1023px) {
  .aboutArea:not(.show) .right {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.aboutArea.show .bread {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}
.aboutArea.show .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.1s;
}
@media (max-width: 1023px) {
  .aboutArea.show .left {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.aboutArea.show .right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.1s;
}
@media (max-width: 1023px) {
  .aboutArea.show .right {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.qualityArea {
  padding: 121px 0 125px;
  position: relative;
}
@media (max-width: 1023px) {
  .qualityArea {
    padding: 60px 0;
  }
}
.qualityArea .decoBox {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .qualityArea .decoBox {
    display: none;
  }
}
.qualityArea .decoBox .deco {
  position: absolute;
}
.qualityArea .decoBox .deco1 {
  top: -2.3vw;
  right: 29.3%;
  width: 8%;
}
.qualityArea .decoBox .deco2 {
  bottom: -10vw;
  left: 23%;
  width: 13%;
}
.qualityArea .wrap {
  max-width: 1624px;
  position: relative;
  z-index: 2;
}
.qualityArea .qualityBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.qualityArea .qualityBox .leftBox {
  width: 627px;
  padding: 5px 0 0;
}
@media (max-width: 1540px) {
  .qualityArea .qualityBox .leftBox {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .qualityArea .qualityBox .leftBox {
    display: none;
  }
}
.qualityArea .qualityBox .leftBox .Img {
  border-radius: 30px;
  overflow: hidden;
}
.qualityArea .qualityBox .rightBox {
  width: calc(100% - 640px);
  max-width: 822px;
}
@media (max-width: 1540px) {
  .qualityArea .qualityBox .rightBox {
    width: 50%;
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .qualityArea .qualityBox .rightBox {
    width: 100%;
    padding: 0;
  }
}
.qualityArea .qualityBox .rightBox .item {
  border-radius: 20px;
  overflow: hidden;
}
.qualityArea .qualityBox .rightBox .decoTitle {
  font-weight: 700;
  font-size: 15px;
  color: #2ea9df;
  letter-spacing: -0.1px;
  margin: 0 0 12px;
}
@media (max-width: 1540px) {
  .qualityArea .qualityBox .rightBox .decoTitle {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .qualityArea .qualityBox .rightBox .decoTitle {
    font-size: 13px;
  }
}
.qualityArea .qualityBox .rightBox .title {
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  margin: 0 0 11px;
}
@media (max-width: 1540px) {
  .qualityArea .qualityBox .rightBox .title {
    font-size: 32px;
  }
}
@media (max-width: 1350px) {
  .qualityArea .qualityBox .rightBox .title {
    font-size: 28px;
  }
}
.qualityArea .qualityBox .rightBox .subtitle {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin: 0 0 23px 0;
}
@media (max-width: 1540px) {
  .qualityArea .qualityBox .rightBox .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .qualityArea .qualityBox .rightBox .subtitle {
    font-size: 16px;
  }
}
.qualityArea .qualityBox .rightBox .text {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.1px;
}
@media (max-width: 1540px) {
  .qualityArea .qualityBox .rightBox .text {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .qualityArea .qualityBox .rightBox .text {
    font-size: 13px;
  }
}
.qualityArea .qualityBox .certificationList {
  margin: 0 -15px;
}
@media (max-width: 1350px) {
  .qualityArea .qualityBox .certificationList {
    margin: 0 -5px;
  }
}
.qualityArea .qualityBox .certificationList .certificationItem {
  padding: 39px 10px;
}
@media (max-width: 1350px) {
  .qualityArea .qualityBox .certificationList .certificationItem {
    padding: 39px 5px;
  }
}
.qualityArea .qualityBox .certificationList .item {
  padding: 27px 23px 15px 23px;
  box-shadow: 0px 0px 20px rgba(215, 219, 238, 0.8);
}
@media (max-width: 1540px) {
  .qualityArea .qualityBox .certificationList .item {
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(215, 219, 238, 0.8);
  }
}
@media (max-width: 1350px) {
  .qualityArea .qualityBox .certificationList .item {
    padding: 10px;
  }
}
.qualityArea .qualityBox .certificationList .Img {
  margin: 0 0 10px;
}
.qualityArea .qualityBox .certificationList .title {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}
.qualityArea .qualityBox .slickBtnBox {
  width: 100%;
  margin: 16px 0 0;
}
.qualityArea .qualityBox .slickBtnBox .right {
  width: calc(100% - 84px);
  max-width: unset;
  padding: 0 16px 0 0;
}
.qualityArea .qualityBox .slickBtnBox .right .nowNumItem {
  width: auto;
}
.qualityArea .qualityBox .slickBtnBox .right .lineBox {
  width: calc(100% - 49px);
}
.qualityArea:not(.show) .topTitle .decoTitle,
.qualityArea:not(.show) .topTitle .subtitle,
.qualityArea:not(.show) .topTitle .title,
.qualityArea:not(.show) .topTitle .text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.qualityArea:not(.show) .leftBox {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.qualityArea:not(.show) .certificationBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.qualityArea.show .leftBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s;
}
.qualityArea.show .topTitle .decoTitle,
.qualityArea.show .topTitle .subtitle,
.qualityArea.show .topTitle .title,
.qualityArea.show .topTitle .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.qualityArea.show .topTitle .decoTitle {
  transition: all 0.7s 0.1s;
}
.qualityArea.show .topTitle .title {
  transition: all 0.7s 0.2s;
}
.qualityArea.show .topTitle .subtitle {
  transition: all 0.7s 0.3s;
}
.qualityArea.show .topTitle .text {
  transition: all 0.7s 0.4s;
}
.qualityArea.show .certificationBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.5s;
}

.processArea {
  padding: 124px 0 110px 0;
  background: url(../images/bgi.jpg) center/cover;
  border-radius: 150px 150px 0 0;
  position: relative;
}
@media (max-width: 1540px) {
  .processArea {
    border-radius: 120px 120px 0 0;
  }
}
@media (max-width: 1350px) {
  .processArea {
    border-radius: 100px 100px 0 0;
  }
}
@media (max-width: 1023px) {
  .processArea {
    border-radius: 80px 80px 0 0;
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .processArea {
    border-radius: 50px 50px 0 0;
  }
}
.processArea .decoBox {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .processArea .decoBox {
    display: none;
  }
}
.processArea .decoBox .deco {
  position: absolute;
}
.processArea .decoBox .deco1 {
  bottom: 5vw;
  right: 4%;
  width: 21%;
}
.processArea .decoBox .circleBox {
  top: 54.5%;
  left: 50%;
  width: 100%;
  max-width: 677px;
  aspect-ratio: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.processArea .decoBox .circleBox::before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  border: 20px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.processArea .decoBox .circleBox::after {
  content: "";
  display: block;
  width: calc(96% - 40px);
  height: calc(96% - 40px);
  background: url(../images/oem/circle1.png) center/contain no-repeat;
}
.processArea .wrap {
  max-width: 1168px;
  position: relative;
  z-index: 2;
}
.processArea .topTitle {
  text-align: center;
  margin: 0 0 68px;
}
@media (max-width: 1023px) {
  .processArea .topTitle {
    margin-bottom: 20px;
  }
}
.processArea .topTitle .decoTitle,
.processArea .topTitle .subtitle,
.processArea .topTitle .title {
  color: #fff;
}
.processArea .topTitle .decoTitle {
  padding-bottom: 14px;
  font-weight: 700;
}
.processArea .topTitle .title {
  padding-bottom: 12px;
  font-weight: 500;
}
.processArea .topTitle .subtitle {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1540px) {
  .processArea .topTitle .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .processArea .topTitle .subtitle {
    font-size: 16px;
  }
}
.processArea .processList {
  margin: 0 -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1023px) {
  .processArea .processList {
    margin: 0 -5px;
  }
}
.processArea .processList .processItem {
  padding: 0 20px 46px;
  width: 20%;
  position: relative;
}
@media (max-width: 1023px) {
  .processArea .processList .processItem {
    width: 33.33%;
    padding: 0 5px 15px;
  }
}
.processArea .processList .processItem::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 58px;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1540px) {
  .processArea .processList .processItem::before {
    top: 55px;
  }
}
@media (max-width: 1350px) {
  .processArea .processList .processItem::before {
    top: 50px;
  }
}
@media (max-width: 1023px) {
  .processArea .processList .processItem::before {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .processArea .processList .processItem::before {
    top: 35px;
  }
}
.processArea .processList .processItem::after {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background: url(../images/oem/arrow.png) center/contain no-repeat;
  position: absolute;
  top: 54px;
  right: -7.5px;
  z-index: 1;
}
@media (max-width: 1540px) {
  .processArea .processList .processItem::after {
    top: 51px;
  }
}
@media (max-width: 1350px) {
  .processArea .processList .processItem::after {
    top: 46px;
  }
}
@media (max-width: 1023px) {
  .processArea .processList .processItem::after {
    top: 36px;
  }
}
@media (max-width: 767px) {
  .processArea .processList .processItem::after {
    top: 31px;
  }
}
@media (min-width: 1024px) {
  .processArea .processList .processItem:nth-of-type(5)::before, .processArea .processList .processItem:nth-of-type(5)::after, .processArea .processList .processItem:last-child::before, .processArea .processList .processItem:last-child::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .processArea .processList .processItem:nth-of-type(3)::before, .processArea .processList .processItem:nth-of-type(3)::after, .processArea .processList .processItem:nth-of-type(6)::before, .processArea .processList .processItem:nth-of-type(6)::after, .processArea .processList .processItem:last-child::before, .processArea .processList .processItem:last-child::after {
    display: none;
  }
}
.processArea .processList .item {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .processArea .processList .item:hover .Img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.processArea .processList .Img {
  width: 120px;
  aspect-ratio: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 16px;
  transition: all 0.5s ease;
}
@media (max-width: 1540px) {
  .processArea .processList .Img {
    width: 110px;
  }
}
@media (max-width: 1350px) {
  .processArea .processList .Img {
    width: 100px;
  }
}
@media (max-width: 1023px) {
  .processArea .processList .Img {
    width: 80px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 767px) {
  .processArea .processList .Img {
    width: 70px;
  }
}
.processArea .processList .Img img {
  width: 47px;
}
@media (max-width: 767px) {
  .processArea .processList .Img img {
    width: 40px;
  }
}
.processArea .processList .Txt {
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.processArea .processList .Txt .step {
  margin: 0 0 6px;
  font-size: 16px;
}
@media (max-width: 1540px) {
  .processArea .processList .Txt .step {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .processArea .processList .Txt .step {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .processArea .processList .Txt .step {
    font-size: 12px;
    margin: 0;
  }
}
.processArea .processList .Txt .title {
  font-size: 18px;
}
@media (max-width: 1540px) {
  .processArea .processList .Txt .title {
    font-size: 17px;
  }
}
@media (max-width: 1350px) {
  .processArea .processList .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .processArea .processList .Txt .title {
    font-size: 14px;
  }
}
.processArea:not(.show) .topTitle .decoTitle,
.processArea:not(.show) .topTitle .title,
.processArea:not(.show) .topTitle .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.processArea:not(.show) .processBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.processArea.show .topTitle .decoTitle,
.processArea.show .topTitle .title,
.processArea.show .topTitle .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.processArea.show .topTitle .decoTitle {
  transition: all 0.7s 0.1s;
}
.processArea.show .topTitle .title {
  transition: all 0.7s 0.2s;
}
.processArea.show .topTitle .subtitle {
  transition: all 0.7s 0.3s;
}
.processArea.show .processBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}

.formulaArea {
  padding: 119px 0 124px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .formulaArea {
    padding: 60px 0;
  }
}
.formulaArea .wrap {
  max-width: 1620px;
}
.formulaArea .topTitle {
  text-align: center;
  margin: 0 0 68px;
}
@media (max-width: 1023px) {
  .formulaArea .topTitle {
    margin-bottom: 20px;
  }
}
.formulaArea .topTitle .decoTitle {
  padding-bottom: 16px;
  color: #2ea9df;
  font-weight: 700;
}
.formulaArea .topTitle .title {
  padding-bottom: 12px;
  color: #333333;
  font-weight: 500;
}
.formulaArea .topTitle .subtitle {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
@media (max-width: 1540px) {
  .formulaArea .topTitle .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .formulaArea .topTitle .subtitle {
    font-size: 16px;
  }
}
.formulaArea .formulaBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
.formulaArea .formulaBox .left {
  width: 47.9%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .formulaArea .formulaBox .left {
    display: none;
  }
}
.formulaArea .formulaBox .right {
  width: 52.1%;
  padding: 0 0 0 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1023px) {
  .formulaArea .formulaBox .right {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.formulaArea .slickBtnBox {
  -ms-flex-direction: column;
      flex-direction: column;
  width: 60px;
  -ms-flex-align: end;
      align-items: end;
}
@media (max-width: 1023px) {
  .formulaArea .slickBtnBox {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    margin: 20px 0 0;
    width: 100%;
  }
}
.formulaArea .slickBtnBox.hide {
  display: none !important;
}
.formulaArea .slickBtnBox .slickBtn.hide {
  opacity: 0;
}
.formulaArea .slickBox {
  width: calc(100% - 60px);
  max-width: 653px;
  height: 324px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .formulaArea .slickBox {
    width: 100%;
    max-width: unset;
    height: 220px;
  }
}
.formulaArea .formulaList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.formulaArea .formulaList .formulaItem {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.3s ease;
  height: 95px;
  padding: 15px 0;
}
@media (max-width: 1023px) {
  .formulaArea .formulaList .formulaItem {
    padding: 5px 0;
    height: 60px;
  }
}
.formulaArea .formulaList .formulaItem.open {
  height: 134px;
  padding: 23px 0 15px 0;
}
@media (max-width: 1023px) {
  .formulaArea .formulaList .formulaItem.open {
    padding: 15px 0;
    height: 100px;
  }
}
.formulaArea .formulaList .formulaItem.open .item {
  height: auto;
}
.formulaArea .formulaList .formulaItem.open .item .title {
  color: #2ea9df;
}
.formulaArea .formulaList .formulaItem.open .item .iconBox {
  background-color: #333333;
}
.formulaArea .formulaList .formulaItem.open .item .iconBox::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.formulaArea .formulaList .formulaItem .item {
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 63px;
}
@media (max-width: 420px) {
  .formulaArea .formulaList .formulaItem .item {
    padding-right: 35px;
  }
}
@media (max-width: 350px) {
  .formulaArea .formulaList .formulaItem .item {
    padding-right: 25px;
  }
}
.formulaArea .formulaList .formulaItem .title {
  font-weight: 500;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
@media (max-width: 1540px) {
  .formulaArea .formulaList .formulaItem .title {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .formulaArea .formulaList .formulaItem .title {
    font-size: 16px;
  }
}
.formulaArea .formulaList .formulaItem .textEditor {
  font-weight: 400;
  font-size: 15px;
  padding: 7px 0;
  width: 100%;
  max-width: 540px;
  letter-spacing: -0.2px;
  line-height: 1.75;
  display: none;
}
@media (max-width: 1540px) {
  .formulaArea .formulaList .formulaItem .textEditor {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .formulaArea .formulaList .formulaItem .textEditor {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .formulaArea .formulaList .formulaItem .textEditor {
    max-width: unset;
  }
}
.formulaArea .formulaList .formulaItem .textEditor .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.formulaArea .formulaList .formulaItem .iconBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 33px;
  height: 33px;
  background-color: #2ea9df;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 420px) {
  .formulaArea .formulaList .formulaItem .iconBox {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 350px) {
  .formulaArea .formulaList .formulaItem .iconBox {
    width: 20px;
    height: 20px;
  }
}
.formulaArea .formulaList .formulaItem .iconBox::before, .formulaArea .formulaList .formulaItem .iconBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.formulaArea .formulaList .formulaItem .iconBox::before {
  width: 14px;
  height: 2px;
}
@media (max-width: 420px) {
  .formulaArea .formulaList .formulaItem .iconBox::before {
    width: 12px;
  }
}
@media (max-width: 350px) {
  .formulaArea .formulaList .formulaItem .iconBox::before {
    width: 10px;
  }
}
.formulaArea .formulaList .formulaItem .iconBox::after {
  width: 2px;
  height: 14px;
}
@media (max-width: 420px) {
  .formulaArea .formulaList .formulaItem .iconBox::after {
    height: 12px;
  }
}
@media (max-width: 350px) {
  .formulaArea .formulaList .formulaItem .iconBox::after {
    height: 10px;
  }
}
.formulaArea:not(.show) .topTitle .decoTitle,
.formulaArea:not(.show) .topTitle .title,
.formulaArea:not(.show) .topTitle .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.formulaArea:not(.show) .formulaBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.formulaArea.show .topTitle .decoTitle,
.formulaArea.show .topTitle .title,
.formulaArea.show .topTitle .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.formulaArea.show .topTitle .decoTitle {
  transition: all 0.7s 0.1s;
}
.formulaArea.show .topTitle .title {
  transition: all 0.7s 0.2s;
}
.formulaArea.show .topTitle .subtitle {
  transition: all 0.7s 0.3s;
}
.formulaArea.show .formulaBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}

.facArea {
  padding: 107px 0 113px;
  background: url(../images/oem/bgi.jpg) center/cover;
  position: relative;
  border-radius: 150px 0;
  z-index: 3;
}
@media (max-width: 1540px) {
  .facArea {
    border-radius: 120px 0;
  }
}
@media (max-width: 1350px) {
  .facArea {
    border-radius: 100px 0;
  }
}
@media (max-width: 1023px) {
  .facArea {
    border-radius: 80px 0;
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .facArea {
    border-radius: 50px 0;
  }
}
.facArea .decoBox {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.facArea .decoBox .deco {
  position: absolute;
}
.facArea .decoBox .deco1 {
  top: -3.5vw;
  right: 23.5%;
  width: 10%;
}
.facArea .decoBox .deco2 {
  bottom: 12.5vw;
  right: -9.5%;
  width: 20%;
}
.facArea .decoBox .deco3 {
  top: 5.4vw;
  left: 2.5%;
  width: 17%;
}
.facArea .wrap {
  max-width: 1620px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .facArea .classBox .classLink span {
    background: rgba(116, 116, 116, 0.2);
    padding: 8px 33px 6px;
  }
  .facArea .classBox .classLink span.current {
    background: #2ea9df;
    color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .facArea .classBox .classLink span:hover {
    background: #2ea9df;
    color: #fff;
  }
}
.facArea .topTitle {
  text-align: center;
  margin-bottom: 45px;
}
.facArea .topTitle .decoTitle {
  padding-bottom: 16px;
  color: #2ea9df;
  font-weight: 700;
}
.facArea .topTitle .title {
  padding-bottom: 12px;
  color: #333333;
  font-weight: 500;
}
.facArea .topTitle .subtitle {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.facArea .facList {
  margin: 0 -15px 67px;
}
@media (max-width: 1023px) {
  .facArea .facList {
    margin-bottom: 0;
  }
}
.facArea .facList .slick-track {
  margin: 0 auto;
}
.facArea .facList .facItem {
  padding: 0 15px;
}
.facArea .facList .facItem.unClick {
  pointer-events: none;
}
.facArea .facList .facItem .item {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .facArea .facList .facItem .item:hover .btnBox .style2 .hover {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
  .facArea .facList .facItem .item:hover .Txt {
    color: #2ea9df;
  }
}
.facArea .facList .imgBox {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin: 0 0 21px;
}
.facArea .facList .imgBox .btnBox {
  position: absolute;
  bottom: 13px;
  right: 25px;
  z-index: 1;
}
.facArea .facList .Txt {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.5s;
}
.facArea .facList .Txt .small {
  font-size: 12px;
  display: inline-block;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.facArea .slickBox {
  position: relative;
}
@media (max-width: 1023px) {
  .facArea .slickBox {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
.facArea .slickBtnBox {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .facArea .slickBtnBox {
    position: absolute;
    max-width: unset;
    top: 15vw;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: calc(100% + 100px);
  }
}
@media (max-width: 640px) {
  .facArea .slickBtnBox {
    top: 27vw;
  }
}
.facArea .slickBtnBox .nowNumList .nowNumItem {
  width: auto;
}
.facArea .slickBtnBox:has(.line) .right {
  max-width: unset;
}
@media (max-width: 1023px) {
  .facArea .slickBtnBox:has(.line) .right {
    display: none;
  }
}
.facArea .slickBtnBox:has(.line) .lineBox {
  width: calc(100% - 40px);
}
.facArea .slickBtnBox:has(.line) .slickBtn.arrowPrev {
  margin: 0 6px 0 20px;
}
@media (max-width: 1023px) {
  .facArea .slickBtnBox:has(.line) .slickBtn.arrowPrev {
    margin: 0;
  }
}
.facArea:not(.show) .topTitle .decoTitle,
.facArea:not(.show) .topTitle .title,
.facArea:not(.show) .topTitle .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.facArea:not(.show) .classBox,
.facArea:not(.show) .slickBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.facArea.show .topTitle .decoTitle,
.facArea.show .topTitle .title,
.facArea.show .topTitle .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.facArea.show .topTitle .decoTitle {
  transition: all 0.7s 0.1s;
}
.facArea.show .topTitle .title {
  transition: all 0.7s 0.2s;
}
.facArea.show .topTitle .subtitle {
  transition: all 0.7s 0.3s;
}
.facArea.show .classBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.4s;
}
.facArea.show .slickBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.5s;
}

.sideDataBox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.sideDataBox.open {
  opacity: 1;
  pointer-events: auto;
}
.sideDataBox.open .facDetailMask {
  opacity: 1;
}
.sideDataBox.open .facDetailBox {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.sideDataBox .facDetailMask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.sideDataBox .facDetailBox {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 550px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease;
  padding: 125px 64px;
  overflow: auto;
}
.sideDataBox .facDetailBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.sideDataBox .facDetailBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.sideDataBox .facDetailBox::-webkit-scrollbar-thumb {
  background: #2ea9df;
}
@media (max-width: 1540px) {
  .sideDataBox .facDetailBox {
    padding: 100px 50px;
  }
}
@media (max-width: 1350px) {
  .sideDataBox .facDetailBox {
    padding: 80px 40px;
  }
}
.sideDataBox .facDetailClose {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background: #2ea9df;
  cursor: pointer;
}
@media (max-width: 1540px) {
  .sideDataBox .facDetailClose {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 1350px) {
  .sideDataBox .facDetailClose {
    top: 20px;
    right: 20px;
  }
}
.sideDataBox .facDetailClose::before, .sideDataBox .facDetailClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.sideDataBox .facDetailClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.sideDataBox .facDetailClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.sideDataBox .facDetailClose:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.sideDataBox .sideContent .top .sideTitle {
  line-height: 1.25;
  font-weight: 500;
  font-size: 36px;
}
@media (max-width: 1540px) {
  .sideDataBox .sideContent .top .sideTitle {
    font-size: 34px;
  }
}
@media (max-width: 1350px) {
  .sideDataBox .sideContent .top .sideTitle {
    font-size: 32px;
  }
}
.sideDataBox .sideContent .top .sideTitle .small {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
  margin-left: 0;
}
.sideDataBox .sideContent .top .sideSubtitle {
  margin-top: 14px;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1540px) {
  .sideDataBox .sideContent .top .sideSubtitle {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .sideDataBox .sideContent .top .sideSubtitle {
    font-size: 16px;
    margin-top: 10px;
  }
}
.sideDataBox .sideContent .bottom {
  margin-top: 32px;
  padding-top: 19px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1540px) {
  .sideDataBox .sideContent .bottom {
    margin-top: 25px;
  }
}
@media (max-width: 1350px) {
  .sideDataBox .sideContent .bottom {
    margin-top: 20px;
  }
}
.sideDataBox .sideContent .bottom::before {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background: #2ea9df;
  position: absolute;
  top: -2px;
  left: 0;
}
.sideDataBox .sideContent .bottom .sideRow {
  line-height: 2.13;
  color: #222;
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.15px;
}
@media (max-width: 1540px) {
  .sideDataBox .sideContent .bottom .sideRow {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .sideDataBox .sideContent .bottom .sideRow {
    font-size: 13px;
  }
  .sideDataBox .sideContent .bottom .sideRow:first-child {
    margin-top: 0;
  }
}
.sideDataBox .sideContent .bottom .sideRow .sideLabel,
.sideDataBox .sideContent .bottom .sideRow .sideValue {
  display: inline;
}
.sideDataBox .sideContent .bottom .sideImg {
  margin-top: 39px;
  border-radius: 30px;
  overflow: hidden;
  background: #f3f3f3;
}
.sideDataBox .sideContent .bottom .sideImg img {
  display: block;
  width: 100%;
  height: auto;
}

.texteditorArea {
  padding: 220px 0 113px;
  margin-top: -220px;
  position: relative;
  border-radius: 0 0 150px 0;
  z-index: 2;
  background-color: #f5f6fa;
}
@media (max-width: 1540px) {
  .texteditorArea {
    border-radius: 0 0 120px 0;
  }
}
@media (max-width: 1350px) {
  .texteditorArea {
    border-radius: 0 0 100px 0;
  }
}
@media (max-width: 1023px) {
  .texteditorArea {
    border-radius: 0 0 80px 0;
    margin-top: -100px;
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  .texteditorArea {
    border-radius: 0 0 50px 0;
  }
}
.texteditorArea .anchor {
  top: 80px;
}
@media (max-width: 1023px) {
  .texteditorArea .anchor {
    top: 0px;
  }
}

.contactArea {
  padding: 365px 0 105px;
  margin-top: -220px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .contactArea {
    margin-top: -100px;
    padding: 200px 0 100px;
  }
}
.contactArea .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.contactArea .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.contactArea .topTitle {
  color: #fff;
  text-align: center;
  margin-bottom: 51px;
}
.contactArea .topTitle .decoTitle {
  padding-bottom: 16px;
  color: #fff;
  font-weight: 700;
}
.contactArea .topTitle .title {
  padding-bottom: 12px;
  color: #fff;
  font-weight: 500;
}
.contactArea .topTitle .text {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.contactArea .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
}
.contactArea:not(.show) .topTitle .decoTitle,
.contactArea:not(.show) .topTitle .text,
.contactArea:not(.show) .topTitle .title,
.contactArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.contactArea:not(.show) .bg img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.contactArea.show .topTitle .decoTitle,
.contactArea.show .topTitle .text,
.contactArea.show .topTitle .title,
.contactArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contactArea.show .topTitle .decoTitle {
  transition: all 0.7s 0.1s;
}
.contactArea.show .topTitle .title {
  transition: all 0.7s 0.2s;
}
.contactArea.show .topTitle .text {
  transition: all 0.7s 0.3s;
}
.contactArea.show .btnBox {
  transition: all 0.7s 0.4s;
}
.contactArea.show .bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 3s;
}