@charset "UTF-8";
.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #ff7800;
  font-size: 37px;
  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;
}

.side_contactInfo {
  margin-top: 20px;
}

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

.sideContactInfo {
  margin-top: 20px;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.sideContactInfo li {
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #000;
  margin-bottom: 10px;
}
.sideContactInfo a {
  color: #000;
  line-height: 1.6;
}
.sideContactInfo a:hover {
  color: #ff7800;
}
