@charset "UTF-8";
/* CSS Document */
.formBox input[type="text"], .formBox select, .checkArea .btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formBox input[type="text"], .formBox select, .formBox textarea {
  -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 #333333;
  font-size: 16px;
  color: #fff;
  line-height: 2;
}

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

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

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

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

.formBox input[type="text"], .formBox select, .formBox textarea {
  color: #fff;
  outline: none;
}

.formBox input[type="text"]:focus, .formBox select:focus, .formBox textarea:focus {
  border-bottom-color: #d1c0a5;
}

.formBox input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 5px;
  border: none;
  background: none;
  border-bottom: 1px solid #c19b76;
  border-radius: 0px;
}

.formBox select {
  min-width: 120px;
  height: 40px;
  padding: 5px;
  border: none;
  background: none;
  border-bottom: 1px solid #c19b76;
  border-radius: 0px;
}

.formBox select option {
  color: #000;
}

.formBox textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 5px;
  border: none;
  background: none;
  border-bottom: 1px solid #c19b76;
  border-radius: 0px;
}

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

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

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

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

.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: top;
  height: 51px;
  line-height: 51px;
  padding: 0 50px;
  border: 1px solid #c19b76;
  font-size: 17px;
  color: #c19b76;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.checkArea .btn a:hover {
  background-color: #c19b76;
  color: #fff;
}

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

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
  /*整個驗證碼區*/
}

.QapTcha .clr {
  clear: both;
}

.QapTcha .bgSlider {
  /*滑軌*/
  width: 250px;
  height: 51px;
  line-height: 51px;
  float: left;
  background: #fff;
}

.QapTcha .Slider {
  /*按鈕*/
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  width: 51px;
  height: 51px;
  background-color: #c19b76;
}

.QapTcha .Slider:after {
  content: '\f105';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
}

.checkArea p.note {
  /*向右滑動解鎖*/
  font-size: 15px;
  letter-spacing: .05em;
  color: #696969;
  position: absolute;
  left: 75px;
  top: 0;
  height: 51px;
  line-height: 51px;
}

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

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

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