@charset "UTF-8";
.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: #975a3c;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}
.contentBox .side_contactInfo {
  margin-top: 30px;
  font-family: "Inter", sans-serif;
}
.contentBox .side_contactInfo .tel {
  font-size: 26px;
  color: #000;
}
.contentBox .side_contactInfo .tel .infoTitle {
  color: #919191;
}
.contentBox .side_contactInfo .tel .infoTitle::after {
  content: "";
  position: absolute;
  background-color: #919191;
}
.contentBox .side_contactInfo .tel a {
  color: #000;
  font-size: 26px;
}
.contentBox .side_contactInfo .tel a:hover {
  color: #975a3c;
}
.contentBox .side_contactInfo .infoList {
  margin-top: 20px;
  gap: 15px;
}
.contentBox .side_contactInfo .infoList li {
  color: #000;
}
.contentBox .side_contactInfo .infoList .infoTitle {
  color: #919191;
}
.contentBox .side_contactInfo .infoList a {
  color: #000;
}
.contentBox .side_contactInfo .infoList a:hover {
  color: #975a3c;
}

/*感謝資訊*/
.thankInfo {
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.8;
}