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

.formBox input[type=text], .formBox select, .formBox textarea {
  box-sizing: border-box;
}

.side_contactInfo {
  margin: 0;
}

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

.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: bold;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #f8b616;
  /*星號的顏色*/
}
.formBox input[type=text], .formBox select, .formBox textarea {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.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 a {
  color: #fff;
  border-radius: 20px;
  background: #333;
  text-align: center;
  padding: 10px 30px;
  font-size: 13px;
  font-family: "Noto Sans TC", sans-serif;
}
.checkArea .btn a:hover {
  background: #2d66bc;
}

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

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