.mainArea.successPage {
  height: calc(100vh - 400px);
  min-height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .mainArea.successPage {
    height: auto;
    min-height: 200px;
  }
}
.mainArea.successPage .successTxt {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1180px) {
  .mainArea.successPage .successTxt {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .mainArea.successPage .successTxt {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .mainArea.successPage .successTxt {
    font-size: 18px;
  }
}
.mainArea.successPage .contentBox .textEditor p {
  font-size: 32px;
}
@media (max-width: 480px) {
  .mainArea.successPage .contentBox .textEditor p {
    font-size: 20px;
  }
}

.wrap > .titleBox {
  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;
}
.wrap > .titleBox.introduction {
  margin-top: 200px;
}
@media (max-width: 1180px) {
  .wrap > .titleBox.introduction {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .wrap > .titleBox.introduction {
    margin-top: 100px;
  }
}
.wrap > .titleBox.outline {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1180px) {
  .wrap > .titleBox.outline {
    margin-top: 50px;
  }
}
.wrap > .titleBox.outline .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;
}
.wrap > .titleBox.outline .btnBox {
  position: absolute;
  right: 0;
  margin-top: -5px;
}
.wrap > .titleBox.outline .title {
  margin-bottom: 15px;
}
.wrap > .titleBox.outline .decoTitle {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .wrap > .titleBox.outline {
    margin-top: 40px;
  }
}
.wrap > .titleBox .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.wrap > .titleBox .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  bottom: -1px;
  background-color: #fff;
}
.wrap > .titleBox .decoTitle {
  font-size: 62px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .wrap > .titleBox .decoTitle {
    font-size: 46px;
  }
}
@media (max-width: 960px) {
  .wrap > .titleBox .decoTitle {
    font-size: 42px;
  }
}
@media (max-width: 414px) {
  .wrap > .titleBox .decoTitle {
    font-size: 28px;
  }
}

.contentBox .leftBox {
  padding: 0;
}
.contentBox .rightBox {
  padding: 0;
}

.sideContactInfo {
  margin-top: 20px;
}

.formBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-left: -20px;
}
.formBox .btnBox .btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formBox .btnBox .btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 29px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
}
@media (min-width: 1181px) {
  .formBox .btnBox .btn:hover .btnIcon {
    background-color: #ffffff;
    border-radius: 50%;
    fill: #ffffff;
  }
  .formBox .btnBox .btn:hover::after {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transform: translateY(-25%) rotate(-135deg);
            transform: translateY(-25%) rotate(-135deg);
    top: 47%;
    right: 28px;
  }
  .formBox .btnBox .btn:hover .btnIcon .arrowBtn {
    opacity: 0;
  }
  .formBox .btnBox .btn:hover .hoverImg {
    opacity: 1;
  }
}
.formBox .btnBox .btnIcon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: -10px;
  top: -2px;
  right: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formBox .btnBox .hoverImg {
  position: absolute;
  top: 5px;
  right: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: around 3s infinite linear;
          animation: around 3s infinite linear;
}
@media (max-width: 768px) {
  .formBox .btnBox {
    margin-left: -10px;
  }
}