<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@600&amp;family=Great+Vibes&amp;family=Noto+Sans+TC:wght@300;400;500;700&amp;display=swap");
.infoBox .formList .formItemGender label input[type=radio]::after, .infoBox .formList .formItemGender label input[type=radio]::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .mainArea {
    padding-top: 0;
  }
}

.contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .contactBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.leftImg, .rightImg {
  height: calc(100vh - 90px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: sticky;
  top: 90px;
}
@media (max-width: 1200px) {
  .leftImg, .rightImg {
    height: calc(100vh - 70px);
    top: 70px;
  }
}

@media (max-width: 640px) {
  .leftImg {
    width: 100%;
    height: 260px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
    top: 0;
  }
}
@media (max-width: 360px) {
  .leftImg {
    height: 200px;
  }
}

@media (max-width: 1024px) {
  .rightImg {
    display: none;
  }
}

.infoBox {
  width: 55%;
  background: url("../images/texture.jpg") center/auto repeat-y;
  padding: 120px 180px;
}
@media (max-width: 1680px) {
  .infoBox {
    padding: 60px 80px;
  }
}
@media (max-width: 1200px) {
  .infoBox {
    width: 65%;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .infoBox {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .infoBox {
    width: 100%;
  }
}
.infoBox .thankInfo {
  margin-bottom: 60px;
}
.infoBox .text {
  border-bottom: 2px solid #c29451;
  color: #c29451;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
}
.infoBox .formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infoBox .formList [class^=g-] {
  float: none;
}
.infoBox .formList .formItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(194, 148, 81, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 0;
  position: relative;
}
.infoBox .formList .formItemGender label {
  width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 15px;
}
.infoBox .formList .formItemGender label input[type=radio] {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}
.infoBox .formList .formItemGender label input[type=radio]::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #c29451;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}
.infoBox .formList .formItemGender label input[type=radio]::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  visibility: visible;
}
.infoBox .formList .formItemGender label input[type=radio]:checked::after {
  background-color: #c29451;
}
.infoBox .formList .formItemGender label span {
  display: inline-block;
  line-height: 15px;
  margin-left: 6px;
}
.infoBox .formList .formItemSend {
  margin-top: 30px;
}
.infoBox .formList .formItemExp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
.infoBox .formList .formItem.half {
  width: calc(100%/2 - 10px);
}
.infoBox .formList .formItem.full {
  width: 100%;
}
.infoBox .formList .formItem.noLine {
  border-bottom: none;
}
@media (max-width: 768px) {
  .infoBox .formList .formItem {
    margin: 5px 0;
  }
  .infoBox .formList .formItem.half {
    width: 100%;
  }
}
.infoBox .formList label {
  width: auto;
  color: #644810;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.infoBox .formList label span {
  color: #c29451;
  display: inline-block;
  margin-left: 3px;
}
.infoBox .formList .inputStyle,
.infoBox .formList select,
.infoBox .formList textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #898989;
  padding: 0 5px 0 20px;
}
.infoBox .formList .inputStyle {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.infoBox .formList select {
  height: 50px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #898989;
  outline: none;
}
.infoBox .formList textarea {
  height: 100px;
  display: block;
}
.infoBox .formList .btnBox {
  margin: 0 auto;
}
.infoBox .formList .btnBox a {
  padding: 15px 70px;
}
.infoBox .error {
  border-color: #661015 !important;
}</pre></body></html>