@charset "UTF-8";
.bannerArea .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px 25px 34px;
}
.bannerArea .titleBox {
  padding-bottom: 32px;
  margin-bottom: 18px;
}
.bannerArea em {
  font-size: 18px;
}
.bannerArea h1 {
  color: #7c9f4d;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
}
.bannerArea p {
  color: #808080;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 1200px) {
  .bannerArea .Txt {
    padding: 10px 25px;
  }
  .bannerArea .titleBox {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .bannerArea em {
    font-size: 16px;
  }
  .bannerArea h1 {
    font-size: 30px;
  }
  .bannerArea p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .bannerArea .titleBox {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .bannerArea .titleBox::before {
    content: none;
  }
  .bannerArea h1 {
    font-size: 28px;
  }
  .bannerArea p {
    display: none;
  }
}

.mainArea {
  background-color: #ececec;
}

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

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

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.8;
}

.formBox {
  margin-top: 20px;
}

.formList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  color: #2f2f2f;
  margin-left: -10px;
  margin-right: -10px;
  /*字的顏色*/
}
.formList [class^=g-] {
  float: none;
}
.formList .left {
  margin-bottom: 5px;
}
.formList label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #2f2f2f;
}
.formList em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}
.formList .inputStyle,
.formList select,
.formList textarea {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.formList .inputStyle {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.formList select {
  height: 35px;
  width: 100%;
}
.formList textarea {
  display: block;
  width: 100%;
  height: 100px;
}

.btn2 a {
  margin: initial;
}
.btn2 a::before, .btn2 a::after {
  z-index: 0;
}
.btn2 a span {
  position: relative;
  z-index: 1;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
}
.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}
.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #ccc;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

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

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

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