@charset "UTF-8";
*html,
*html body {
  background-image: url(about:blank);
  background-attachment: fixed;
}

.form_body {
  position: relative;
  letter-spacing: .05em;
  max-width: 400px;
  margin: 0 auto;
}

.form_body .form-wrap {
  margin-top: 30px;
}

.form_body .form-ul .form_line:not(:first-child) {
  margin-top: 10px;
}

.form_body .form-ul .form_line[name="OtpCtrl"] {
  display: none;
}

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

.form_body .form-ul .fn {
  text-indent: -9999px;
  height: 0;
}

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

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

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

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

.form_body .form-private {
  position: relative;
  font-size: 13px;
  margin: 30px 0 40px;
}

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

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

.form_body .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-private input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 9px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 9px;
  top: 6px;
}

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

.form-title h3 {
  line-height: 1.4;
}

.form-ul .wfn {
  margin-bottom: 5px;
}

.form-ul .wcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-ul .wcode > p {
  width: 60% !important;
}

.form-ul .wcode > input {
  width: 40%;
  margin-left: 10px;
}

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

.form-input {
  width: 100%;
  *width: 93.5%;
  color: #222;
  line-height: 36px;
  height: 44px;
  font-size: 15px;
  overflow: hidden;
  padding: 3px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #C5D7E9;
  border-radius: .35rem;
  font-weight: 300;
  background: #fff;
}

.form-input::-webkit-input-placeholder {
  color: #C5D7E9;
}

.form-input:-ms-input-placeholder {
  color: #C5D7E9;
}

.form-input::-ms-input-placeholder {
  color: #C5D7E9;
}

.form-input::placeholder {
  color: #C5D7E9;
}

.form-input:hover, .form-input:focus {
  border-color: #2C5A89;
}

.form-input:focus {
  outline: none !important;
}

input[type="button"] {
  display: block;
  width: 100%;
  border-radius: .35rem;
  border: 0;
  line-height: 36px;
  font-size: 13px;
  font-weight: normal;
  padding: 3px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

input[type="button"].form-submit {
  border: 0;
  width: 220px;
  height: 55px;
  border-radius: 50em;
  margin: 0 auto;
  text-indent: -9999px;
  background: #2C5A89 url(../images/send.svg) no-repeat center/auto 24px;
}

input[type="button"].form-submit:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

#getOtp {
  background: #4c8fcf;
  color: #fff;
  font-size: 14px;
}

#getOtp:hover {
  background-color: #2C5A89;
}

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;
}

#form-wrap ul.js-dropdown-list {
  display: none;
  border: 1px solid #c0cdd1;
  position: absolute;
  top: 45px;
  left: 0;
  background: #fff;
  border-radius: .35rem;
  z-index: 3;
  overflow: hidden;
  min-width: 180px;
  margin-top: 2px;
}

#form-wrap ul.js-dropdown-list li {
  padding: 13px 15px;
  cursor: pointer;
  height: auto;
  float: none;
  margin-bottom: 0;
  font-size: 16px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
}

#form-wrap ul.js-dropdown-list li:not(:first-child) {
  border-top: 1px dashed #dde4e6;
}

#form-wrap ul.js-dropdown-list li:focus, #form-wrap ul.js-dropdown-list li:hover {
  background: #ecf0f1;
}

#form-wrap ul.js-dropdown-list li:active {
  background: #98d8d8;
}

#form-wrap ul.js-dropdown-list li span {
  float: right;
}

@media screen and (max-width: 576px) {
  .form_body .form-wrap {
    margin-top: 15px;
  }
  .form-ul .wfn {
    margin-bottom: 0;
  }
  input[type="button"].form-submit {
    width: 175px;
    height: 45px;
    background-size: auto 18px;
  }
  .form_body .form-private {
    margin: 20px 0;
  }
}
