.mainArea.successPage .contentBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
}
@media (max-width: 1180px) {
  .mainArea.successPage .contentBox {
    min-height: 150px;
  }
}
@media (max-width: 768px) {
  .mainArea.successPage .contentBox {
    padding-top: 30px;
    min-height: auto;
  }
}
.mainArea.successPage .contentBox .successTxt {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #aba299;
  text-align: center;
}
@media (max-width: 1180px) {
  .mainArea.successPage .contentBox .successTxt {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .mainArea.successPage .contentBox .successTxt {
    font-size: 22px;
  }
}
.mainArea.successPage .textEditor {
  width: 100%;
}

.contactBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 1180px) {
  .contactBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 48px;
    padding-top: 30px;
  }
}
.contactBox .leftBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 635px;
}
@media (max-width: 1180px) {
  .contactBox .leftBox {
    max-width: none;
  }
}
.contactBox .rightBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 1366px) {
  .contactBox .rightBox {
    width: 55%;
  }
}
@media (max-width: 1180px) {
  .contactBox .rightBox {
    width: 100%;
  }
}
.contactBox .titleBox .subtitle {
  line-height: 1;
  color: #202020;
}
.contactBox .titleBox .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcd9d2;
  margin: 36px 0 32px;
}
@media (max-width: 1536px) {
  .contactBox .titleBox .line {
    margin: 30px 0 24px;
  }
}
@media (max-width: 991px) {
  .contactBox .titleBox .line {
    width: 100%;
  }
}
.contactBox .titleBox .line::before {
  position: absolute;
  content: "";
  width: 6px;
  height: auto;
  background-color: #aba299;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  translate: 50% 50%;
}
.contactBox .textEditor .txtTitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #808080;
  margin-bottom: 0;
}
@media (max-width: 1536px) {
  .contactBox .textEditor .txtTitle {
    font-size: 18px;
  }
}
.contactBox .textEditor .stepList {
  position: relative;
  padding-left: 0;
  list-style: none;
  margin: 54px 0 0;
}
@media (max-width: 1536px) {
  .contactBox .textEditor .stepList {
    margin-top: 42px;
  }
}
@media (max-width: 1180px) {
  .contactBox .textEditor .stepList {
    margin-top: 0;
  }
}
.contactBox .textEditor .stepList::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #aba299;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 16px;
  translate: 0 0;
}
.contactBox .textEditor .stepList li {
  position: relative;
  padding-left: 84px;
}
@media (max-width: 1536px) {
  .contactBox .textEditor .stepList li {
    padding-left: 72px;
  }
}
.contactBox .textEditor .stepList li + li {
  margin-top: 72px;
}
@media (max-width: 1536px) {
  .contactBox .textEditor .stepList li + li {
    margin-top: 48px;
  }
}
@media (max-width: 1180px) {
  .contactBox .textEditor .stepList li + li {
    margin-top: 32px;
  }
}
.contactBox .textEditor .stepList li::before {
  position: absolute;
  content: "";
  width: 34px;
  height: auto;
  background-color: #aba299;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 50%;
}
.contactBox .textEditor .stepList li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: auto;
  background-color: transparent;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: 45deg;
  position: absolute;
  top: 32px;
  right: auto;
  bottom: auto;
  left: 6px;
  translate: 50% -50%;
  z-index: 1;
}
.contactBox .textEditor .stepList .stepTitleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1536px) {
  .contactBox .textEditor .stepList .stepTitleBox {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.contactBox .textEditor .stepList .stepTitleBox .eng {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  color: #202020;
}
@media (max-width: 1536px) {
  .contactBox .textEditor .stepList .stepTitleBox .eng {
    font-size: 36px;
  }
}
.contactBox .textEditor .stepList .stepTitleBox .chi {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
  color: #202020;
}
@media (max-width: 1536px) {
  .contactBox .textEditor .stepList .stepTitleBox .chi {
    font-size: 20px;
  }
}
.contactBox .textEditor .stepList .content {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media (max-width: 1536px) {
  .contactBox .textEditor .stepList .content {
    font-size: 16px;
    margin-top: 0;
  }
}

.sideContactInfo {
  margin-top: 20px;
}
/*# sourceMappingURL=contact.css.map */