* {
  margin: 0;
  padding: 0;
}
/* ================================== */
#wrap {
  width: 100%;
  position: fixed;
}
#wrap .login-wrap {
  width: calc(100vw);
  height: calc(100vh);
  position: relative;
  margin: 0 auto;
/*  background-image: url("/assets/images/login/login_bg.png");*/
  background-image: url("/assets/images/login/login_bg.png");
  background-position: center; 
  background-size: cover !important;
  background-repeat: no-repeat;
}

#wrap .login-user-wrap {
  width: calc(100vw);
  height: calc(100vh);
  position: relative;
  margin: 0 auto;
  background-image: url("/assets/images/login/login_user_bg.png");
  background-position: center; 
  background-size: cover !important;
  background-repeat: no-repeat;
}
#wrap .login-wrap .login {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  min-height: 670px;
  margin: 0 auto;
  padding: 60px 60px 90px;
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  border-radius:6px;
}
#wrap .login-wrap .login h5 {
  text-align: center;
  padding-bottom: 45px;
  font-size: 20px;
}
#wrap .login-wrap .login h3 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 50px;
  font-weight: 400;
}
#wrap .login-wrap .login h1 {
  padding-bottom: 20px;
  font-size: 27px;
  text-align: center;
  color: #124098;
}
.form-wrap {
  position: relative;
}
.form-wrap .form-item {
  width: auto;
  text-align: left;
/*   display: block; */
/*  display: flex;*/
  flex-direction: column;
  position: relative;
  vertical-align: bottom;
  line-height: 0;
}
.login-wrap .login .form-wrap .form-item > label {
  font-weight: 400;
  font-size: 14px;
  /* margin-bottom: 7px; */
  color: #000;
  line-height: 20px;
}
.inp-text,
.react-autosuggest__input {
  display: inline-block;
  width: 100%;
  border: 1px solid #bec9d4;
  color: #424952;
  line-height: 21px;
  font-weight: 400;
  border-radius: 3px;
}
.inp-text {
  text-align: left;
  margin-top: 5px;
  height: 44px;
  padding: 11px 12px;
  font-size: 14px;
}
/* .login-wrap .login .form-wrap .form-item .inp-text.is-valid {
  border: 2px solid #f94b50 !important;
} */
.login-wrap .login .form-wrap .form-item .feedback-valid {
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  color: #f74f81;
}

.login-wrap .login .form-wrap .form-item.form-pass-wrap {
  margin-top: 15px;
}

/* btn-below */
.login-wrap .login .btn-below {
  margin-top: 20px;
}
.login-wrap .login .btn-below .login-check {
  display: inline-block;
  vertical-align: middle;
}

.login-wrap .login .btn-below .login-check input[type="checkbox"] {
  display: none;
  position: absolute;
  outline: 0 none;
  -webkit-appearance: none;
}
.login-wrap .login .btn-below .login-check input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
}
.login-wrap
  .login
  .btn-below
  .login-check
  input[type="checkbox"]
  + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  border: 1px solid #bec9d4;
  box-sizing: border-box;
}
.login-wrap
  .login
  .btn-below
  .login-check
  input[type="checkbox"]:checked
  + label::before {
  content: "✔";
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 13px;
  background: #124098;
  background-size: 10px 7px;
  border: 1px solid #124098;
}
/* right */
.login-wrap .login .btn-below .right {
  float: right;
}
.login-wrap .login .btn-below .right a {
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
  margin-left: 11px;
}
.login-wrap .login .btn-below .right a span {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black);
  font-weight: 400;
}
.login-wrap .login .btn-below .right a:nth-child(2):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #bec9d4;
  margin-right: 11px;
  margin-top: 5px;
  vertical-align: top;
}
.login-wrap .login .form-wrap .btn-wrap {
  margin-top: 50px;
}
.login-wrap .login .form-wrap .btn-wrap2 {
  margin-top: 7px;
}
.btn-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.login-wrap .login .form-wrap .reLoginBtn {
  background: #254d71;
  border: 1px solid #254d71;
  color: var(--color-white);
}
.login-wrap .login .form-wrap .loginBtn {
  background: #124098;
  border: 1px solid #124098;
  color: var(--color-white);
}
.login-wrap .login .form-wrap .joinBtn {
  border: 1px solid #d4d8e0;
  color:var(--color-white);
  font-weight: bold;
}
.login-wrap .login .form-wrap .btn-wrap .ele-btn {
  width: 100%;
  height: 48px;
}

/*  logo img */
.logoImg {
  width: 131px;
  height: 22px;
  margin: 0 auto;
  margin-top: 37px;
}

.copyright {
	text-align: center;
    font-size: 13px;
    margin-top: 35px;
}

.login_pw[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor: auto;
    width: 70%;
}

.login_pw {	
    width: 70%;
    border: 1px solid transparent;
}
.otpSendBtn {
  z-index: 10;
  background-image: linear-gradient(to right, #1c63e9, #124098, #1c63e9);
  background-size: 200%;
  text-transform: uppercase;
  transition: .5s;
  color: var(--color-white);
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: bold;
  width: 27%;
  margin-top: 5px;
  height: 44px;
}
.otpSendBtn:hover{
  background-position: right;
  color: #ffffff;
}

.passwordWrap {
	width: 101.5%;
}

.passwordInput {
	position: relative;
	text-align: left;
    font-size: 14px;
    width : 30%;
    cursor: pointer;
    border: 1px solid transparent;
}
.timeInput {
	text-align: right;
	color: red;
    font-weight: bold;
	cursor: Default;
	margin-top:10px;
}


/* new_login_page ============================================ */
			
.login-content{
/*	display: flex;*/
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.login-form{
	width: 100%;
}

.login-content .input-div{
	position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 50px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div.id{
	margin-top: 0;
}

/* 로그인 아이콘 */
.login-icon{
	color: #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-icon i{
	transition: .3s;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #1c63e9;
	transition: .4s;
}

.input-div:before{
	right: 50%;
}

.input-div:after{
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
	width: 50%;
}


/* .input-div 안에 자식 div */
.input-div > div{
    position: relative;
	height: 45px;
}

.login_label{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 17px !important;
	transition: .3s;
	padding-bottom: 0px !important;
}

.input-div.focus > div > h5{
	top: -12px;
	font-size: 20px;
}

.input-div > div > .input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0.5rem 0.7rem;
	font-size: 1.2rem;
	color: #555;
	font-family: 'poppins', sans-serif;
}


/* 로그인 버튼 */
.btn-login{
	display: block;
	width: 100%;
	height: 50px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #1c63e9, #124098, #1c63e9);
	background-size: 200%;
	text-transform: uppercase;
	font-size: 1rem;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
	border-radius:5px;
}
.btn-login:hover{
	background-position: right;
	color: #ffffff;
	font-weight:bold;
}