@charset "UTF-8";
@import url(public/scss/font.css);
.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #ef7d1b;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.contentBox {
  margin: 0 -10px;
}
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox .copyrightBox {
  -ms-flex-pack: start;
      justify-content: start;
}
.contentBox .rightBox .side_contactInfo {
  margin: 20px 0;
}
@media (max-width: 480px) {
  .contentBox .rightBox .side_contactInfo .infoItem, .contentBox .rightBox .side_contactInfo .socialList, .contentBox .rightBox .side_contactInfo .copyrightBox {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.contentBox .rightBox .side_contactInfo .socialBox {
  margin: 10px 0;
}

/*感謝資訊*/
.thankInfo {
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.8;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}