@charset "UTF-8";
@import url(c62b2f70eb6b4dd190334b431300e3c1.css);
.formBox input[type="text"], .formBox select, .formBox textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.outerWrap.ins {
  background-repeat: no-repeat, repeat;
  background-image: url(../images/insdeck02.png), url(../images/insBg.png);
  background-size: 700px 380px, 50px 50px;
  background-position: right bottom, 0 0;
}

.mainArea {
  padding: 0;
  background-repeat: no-repeat;
  background-image: url(../images/insdeck01.png);
  background-size: 850px 650px;
  background-position: 0 200px;
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentBox .leftBox {
  padding-top: 140px;
  width: 350px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.contentBox .rightBox {
  padding-top: 140px;
  padding-bottom: 95px;
  width: calc(100% - 350px);
}

.thankInfo {
  /*感謝資訊*/
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #000;
  line-height: 2;
  letter-spacing: 0.5px;
}

.thankInfo .msgTitle {
  margin-right: 20px;
  font-size: 23px;
  font-weight: 600;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #000;
  letter-spacing: 2px;
}

.sex_select {
  padding-left: 20px;
}

.sex_select [type="radio"]:checked, .sex_select [type="radio"]:not(:checked) {
  position: absolute;
  left: -99999px;
}

.sex_select [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sex_select [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.sex_select label {
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  line-height: 20px;
}

.sex_select label:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 15px;
  width: 10px;
  height: 10px;
  border: 1px solid #ab8b70;
  border-radius: 50%;
  background: #fff;
}

.sex_select label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #ab8b70;
  position: absolute;
  top: 16px;
  left: 7px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
}

.content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 10px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 70px;
  width: calc(50% - 20px);
}

.content:nth-of-type(odd) {
  margin-right: 20px;
}

.content:nth-of-type(even) {
  margin-left: 20px;
}

.content02 {
  margin-top: 25px;
  border-bottom: 1px solid #000;
}

.formBox {
  margin-top: 20px;
  font-size: 13px;
  color: #2f2f2f;
  /*字的顏色*/
}

.formBox .left label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 110px;
}

.formBox .right {
  width: 100%;
}

.formBox .right .notice {
  padding: 0 25px;
  font-size: 14px;
  font-weight: 600;
  color: #ab8b70;
  letter-spacing: 0.5px;
}

.formBox label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #000;
  letter-spacing: 1px;
}

.formBox label.color_op {
  color: rgba(0, 0, 0, 0.7);
}

.formBox em {
  display: inline-block;
  width: 20px;
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #ab8b70;
  /*星號的顏色*/
}

.formBox input[type="text"], .formBox select, .formBox textarea {
  padding: 0 25px;
  background-color: transparent;
  border: none;
  outline: none;
}

.formBox input[type="text"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #818181;
  letter-spacing: 1px;
}

.formBox input[type="text"]::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #818181;
  letter-spacing: 1px;
}

.formBox input[type="text"]:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #818181;
  letter-spacing: 1px;
}

.formBox input[type="text"]::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #818181;
  letter-spacing: 1px;
}

.formBox input[type="text"]::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #818181;
  letter-spacing: 1px;
}

.formBox select {
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 25px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-image: url("../images/arrowdown.png");
  background-position: calc(100% - 8px) center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #818181;
  letter-spacing: 1px;
}

.formBox textarea {
  margin-top: 5px;
  display: block;
  width: 100%;
  height: 180px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #818181;
  letter-spacing: 1px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding: 65px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
}

.checkArea .btn:not(:first-child) {
  margin-left: 20px;
}

.checkArea .btn a {
  /*送出按鈕*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  font-family: "Unna", sans-serif;
  color: #000;
  cursor: pointer;
  letter-spacing: 0.5px;
  background-color: #dedede;
}

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

.checkArea .btn.cancel:hover span:before, .checkArea .btn.cancel:hover span:after {
  background-color: #fff;
}

.checkArea .btn.cancel span {
  margin-bottom: 13px;
  position: relative;
  width: 14px;
  height: 12px;
}

.checkArea .btn.cancel span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.checkArea .btn.cancel span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.checkArea .btn.send:hover.send span:before {
  border-color: #fff;
}

.checkArea .btn.send span {
  margin-bottom: 13px;
  position: relative;
  width: 20px;
  height: 14px;
}

.checkArea .btn.send span:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 9px;
  height: 16px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.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 {
  -webkit-box-shadow: 0 0 10px #f00;
  box-shadow: 0 0 10px #f00;
}

@media (max-width: 1300px) {
  .formBox .left label {
    width: 80px;
  }
}

@media (max-width: 1180px) {
  .content:nth-of-type(odd),
  .content:nth-of-type(even) {
    margin: 0;
  }
  .content {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contentBox .leftBox {
    padding-top: 60px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contentBox .rightBox {
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
  }
  .titleBox .title {
    padding: 10px 35px;
  }
  .titleBox .subTitle {
    margin-top: 20px;
    width: auto;
  }
  .titleBox .insDeckLine:before {
    top: 50%;
    left: -140px;
    height: 1px;
    width: 125px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .titleBox .deckLine span {
    margin: 0;
    margin-left: 10px;
    width: 100%;
    height: 1px;
  }
  .thankInfo {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .formBox input[type="text"] {
    padding: 0 10px;
  }
  .thankInfo {
    padding: 0px 20px;
  }
  .checkArea {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btnBox {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=contact.css.map */