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

.form_body {
  position: relative;
  letter-spacing: .05em;
  background: #fbdd58;
  padding: 3em 20px;
  display: none;
}

.form_body .form-wrap {
  width: 380px;
  margin: 30px auto 0;
  max-width: 100%;
}

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

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

.form_body .form-ul li .fn {
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  padding-left: 10px;
}

.form_body .form-ul li .fn:before {
  position: absolute;
  content: "*";
  color: #de5858;
  font-size: 1rem;
  left: 0;
  top: 0;
}

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

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

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

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

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

.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: 7px;
  height: 10px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 7px;
  top: 5px;
}

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

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

.rv_wrapper {
  text-align: center;
  font-size: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.rv_wrapper a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #e23f72;
  border: 1px solid;
  padding: 18px;
  width: 200px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1;
  border-radius: 50em;
  margin-top: 8px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.rv_wrapper a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.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 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-radius: .35rem;
  font-weight: 400;
  background: #fff;
}

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

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

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

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

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

.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 {
  max-width: 260px;
  margin: 0 auto;
  line-height: 44px;
  font-size: 18px;
  border: 0;
  background-color: #003BFF;
  font-weight: 700;
  color: #fff;
  border-radius: 50em;
}

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

#getOtp {
  background: #7c7c7c;
  color: #fff;
  font-size: 14px;
}

#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: 680px) {
  .form-ul .wfn {
    display: none;
  }
  .form-title h6 {
    font-size: 1.4em;
  }
}

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