@charset "UTF-8";
/* 修正IE6振动bug */
*html,
*html body {
  background-image: url(about:blank);
  background-attachment: fixed;
}

a {
  border: none;
  text-decoration: none;
  color: #333;
  blr: expression(this.onFocus=this.blur());
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

img {
  border: none;
  text-decoration: none;
  vertical-align: middle;
  max-width: 100%;
}

:focus {
  outline: 0;
}

label {
  cursor: pointer;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px #fff inset;
          box-shadow: 0 0 0 60px #fff inset;
  -webkit-text-fill-color: #676767;
  background-color: #f9f9f9;
}

textarea {
  overflow: scroll;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px #fff inset;
          box-shadow: 0 0 0 60px #fff inset;
  -webkit-text-fill-color: #676767;
  background-color: #f9f9f9;
}

.hover-delay {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px #fff inset;
          box-shadow: 0 0 0 60px #fff inset;
  -webkit-text-fill-color: #676767;
  background-color: #f9f9f9;
}

.form_body {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 20px;
  background-color: #fbdd58;
  letter-spacing: .05em;
  display: none;
}

.form_body .form-wrap {
  width: 100%;
  max-width: 650px;
  z-index: 99999;
  margin: auto;
  padding: 0;
  color: #333;
  overflow: hidden;
}

.form_body .form-wrap .form-ul {
  width: 100%;
  padding: 40px;
  margin: 10px auto 0;
  border: 4px solid #3d92ff;
  border-radius: 30px;
}

.form_body .form-wrap .form-ul .form_line {
  overflow: hidden;
}

.form_body .form-wrap .form-ul li {
  margin-bottom: 15px;
  overflow: hidden;
}

.form_body .form-wrap .form-ul li p {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  *overflow: none;
}

.form_body .form-wrap .form-ul li p:hover, .form_body .form-wrap .form-ul li p:focus {
  color: #000;
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
}

.form_body .form-wrap .form-ul li .fn {
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
  padding: 3px 20px 3px 0;
  color: #000;
}

.form_body .form-wrap .form-ul li .meg-error {
  color: #FA0417;
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 15px;
  background-color: #F9F9F9;
}

.form_body .form-wrap .form-ul li .meg-border-error input {
  border-color: #f65662;
}

.form_body .form-wrap .form-ul li .meg-error-color {
  color: #FA0417;
}

.form_body .form-wrap .form-ul li .meg-border-okay input {
  border-color: #6ac451;
}

.form_body .form-wrap .form-private {
  position: relative;
  font-size: 15px;
  color: #666;
  margin: 20px 0;
  text-align: center;
}

.form_body .form-wrap .form-private input[type="checkbox"] {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  vertical-align: -5px;
}

.form_body .form-wrap .form-private input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  display: inline-block;
}

.form_body .form-wrap .form-private input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50em;
  left: 0;
  top: 0;
}

.form_body .form-wrap .form-private input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 7px;
  top: 4px;
}

.form_body .form-wrap .form-private a {
  color: #666;
  border-bottom: 1px solid;
}

.form-title {
  text-align: center;
  color: #3d92ff;
  font-size: 36px;
  text-shadow: 1px 1px 0px #fff;
}

.form-title * {
  line-height: 1.2;
}

.form-note {
  margin: 20px 0 0;
  font-size: 15px;
  color: #999;
}

.ans_block {
  width: 100%;
  font-size: 18px;
  margin: 0;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 30px;
}

.form-ul .mar_r {
  float: right;
}

.form-ul .mar_l {
  float: left;
}

.form-ul .w20 {
  width: 18%;
}

.form-ul .w80 {
  width: 82%;
}

.form-ul .w50 {
  width: 50%;
}

.form-ul .w-otp {
  width: calc(32% - 10px);
}

.form-ul .w100 {
  width: 100%;
}

.form-input {
  width: 100%;
  *width: 93.5%;
  color: #222;
  line-height: 36px;
  height: 44px;
  font-size: 16px;
  font-family: 'Muli', Helvetica, Arial, 'Microsoft JhengHei', sans-serif;
  overflow: hidden;
  padding: 3px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 50em;
}

.form-input:hover, .form-input:focus {
  background-color: #E6EEF7;
}

input[type="button"] {
  display: block;
  width: 100%;
  border-radius: 50em;
  border: 0;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  background-color: #001f62;
  font-weight: normal;
  padding: 3px;
  text-align: center;
  border: 1px solid #001f62;
}

input[type="button"].form-submit {
  max-width: 400px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 21px;
  border: 0;
  -webkit-animation: flipInX 1s 1;
          animation: flipInX 1s 1;
}

input[type="button"].form-submit:hover {
  background-color: #000;
}

#getOtp {
  background: #696969;
  font-size: 16px;
  border-color: #696969;
}

#getOtp:hover {
  background-color: #414141;
}

input.getOtp_off[type="button"] {
  font-size: 14px;
  background-color: #999;
  cursor: wait;
}

.moveleft {
  clear: both;
}

/*--- OTP彈出視窗 ---*/
.jconfirm .jconfirm-holder {
  max-width: 700px;
  margin: 0 auto;
  max-height: 100%;
  padding: 50px 0;
}

@media all and (max-width: 1000px) {
  .form_body:after {
    height: 20vw;
    background-size: 150%;
  }
}

@media all and (max-width: 680px) {
  .form_body .form-wrap .form-ul {
    padding: 20px;
  }
  .form_body .form-wrap .form-ul li.w20, .form_body .form-wrap .form-ul li.w80 {
    width: 100%;
  }
  .form_body .form-wrap .form-ul li.w20 {
    margin-bottom: 0;
  }
  .form_body .form-wrap .form-ul li.w20 .fn {
    line-height: 1.6;
    padding-left: 20px;
  }
  .form_body .form-wrap .form-ul li.w80 {
    margin-bottom: 10px;
  }
  .form_body .form-wrap .form-ul li.w50 {
    width: 60%;
  }
  .form_body .form-wrap .form-ul li.w-otp {
    width: calc(40% - 10px);
  }
  .form_body .form-wrap .form-private {
    padding: 0 20px;
    text-align: left;
  }
}

@media all and (max-width: 576px) {
  .form_body {
    padding: 3em 20px;
  }
  .form_body .form-wrap .form-ul {
    margin: 0 auto;
    border-radius: 20px;
  }
  .form-title {
    font-size: 30px;
    padding: 15px;
  }
  .form-title span {
    display: block;
  }
}

@media all and (max-width: 380px) {
  .form_body {
    padding: 40px 20px;
  }
  .form_body .form-wrap .form-ul {
    padding: 0;
    border: none;
  }
}
