@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@-webkit-keyframes arrowMove {
  0% {
    opacity: 0;
    -webkit-transform: scale(2) translate(100px, 100px);
    transform: scale(2) translate(100px, 100px);
  }
  50% {
    opacity: 1;
  }
  62.5% {
    -webkit-transform: scale(2) translate(0);
    transform: scale(2) translate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes arrowMove {
  0% {
    opacity: 0;
    -webkit-transform: scale(2) translate(100px, 100px);
    transform: scale(2) translate(100px, 100px);
  }
  50% {
    opacity: 1;
  }
  62.5% {
    -webkit-transform: scale(2) translate(0);
    transform: scale(2) translate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes inquiryBtn_around {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes inquiryBtn_around {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes inquiryBtn_aroundReverse {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes inquiryBtn_aroundReverse {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes ballTranslate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@keyframes ballTranslate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@-webkit-keyframes cloudFloat {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  95% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
@keyframes cloudFloat {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  95% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
@-webkit-keyframes cloudFloat2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  95% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
@keyframes cloudFloat2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  95% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
.mainArea {
  padding: 0;
}

.topBannerArea {
  background: #35b7ba;
  position: relative;
  overflow: hidden;
  padding: 150px 0 80px;
}
@media (max-width: 1180px) {
  .topBannerArea {
    padding-top: 80px;
  }
}
@media (max-width: 1023px) {
  .topBannerArea {
    padding-bottom: 150px;
  }
}
@media (max-width: 480px) {
  .topBannerArea {
    padding-top: 40px;
  }
}
.topBannerArea.active .item .ImgBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.topBannerArea.active .item .ImgBox .decoBox i:nth-of-type(1)::before, .topBannerArea.active .item .ImgBox .decoBox i:nth-of-type(2)::before, .topBannerArea.active .item .ImgBox .decoBox i:nth-of-type(3)::before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.topBannerArea.active .item .Txt .textBox::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.topBannerArea.active .item .Txt .textBox::after {
  opacity: 1;
}
.topBannerArea.active .item .Txt .textBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.topBannerArea.active .item .Txt .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.topBannerArea .topBannerItem {
  position: relative;
  z-index: 2;
  margin-left: -30px;
}
@media (max-width: 1023px) {
  .topBannerArea .topBannerItem {
    margin: 0;
  }
}
.topBannerArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .topBannerArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topBannerArea .item .ImgBox {
  position: relative;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topBannerArea .item .ImgBox .decoBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .topBannerArea .item .ImgBox .decoBox {
    display: none;
  }
}
.topBannerArea .item .ImgBox .decoBox i {
  display: block;
  width: 250px;
  height: 250px;
  position: absolute;
}
@media (max-width: 1400px) {
  .topBannerArea .item .ImgBox .decoBox i {
    width: 200px;
    height: 200px;
  }
}
.topBannerArea .item .ImgBox .decoBox i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topBannerArea .item .ImgBox .decoBox i:nth-of-type(1) {
  top: 28px;
  left: 42px;
}
.topBannerArea .item .ImgBox .decoBox i:nth-of-type(1)::before {
  background: url("../images/seo_topBannerDeco_1.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.topBannerArea .item .ImgBox .decoBox i:nth-of-type(2) {
  bottom: 20px;
  left: 285px;
}
.topBannerArea .item .ImgBox .decoBox i:nth-of-type(2)::before {
  background: url("../images/seo_topBannerDeco_2.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.topBannerArea .item .ImgBox .decoBox i:nth-of-type(3) {
  width: 200px;
  height: 200px;
  top: -30px;
  right: 110px;
}
@media (max-width: 1400px) {
  .topBannerArea .item .ImgBox .decoBox i:nth-of-type(3) {
    width: 150px;
    height: 150px;
  }
}
.topBannerArea .item .ImgBox .decoBox i:nth-of-type(3)::before {
  background: url("../images/seo_topBannerDeco_3.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.topBannerArea .item .ImgBox .Img {
  width: 100%;
  max-width: 1000px;
}
.topBannerArea .item .ImgBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.topBannerArea .item .Txt {
  max-width: 550px;
  margin-left: -70px;
  padding-top: 85px;
}
@media (max-width: 1400px) {
  .topBannerArea .item .Txt {
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .topBannerArea .item .Txt {
    margin-left: -40px;
  }
}
@media (max-width: 1023px) {
  .topBannerArea .item .Txt {
    max-width: 100%;
    margin: 0;
    padding: 40px 40px 0;
  }
}
@media (max-width: 768px) {
  .topBannerArea .item .Txt {
    padding: 40px 0 0;
  }
}
.topBannerArea .item .Txt .textBox {
  position: relative;
  padding-bottom: 40px;
}
.topBannerArea .item .Txt .textBox::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 10px;
  background: #ffffff;
  border-radius: 99px;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.topBannerArea .item .Txt .textBox::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  left: 90px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.topBannerArea .item .Txt .textBox .animateText {
  margin-bottom: 20px;
}
.topBannerArea .item .Txt .textBox .animateText span {
  color: #ffffff;
}
.topBannerArea .item .Txt .textBox .title {
  color: #1d757b;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (max-width: 1180px) {
  .topBannerArea .item .Txt .textBox .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .topBannerArea .item .Txt .textBox .title {
    font-size: 36px;
  }
}
.topBannerArea .item .Txt .textEditor {
  color: #ffffff;
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.topBannerArea .floatBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.topBannerArea .floatBox i {
  display: block;
  position: absolute;
}
.topBannerArea .floatBox i:nth-of-type(1) {
  width: 160px;
  height: 60px;
  background: url("../images/seo_floatDeco_1.png") no-repeat center;
  background-size: contain;
  top: 185px;
  left: 35px;
  -webkit-animation: cloudFloat 10s linear 0s infinite;
          animation: cloudFloat 10s linear 0s infinite;
}
.topBannerArea .floatBox i:nth-of-type(2) {
  width: 235px;
  height: 85px;
  background: url("../images/seo_floatDeco_2.png") no-repeat center;
  background-size: contain;
  top: 250px;
  right: 50px;
  opacity: 0;
  -webkit-animation: cloudFloat2 15s linear 1s infinite;
          animation: cloudFloat2 15s linear 1s infinite;
}
.topBannerArea .floatBox i:nth-of-type(3) {
  width: 110px;
  height: 115px;
  background: url("../images/seo_floatDeco_3.png") no-repeat center;
  background-size: contain;
  top: 470px;
  right: 150px;
}
@media (max-width: 1400px) {
  .topBannerArea .floatBox i:nth-of-type(3) {
    display: none;
  }
}
.topBannerArea .floatBox i:nth-of-type(4) {
  width: 85px;
  height: 85px;
  background: url("../images/seo_floatDeco_4.png") no-repeat center;
  background-size: contain;
  bottom: 70px;
  right: 400px;
  -webkit-animation: ballTranslate 5s ease-in-out 0s infinite alternate;
          animation: ballTranslate 5s ease-in-out 0s infinite alternate;
}
.topBannerArea .scrollDownBtn {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 1400px) {
  .topBannerArea .scrollDownBtn {
    left: 50px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 1023px) {
  .topBannerArea .scrollDownBtn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.topBannerArea .scrollDownBtn::before {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: dashed 1px #ffffff;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  pointer-events: none;
  -webkit-animation: inquiryBtn_aroundReverse 20s linear infinite;
          animation: inquiryBtn_aroundReverse 20s linear infinite;
}
.topBannerArea .scrollDownBtn:hover {
  background: #8cb0d4;
}
.topBannerArea .scrollDownBtn:hover i::before {
  border-color: #ffffff;
}
.topBannerArea .scrollDownBtn:hover i::after {
  background: #ffffff;
}
.topBannerArea .scrollDownBtn i {
  display: block;
  width: 14px;
  height: 24px;
  position: relative;
}
.topBannerArea .scrollDownBtn i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #8cb0d4;
  border-width: 2px 2px 0 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  bottom: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topBannerArea .scrollDownBtn i::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #8cb0d4;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.serviceArea {
  background: #e2e2e0;
  position: relative;
  padding: 120px 0 60px;
}
@media (max-width: 1180px) {
  .serviceArea {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .serviceArea {
    padding: 60px 0;
  }
}
.serviceArea.active::before {
  opacity: 0.3;
}
.serviceArea::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 410px;
  background: url("../images/seo_serviceDeco_1.png") no-repeat center;
  background-size: contain;
  top: 55px;
  right: 330px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1023px) {
  .serviceArea::before {
    right: 100px;
  }
}
.serviceArea .titleBox {
  margin-bottom: 20px;
}
.serviceArea .titleBox .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .serviceArea .titleBox .textBox {
    -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;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .serviceArea .titleBox .textBox {
    margin-bottom: 20px;
  }
}
.serviceArea .titleBox .textBox .animateText {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .serviceArea .titleBox .textBox .animateText {
    margin: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .serviceArea .titleBox .textBox .animateText {
    margin-bottom: 20px;
  }
}
.serviceArea .titleBox .subtitle {
  margin-bottom: 20px;
}
.serviceArea .titleBox .textEditor {
  color: #737372;
}
.serviceArea .serviceBox {
  position: relative;
}
@media (max-width: 1650px) {
  .serviceArea .serviceBox .arrowBox {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .serviceArea .serviceBox .arrowBox {
    margin-top: 40px;
  }
}
.serviceArea .serviceBox .arrowBox .arrowPrev {
  margin-left: -120px;
}
@media (max-width: 1650px) {
  .serviceArea .serviceBox .arrowBox .arrowPrev {
    margin: 0 60px 0 0;
  }
}
.serviceArea .serviceBox .arrowBox .arrowNext {
  margin-right: -120px;
}
@media (max-width: 1650px) {
  .serviceArea .serviceBox .arrowBox .arrowNext {
    margin: 0;
  }
}
.serviceArea .serviceList {
  height: 600px;
}
@media (max-width: 768px) {
  .serviceArea .serviceList {
    height: auto;
  }
}
.serviceArea .serviceList .slick-slide {
  width: 310px;
  margin: 0 -12px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .serviceArea .serviceList .slick-slide {
    width: auto;
    margin: 0;
    padding: 20px;
  }
}
.serviceArea .serviceList .slick-slide.slick-current .item {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.serviceArea .serviceList .slick-slide.slick-current .item .Img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 768px) {
  .serviceArea .serviceList .slick-slide.slick-current .item .Img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.serviceArea .serviceList .slick-slide.next .item {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.serviceArea .serviceList .slick-slide.prev .item {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.serviceArea .serviceList .item {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  -webkit-transform: scale(0.775);
          transform: scale(0.775);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 40px 0 20px;
}
@media (max-width: 768px) {
  .serviceArea .serviceList .item {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.serviceArea .serviceList .item .Img {
  width: 100%;
  max-width: 240px;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
.serviceArea .serviceList .item .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceArea .serviceList .item .Txt .title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
}
.serviceArea .serviceList .item .textEditor {
  display: none;
  color: #ffffff;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .serviceArea .serviceList .item .textEditor {
    display: block;
  }
}
.serviceArea .floatBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.serviceArea .floatBox i {
  display: block;
  position: absolute;
}
.serviceArea .floatBox i:nth-of-type(1) {
  width: 130px;
  height: 120px;
  background: url("../images/seo_floatDeco_5.png") no-repeat center;
  background-size: contain;
  top: -45px;
  left: 100px;
  -webkit-animation: ballTranslate 5s ease-in-out 0s infinite alternate;
          animation: ballTranslate 5s ease-in-out 0s infinite alternate;
}
.serviceArea .floatBox i:nth-of-type(2) {
  width: 220px;
  height: 220px;
  background: url("../images/seo_floatDeco_6.png") no-repeat center;
  background-size: contain;
  top: 50px;
  right: 150px;
  -webkit-animation: ballTranslate 10s ease-in-out 0s infinite alternate;
          animation: ballTranslate 10s ease-in-out 0s infinite alternate;
}
@media (max-width: 1023px) {
  .serviceArea .floatBox i:nth-of-type(2) {
    display: none;
  }
}
.serviceArea .floatBox i:nth-of-type(3) {
  width: 210px;
  height: 170px;
  background: url("../images/seo_floatDeco_7.png") no-repeat center;
  background-size: contain;
  top: 160px;
  right: 650px;
}
@media (max-width: 1400px) {
  .serviceArea .floatBox i:nth-of-type(3) {
    display: none;
  }
}
.serviceArea .floatBox i:nth-of-type(4) {
  width: 80px;
  height: 80px;
  background: url("../images/seo_floatDeco_8.png") no-repeat center;
  background-size: contain;
  top: 350px;
  right: 200px;
  -webkit-animation: ballTranslate 3s ease-in-out 0s infinite alternate;
          animation: ballTranslate 3s ease-in-out 0s infinite alternate;
}
@media (max-width: 768px) {
  .serviceArea .floatBox i:nth-of-type(4) {
    display: none;
  }
}
.serviceArea .floatBox i:nth-of-type(5) {
  width: 85px;
  height: 85px;
  background: url("../images/seo_floatDeco_9.png") no-repeat center;
  background-size: contain;
  bottom: 60px;
  left: 130px;
  -webkit-animation: ballTranslate 8s linear 0s infinite alternate;
          animation: ballTranslate 8s linear 0s infinite alternate;
}

.advantageArea {
  position: relative;
  padding: 120px 0 85px;
}
@media (max-width: 768px) {
  .advantageArea {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .advantageArea {
    padding: 60px 0;
  }
}
.advantageArea .titleBox {
  position: relative;
  z-index: 2;
  margin: 0 0 30px 50%;
  padding-left: 25px;
}
@media (max-width: 1460px) {
  .advantageArea .titleBox {
    margin: 0 0 40px;
    padding: 0;
  }
}
.advantageArea .titleBox .subtitle {
  margin-bottom: 20px;
}
.advantageArea .titleBox .animateText {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .advantageArea .titleBox .animateText {
    margin-bottom: 20px;
  }
}
.advantageArea .advantageBox {
  position: relative;
  z-index: 2;
}
.advantageArea .advantageList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 60px;
}
@media (max-width: 1460px) {
  .advantageArea .advantageList {
    gap: 30px;
  }
}
@media (max-width: 1240px) {
  .advantageArea .advantageList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantageArea .advantageList .advantageItem:nth-of-type(odd) {
  margin-top: -200px;
}
@media (max-width: 1460px) {
  .advantageArea .advantageList .advantageItem:nth-of-type(odd) {
    margin: 0;
  }
}
.advantageArea .advantageList .item {
  background: #ffffff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 15px 40px 35px;
}
@media (max-width: 1240px) {
  .advantageArea .advantageList .item {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .advantageArea .advantageList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .advantageArea .advantageList .item .Txt {
    text-align: center;
  }
}
.advantageArea .advantageList .item .Txt .title {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
.advantageArea .advantageList .item .Txt .textEditor {
  min-height: 108px;
  color: #828282;
}
.advantageArea .advantageList .item .ImgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .advantageArea .advantageList .item .ImgBox {
    margin-bottom: 20px;
  }
}
.advantageArea .advantageList .item .ImgBox::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d1d1d1), to(#f1f1f1));
  background: linear-gradient(to top, #d1d1d1, #f1f1f1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.advantageArea .advantageList .item .ImgBox .Img {
  width: 140px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .advantageArea .advantageList .item .ImgBox .Img {
    margin: 0 auto;
  }
}
.advantageArea .advantageList .item .ImgBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.advantageArea .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/seo_advantageBG.jpg") no-repeat center;
  background-size: cover;
}
.advantageArea .floatBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.advantageArea .floatBox i {
  display: block;
  position: absolute;
}
.advantageArea .floatBox i:nth-of-type(1) {
  width: 190px;
  height: 190px;
  background: url("../images/seo_floatDeco_10.png") no-repeat center;
  background-size: contain;
  left: 320px;
  top: -95px;
}
@media (max-width: 768px) {
  .advantageArea .floatBox i:nth-of-type(1) {
    display: none;
  }
}
.advantageArea .floatBox i:nth-of-type(2) {
  width: 155px;
  height: 110px;
  background: url("../images/seo_floatDeco_11.png") no-repeat center;
  background-size: contain;
  right: 260px;
  top: -50px;
}
@media (max-width: 768px) {
  .advantageArea .floatBox i:nth-of-type(2) {
    display: none;
  }
}
.advantageArea .floatBox i:nth-of-type(3) {
  width: 140px;
  height: 155px;
  background: url("../images/seo_floatDeco_12.png") no-repeat center;
  background-size: contain;
  right: 80px;
  top: 290px;
}
.advantageArea .floatBox i:nth-of-type(4) {
  width: 200px;
  height: 190px;
  background: url("../images/seo_floatDeco_13.png") no-repeat center;
  background-size: contain;
  left: 85px;
  bottom: 85px;
  -webkit-animation: ballTranslate 5s ease-in-out 0s infinite alternate;
          animation: ballTranslate 5s ease-in-out 0s infinite alternate;
}

.processArea {
  background: #e2e2e0;
  position: relative;
  padding: 130px 0 80px;
}
@media (max-width: 768px) {
  .processArea {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .processArea {
    padding: 60px 0;
  }
}
.processArea .titleBox {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .processArea .titleBox {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .processArea .titleBox {
    margin-bottom: 50px;
  }
}
.processArea .titleBox .animateText {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .processArea .titleBox .animateText {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media (max-width: 480px) {
  .processArea .titleBox .animateText {
    margin-bottom: 20px;
  }
}
@media (max-width: 1360px) {
  .processArea .titleBox .animateText::before {
    top: 55px;
  }
}
@media (max-width: 1023px) {
  .processArea .titleBox .animateText::before {
    display: none;
  }
}
@media (max-width: 1360px) {
  .processArea .titleBox .animateText span {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .processArea .titleBox .animateText span {
    font-size: 36px;
    line-height: 1.2;
    white-space: wrap;
  }
}
@media (max-width: 640px) {
  .processArea .titleBox .animateText span {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .processArea .titleBox .animateText span {
    font-size: 24px;
  }
}
.processArea .titleBox .title {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .processArea .titleBox .title {
    margin-bottom: 20px;
  }
}
.processArea .titleBox .textEditor {
  color: #737372;
}
.processArea .processBox {
  position: relative;
  z-index: 2;
}
.processArea .processList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 0;
  margin: 0 -25px;
}
@media (max-width: 768px) {
  .processArea .processList {
    margin: 0;
  }
}
.processArea .processItem {
  width: 25%;
  height: 480px;
  position: relative;
  padding-top: 40px;
}
@media (max-width: 1360px) {
  .processArea .processItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 1023px) {
  .processArea .processItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .processArea .processItem {
    width: 100%;
  }
}
.processArea .processItem::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 480px;
  background: url("../images/seo_processBG_2.png") no-repeat center;
  background-size: contain;
  top: 0;
  right: 0;
}
.processArea .processItem:first-child::before {
  background: url("../images/seo_processBG_1.png") no-repeat center;
  background-size: contain;
}
.processArea .processItem:last-child::before {
  background: url("../images/seo_processBG_3.png") no-repeat center;
  background-size: contain;
  right: 20px;
}
.processArea .processItem .item {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .processArea .processItem .item {
    text-align: center;
  }
}
.processArea .processItem .item .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .processArea .processItem .item .topBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.processArea .processItem .item .topBox .numBox {
  margin-right: 25px;
}
.processArea .processItem .item .topBox .numBox span {
  color: #28b9b2;
  font-size: 55px;
  font-weight: 700;
  text-shadow: 3px 3px 0 #d1d1d0;
}
@media (max-width: 480px) {
  .processArea .processItem .item .topBox .numBox span {
    font-size: 40px;
  }
}
.processArea .processItem .item .topBox .title {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
}
.processArea .processItem .item .ImgBox {
  position: relative;
  margin-top: -20px;
}
.processArea .processItem .item .ImgBox::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d1d1d1), to(#f1f1f1));
  background: linear-gradient(to top, #d1d1d1, #f1f1f1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.processArea .processItem .item .ImgBox .Img {
  width: 220px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.processArea .processItem .item .ImgBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.processArea .processItem .item .Txt {
  margin-top: -10px;
}
.processArea .processItem .item .Txt .timeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .processArea .processItem .item .Txt .timeBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.processArea .processItem .item .Txt .timeBox .icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/seo_timeIC.png") no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.processArea .processItem .item .Txt .timeBox span {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}
.processArea .processItem .item .Txt .textEditor {
  max-width: 280px;
  color: #818181;
}
@media (max-width: 768px) {
  .processArea .processItem .item .Txt .textEditor {
    margin: 0 auto;
  }
}
.processArea .floatBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.processArea .floatBox i {
  display: block;
  position: absolute;
}
.processArea .floatBox i:nth-of-type(1) {
  width: 110px;
  height: 115px;
  background: url("../images/seo_floatDeco_3.png") no-repeat center;
  background-size: contain;
  top: -40px;
  right: 160px;
  -webkit-animation: ballTranslate 6s ease 2s infinite alternate;
          animation: ballTranslate 6s ease 2s infinite alternate;
}
.processArea .floatBox i:nth-of-type(2) {
  width: 200px;
  height: 190px;
  background: url("../images/seo_floatDeco_13.png") no-repeat center;
  background-size: contain;
  top: 60%;
  left: 47.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ballTranslate 10s ease 0s infinite alternate;
          animation: ballTranslate 10s ease 0s infinite alternate;
}
@media (max-width: 1023px) {
  .processArea .floatBox i:nth-of-type(2) {
    display: none;
  }
}

.caseArea {
  background: #e2e2e0;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .caseArea {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .caseArea {
    padding: 0;
  }
}
.caseArea.active .caseBox::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.caseArea .titleBox {
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .caseArea .titleBox {
    margin-bottom: 50px;
  }
}
.caseArea .titleBox .animateText {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .caseArea .titleBox .animateText {
    margin-bottom: 20px;
  }
}
.caseArea .titleBox .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .caseArea .titleBox .textBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .caseArea .titleBox .textBox .btnBox {
    display: none;
  }
}
.caseArea .titleBox .textEditor {
  color: #787877;
}
.caseArea .titleBox > .btnBox {
  display: none;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .caseArea .titleBox > .btnBox {
    display: block;
  }
}
.caseArea .caseBox {
  position: relative;
  padding-bottom: 70px;
}
.caseArea .caseBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  background: #35b7ba;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.caseArea .caseBox .arrowBox {
  max-width: 840px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 250px;
}
@media (max-width: 1180px) {
  .caseArea .caseBox .arrowBox {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 60px auto 0;
    padding: 0;
  }
}
.caseArea .caseBox .arrowBox .arrowPrev {
  margin-right: 60px;
}
.caseArea .caseList .slick-slide {
  margin: 0 25px;
}
.caseArea .caseList .slick-slide.slick-current .item {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.caseArea .caseList .slick-slide.slick-current .item .content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.caseArea .caseList .item {
  width: 100%;
  max-width: 630px;
  -webkit-transform: scale(0.72);
          transform: scale(0.72);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .caseArea .caseList .item {
    margin: 0 auto;
  }
}
.caseArea .caseList .item .ImgBox {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  border: solid 1px #ffffff;
  margin-bottom: 30px;
}
.caseArea .caseList .item .ImgBox .topBar {
  height: 60px;
  border-bottom: solid 1px #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  padding: 0 30px;
}
.caseArea .caseList .item .ImgBox .topBar i {
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}
.caseArea .caseList .item .ImgBox .Img {
  width: 100%;
  padding: 20px;
}
.caseArea .caseList .item .ImgBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.caseArea .caseList .item .Txt {
  text-align: center;
}
.caseArea .caseList .item .Txt .title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}
.caseArea .caseList .item .Txt .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  margin-top: 50px;
}
@media (max-width: 600px) {
  .caseArea .caseList .item .Txt .content {
    -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;
  }
}
.caseArea .caseList .item .Txt .content .box {
  width: 33.3333333333%;
  border: solid 1px #ffffff;
  border-radius: 15px;
  text-align: center;
  padding: 15px 0;
}
@media (max-width: 600px) {
  .caseArea .caseList .item .Txt .content .box {
    width: 100%;
    max-width: 200px;
  }
}
.caseArea .caseList .item .Txt .content .box .unitTitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.caseArea .caseList .item .Txt .content .box span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.caseArea .floatBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.caseArea .floatBox i {
  display: block;
  position: absolute;
}
.caseArea .floatBox i:nth-of-type(1) {
  width: 210px;
  height: 170px;
  background: url("../images/seo_floatDeco_7.png") no-repeat center;
  background-size: contain;
  top: 20px;
  left: 45%;
}
@media (max-width: 1180px) {
  .caseArea .floatBox i:nth-of-type(1) {
    display: none;
  }
}
.caseArea .floatBox i:nth-of-type(2) {
  width: 140px;
  height: 155px;
  background: url("../images/seo_floatDeco_12.png") no-repeat center;
  background-size: contain;
  top: 100px;
  right: 32.5%;
}
@media (max-width: 1180px) {
  .caseArea .floatBox i:nth-of-type(2) {
    display: none;
  }
}
.caseArea .floatBox i:nth-of-type(3) {
  width: 190px;
  height: 190px;
  background: url("../images/seo_floatDeco_10.png") no-repeat center;
  background-size: contain;
  top: -30px;
  right: 50px;
}
@media (max-width: 600px) {
  .caseArea .floatBox i:nth-of-type(3) {
    display: none;
  }
}
.caseArea .floatBox i:nth-of-type(4) {
  width: 85px;
  height: 85px;
  background: url("../images/seo_floatDeco_4.png") no-repeat center;
  background-size: contain;
  top: 250px;
  left: 100px;
}
@media (max-width: 1680px) {
  .caseArea .floatBox i:nth-of-type(4) {
    display: none;
  }
}
.caseArea .floatBox i:nth-of-type(5) {
  width: 110px;
  height: 115px;
  background: url("../images/seo_floatDeco_3.png") no-repeat center;
  background-size: contain;
  bottom: 250px;
  right: 280px;
  -webkit-animation: ballTranslate 6s ease 0s infinite alternate;
          animation: ballTranslate 6s ease 0s infinite alternate;
}
@media (max-width: 768px) {
  .caseArea .floatBox i:nth-of-type(5) {
    right: 50px;
  }
}
.caseArea .floatBox i:nth-of-type(6) {
  width: 210px;
  height: 170px;
  background: url("../images/seo_floatDeco_7.png") no-repeat center;
  background-size: contain;
  bottom: 60px;
  left: 140px;
}
@media (max-width: 1180px) {
  .caseArea .floatBox i:nth-of-type(6) {
    display: none;
  }
}

.seoContactArea {
  background: #f1f1f1;
  position: relative;
  padding-top: 120px;
}
@media (max-width: 1400px) {
  .seoContactArea {
    padding: 80px 0;
  }
}
@media (max-width: 1180px) {
  .seoContactArea {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .seoContactArea {
    padding-top: 60px;
  }
}
.seoContactArea .contactBox {
  position: relative;
  z-index: 1;
}
.seoContactArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .seoContactArea .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;
  }
}
.seoContactArea .item .Txt {
  width: 100%;
  max-width: 700px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.seoContactArea .item .Txt .titleBox .animateText {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .seoContactArea .item .Txt .titleBox .animateText {
    margin-bottom: 20px;
  }
}
.seoContactArea .item .Txt .titleBox .subtitle {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .seoContactArea .item .Txt .titleBox .subtitle {
    margin-top: 20px;
  }
}
.seoContactArea .item .Txt .textEditor {
  color: #797979;
  margin-top: 20px;
}
.seoContactArea .item .Txt .btnBox {
  margin-top: 60px;
}
.seoContactArea .item .Img {
  width: 100%;
  max-width: 920px;
  pointer-events: none;
  margin: 0 -220px 0 -80px;
}
@media (max-width: 1180px) {
  .seoContactArea .item .Img {
    margin: 40px 0 0;
  }
}
.seoContactArea .item .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.seoContactArea .floatBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.seoContactArea .floatBox i {
  display: block;
  position: absolute;
}
.seoContactArea .floatBox i:nth-of-type(1) {
  width: 85px;
  height: 85px;
  background: url("../images/seo_floatDeco_9.png") no-repeat center;
  background-size: contain;
  top: -40px;
  right: 190px;
  -webkit-animation: ballTranslate 6s ease 2s infinite alternate;
          animation: ballTranslate 6s ease 2s infinite alternate;
}
@media (max-width: 480px) {
  .seoContactArea .floatBox i:nth-of-type(1) {
    display: none;
  }
}
.seoContactArea .floatBox i:nth-of-type(2) {
  width: 220px;
  height: 220px;
  background: url("../images/seo_floatDeco_6.png") no-repeat center;
  background-size: contain;
  bottom: 70px;
  left: 50px;
  -webkit-animation: ballTranslate 10s ease-in-out 0s infinite alternate;
          animation: ballTranslate 10s ease-in-out 0s infinite alternate;
}
@media (max-width: 1400px) {
  .seoContactArea .floatBox i:nth-of-type(2) {
    display: none;
  }
}

.animateText {
  display: inline-block;
  border: dashed 1px #6c6c6c;
  position: relative;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  padding: 12px 20px 10px;
}
@media (max-width: 768px) {
  .animateText {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.animateText.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.animateText.active::before {
  -webkit-animation: arrowMove 0.5s linear forwards;
          animation: arrowMove 0.5s linear forwards;
}
.animateText::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/page/mousePoint.png) no-repeat center;
  background-size: contain;
  left: -55px;
  top: 75px;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .animateText::before {
    top: 65px;
  }
}
@media (max-width: 768px) {
  .animateText::before {
    display: none;
  }
}
.animateText span {
  color: #28b9b2;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .animateText span {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .animateText span {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .animateText span {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .animateText span {
    font-size: 24px;
  }
}
.animateText .dotsBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.animateText .dotsBox i {
  display: block;
  width: 8px;
  height: 8px;
  background: #6c6c6c;
  position: absolute;
}
.animateText .dotsBox i:nth-of-type(1) {
  top: -4px;
  left: -4px;
}
.animateText .dotsBox i:nth-of-type(2) {
  top: -4px;
  right: -4px;
}
.animateText .dotsBox i:nth-of-type(3) {
  bottom: -4px;
  left: -4px;
}
.animateText .dotsBox i:nth-of-type(4) {
  bottom: -4px;
  right: -4px;
}

.inquiryBtn {
  width: 128px;
  height: 128px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 3;
}
@media (max-width: 1180px) {
  .inquiryBtn {
    right: 25px;
    bottom: 25px;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.inquiryBtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/seo_inquiryBtn_BG.png") no-repeat center;
  background-size: contain;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-animation: inquiryBtn_around 10s linear infinite;
          animation: inquiryBtn_around 10s linear infinite;
}
.inquiryBtn::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: dashed 1px #ffffff;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  pointer-events: none;
  -webkit-animation: inquiryBtn_aroundReverse 20s linear infinite;
          animation: inquiryBtn_aroundReverse 20s linear infinite;
}
.inquiryBtn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.inquiryBtn a:hover .ImgBox i {
  background: url("../images/seo_inquiryBtn_deco2.png") no-repeat center;
  background-size: contain;
}
.inquiryBtn a .ImgBox {
  width: 60px;
  height: 60px;
}
.inquiryBtn a .ImgBox i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/seo_inquiryBtn_deco1.png") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.titleBox {
  text-align: left;
  margin: 0;
}
.titleBox .title {
  color: #333333;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 26px;
  }
}
.titleBox .subtitle {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .titleBox .subtitle {
    font-size: 18px;
  }
}

.arrowBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.arrowBox button {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  pointer-events: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 480px) {
  .arrowBox button {
    width: 50px;
    height: 50px;
  }
}
.arrowBox button::before {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: dashed 1px #ffffff;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  pointer-events: none;
  -webkit-animation: inquiryBtn_aroundReverse 20s linear infinite;
          animation: inquiryBtn_aroundReverse 20s linear infinite;
}
.arrowBox button.arrowNext {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.arrowBox button:hover {
  background: #8cb0d4;
}
.arrowBox button:hover i::before {
  border-color: #ffffff;
}
.arrowBox button:hover i::after {
  background: #ffffff;
}
.arrowBox button i {
  display: block;
  width: 24px;
  height: 14px;
  position: relative;
}
.arrowBox button i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #8cb0d4;
  border-width: 2px 2px 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.arrowBox button i::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #8cb0d4;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btnBox {
  width: 100%;
  max-width: 240px;
}
.btnBox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.btnBox .btn.bgMain {
  background: #569ee2;
  border-radius: 99px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.btnBox .btn.bgMain:hover .btnText {
  color: #333333;
  padding: 0;
}
.btnBox .btn.bgMain:hover .arrow {
  width: 100%;
}
.btnBox .btn.bgMain:hover .arrow::after {
  opacity: 0;
}
.btnBox .btn.bgMain .btnText {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
}
.btnBox .btn.bgMain .arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 99px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btnBox .btn.bgMain .arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #85b1dc;
  border-width: 2px 2px 0 0;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.btnBox .btn.bgMain .arrow::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #85b1dc;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnBox .btn .btnText {
  font-size: 16px;
  font-weight: 700;
}

.textEditor {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1180px) {
  .textEditor {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .textEditor {
    font-size: 14px;
  }
}

.wrap {
  max-width: 1420px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}