/* ---------------- font ------------ */

.j-regi-con h1,
.j-regit-form p,
.j-submit,
.j-inv-con,
.popup h2 {
  font-family: "webfont2", Tahoma, Geneva, sans-serif;
}
.login-tx-shown{
  font-family: "webfont1", Tahoma, Geneva, sans-serif;
  color: #283e78;

}
.j-p-h1,
input[type="text"],
input[type="password"],input[type="tel"],input[type="email"],
.j-pass-text,
.j-ch-box,
.j-core-text,
.j-content,.j-content-2 {
  font-family: "webfont1", Tahoma, Geneva, sans-serif;
}
.j-input-form label,
.j-core-num {
  font-family: "webfont3", webfontBoldEN, Tahoma, Geneva, sans-serif;
}

/* -------------- section ---------- */

body {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(238, 239, 243, 1) 100%
  );
}
.j-con {
  padding-top: 30px;
  max-width: 1280px;
  margin: 0 auto;
}
.j-regi-con h1 {
  color: #0090dd;
  font-size: 36px;
  text-align: center;
}
.j-p-h1 {
  color: #283e78;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.j-regit-form-con {
  margin-top: 28px;
}
.j-regit-form-con {
  display: flex;
}
.j-regit-form {
  width: 70%;
  padding-right: 70px;
}
.j-regit-form p {
  margin-top: 13px;
  margin-bottom: 9px;
  color: #262f56;
  font-size: 16px;
}

.j-input1 {
  border: solid 1px #f0f0f0;
  border-radius: 25px;
  padding: 10px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 16px;
  color: #b1b4bf;
  letter-spacing: 1px;
  padding-left: 40px;
  outline: none;
  margin-bottom: 17px;
  width: 100%;
  background: rgba(246, 250, 255, 0.8);
  background: #f6f9fe url(../img/icon/user-reg.png) no-repeat left top;
  background-position-x: 100%;
  background-position-x: 14px;
  background-position-y: 12px;
  background-size: 16px;
}
.j-input2 {
  border: solid 1px #f0f0f0;
  border-radius: 25px;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #b1b4bf;
  letter-spacing: 1px;
  padding-left: 40px;
  outline: none;
  margin-bottom: 17px;
  width: 100%;
  background: rgba(246, 250, 255, 0.8);
  background: #f6f9fe url(../img/icon/password-reg.png) no-repeat left top;
  background-position-x: 100%;
  background-position-x: 14px;
  background-position-y: 12px;
  background-size: 16px;
}

.j-input3 {

  margin-top: 8px;
  border: solid 1px #f0f0f0;
  border-radius: 25px;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #b1b4bf;
  letter-spacing: 1px;
  padding-left: 40px;
  outline: none;
  margin-bottom: 17px;
  width: 100%;
  background: rgba(246, 250, 255, 0.8);

}

.j-pass-form {
  display: flex;
  justify-content: space-between;
}
.j-pass,
.j-con-pass {
  width: 47.5%;
  color: #747a93;
}
.j-pass-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #747a93;
}
.j-ch-box-con {
  margin-top: 10px;
  margin-left: 15px;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  cursor: pointer;
}

.j-ch-box {
  margin-left: 10px;
  color: #747a93;
}
.j-ch-box a {
  color: #0090dd;
  cursor: pointer;
}
.j-ch-box :hover a {
  text-decoration: underline;
}
.j-submit {
  padding: 10px;
  border-radius: 25px;
  border: none;
  color: white;
  width: 141px;
  margin: 15px 0px;
  margin-bottom: 25px;
  margin-top: 40px;
  cursor: pointer;
  background: #276bb6 url(../img/icon/login.png) no-repeat right top;
  background-position-x: 100%;
  background-position-x: 102px;
  background-position-y: 16px;
  background-size: 16px;
}
.j-regit-so {
  width: 30%;
}

.j-inv-con {
  border-left: 4px solid #3f8efc;
  color: #276bb6;
  padding-left: 18px;
  padding-bottom: 18px;
}
.j-core {
  margin-left: 25px;
  margin-bottom: 35px;
  margin-top: 8px;
}
.j-core-num {
  color: #9acfef;
  font-size: 32px;
}
.j-core-text {
  color: #9acfef;
  font-size: 12px;
}

/* popup */

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.j-content {
  font-size: 18px;
  color: #0090dd;
}
.j-content-2{
  font-size: 17px;
  color: #262F56;
  margin-bottom: 30px;
}
.j-content-2 a {
  color: #0090dd;
  text-decoration:underline;
}


.popup img {
  width: 35%;
  margin-top: 30px;
}
.j-pop-line {
  margin: 0 auto;
  width: 120px;
  border: 2px solid rgba(218, 218, 218, 0.4);
  transform: rotate(180deg);
  margin-top: 30px;
  margin-bottom: 30px;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06d85f;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.button:hover {
  background: #06d85f;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  text-align: center;
  margin: 14% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 35%;
  position: relative; z-index: 10;
  transition: all 5s ease-in-out;
}

.popup h2 {
  color: #276bb6;
  margin-top: 25px;
  font-size: 36px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #276bb6;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.frmalert { position: relative;}
.frmalert .field-icon { display: block;
  position: absolute; right: 20px; top: 40px; font-size: 20px;cursor:pointer;
}
.frmalert .errorText { font-family: "webfont2", webfontRegularEN, Tahoma, Geneva, sans-serif; position: absolute; bottom: -5px; left: 5px; color: #F00;}
.frmalert .second .errorText {}
@media screen and (max-width: 1440px) {
  .j-con {
    max-width: 1127px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1366px) {
  .j-regit-so {
    margin-left: 6%;
  }
}

@media screen and (max-width: 1280px) {
  .j-con {
    max-width: 1012px;
  }
}

@media screen and (max-width: 1024px) {
  .j-con {
    max-width: 829px;
  }
  .j-regit-so {
    margin-left: 0%;
  }
}

@media screen and (max-width: 812px) {
  body {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 50%,
      rgb(255, 255, 255) 100%
    );
  }
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
  .j-regit-so {
    width: 100%;
  }

  .j-regit-form-con {
    display: inline-block;
    width: 100%;
    margin: auto;
    padding: 56px;
  }
  .j-regit-form{
    width: 100%;
    padding-right: 0px
  }
  .j-con {
    max-width: 829px;
  }
  .j-regit-so {
    margin-top: 35px;
  }
  .j-submit {
   margin-left: 40%;
  }
  .j-pass-form {
    flex-direction: column;
    position: relative;
  }
  .j-pass, .j-con-pass {
    width: 100%;
  }

}

@media screen and (max-width: 737px) {
}

@media screen and (max-width: 560px) {
  .j-submit {

    margin-left: 35%;

   }
}

@media screen and (max-width: 414px) {
  .j-regit-form-con {
    padding: 26px;
  }
  .j-submit {
    margin-left: 31%;
   }
}

@media screen and (max-width: 375px) {
}
