.login{
	border:1px solid #D8D8D8;
	padding:30px; 30px 30px 30px;
	margin:10px 0 0 0;
}
.login_title{
	color:#2e2e2e;
	font-weight:500;
	font-size:40px;
	letter-spacing:-1px;
	padding:0 0 0 20px;
}
.login_stitle{
	color:#2e2e2e;
	font-size:20px;
	letter-spacing:-1px;	
}
.login_text{
	color:#acacac;
	font-size:16px;
	letter-spacing:-0.4px;
	text-align:center;
	padding:10px 0 0 0;
}
.login_line{
	border-top:1px solid #D8D8D8;
	margin:20px 0 40px 0;
}
.bdID{
	width:100%;
	height:40px;
	IME-MODE:disabled;
}
.bdPw{
	width:100%;
	height:40px;
	IME-MODE:disabled;
	margin:10px 0 10px 0;
}
.btn-b_login{
	width:90%;
	height:90px;
	background-color:#0f317e;
	color:#FFFFFF;
	font-size:18px;
	font-weight:500;
	letter-spacing:-0.8px;
	border:0;
	margin:-10px 0 0 0;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-b_login:hover,
.btn-b_login:focus{
	background-color:#1f4aaa;
	color:#FFFFFF;
}

@media (max-width: 767px) {
.idsearch{width:100%;}
}
@media (min-width: 768px) {
.idsearch{width:90%;}

}
.idsearch_title{
	font-weight:500;
	color:#2e2e2e;
	font-size:30px;
	letter-spacing:-1px;
}

@media (max-width: 767px) {
.from_10{width:28%;}
.from_13{width:28%;}
.from_20{width:97%;}
.from_40{width:97%;}
.from_50_add{width:50%;}
.from_60{width:97%;}
}
@media (min-width: 768px) {
.from_10{width:10%;}
.from_13{width:13%;}
.from_20{width:20%;}
.from_40{width:40%;}
.from_50_add{width:10%;}
.from_60{width:60%;}
}