/* ---------------service-section START--------------- */
.service-section {
  overflow: hidden;
}
.service-section.active .service-wrap .service-slider {
  opacity: 1;
}
.service-section.active .service-wrap .big-title {
  opacity: 0.03;
}
.service-section .service-wrap .service-slider {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.6s;
}
.service-section .service-wrap .service-slider .slider-wrapper .slider-box {
  width: -moz-fit-content;
  width: fit-content;
  transition: transform 0.3s;
}
.service-section .service-wrap .service-slider .slider-wrapper .slider-box.active {
  transform: scale(1.2);
}
.service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 260px;
  height: 330px;
  box-sizing: border-box;
  padding: 40px 30px;
}
.service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .icon {
  display: block;
  height: 50px;
}
.service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .icon img {
  display: block;
  height: 100%;
  width: auto;
}
.service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .bottom-text .service-text {
  line-height: 1.3;
  margin-top: 25px;
}
.service-section .service-wrap .big-title {
  font-size: 17.5vw;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.9s;
}

/* ---------------service-section END--------------- */
/* ---------------consult-section START--------------- */
.consult-section.active .consult-wrap .title-box .section-deco {
  opacity: 1;
}
.consult-section.active .consult-wrap .img-box {
  opacity: 1;
  transform: translateY(0);
}
.consult-section.active .consult-wrap .btn-box {
  opacity: 1;
}
.consult-section .consult-wrap {
  position: relative;
}
.consult-section .consult-wrap .title-box .section-deco {
  opacity: 0;
  transition: opacity 1s;
}
.consult-section .consult-wrap .title-box .section-title .gradient-title {
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.consult-section .consult-wrap .title-box .section-title .gradient-title.gradient-title1 {
  background: linear-gradient(to bottom, #104eb6, #0f45a0);
  -webkit-background-clip: text;
          background-clip: text;
}
.consult-section .consult-wrap .title-box .section-title .gradient-title.gradient-title2 {
  background: linear-gradient(to bottom, #0e4094, #0d377c);
  -webkit-background-clip: text;
          background-clip: text;
}
.consult-section .consult-wrap .img-box {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
  transition-delay: 0.6s;
}
.consult-section .consult-wrap .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.consult-section .consult-wrap .btn-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.9s;
}
.consult-section .consult-wrap .btn-box .btn-cousult {
  display: flex;
  height: 85px;
  border-radius: 85px;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 0 60px;
}

/* ---------------consult-section END--------------- */
/* ---------------knowhow-section START--------------- */
.knowhow-section.active .knowhow-wrap .title-box .section-deco {
  opacity: 1;
}
.knowhow-section.active .knowhow-wrap .text-box > div {
  opacity: 1;
  transform: scale(1);
}
.knowhow-section .knowhow-wrap {
  position: relative;
  width: 97.5%;
  margin-left: 1.25%;
  border-radius: 30px;
  overflow: hidden;
}
.knowhow-section .knowhow-wrap .title-box .section-deco {
  opacity: 0;
  transition: opacity 1s;
}
.knowhow-section .knowhow-wrap .bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.knowhow-section .knowhow-wrap .bg-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.knowhow-section .knowhow-wrap .title-box {
  z-index: 1;
  position: relative;
}
.knowhow-section .knowhow-wrap .title-box .section-deco {
  background: linear-gradient(to bottom, #68e0cf, #209cff);
}
.knowhow-section .knowhow-wrap .title-box .section-title .gradient-title {
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.knowhow-section .knowhow-wrap .title-box .section-title .gradient-title.gradient-title1 {
  background: linear-gradient(to bottom, #68e0cf, #4bc5e2);
  -webkit-background-clip: text;
          background-clip: text;
}
.knowhow-section .knowhow-wrap .title-box .section-title .gradient-title.gradient-title2 {
  background: linear-gradient(to bottom, #3db8eb, #209cff);
  -webkit-background-clip: text;
          background-clip: text;
}
.knowhow-section .knowhow-wrap .text-box {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 60px;
}
.knowhow-section .knowhow-wrap .text-box > div {
  width: calc((100% - 60px) / 2);
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 1s, transform 1s;
}
.knowhow-section .knowhow-wrap .text-box > div:nth-of-type(1) {
  transition-delay: 0.6s;
}
.knowhow-section .knowhow-wrap .text-box > div:nth-of-type(2) {
  transition-delay: 0.9s;
}
.knowhow-section .knowhow-wrap .text-box > div.text-left {
  max-width: 500px;
}
.knowhow-section .knowhow-wrap .text-box > div.text-left .text-list li {
  padding: 30px 0;
}
.knowhow-section .knowhow-wrap .text-box > div.text-right {
  max-width: 600px;
}
.knowhow-section .knowhow-wrap .text-box > div.text-right .text-list li {
  padding: 35px 0;
}
.knowhow-section .knowhow-wrap .text-box > div.text-right .text-list {
  box-sizing: border-box;
  border: 1px solid #209cff;
}
.knowhow-section .knowhow-wrap .text-box > div.text-right .text-list li:not(:nth-of-type(1)) {
  border-top-color: #229ffd;
}
.knowhow-section .knowhow-wrap .text-box .knowhow-icon {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.knowhow-section .knowhow-wrap .text-box .knowhow-icon img {
  display: block;
  height: 65px;
  width: auto;
}
.knowhow-section .knowhow-wrap .text-box .knowhow-icon + .knowhow-tit {
  margin-top: 30px;
}
.knowhow-section .knowhow-wrap .text-box .knowhow-tit {
  line-height: 1.15;
}
.knowhow-section .knowhow-wrap .text-box .knowhow-tit .gradient-tit {
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.knowhow-section .knowhow-wrap .text-box .knowhow-tit .gradient-tit.gradient-tit1 {
  background: linear-gradient(to bottom, #68e0cf, #4bc5e2);
  -webkit-background-clip: text;
          background-clip: text;
}
.knowhow-section .knowhow-wrap .text-box .knowhow-tit .gradient-tit.gradient-tit2 {
  background: linear-gradient(to bottom, #3db8eb, #209cff);
  -webkit-background-clip: text;
          background-clip: text;
}
.knowhow-section .knowhow-wrap .text-box .text-list {
  margin-top: 30px;
  border-radius: 35px;
  padding: 0 60px;
  box-sizing: border-box;
}
.knowhow-section .knowhow-wrap .text-box .text-list li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.3;
  box-sizing: border-box;
  gap: 15px;
}
.knowhow-section .knowhow-wrap .text-box .text-list li:not(:nth-of-type(1)) {
  border-top: 1px solid #eee;
}
.knowhow-section .knowhow-wrap .text-box .text-list li img {
  display: block;
  height: 1em;
  width: auto;
  margin-top: 0.15em;
}

/* ---------------knowhow-section END--------------- */
/* ---------------process-section START--------------- */
.process-section.active .process-wrap .title-box .section-deco {
  opacity: 1;
}
.process-section.active .process-wrap .img-container .img-content {
  opacity: 1;
}
.process-section .process-wrap .title-box .section-deco {
  opacity: 0;
  transition: opacity 1s;
}
.process-section .process-wrap .img-container {
  position: relative;
  width: 97.5%;
  height: 650px;
  margin-left: 1.25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: calc((100% - 1460px) / 2);
}
.process-section .process-wrap .img-container .bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.process-section .process-wrap .img-container .bg-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.process-section .process-wrap .img-container .img-content {
  display: block;
  opacity: 0;
  transition: opacity 1s;
}
.process-section .process-wrap .img-container .img-content.img-content-user {
  z-index: 1;
  position: absolute;
  left: 100px;
  bottom: 0;
  transition-delay: 0.6s;
}
.process-section .process-wrap .img-container .img-content.img-content-text {
  z-index: 2;
  position: relative;
  transition-delay: 0.9s;
}

/* ---------------process-section END--------------- */
/* ---------------media screen START--------------- */
@media screen and (max-width: 1700px) {
  /* ---------------process-section START--------------- */
  .process-section .process-wrap .img-container {
    height: 39vw;
    padding-right: 2.5%;
  }
  .process-section .process-wrap .img-container .img-content.img-content-user {
    width: 63vw;
    left: 2.5%;
  }
  .process-section .process-wrap .img-container .img-content.img-content-text {
    width: 28vw;
  }
  /* ---------------process-section END--------------- */
}
@media screen and (max-width: 1350px) {
  /* ---------------service-section START--------------- */
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box {
    border-radius: 18px;
    width: 235px;
    height: 300px;
    padding: 36px 27px;
  }
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .icon {
    height: 45px;
  }
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .bottom-text .service-text {
    margin-top: 22.5px;
  }
  /* ---------------service-section END--------------- */
  /* ---------------consult-section START--------------- */
  .consult-section .consult-wrap .btn-box .btn-cousult {
    height: 77px;
    padding: 0 54px;
  }
  /* ---------------consult-section END--------------- */
  /* ---------------knowhow-section START--------------- */
  .knowhow-section .knowhow-wrap {
    border-radius: 27px;
  }
  .knowhow-section .knowhow-wrap .text-box {
    gap: 50px;
  }
  .knowhow-section .knowhow-wrap .text-box > div {
    width: calc((100% - 50px) / 2);
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-left {
    max-width: 450px;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-left .text-list li {
    padding: 27px 0;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-right {
    max-width: 540px;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-right .text-list li {
    padding: 32px 0;
  }
  .knowhow-section .knowhow-wrap .text-box .knowhow-icon img {
    height: 59px;
  }
  .knowhow-section .knowhow-wrap .text-box .knowhow-icon + .knowhow-tit {
    margin-top: 27px;
  }
  .knowhow-section .knowhow-wrap .text-box .text-list {
    margin-top: 27px;
    border-radius: 32px;
    padding: 0 54px;
  }
  .knowhow-section .knowhow-wrap .text-box .text-list li {
    gap: 13.5px;
  }
  /* ---------------knowhow-section END--------------- */
}
@media screen and (max-width: 1150px) {
  /* ---------------service-section START--------------- */
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box {
    border-radius: 16px;
    width: 210px;
    height: 270px;
    padding: 32px 24px;
  }
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .icon {
    height: 40px;
  }
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .bottom-text .service-text {
    margin-top: 20px;
  }
  /* ---------------service-section END--------------- */
  /* ---------------consult-section START--------------- */
  .consult-section .consult-wrap .btn-box .btn-cousult {
    height: 69px;
    padding: 0 48px;
  }
  /* ---------------consult-section END--------------- */
  /* ---------------knowhow-section START--------------- */
  .knowhow-section .knowhow-wrap {
    border-radius: 24px;
  }
  .knowhow-section .knowhow-wrap .text-box {
    gap: 40px;
  }
  .knowhow-section .knowhow-wrap .text-box > div {
    width: calc((100% - 40px) / 2);
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-left {
    max-width: 400px;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-left .text-list li {
    padding: 24px 0;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-right {
    max-width: 480px;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-right .text-list li {
    padding: 29px 0;
  }
  .knowhow-section .knowhow-wrap .text-box .knowhow-icon img {
    height: 53px;
  }
  .knowhow-section .knowhow-wrap .text-box .knowhow-icon + .knowhow-tit {
    margin-top: 24px;
  }
  .knowhow-section .knowhow-wrap .text-box .text-list {
    margin-top: 24px;
    border-radius: 29px;
    padding: 0 48px;
  }
  .knowhow-section .knowhow-wrap .text-box .text-list li {
    gap: 12px;
  }
  /* ---------------knowhow-section END--------------- */
}
@media screen and (max-width: 991px) {
  /* ---------------consult-section START--------------- */
  .consult-section .consult-wrap .btn-box .btn-cousult {
    white-space: nowrap;
  }
  /* ---------------consult-section END--------------- */
  /* ---------------knowhow-section START--------------- */
  .knowhow-section .knowhow-wrap .text-box {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .knowhow-section .knowhow-wrap .text-box > div {
    width: 100%;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-left {
    max-width: 90%;
  }
  /* ---------------knowhow-section END--------------- */
  /* ---------------process-section START--------------- */
  .process-section .process-wrap .img-container {
    height: auto;
    padding-right: unset;
    padding: 0 2.5%;
    flex-direction: column-reverse;
    justify-content: unset;
    padding-top: 70px;
    gap: 35px;
  }
  .process-section .process-wrap .img-container .img-content.img-content-user {
    width: 100%;
    position: unset;
    left: unset;
  }
  .process-section .process-wrap .img-container .img-content.img-content-text {
    width: 65%;
  }
  /* ---------------process-section END--------------- */
}
@media screen and (max-width: 600px) {
  /* ---------------service-section START--------------- */
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box {
    border-radius: 14px;
    width: 185px;
    height: 240px;
    padding: 28px 21px;
  }
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .icon {
    height: 35px;
  }
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .bottom-text .service-text {
    margin-top: 17.5px;
  }
  /* ---------------service-section END--------------- */
  /* ---------------consult-section START--------------- */
  .consult-section .consult-wrap .btn-box .btn-cousult {
    height: 61px;
    padding: 0 42px;
  }
  /* ---------------consult-section END--------------- */
  /* ---------------knowhow-section START--------------- */
  .knowhow-section .knowhow-wrap {
    border-radius: 21px;
  }
  .knowhow-section .knowhow-wrap .text-box {
    gap: 30px;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-left .text-list li {
    padding: 21px 0;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-right .text-list li {
    padding: 26px 0;
  }
  .knowhow-section .knowhow-wrap .text-box .knowhow-icon img {
    height: 47px;
  }
  .knowhow-section .knowhow-wrap .text-box .knowhow-icon + .knowhow-tit {
    margin-top: 21px;
  }
  .knowhow-section .knowhow-wrap .text-box .text-list {
    margin-top: 21px;
    border-radius: 26px;
    padding: 0 42px;
  }
  .knowhow-section .knowhow-wrap .text-box .text-list li {
    gap: 10.5px;
  }
  /* ---------------knowhow-section END--------------- */
}
@media screen and (max-width: 450px) {
  /* ---------------service-section START--------------- */
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box {
    border-radius: 12px;
    width: 160px;
    height: 210px;
    padding: 24px 18px;
  }
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .icon {
    height: 30px;
  }
  .service-section .service-wrap .service-slider .slider-wrapper .slider-box .text-box .bottom-text .service-text {
    margin-top: 15px;
  }
  /* ---------------service-section END--------------- */
  /* ---------------consult-section START--------------- */
  .consult-section .consult-wrap .btn-box .btn-cousult {
    height: 53px;
    padding: 0 36px;
  }
  /* ---------------consult-section END--------------- */
  /* ---------------knowhow-section START--------------- */
  .knowhow-section .knowhow-wrap {
    border-radius: 18px;
  }
  .knowhow-section .knowhow-wrap .text-box {
    gap: 20px;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-left .text-list li {
    padding: 18px 0;
  }
  .knowhow-section .knowhow-wrap .text-box > div.text-right .text-list li {
    padding: 23px 0;
  }
  .knowhow-section .knowhow-wrap .text-box .knowhow-icon img {
    height: 41px;
  }
  .knowhow-section .knowhow-wrap .text-box .knowhow-icon + .knowhow-tit {
    margin-top: 18px;
  }
  .knowhow-section .knowhow-wrap .text-box .text-list {
    margin-top: 18px;
    border-radius: 23px;
    padding: 0 36px;
  }
  .knowhow-section .knowhow-wrap .text-box .text-list li {
    gap: 9px;
  }
  /* ---------------knowhow-section END--------------- */
}
/* ---------------media screen END--------------- */