.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -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;
}
.mainArea.successPage .successTxt {
  color: #78c6e0;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.sideContactInfo {
  margin-top: 20px;
}

.topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.topBox .titleBox .titleTw {
  font-size: 32px;
  font-weight: bold;
}
.topBox .bread {
  margin: 0;
  padding: 20px 0 32px;
  border: none;
}
.topBox .bread .wrap {
  padding: 0;
}
.topBox .bread .wrap img {
  opacity: 0.5;
}
@media (min-width: 1181px) {
  .topBox .bread .wrap img:hover {
    opacity: 1;
  }
}

.contactIns {
  padding: 64px 0;
}

@media (min-width: 1181px) {
  .btnBox:hover .btn {
    background-color: transparent;
  }
}