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

.form_body {
  position: relative;
  background: url(../images/KV_new.png) no-repeat center top/1920px auto, -webkit-gradient(linear, left top, left bottom, from(#ffd3c0), to(#fff));
  background: url(../images/KV_new.png) no-repeat center top/1920px auto, linear-gradient(180deg, #ffd3c0 0%, #fff 100%);
  overflow: hidden;
}
.form_body.block_style {
  padding-top: 70px;
}
.form_body .form_title {
  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: start;
      -ms-flex-align: start;
          align-items: start;
}
.form_body .form_title h1 {
  font-family: "LINESeedBd";
  font-size: clamp(40px, 10vw, 80px);
  font-weight: 800;
  color: #000;
  margin-bottom: clamp(10px, 2vw, 20px);
}
.form_body .form_title h1 b {
  color: #fd5000;
  white-space: nowrap;
}
.form_body .form_title .traits {
  gap: clamp(10px, 2vw, 12px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_body .form_title h3 {
  white-space: nowrap;
  font-size: clamp(12px, 5vw, 24px);
  font-weight: 600;
  font-family: "LINESeedBd";
}
.form_body .form_title h3 img {
  height: clamp(12px, 5vw, 24px);
  margin-right: clamp(10px, 2vw, 12px);
}
.form_body .form_title .d-inline-flex {
  margin-bottom: clamp(10px, 2vw, 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5px, 1vw, 10px);
  border-radius: 50em;
  font-size: clamp(12px, 5vw, 24px);
}
.form_body .form_title .d-inline-flex h2 {
  font-weight: 400;
  color: #000;
  border-radius: 40px;
  white-space: nowrap;
}
.form_body .form_title .d-inline-flex h2:first-child {
  z-index: 10;
}
.form_body .form_title .d-inline-flex h2:nth-child(2), .form_body .form_title .d-inline-flex h2:nth-child(3) {
  padding: clamp(5px, 2vw, 10px) clamp(10px, 4vw, 30px);
  color: #fff;
  font-weight: 700;
}
.form_body .form_title .d-inline-flex h2:nth-child(2) {
  background: #fd5000;
}
.form_body .form_title .d-inline-flex h2:nth-child(3) {
  background: #03c;
}
.form_body .content {
  margin: 40px auto 0;
  background: #fff;
  border: solid 1px #324bff;
  border-radius: 30px;
  padding: 50px;
}
.form_body .content h4 {
  text-align: center;
  font-weight: 500;
  font-size: clamp(12px, 4vw, 24px);
  margin-bottom: 20px;
}
.form_body .content h4 strong {
  color: #03c;
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 800;
}
.form_body .content h4 b {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 800;
  margin: 10px;
  color: #fd5000;
}
.form_body .form-ul .form_line:not(:first-child) {
  margin-top: 8px;
}
.form_body .form-ul li p {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  *overflow: none;
}
.form_body .form-ul li.wfn {
  text-indent: -9999px;
  height: 0;
  margin: 0;
}
.form_body .form-ul li .meg-error {
  color: #fa0417;
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 13px;
  background-color: #fff;
}
.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: 14px;
  margin: 30px 0;
  color: #6d6d6d;
}
.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: 3px 0 3px 30px;
  line-height: 1.3;
  display: inline-block;
  text-align: left;
}
.form_body .form-private input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.form_body .form-private input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 9px;
  top: 6px;
}
.form_body .form-private a {
  color: inherit;
  border-bottom: 1px solid;
}

.form_body {
  max-width: 2560px;
  background: url(../images/KV_new.png) contain, -webkit-gradient(linear, left top, left bottom, from(#ffd3c0), to(#fff));
  background: url(../images/KV_new.png) contain, linear-gradient(180deg, #ffd3c0 0%, #fff 100%);
  margin: auto;
}
.form_body .outer_container {
  width: 100%;
  max-width: 1196px;
  border-radius: 40px;
  background: url(../images/kv_main.png) no-repeat center bottom/100% auto, #ffd3c0;
  margin: auto;
  position: relative;
  min-height: 882px;
  padding: clamp(30px, 4vw, 57px);
}
.form_body .container {
  width: 50vw;
  max-width: 600px;
  min-width: 540px;
  margin-left: 0;
}
.form_body .col-md-7 {
  width: 54%;
}
.form_body .col-md-7 img {
  border-radius: 20px;
}
.form_body .col-md-5 {
  width: 46%;
}

.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: 8px;
}
.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 #dddddd;
  border-radius: 0.35rem;
  font-weight: 400;
  background: #fff;
}
.form-input::-webkit-input-placeholder {
  color: #8f8f8f;
}
.form-input::-moz-placeholder {
  color: #8f8f8f;
}
.form-input:-ms-input-placeholder {
  color: #8f8f8f;
}
.form-input::-ms-input-placeholder {
  color: #8f8f8f;
}
.form-input::placeholder {
  color: #8f8f8f;
}
.form-input:hover, .form-input:focus {
  background-color: #e6eef7;
}
.form-input:focus {
  outline: none !important;
}

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

input[type=button].form-submit {
  line-height: 44px;
  font-size: 21px;
  letter-spacing: 0.05em;
  border: 0;
  background-color: #03c;
  color: #fff;
}
input[type=button].form-submit:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.submitalert {
  font-size: 14px;
  color: #6d6d6d;
  text-align: center;
  margin-top: 15px;
}

#getOtp {
  background: #dddddd;
  font-size: 14px;
}
#getOtp:hover {
  background-color: #c4c4c4;
}

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 only screen and (max-width: 991px) {
  .form_body .content {
    margin: 10px auto 0;
  }
  .form_body .content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .form_body .form_title .d-inline-flex {
    border-radius: 30px;
    border-width: 2px;
  }
  .form_body.block_style {
    padding: 30px;
  }
  .form_body .outer_container {
    background: url(../images/kv_main_m.png) no-repeat center top/100% auto, #ffd3c0;
  }
  .form_body .container {
    width: 100%;
    min-width: 400px;
    margin: auto;
  }
  .form_body .container .content {
    margin-top: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .form_body.block_style {
    padding: 0px;
  }
  .form_body .outer_container {
    border-radius: 0px;
  }
  .form_body .container {
    padding: 0;
    min-width: 300px;
    width: 100%;
  }
  .form_body .form_title .d-inline-flex {
    font-size: 5vw;
  }
  .form_body .content {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
#form-wrap ul.js-dropdown-list {
  display: none;
  border: 1px solid #c0cdd1;
  position: absolute;
  top: 45px;
  left: 0;
  background: #fff;
  border-radius: 0.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;
}