@charset "UTF-8";
.radioStyle .radioTitle, .radioStyle, .formList label {
  color: #424242;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 1.625;
}

.titleBar .titleBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap {
  max-width: 840px;
}

.side_contactInfo {
  margin: 0;
}

/*--地圖--*/
#gmapContact {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

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

.formBox {
  margin-top: 20px;
}

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  color: #2f2f2f;
  margin-left: -10px;
  margin-right: -10px;
  /*字的顏色*/
}
.formList [class^=g-] {
  float: none;
}
.formList .left {
  margin-bottom: 12px;
}
.formList label {
  display: inline-block;
  margin-right: 7px;
  color: #454545;
}
.formList em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e50012;
  /*星號的顏色*/
}
.formList .inputStyle,
.formList select,
.formList textarea {
  padding: 10px 20px;
  border: none;
  background-color: #f7f7f7;
  border-radius: 0;
}
.formList .inputStyle {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  .formList .inputStyle {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
.formList select {
  height: 60px;
  color: #333333;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border: 0;
  background-color: #f7f7f7;
  font-size: 16px;
  letter-spacing: 0.48px;
  font-family: "Poppins", "Noto Sans TC";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 80px;
  background-image: url(../images/icon/icon_arrowDown.png), url(../images/icon/gray_bg.jpg);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center, right center;
  background-size: 9px 5px, 60px 100%;
}
@media (max-width: 640px) {
  .formList select {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
.formList select select::-ms-expand {
  display: none;
}
@media (max-width: 640px) {
  .formList select {
    height: 50px;
    background-position: calc(100% - 20px) center, right center;
    background-size: 9px 5px, 50px 100%;
  }
}
.formList textarea {
  display: block;
  width: 100%;
  height: 100px;
}

.radioStyle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
.radioStyle:last-child {
  margin-right: 0;
}
.radioStyle .radioItem {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #535353;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.radioStyle .radioItem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #4d4d4d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.radioStyle input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.radioStyle input[type=radio]:checked + span:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*驗證碼*/
.checkArea {
  clear: both;
}

.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: 1px solid #f00 !important;
}

.btnBox {
  padding-top: 30px;
}