.mainArea .wrap {
  max-width: 1380px !important;
  width: 100%;
  padding: 0 30px;
}
.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: #302F41;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

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

.side_contactInfo {
  margin-top: 20px;
}

.bread {
  border: none;
}

.btnBox .btn {
  max-width: 200px;
  font-size: 18px;
}

.bannerArea .Txt .title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .bannerArea .Txt .title {
    font-size: 32px;
  }
}