@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;
  letter-spacing: .03em;
  padding: 4em 20px 6em;
}

.form_body .form-wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff9e1;
  border: 3px solid #511d34;
  border-radius: 30px;
  padding: 0 20px 3em;
}

.form_body .form-ul {
  max-width: 360px;
  margin: 0 auto;
}

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

.form_body .form_line > li {
  overflow: hidden;
}

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

.form_body .form_line > li .fn {
  position: relative;
  line-height: 1.4;
  font-size: 16px;
  padding-left: 10px;
  color: #0d0d0d;
}

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

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

.form_body .form_line > li .meg-border-error input {
  border-color: #f65662;
}

.form_body .form_line > li .meg-error-color {
  color: #FA0417;
}

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

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

.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 {
  text-align: center;
  position: relative;
  top: -37px;
  color: #511d34;
  font-weight: bold;
}

.form-title img {
  max-width: 90%;
}

.form-title h5 {
  margin-top: 30px;
  font-size: 1.2em;
}

.form-title .list b {
  white-space: nowrap;
  position: relative;
  padding-left: 24px;
  margin: 4px 6px;
  display: inline-block;
}

.form-title .list b:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 12px;
  border-bottom: 4px solid #50bda8;
  border-left: 4px solid #50bda8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.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: 1.4;
  height: 44px;
  font-size: 16px;
  overflow: hidden;
  padding: 3px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: .35rem;
}

.form-input:hover, .form-input:focus {
  border-color: #9c9c9c;
}

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

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

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

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

input[type="button"] {
  display: block;
  width: 100%;
  border-radius: .35rem;
  border: 0;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  background-color: #ff3c88;
  padding: 3px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

input[type="button"].form-submit {
  max-width: 260px;
  margin: 0 auto;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  border-radius: 50em;
  background: #511d34;
}

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

#getOtp {
  background: #999999;
  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_body .form-wrap {
    border-radius: 20px;
    border-width: 2px;
  }
  .form_body .form-wrap .form-ul li.wfn {
    display: none;
  }
  .form_body .form-wrap .form-private {
    padding: 0 20px;
  }
  .form-title {
    top: -6.1vw;
  }
}
