@charset "UTF-8";
.formList .inputStyle,
.formList select,
.formList textarea, .formList .formItem.check .btn a, .formList .formItem.agree input[type=checkbox]::before, .formList .formItem.agree input[type=checkbox], .formList .formItem.time input[type=checkbox]::before, .formList .formItem.time input[type=checkbox], .formList .formItem.name .sex input[type=radio]::before, .formList .formItem.name .sex input[type=radio] {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.mainArea {
  padding-bottom: 60px;
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .contentBox {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 991px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.contentBox .leftBox {
  width: calc(70% - 20px);
}
@media (max-width: 1300px) {
  .contentBox .leftBox {
    width: calc(65% - 20px);
  }
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    width: calc(65% - 12px);
  }
}
@media (max-width: 991px) {
  .contentBox .leftBox {
    width: 100%;
  }
}
.contentBox .centerBox {
  width: calc(30% - 20px);
}
@media (max-width: 1300px) {
  .contentBox .centerBox {
    width: calc(35% - 20px);
  }
}
@media (max-width: 1180px) {
  .contentBox .centerBox {
    width: calc(35% - 12px);
  }
}
@media (max-width: 991px) {
  .contentBox .centerBox {
    width: 100%;
  }
}

.titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}
@media (max-width: 840px) {
  .titleBox {
    margin-bottom: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.titleBox .left .title {
  font-size: 30px;
  color: #ee8f55;
  font-weight: 500;
  position: relative;
  padding: 0 32px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 840px) {
  .titleBox .left .title {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .titleBox .left .title {
    font-size: 26px;
  }
}
.titleBox .left .title::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #ee8f55;
  left: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 840px) {
  .titleBox .left .title::before {
    height: 30px;
  }
}
.titleBox .left .title::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #ee8f55;
  right: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 840px) {
  .titleBox .left .title::after {
    height: 30px;
  }
}
.titleBox .right {
  text-align: left;
  padding-left: 31px;
}
@media (max-width: 840px) {
  .titleBox .right {
    padding-left: 0;
  }
}
.titleBox .right .enTitle {
  font-size: 20px;
  color: #ee8f55;
  font-weight: bold;
  letter-spacing: 0.8px;
}
@media (max-width: 840px) {
  .titleBox .right .enTitle {
    text-align: center;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .titleBox .right .enTitle {
    font-size: 18px;
  }
}
.titleBox .bread {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (max-width: 840px) {
  .titleBox .bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.titleBox .bread .wrap {
  padding: 0;
}
.titleBox .bread a,
.titleBox .bread span {
  font-size: 13px;
  color: #aaaaaa;
  position: relative;
}
.titleBox .bread a:hover {
  color: #ee8f55;
}
.titleBox .bread.arrow span + span,
.titleBox .bread.arrow span + a,
.titleBox .bread.arrow a + span,
.titleBox .bread.arrow a + a {
  padding-left: 25px;
}
.titleBox .bread.arrow span + span::before,
.titleBox .bread.arrow span + a::before,
.titleBox .bread.arrow a + span::before,
.titleBox .bread.arrow a + a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.thankInfo {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.85;
  color: #666666;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .thankInfo {
    font-size: 17px;
  }
}

.formList {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #666666;
}
@media (max-width: 768px) {
  .formList {
    font-size: 15px;
  }
}
.formList .formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .formList .formItem {
    padding: 15px 0;
  }
}
.formList .formItem.name .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formList .formItem.name .inputStyle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formList .formItem.name .sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 170px;
}
.formList .formItem.name .sex label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formList .formItem.name .sex label:last-child {
  margin-left: 14px;
}
.formList .formItem.name .sex input[type=radio] {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.formList .formItem.name .sex input[type=radio]::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
}
.formList .formItem.name .sex input[type=radio]:checked {
  border-color: #ee8f55;
}
.formList .formItem.name .sex input[type=radio]:checked::before {
  width: 12px;
  height: 12px;
  background-color: #ee8f55;
}
@media (max-width: 767px) {
  .formList .formItem.name {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .formList .formItem.name .left {
    padding-top: 10px;
  }
  .formList .formItem.name .sex {
    width: 100%;
    padding-top: 17px;
  }
}
.formList .formItem.time {
  margin-top: 7px;
}
.formList .formItem.time .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 13px -12px 0;
}
.formList .formItem.time .bottom label {
  letter-spacing: 1px;
  margin: 0 12px;
}
.formList .formItem.time #data_time_title {
  display: none;
}
.formList .formItem.time label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formList .formItem.time input[type=checkbox] {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.formList .formItem.time input[type=checkbox]::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
}
.formList .formItem.time input[type=checkbox]:checked {
  border-color: #ee8f55;
}
.formList .formItem.time input[type=checkbox]:checked::before {
  width: 12px;
  height: 12px;
  background-color: #ee8f55;
}
@media (max-width: 767px) {
  .formList .formItem.time {
    margin-top: 0;
  }
  .formList .formItem.time .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .formList .formItem.time .bottom label {
    padding: 2px 0;
  }
}
.formList .formItem.exp {
  margin-top: 3px;
}
.formList .formItem.exp .bottom {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .formList .formItem.exp {
    margin-top: 0;
  }
}
.formList .formItem.agree label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 1px;
  padding-left: 28px;
}
.formList .formItem.agree input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.formList .formItem.agree input[type=checkbox]::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
}
.formList .formItem.agree input[type=checkbox]:checked {
  border-color: #ee8f55;
}
.formList .formItem.agree input[type=checkbox]:checked::before {
  width: 12px;
  height: 12px;
  background-color: #ee8f55;
}
.formList .formItem.agree a {
  display: inline-block;
  padding-bottom: 4px;
  color: #666666;
  border-bottom: 1px solid #929292;
}
@media (min-width: 1201px) {
  .formList .formItem.agree a:hover {
    color: #ee8f55;
    border-color: #ee8f55;
  }
}
@media (max-width: 767px) {
  .formList .formItem.agree {
    padding-top: 6px;
  }
}
.formList .formItem.check {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 30px;
  margin: 20px -10.5px 0;
  border-top: 1px solid #ececec;
}
.formList .formItem.check .btn {
  max-width: 240px;
  width: 100%;
  margin: 0 10.5px;
}
.formList .formItem.check .btn a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: normal;
  color: #000;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  max-width: 210px;
  padding: 12.5px 20px 12.5px 20px;
  z-index: 1;
  overflow: hidden;
}
.formList .formItem.check .btn a.clear {
  color: #333333;
  background-color: #fff;
  border: 1px solid #333333;
}
.formList .formItem.check .btn a.submit {
  color: #fff;
  background-color: #ee8f55;
}
@media (min-width: 1201px) {
  .formList .formItem.check .btn a:hover {
    color: #fff;
    background-color: #333333;
  }
}
@media (max-width: 767px) {
  .formList .formItem.check {
    padding-top: 15px;
    padding-bottom: 50px;
    margin: 0 -10.5px;
    border-top: 0;
    border-bottom: 1px solid #ececec;
  }
}
.formList .left {
  width: 100px;
}
.formList .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formList .top,
.formList .bottom {
  width: 100%;
}
.formList .inputStyle,
.formList select,
.formList textarea {
  padding: 10px 22px;
  border-radius: 22px;
  background-color: #f4f4f4;
  border: 1px solid transparent;
}
.formList .inputStyle {
  width: 100%;
  height: 44px;
  line-height: 44px;
}
@media (max-width: 768px) {
  .formList .inputStyle {
    height: 40px;
    line-height: 40px;
  }
}
.formList select {
  height: 44px;
}
.formList textarea {
  resize: none;
  display: block;
  width: 100%;
  height: 100px;
}

.sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-family: "微軟正黑體";
  font-size: 15px;
  color: #999;
}

.error {
  border-color: #f00 !important;
}

.companyBox {
  height: 100%;
  padding-left: 40px;
  border-left: 1px solid #ececec;
}
@media (max-width: 1180px) {
  .companyBox {
    padding-left: 24px;
  }
}
@media (max-width: 991px) {
  .companyBox {
    padding-left: 0;
    border-left: 0;
    border-bottom: 1px solid #ececec;
  }
}
.companyBox .areaTitle {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-bottom: 25px;
  margin-bottom: 28px;
  color: #333333;
}
.companyBox .areaTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #ee8f55;
}
.companyBox .companyList .companyItem {
  padding-bottom: 20px;
}
.companyBox .companyList .title {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 23px;
  color: #333333;
}
.companyBox .companyList .title::before {
  content: "";
  position: absolute;
  top: calc(50% - 9.5px);
  left: 0;
  width: 15px;
  height: 19px;
  background: url(../images/location.png) no-repeat center/contain;
}
.companyBox .companyList .infoList {
  margin-top: 7px;
}
.companyBox .companyList .infoList .infoItem {
  font-size: 14px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.8px;
  margin-bottom: 9px;
  color: #666666;
}
.companyBox .companyList .infoList a {
  color: #666666;
}
@media (min-width: 1201px) {
  .companyBox .companyList .infoList a:hover {
    color: #ee8f55;
  }
}

@media (min-width: 768px) {
  .bannerList {
    height: 100%;
  }
  .bannerList .bannerItem,
  .bannerList .Img {
    height: 100%;
  }
  .bannerList img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .bannerList img {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
/*# sourceMappingURL=contact.css.map */