@charset "UTF-8";
.formBox input[type="text"], .formBox select, .formBox textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contentBox > .bcBox {
  width: calc(100% - 450px);
}

.contentBox > .scBox {
  width: 450px;
}

.contentBox > .scBox iframe {
  width: 100%;
  height: 300px;
}

.side_contactInfo {
  margin: 0;
}

/*--地圖--*/
#gmapContact {
  width: 100%;
  height: 300px;
}

.side_contactInfo {
  padding-top: 30px;
}

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  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: none;
  background-color: #f5f5f5;
}

.formBox input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.formBox select {
  height: 40px;
}

.formBox textarea {
  display: block;
  width: 100%;
  height: 100px;
}

.error {
  -webkit-box-shadow: 0 0 10px #19b6d1;
          box-shadow: 0 0 10px #19b6d1;
}

.checkArea {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
}

.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}

.checkArea .btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 38px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #19b6d1; /*contact按鈕前景色*/
  border:none
}
.btn:hover {
  color: #fff; /*contact按鈕變色*/
  background-color: #000;
}

.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #f5f5f5;
}

.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 22px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: '微軟正黑體';
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: #19b6d1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.sliderBtn::before {
  content: '\f105';
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

@media (max-width: 960px) {
  .contentBox > .bcBox {
    width: 100%;
  }
  .contentBox > .scBox {
    width: 100%;
  }
  .contentBox > .scBox iframe {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .checkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /**.checkArea .btn {
    margin: 20px 0 0 0;
  }**/
}
