@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: #2a59a7;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.contentBox .wrap {
  max-width: 1380px;
}

.side_contactInfo {
  margin: 0;
}

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 1.8;
  color: #2f2f2f;
}

.inquiryNote {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #2f2f2f;
  background-color: #f1f1f1;
}

.dataTable table {
  border-collapse: collapse;
  border: 1px solid #333;
  border-bottom: 2px solid #333;
}
.dataTable th {
  padding: 10px;
  border: 1px solid #333;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #333;
  vertical-align: middle;
}
.dataTable td {
  padding: 10px;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  vertical-align: middle;
}
.dataTable td input[type=text] {
  height: 25px;
  line-height: 20px;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.dataTable td a img {
  width: 50px;
  vertical-align: middle;
  margin-right: 8px;
}
.dataTable .error {
  border-color: #f00 !important;
}

.formBox {
  margin-top: 25px;
}