@charset "UTF-8";
.formBox input[type="text"], .formBox select, .formBox textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formBox .left .mr .checked:before {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

.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 #e3e3e3;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #2f2f2f;
  line-height: 1.8;
}

.formBox {
  margin-top: 20px;
  font-size: 13px;
  color: #2f2f2f;
  /*字的顏色*/
}

.formBox .left {
  margin-bottom: 5px;
}

.formBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #2f2f2f;
}

.formBox em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}

.formBox input[type="text"], .formBox select, .formBox textarea {
  padding: 5px;
  border: 1px solid #e3e3e3;
}

.formBox input[type="text"] {
  width: 100%;
  height: 35px;
  line-height: 35px;
}

.formBox select {
  height: 35px;
}

.formBox textarea {
  display: block;
  width: 100%;
  height: 100px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
}

.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}

.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  -webkit-box-shadow: 2px 2px 2px #ccc;
          box-shadow: 2px 2px 2px #ccc;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

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

.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
}

.error {
  -webkit-box-shadow: 0 0 10px #f00;
          box-shadow: 0 0 10px #f00;
}

/*****************/
/** QapTcha CSS **/
/*****************/
.clr {
  clear: both;
}

.bgSlider {
  /*滑軌*/
  float: left;
  width: 200px;
  height: 34px;
  background: #45484d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDU0ODRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  background: -webkit-linear-gradient(-45deg, #45484d 0%, #000000 100%);
  background: -o-linear-gradient(-45deg, #45484d 0%, #000000 100%);
  background: -webkit-linear-gradient(315deg, #45484d 0%, #000000 100%);
  background: -o-linear-gradient(315deg, #45484d 0%, #000000 100%);
  background: linear-gradient(135deg, #45484d 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1);
}

.Slider {
  /*按鈕*/
  position: relative;
  top: 2px;
  left: 0;
  z-index: 99;
  width: 45px;
  height: 30px;
  cursor: pointer;
}

.dropSuccess {
  /*成功*/
  color: #4e8b37;
}

.dropError {
  /*錯誤*/
  display: none;
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}

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

.formBox {
  padding-top: 50px;
  font-size: 13px;
  color: #2f2f2f;
  /*字的顏色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formBox .form-line {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}

.formBox .form-line.checkArea {
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formBox .left {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
}

.formBox .left label {
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
}

.formBox .left label.se {
  width: 100%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formBox .left .mr {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  display: block;
  z-index: 666;
}

.formBox .left .mr li {
  position: relative;
  display: inline-block;
}

.formBox .left .mr input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.formBox .left .mr input[type=radio]:checked ~ .checked:before {
  opacity: 1;
}

.formBox .left .mr .checked {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border: solid 3px #dcdcdc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  pointer-events: none;
}

.formBox .left .mr .checked:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #1e9886;
  background-color: #2dab98;
  z-index: 1;
  opacity: 0;
}

.formBox .requireArea {
  position: relative;
}

.formBox .requireArea .left {
  position: relative;
}

.formBox label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #010101;
  vertical-align: middle;
}

.formBox em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #1E9886;
  /*星號的顏色*/
}

.formBox em:before {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 8px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1E9886;
}

.formBox input[type="text"], .formBox select, .formBox textarea {
  border: 0px;
}

.formBox input[type="text"] {
  width: calc(100% - 90px);
  height: 45px;
  margin-left: 90px;
  line-height: 45px;
}

.formBox select {
  position: relative;
  width: calc(100% - 90px);
  height: 45px;
  margin-left: 90px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.4px;
  font-family: "Bellefair", "Noto Sans TC", serif;
  color: #a2a2a2;
  z-index: 1;
}

.formBox select option {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.4px;
}

.formBox textarea {
  display: block;
  width: 100%;
  height: 45px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding: 0;
  padding-top: 25px;
}

.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}

.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  width: 185px;
  height: 34px;
  line-height: 34px;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1.3px;
  color: #fff;
  background-color: #1E9886;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
}

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

.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 60px;
  top: 7px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.3px;
  color: #a2a2a2;
}

.error {
  -webkit-box-shadow: 0 0 10px #f00;
          box-shadow: 0 0 10px #f00;
}

.clr {
  clear: both;
}

.bgSlider {
  /*滑軌*/
  float: left;
  width: 185px;
  height: 34px;
  background: #efefef;
}

.Slider {
  /*按鈕*/
  position: relative;
  top: 0px;
  left: 0;
  z-index: 99;
  width: 34px;
  height: 100%;
  cursor: pointer;
  background-color: #b7b7b7;
}

.Slider:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: block;
  background: url(../images/qa-arrow.png) no-repeat center;
}

.dropSuccess {
  /*成功*/
  color: #4e8b37;
}

.dropError {
  /*錯誤*/
  display: none;
}

@media (max-width: 480px) {
  .formBox .form-line.checkArea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .formBox .form-line.checkArea .sliderBox {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .captchaArea {
    margin-right: 0;
    width: 185px;
  }
  .checkArea .btn {
    padding-top: 10px;
  }
}
