@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: #ac916a;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.sideContactBox {
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 1366px) {
  .sideContactBox {
    margin-top: 0.625rem;
  }
}
.sideContactBox .companyNameBox {
  position: relative;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1180px) {
  .sideContactBox .companyNameBox {
    padding: 0 0 10px;
  }
}
.sideContactBox .companyNameBox .chineseName {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .sideContactBox .companyNameBox .chineseName {
    font-size: 16px;
  }
}
.sideContactBox .companyNameBox .engName {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.625rem;
}
@media (max-width: 1180px) {
  .sideContactBox .companyNameBox .engName {
    font-size: 13px;
    margin-top: 0.25rem;
  }
}
.sideContactBox .sideContactInfo {
  margin-top: 1rem;
}
.sideContactBox .sideContactInfo a,
.sideContactBox .sideContactInfo span:not(.infoText) {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1181px) {
  .sideContactBox .sideContactInfo a:hover {
    color: #ac916a;
  }
}

.contentBox {
  position: relative;
}
.contentBox:not(.success) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
}
@media (max-width: 1366px) {
  .contentBox:not(.success) {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media (max-width: 1180px) {
  .contentBox:not(.success) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.contentBox .leftBox {
  position: relative;
  width: calc(58% - 1.6875rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 1366px) {
  .contentBox .leftBox {
    width: calc(65% - 1.25rem);
  }
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    width: calc(60% - 1rem);
  }
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    width: 100%;
  }
}
.contentBox .rightBox {
  position: relative;
  width: calc(42% - 1.6875rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 1366px) {
  .contentBox .rightBox {
    width: calc(45% - 1.25rem);
  }
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: calc(40% - 1rem);
  }
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: 100%;
  }
}

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

/*感謝資訊*/
.inquiryNote {
  position: relative;
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
  padding: 20px 16px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .inquiryNote {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inquiryNote {
    font-size: 13px;
  }
}

.dataTable {
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}
.dataTable table {
  border-collapse: collapse;
}
.dataTable th {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border: 1px solid #232323;
  padding: 16px 10px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .dataTable th {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .dataTable th {
    font-size: 14px;
    padding: 8px;
  }
}
.dataTable td {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #232323;
  vertical-align: middle;
  padding: 16px;
}
@media (max-width: 991px) {
  .dataTable td {
    font-size: 14px;
    padding: 10px;
  }
}
.dataTable td input[type=text] {
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .dataTable td input[type=text] {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .dataTable td input[type=text] {
    font-size: 13px;
  }
}
.dataTable td .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-right: 8px;
}
.dataTable td .text img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 50px;
}
.dataTable td .text span {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 991px) {
  .dataTable td .text span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .dataTable td .text span {
    font-size: 13px;
  }
}
.dataTable td .icon {
  color: #fff;
}
@media (min-width: 1181px) {
  .dataTable td .icon:hover {
    color: #ac916a;
  }
}
.dataTable .error {
  border-color: #f00 !important;
}

.formBox {
  margin-top: 2.25rem;
}
/*# sourceMappingURL=inquiry.css.map */