@charset "UTF-8";
.contentBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentBox .leftBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50%;
  border-right: 1px solid #ccc;
}
@media (max-width: 1200px) {
  .contentBox .leftBox {
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    border-right: 0;
  }
}
.contentBox .rightBox {
  width: 50%;
}
@media (max-width: 1200px) {
  .contentBox .rightBox {
    width: 100%;
    padding-top: 20px;
  }
}

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

.mapBox {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.thankInfo .title {
  text-align: center;
}
.thankInfo .text {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .thankInfo .title {
    text-align: left;
  }
  .thankInfo .text {
    text-align: left;
  }
}

.formBox {
  width: 100%;
  padding-top: 50px;
}

.formList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  /*星號的顏色*/
}
.formList [class^=g-] {
  float: none;
}
.formList .formItem {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .formList .formItem {
    width: 100%;
  }
}
.formList .formItem.full {
  width: 100%;
}
.formList .formItem.exp .item {
  -ms-flex-align: start;
      align-items: flex-start;
}
.formList .formItem.checkArea .item {
  border: none;
}
.formList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.formList .left {
  position: relative;
  min-width: 110px;
}
.formList .left::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #ccc;
}
.formList .right {
  width: 100%;
}
.formList label {
  display: inline-block;
  font-size: 15px;
  color: #2f2f2f;
}
.formList em {
  color: #e61f6e;
  font-style: normal;
  padding-right: 15px;
}
.formList .inputStyle,
.formList select {
  font-size: 15px;
}
.formList .inputStyle {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 5px 15px;
}
.formList select {
  border: none;
  width: 100%;
  height: 35px;
  padding: 5px 11px;
}
.formList textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 0 15px;
}

/*驗證碼*/
.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 {
  border-color: #f00 !important;
}