@charset "UTF-8";
.formBox input[type="text"], .formBox textarea {
  transition: all .5s ease-out;
}

header {
  border-bottom: 1px solid #d9d9d9;
}

header.scroll {
  border-bottom-color: transparent;
}

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

.contentBox .rightBox {
  padding: 0;
}

.mainArea {
  margin-top: 310px;
}

.mainArea .wrap {
  width: 1160px;
}

.side_contactInfo {
  margin: 0;
}

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

.thankInfo {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: center;
}

.formBox {
  margin-top: 40px;
}

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

.formBox .right {
  position: relative;
}

.formBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
  color: #ad8b51;
  letter-spacing: 2px;
}

.formBox input[type="text"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 2px solid;
  border-color: #ad8b51;
  outline: none;
  border-radius: 3px;
  font-size: 16px;
}

.formBox input[type="text"]:focus {
  border-color: #ad8b51;
}

.formBox select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  height: 35px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
}

.formBox textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 0 5px;
  border: 2px solid;
  border-color: #ad8b51/*transparent  transparent #000*/;
  outline: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.formBox textarea:focus {
  border-color: #ad8b51;
}

.formBox .items:nth-last-of-type(2) {
  width: 100%;
}

.formBox .items:nth-of-type(odd) {
  float: left;
}

.formBox .items:nth-of-type(even) {
  float: right;
}

.items {
  width: 45%;
  margin: 40px 0;
}

.checkArea {
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.checkArea p.note {
  position: absolute;
  left: 85px;
  top: 18px;
  font-size: 15px;
  font-family: '微軟正黑體';
}

.checkArea .btn {
  float: right;
  display: inline-block;
}

.checkArea .btn a {
  display: inline-block;
  width: 250px;
  line-height: 55px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-indent: 3px;
  color: #fff;
  background-color: #ad8b51;
}

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

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

.QapTcha .clr {
  clear: both;
}

.QapTcha .bgSlider {
  width: 255px;
  height: 55px;
  float: left;
  background-color: #f4f4f4;
}

.QapTcha .Slider {
  cursor: pointer;
  width: 55px;
  line-height: 55px;
  position: relative;
  text-align: center;
  background-color: #000;
  z-index: 99;
}

.QapTcha .Slider::before {
  content: '\f105';
  color: #fff;
  font-size: 18px;
  font-family: FontAwesome;
}

.QapTcha .dropSuccess {
  color: #4e8b37;
}

.QapTcha .dropError {
  display: none;
}

@media (max-width: 1180px) {
  .mainArea {
    margin-top: 40px;
  }
  .mainArea .wrap {
    width: 100%;
  }
}

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

@media (max-width: 768px) {
  .formBox .items:nth-of-type(odd), .formBox .items:nth-of-type(even) {
    float: none;
  }
  .items {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .checkArea .btn a {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 420px) {
  .checkArea .btn {
    float: none;
    display: block;
    padding-top: 30px;
    clear: both;
  }
  .checkArea .btn a {
    width: 100%;
    box-sizing: border-box;
  }
}
