@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.buildArea .item .rightBox .bg, .buildArea .item .rightBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-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;
  background-color: #f2f2f2;
}

.topBannerArea {
  position: relative;
  background: #4790d6;
  padding-top: 213px;
  padding-bottom: 125px;
}
@media (max-width: 1180px) {
  .topBannerArea {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .topBannerArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.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 .textBox .subtitle {
  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;
}
.topBannerArea .item {
  text-align: center;
}
.topBannerArea .item .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topBannerArea .item .Txt .textBox {
  position: relative;
}
.topBannerArea .item .Txt .textBox .animateText {
  margin-bottom: 20px;
}
.topBannerArea .item .Txt .textBox .animateText span {
  color: #ffffff;
}
.topBannerArea .item .Txt .textBox .title {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@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 .textBox .subtitle {
  color: #fff;
  font-size: 25px;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.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: 0.6s;
          transition-delay: 0.6s;
}
.topBannerArea .item .Txt .textEditor .s_itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topBannerArea .item .Txt .textEditor .s_itemBox .s_item {
  position: relative;
  width: 580px;
  height: 84px;
  background-color: rgba(255, 255, 255, 0.1607843137);
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
  border-radius: 50px;
  letter-spacing: 1px;
  font-size: 18px;
}
@media (max-width: 1335px) {
  .topBannerArea .item .Txt .textEditor .s_itemBox .s_item {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .topBannerArea .item .Txt .textEditor .s_itemBox .s_item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .topBannerArea .item .Txt .textEditor .s_itemBox .s_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    border-radius: 10px;
    padding: 20px;
  }
}
.topBannerArea .item .Txt .textEditor .s_itemBox .s_item:before {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  background-image: url("../images/puzzle/question.png");
  display: block;
  left: 10px;
}
@media (max-width: 575px) {
  .topBannerArea .item .Txt .textEditor .s_itemBox .s_item:before {
    position: relative;
    margin-bottom: 30px;
    left: 0;
  }
}
.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;
}
@media (max-width: 660px) {
  .topBannerArea .floatBox i:nth-of-type(2) {
    width: 170px;
    top: auto;
    bottom: 30px;
  }
}
.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 {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 1400px) {
  .serviceArea {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .serviceArea {
    padding-top: 60px;
  }
}
.serviceArea.active::before {
  opacity: 0.3;
}
.serviceArea .titleBox .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .serviceArea .titleBox .textBox {
    -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;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .serviceArea .titleBox .textBox {
    margin-bottom: 20px;
  }
}
.serviceArea .titleBox .textBox .animateText {
  margin-right: 30px;
}
@media (max-width: 1400px) {
  .serviceArea .titleBox .textBox .animateText {
    margin: 0 0 50px;
  }
}
@media (max-width: 600px) {
  .serviceArea .titleBox .textBox .animateText {
    margin: 0 0 20px;
  }
}
.serviceArea .titleBox .textBox .animateText span {
  color: #4790d6;
}
.serviceArea .serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.serviceArea .serviceList .serviceItem {
  width: 33.3333333333%;
  padding: 0 22.5px;
  margin-bottom: 60px;
}
@media (max-width: 1080px) {
  .serviceArea .serviceList .serviceItem {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .serviceArea .serviceList .serviceItem {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.serviceArea .serviceList .serviceItem .Img img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.serviceArea .serviceList .serviceItem .Txt {
  padding-top: 35px;
}
@media (max-width: 550px) {
  .serviceArea .serviceList .serviceItem .Txt {
    padding-top: 15px;
  }
}
.serviceArea .serviceList .serviceItem .Txt .title {
  font-size: 25px;
  color: #333333;
  margin-bottom: 20px;
}
.serviceArea .serviceList .serviceItem .textEditor {
  color: #848484;
}

.buildArea {
  position: relative;
  background: #4790d6;
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 600px) {
  .buildArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.buildArea .wrap {
  position: relative;
}
.buildArea .floatBox {
  position: absolute;
}
.buildArea .floatBox img {
  max-width: 100%;
  display: block;
}
.buildArea .floatBox.one {
  width: 185px;
  height: 185px;
  left: -5%;
  -webkit-animation: ballTranslate 6s ease 0s infinite alternate;
          animation: ballTranslate 6s ease 0s infinite alternate;
}
@media (max-width: 980px) {
  .buildArea .floatBox.one {
    top: -10%;
  }
}
@media (max-width: 600px) {
  .buildArea .floatBox.one {
    top: -2%;
    width: 140px;
  }
}
@media (max-width: 500px) {
  .buildArea .floatBox.one {
    width: 100px;
  }
}
.buildArea .floatBox.two {
  width: 83px;
  height: 83px;
  left: 40%;
  top: 36%;
  -webkit-animation: ballTranslate 4s ease 0s infinite alternate;
          animation: ballTranslate 4s ease 0s infinite alternate;
}
@media (max-width: 980px) {
  .buildArea .floatBox.two {
    left: auto;
    top: 12%;
    right: 10%;
  }
}
@media (max-width: 500px) {
  .buildArea .floatBox.two {
    width: 60px;
    right: 3%;
  }
}
.buildArea .topBannerItem {
  position: relative;
  z-index: 2;
}
.buildArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buildArea .item .Txt {
  width: 50%;
}
@media (max-width: 980px) {
  .buildArea .item .Txt {
    width: 100%;
    margin-bottom: 50px;
  }
}
.buildArea .item .Txt .textBox {
  position: relative;
}
@media (max-width: 980px) {
  .buildArea .item .Txt .textBox {
    text-align: center;
  }
}
.buildArea .item .Txt .textBox .title {
  margin-bottom: 20px;
}
.buildArea .item .Txt .textBox .animateText {
  margin-bottom: 20px;
  border-color: #fff;
}
.buildArea .item .Txt .textBox .animateText span {
  color: #ffffff;
}
.buildArea .item .Txt .textBox .animateText .dotsBox i {
  background: #ffffff;
}
.buildArea .item .Txt .textBox .title {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media (max-width: 1180px) {
  .buildArea .item .Txt .textBox .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .buildArea .item .Txt .textBox .title {
    font-size: 36px;
  }
}
.buildArea .item .Txt .textBox .subtitle {
  color: #fff;
  font-size: 25px;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.buildArea .item .Txt .textEditor {
  color: #ffffff;
  margin-top: 80px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media (max-width: 595px) {
  .buildArea .item .Txt .textEditor {
    margin-top: 40px;
  }
}
.buildArea .item .Txt .textEditor .priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 980px) {
  .buildArea .item .Txt .textEditor .priceBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.buildArea .item .Txt .textEditor .priceItem:first-child {
  margin-right: 60px;
}
@media (max-width: 525px) {
  .buildArea .item .Txt .textEditor .priceItem:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.buildArea .item .Txt .textEditor .priceItem .s_title {
  font-size: 24px;
}
.buildArea .item .Txt .textEditor .priceItem .price {
  font-size: 20px;
  font-weight: 600;
}
.buildArea .item .Txt .textEditor .priceItem .price span {
  font-size: 60px;
  font-weight: 700;
}
.buildArea .item .Txt .textEditor .dayItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px;
  font-weight: 600;
}
.buildArea .item .Txt .textEditor .dayItem .inside {
  width: 112px;
  height: 112px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0070a6;
  background-color: #fff;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 16px;
  color: #4d95d9;
}
.buildArea .item .Txt .textEditor .dayItem .inside .day {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
.buildArea .item .rightBox {
  position: relative;
  width: 50%;
  height: 578px;
  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;
  top: 40px;
  opacity: 0;
}
@media (max-width: 980px) {
  .buildArea .item .rightBox {
    width: 100%;
  }
}
@media (max-width: 455px) {
  .buildArea .item .rightBox {
    height: 390px;
  }
}
.buildArea .item .rightBox .icon {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #fff;
  top: 13%;
  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;
}
@media (max-width: 1280px) {
  .buildArea .item .rightBox .icon {
    top: 3%;
  }
}
@media (max-width: 455px) {
  .buildArea .item .rightBox .icon {
    display: none;
  }
}
.buildArea .item .rightBox .bg {
  position: absolute;
  width: 460px;
  height: 350px;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border-radius: 30px;
  border: 2px dashed #fff;
}
@media (max-width: 1280px) {
  .buildArea .item .rightBox .bg {
    width: 410px;
    height: 270px;
  }
}
@media (max-width: 455px) {
  .buildArea .item .rightBox .bg {
    width: 340px;
    height: 215px;
  }
}
.buildArea .item .rightBox .Img {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
}
.buildArea .item .rightBox .Img img {
  width: 100%;
  display: block;
}
.buildArea .item .rightBox .Img.first {
  z-index: 2;
}
@media (max-width: 1280px) {
  .buildArea .item .rightBox .Img.first {
    width: 340px;
  }
}
@media (max-width: 455px) {
  .buildArea .item .rightBox .Img.first {
    width: 300px;
  }
}
.buildArea .item .rightBox .Img.second {
  width: 290px;
  top: -6%;
  left: -9%;
  z-index: 2;
}
@media (max-width: 1280px) {
  .buildArea .item .rightBox .Img.second {
    width: 200px;
    top: 0%;
    left: -11%;
  }
}
@media (max-width: 980px) {
  .buildArea .item .rightBox .Img.second {
    width: 290px;
    top: 7%;
  }
}
@media (max-width: 600px) {
  .buildArea .item .rightBox .Img.second {
    width: 200px;
  }
}
.buildArea .item .rightBox .Img.third {
  width: 250px;
  right: -5%;
  top: 0;
  z-index: 5;
}
@media (max-width: 1280px) {
  .buildArea .item .rightBox .Img.third {
    width: 170px;
    right: -7%;
  }
}
@media (max-width: 980px) {
  .buildArea .item .rightBox .Img.third {
    width: 250px;
    top: 5%;
  }
}
@media (max-width: 600px) {
  .buildArea .item .rightBox .Img.third {
    width: 160px;
  }
}
.buildArea .item .rightBox .Img.fourth {
  width: 400px;
  bottom: 0;
  right: -20%;
  z-index: 6;
}
@media (max-width: 1280px) {
  .buildArea .item .rightBox .Img.fourth {
    width: 300px;
    bottom: 0%;
    right: -7%;
  }
}
@media (max-width: 455px) {
  .buildArea .item .rightBox .Img.fourth {
    width: 200px;
  }
}
.buildArea .item .rightBox .square {
  position: absolute;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4901960784);
}
.buildArea .item .rightBox .square.one {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  top: 9%;
  left: 22%;
}
@media (max-width: 550px) {
  .buildArea .item .rightBox .square.one {
    display: none;
  }
}
.buildArea .item .rightBox .square.two {
  width: 310px;
  height: 400px;
  right: 0;
  bottom: -11%;
}
@media (max-width: 550px) {
  .buildArea .item .rightBox .square.two {
    display: none;
  }
}
.buildArea .floatBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.buildArea .floatBox i {
  display: block;
  position: absolute;
}
.buildArea .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;
}
.buildArea .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;
}
.buildArea .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;
}
.buildArea .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) {
  .buildArea .scrollDownBtn {
    left: 50px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 1023px) {
  .buildArea .scrollDownBtn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.buildArea .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;
}
.buildArea .scrollDownBtn:hover {
  background: #8cb0d4;
}
.buildArea .scrollDownBtn:hover i::before {
  border-color: #ffffff;
}
.buildArea .scrollDownBtn:hover i::after {
  background: #ffffff;
}
.buildArea .scrollDownBtn i {
  display: block;
  width: 14px;
  height: 24px;
  position: relative;
}
.buildArea .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;
}
.buildArea .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;
}
.buildArea.active .item .Txt .textBox::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.buildArea.active .item .Txt .textBox::after {
  opacity: 1;
}
.buildArea.active .item .Txt .textBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.buildArea.active .item .Txt .textBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.buildArea.active .item .Txt .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.buildArea.active .item .rightBox {
  top: 0;
  opacity: 1;
}

.planArea {
  padding: 100px 0;
}
@media (max-width: 600px) {
  .planArea {
    padding: 60px 0;
  }
}
.planArea .titleBox .title {
  text-align: center;
  margin-bottom: 40px;
}
.planArea .planList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1080px) {
  .planArea .planList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.planArea .planList .planItem {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1080px) {
  .planArea .planList .planItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 760px) {
  .planArea .planList .planItem {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .planArea .planList .planItem {
    width: 100%;
  }
}
.planArea .planList .planItem .item {
  background-color: #e9eef3;
  border: 1px solid rgba(75, 148, 216, 0.4);
  padding: 40px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .planArea .planList .planItem .item {
    min-height: 255px;
  }
}
.planArea .planList .planItem .item .title {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.planArea .planList .planItem .Img {
  width: 70px;
  height: 70px;
  background-color: #4b94d8;
  border-radius: 50%;
  margin: 0 auto;
}
.planArea .planList .planItem .Img img {
  display: block;
  width: 100%;
}

.caseArea {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1180px) {
  .caseArea {
    padding-bottom: 60px;
  }
}
.caseArea .wrap {
  max-width: 100%;
  padding: 0px;
  position: relative;
}
.caseArea .floatBox {
  position: absolute;
  left: 15%;
  top: -7%;
  -webkit-animation: ballTranslate 4s ease-in-out 0s infinite alternate;
          animation: ballTranslate 4s ease-in-out 0s infinite alternate;
}
.caseArea .floatBox img {
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .caseArea .floatBox {
    left: 5%;
    width: 100px;
  }
}
.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .caseArea .titleBox .textBox {
    -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;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .caseArea .titleBox .textBox {
    margin-bottom: 20px;
  }
}
.caseArea .titleBox .textBox .animateText {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .caseArea .titleBox .textBox .animateText {
    margin: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .caseArea .titleBox .textBox .animateText {
    margin-bottom: 20px;
  }
}
.caseArea .titleBox .textBox .animateText span {
  color: #4790d6;
}
.caseArea .arrowBox {
  position: absolute;
  width: 100%;
  max-width: 1055px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 1180px) {
  .caseArea .arrowBox {
    display: none;
  }
}
.caseArea .arrowBox .arrow {
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
.caseArea .arrowBox .arrow img {
  max-width: 100%;
  display: block;
}
.caseArea .arrowBox .arrow.arrowPrev {
  left: -30px;
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.caseArea .arrowBox .arrow.arrowNext {
  opacity: 0;
  right: -30px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.caseArea .arrowBox .arrow:hover {
  background-color: #4790d6;
}
.caseArea .caseItem {
  padding: 0 80px;
}
@media (max-width: 660px) {
  .caseArea .caseItem {
    padding: 0 30px;
  }
}
.caseArea .caseItem .Txt {
  padding-top: 40px;
}
.caseArea .caseItem .title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
@media (max-width: 660px) {
  .caseArea .caseItem .title {
    font-size: 24px;
  }
}
.caseArea .caseItem .textEditor {
  width: 60%;
  text-align: center;
  color: #9d9d9d;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 25px;
}
@media (max-width: 660px) {
  .caseArea .caseItem .textEditor {
    width: 100%;
  }
}
.caseArea .Img {
  border-radius: 20px;
  overflow: hidden;
}
.caseArea .Img img {
  display: block;
  width: 100%;
}
@media (max-width: 1180px) {
  .caseArea .slick-dots {
    margin-top: 40px;
  }
}
.caseArea.active .arrowBox .arrowPrev {
  opacity: 1;
  left: 0;
}
.caseArea.active .arrowBox .arrowNext {
  opacity: 1;
  right: 0;
}

.stepArea {
  background-color: #4791d6;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .stepArea {
    padding: 60px 0;
  }
}
.stepArea .titleBox .textBox {
  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;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .stepArea .titleBox .textBox {
    -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;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .stepArea .titleBox .textBox {
    margin-bottom: 20px;
  }
}
.stepArea .titleBox .textBox .animateText {
  margin-right: 30px;
  border: dashed 1px #ffffff;
}
@media (max-width: 768px) {
  .stepArea .titleBox .textBox .animateText {
    margin: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .stepArea .titleBox .textBox .animateText {
    margin-bottom: 20px;
  }
}
.stepArea .titleBox .textBox .animateText span {
  color: #fff;
}
.stepArea .titleBox .textBox .animateText .dotsBox i {
  background: #ffffff;
}
.stepArea .titleBox .textBox .title {
  color: #fff;
}
.stepArea .centerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stepArea .centerBox .stepBox {
  position: relative;
  width: 100%;
}
.stepArea .centerBox .stepBox .stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stepArea .centerBox .stepBox .stepItem {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1460px) {
  .stepArea .centerBox .stepBox .stepItem {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .stepArea .centerBox .stepBox .stepItem {
    width: 100%;
  }
}
.stepArea .centerBox .stepBox .stepItem .item {
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  min-height: 430px;
}
.stepArea .centerBox .stepBox .stepItem .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stepArea .centerBox .stepBox .stepItem .title span {
  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;
  background-color: #4d95d9;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
}
.stepArea .centerBox .stepBox .stepItem .textEditor {
  font-size: 16px;
  color: #8b8b8b;
}

.ctaArea {
  position: relative;
  padding: 125px 0;
}
@media (max-width: 760px) {
  .ctaArea {
    padding: 60px 0;
  }
}
.ctaArea .wrap {
  position: relative;
}
.ctaArea .topBannerItem {
  position: relative;
  z-index: 2;
}
.ctaArea .item .Txt {
  width: 100%;
  text-align: center;
}
.ctaArea .item .Txt .textBox {
  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;
}
@media (max-width: 1180px) {
  .ctaArea .item .Txt .textBox {
    -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;
  }
}
.ctaArea .item .Txt .textBox .title {
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .ctaArea .item .Txt .textBox .title {
    margin-right: 0;
  }
}
.ctaArea .item .Txt .textBox .animateText {
  margin-bottom: 20px;
  border-color: #000;
}
.ctaArea .item .Txt .textBox .animateText span {
  color: #4d95d9;
}
.ctaArea .item .Txt .textBox .animateText .dotsBox i {
  background: #000;
}
.ctaArea .item .Txt .textBox .title {
  color: #000;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media (max-width: 1180px) {
  .ctaArea .item .Txt .textBox .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .ctaArea .item .Txt .textBox .title {
    font-size: 36px;
  }
}
.ctaArea .item .Txt .textEditor {
  max-width: 980px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  color: #9d9d9d;
  margin: 0 auto;
  margin-top: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 760px) {
  .ctaArea .item .Txt .textEditor {
    margin-top: 40px;
  }
}
.ctaArea .item .Txt .textEditor .priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ctaArea .item .Txt .textEditor .priceItem:first-child {
  margin-right: 60px;
}
.ctaArea .item .Txt .textEditor .priceItem .s_title {
  font-size: 24px;
}
.ctaArea .item .Txt .textEditor .priceItem .price {
  font-size: 20px;
  font-weight: 600;
}
.ctaArea .item .Txt .textEditor .priceItem .price span {
  font-size: 60px;
  font-weight: 700;
}
.ctaArea .item .Txt .textEditor .dayItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px;
  font-weight: 600;
}
.ctaArea .item .Txt .textEditor .dayItem .inside {
  width: 112px;
  height: 112px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0070a6;
  background-color: #fff;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 16px;
  color: #4d95d9;
}
.ctaArea .item .Txt .textEditor .dayItem .inside .day {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
.ctaArea .item a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  height: 65px;
  background-color: #4790d6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #fff;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 40px;
  padding-right: 10px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ctaArea .item a.more:hover {
  background-color: #fff;
  color: #4790d6;
}
.ctaArea .item a.more:hover .icon {
  background-color: #4790d6;
}
.ctaArea .item a.more:hover .icon i::before {
  border-color: #ffffff;
}
.ctaArea .item a.more:hover .icon i::after {
  background: #ffffff;
}
@media (max-width: 450px) {
  .ctaArea .item a.more {
    width: 100%;
  }
}
.ctaArea .item a.more .icon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 450px) {
  .ctaArea .item a.more .icon {
    display: none;
  }
}
.ctaArea .item a.more i {
  display: block;
  width: 24px;
  height: 14px;
  position: relative;
}
.ctaArea .item a.more 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;
}
.ctaArea .item a.more 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;
}
.ctaArea.active .item .Txt .textBox::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.ctaArea.active .item .Txt .textBox::after {
  opacity: 1;
}
.ctaArea.active .item .Txt .textBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ctaArea.active .item .Txt .textBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ctaArea.active .item .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ctaArea.active .item a.more {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.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(71, 144, 214, 0.2);
          box-shadow: 0 0 0 8px rgba(71, 144, 214, 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 #4790d6;
  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;
  }
}

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

.contactFormArea {
  padding: 20px 0 80px;
}
.contactFormArea .contactTitle {
  color: #4d95d9;
}
.contactFormArea .otherbox label span {
  background: transparent;
}
.contactFormArea .otherbox label span::after {
  background-color: #4d95d9;
}
.contactFormArea .formList .inputStyle, .contactFormArea .formList select, .contactFormArea .formList textarea {
  background-color: transparent;
}