.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: #ac916a;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.classNote {
  margin: 0;
  padding-bottom: 1rem;
  text-align: left;
}

.contentBox {
  position: relative;
}
.contentBox:not(.success) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
}
@media (max-width: 1366px) {
  .contentBox:not(.success) {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media (max-width: 1180px) {
  .contentBox:not(.success) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.contentBox .leftBox {
  position: relative;
  width: calc(58% - 1.6875rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 1366px) {
  .contentBox .leftBox {
    width: calc(60% - 1.25rem);
  }
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    width: calc(60% - 1rem);
  }
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    width: 100%;
  }
}
.contentBox .rightBox {
  position: relative;
  width: calc(42% - 1.6875rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 1366px) {
  .contentBox .rightBox {
    width: calc(40% - 1.25rem);
  }
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: calc(40% - 1rem);
  }
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: 100%;
  }
}

.sideContactBox {
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 1366px) {
  .sideContactBox {
    margin-top: 0.625rem;
  }
}
.sideContactBox .companyNameBox {
  position: relative;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1180px) {
  .sideContactBox .companyNameBox {
    padding: 0 0 10px;
  }
}
.sideContactBox .companyNameBox .chineseName {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .sideContactBox .companyNameBox .chineseName {
    font-size: 16px;
  }
}
.sideContactBox .companyNameBox .engName {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.625rem;
}
@media (max-width: 1180px) {
  .sideContactBox .companyNameBox .engName {
    font-size: 13px;
    margin-top: 0.25rem;
  }
}
.sideContactBox .sideContactInfo {
  margin-top: 1rem;
}
.sideContactBox .sideContactInfo a,
.sideContactBox .sideContactInfo span:not(.infoText) {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1181px) {
  .sideContactBox .sideContactInfo a:hover {
    color: #ac916a;
  }
}
/*# sourceMappingURL=contact.css.map */