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

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

.contentBox .rightBox {
  padding: 0;
}

.contentBox .rightBox iframe {
  width: 100%;
  height: 300px;
}

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
  letter-spacing: 1px;
}

.formBox {
  margin-top: 20px;
  font-size: 13px;
}

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

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

.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 #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 {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}

.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  height: 40px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #111;
  cursor: pointer;
  background-color: #48b9e8;
}

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

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

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 40px;
  margin-right: 10px;
  background-color: #333;
}

.captchaArea.unlocking .sliderBtn {
  transition: none;
}

.captchaArea .note {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: '微軟正黑體';
  color: #fff;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  background-color: #48b9e8;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s linear;
}

.sliderBtn::before {
  content: '\f105';
  position: absolute;
  top: 8px;
  left: 18px;
  color: #111;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

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

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

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

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

@media (max-width: 400px) {
  .captchaArea, .checkArea .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .checkArea .btn {
    width: 200px;
    margin-top: 10px;
  }
  .checkArea .btn a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
