@charset "UTF-8";
.bread,
.mapBox,
.formBox {
  width: 100%;
}

.mapBox {
  padding-bottom: 30px;
}

.side_contactInfo li {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 3px 0;
}

.thankInfo {
  word-break: break-all;
}
.thankInfo .flexBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.thankInfo .leftBox {
  width: 50%;
}
.thankInfo .rightBox {
  width: 50%;
  padding: 0 10%;
}
.thankInfo .info {
  position: relative;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 0 10%;
}
.thankInfo .info::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #dbdbdb;
}
@media (max-width: 1200px) {
  .thankInfo .leftBox {
    width: 100%;
  }
  .thankInfo .rightBox {
    width: 100%;
    padding: 0;
  }
  .thankInfo .info {
    padding: 0 0 30px 0;
  }
  .thankInfo .info::after {
    display: none;
  }
}

.formBox {
  margin: 20px 0;
}

.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 li.name .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.formList li.name .inputStyle {
  width: calc(100% - 130px);
}
.formList li.name .sex {
  width: 130px;
  padding-left: 10px;
}
.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 #dbdbdb;
  border-radius: 3px;
}
.formList .inputStyle {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.formList select {
  height: 35px;
}
.formList 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;
  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;
}