@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/*/////////커스텀 컬러*/
.login-sec ._con .login-wrap #non_mem {
  width: 100%;
  margin-top: 50px;
  display: flex;
  padding: 30px 15px;
  border: 1px solid #e0e2e7;
}
.login-sec ._con .login-wrap #non_mem .non_mem_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-sec ._con .login-wrap #non_mem .non_mem_box .left {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-align: center;
}
.login-sec ._con .login-wrap #non_mem .non_mem_box .span {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.login-sec ._con .login-wrap #non_mem .non_mem_box .right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.login-sec ._con .login-wrap #non_mem .non_mem_box .right .join_mem_bt {
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #63b423;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.login-sec ._con .login-wrap #non_mem .non_mem_box .right .non_mem_bt {
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #63b423;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}

@media (max-width: 768px) {
  .login-sec {
    margin: 150px 0;
  }
  .login-sec ._con .login-wrap {
    width: 350px;
    max-width: 350px;
  }
  .login-sec ._con .login-wrap .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
  }
  .login-sec ._con .login-wrap form .form_group .form_group_left .inputfield input {
    height: 45px;
    padding: 0 8px;
  }
  .login-sec ._con .login-wrap form .form_group .form_group_left .inputfield input:first-of-type {
    margin-bottom: 7px;
  }
  .login-sec ._con .login-wrap form .form_group .form_group_left .inputfield input.large-input {
    height: 45px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .login-sec ._con .login-wrap form .form_group .form_group_right .inputfield {
    padding-left: 7px;
  }
  .login-sec ._con .login-wrap form .form_group .form_group_right .inputfield .submit_bt {
    height: 97px;
    font-size: 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
/*비회원 로그인*/
.n_login-sec {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 200px 0;
}
.n_login-sec ._con {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.n_login-sec ._con .n_login-wrap {
  position: relative;
  width: 450px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
}
.n_login-sec ._con .n_login-wrap .h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #212323;
  text-align: center;
  margin-bottom: 20px;
}
.n_login-sec ._con .n_login-wrap .p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #212323;
  text-align: center;
  margin-bottom: 20px;
}
.n_login-sec ._con .n_login-wrap .form_group {
  width: 100%;
  display: flex;
}
.n_login-sec ._con .n_login-wrap .form_group .inputfield {
  width: 100%;
  padding-left: 10px;
}
.n_login-sec ._con .n_login-wrap .form_group .inputfield .submit_bt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #24517e;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  cursor: pointer;
}

/*# sourceMappingURL=login.css.map */
