@charset "utf-8";
/* CSS Document */

div.layer_login { 	
	display:none; 	
	position:fixed; 	
	_position:absolute; 	
	top:0; 	
	left:0; 	
	width:100%;	
	height:100%; 	
	z-index:10000;
}
div.layer_login div.login_bg { 	
	position:absolute; 	
	top:0;
	left:0;
	width:100%;
	height:100%; 	
	opacity:0.8; 	
	filter:alpha(opacity=0.8);
    background-color: #fff;
}
div.layer_login div.login-layer {	
	display:block;
}
div.login-layer { 	
	display:none; 	
	position: absolute; 	
	top: 50%; 	
	left: 50%; 	
	width: 1022px; 	
	height:398px; 
	background-color: #fff;
	z-index: 1000; 
	border: 2px solid #292962;
	border-radius: 10px;
}	
div.login-layer div.login-container { 
	width:1022px; 
	height:400px;
}
div.loign-conts{
	width: 100%;
	height: 100%;
}
div.login-conts div.login_logo{
	width: 100%;
	height: 80px;
	text-align: center;
    background-color: #292962;
}
div.login-conts div.login_logo img{
    position: absolute;
    margin: -10px 0 0 -500px;
    width: auto;
    height: 45px;
    padding-top: 25px;
}
div.login-conts div.login_frm { 
	width:1022px; 
	height:250px;
}
div.login-conts div.login_frm ul.login_input_frm{
	width:100%;
	height:130px;
	margin-top: 80px;
}
div.login-conts div.login_frm ul.login_input_frm li{
	float:left;
}
div.login-conts div.login_frm ul.login_input_frm li.login_input_type_1{
	width:330px;
	height:100px;
}
div.login-conts div.login_frm ul.login_input_frm li.login_input_type_1 ul{
	width:330px;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	font-family: 'Noto Sans KR';
}
div.login-conts div.login_frm ul.login_input_frm li.login_input_type_2{
	width:300px;
	height:100px;
}
div.login-conts div.login_frm ul.login_input_frm li.login_input_type_2 ul{
	width:280px;
	height:40px;
	border:1px solid #222;
	margin-top:5px;
	margin-left:20px;
}
#in_user_id{
	width:260px;
	height:40px;
	line-height:40px;
	border:none;
	background-color:transparent;
	padding-left:20px;
	font-size:16px;
	outline: none;
	font-family: 'Noto Sans KR';
}
#in_user_pw{
	width:260px;
	height:40px;
	line-height:40px;
	border:none;
	background-color:transparent;
	padding-left:20px;
	font-size:16px;
	outline: none;
	font-family: 'Noto Sans KR';
}
div.login-conts div.login_frm ul.login_input_frm li.login_input_type_3{
	width:200px;
	height:100px;
}
div.login-conts div.login_frm ul.login_input_frm li.login_input_type_3 ul{
	width:100px;
	height:95px;
	line-height:100px;
	background-color:#292962;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-radius:5px;
	margin:2px 0 0 30px;
	cursor:pointer;
	font-family: 'Noto Sans KR';
}

ul.login_location{
	width: 1024px;
	height: 40px;
}
ul.login_location li{
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold; 
	border: 1px solid #292962; 
	border-radius: 5px; 
	text-align: center;
	font-family: 'Noto Sans KR';
	color: #333;
}
ul.login_location li:nth-child(1){
	margin: 5px 10px 5px 330px;
}
ul.login_location li:nth-child(2){
	margin: 5px 10px 5px 0;
}
ul.login_location li:nth-child(3){
	margin: 5px 10px 5px 0;
}
ul.login_location li:hover{
	background-color: #292962;
	color: #fff;
	cursor: pointer;
}
div.login-layer div.login_btn-r {
	width: 1024px;
	height: 40px;
	text-align: right;
}
div.login-layer div.login_btn-r a { 
	text-decoration:none;
	font-family: 'Noto Sans KR';
}
div.login-layer div.login_btn-r a:link {
	text-decoration:none;
	font-family: 'Noto Sans KR';
}
div.login-layer div.login_btn-r a:hover { 
	text-decoration:none;
	font-family: 'Noto Sans KR';
}
div.login-layer div.login_btn-r a:active { 
	text-decoration:none;
	font-family: 'Noto Sans KR';
}
div.login-layer div.login_btn-r a:visited { 
	text-decoration:none;
	font-family: 'Noto Sans KR';
}
a.login_cbtn { 
	display:inline-block; 
	height:30px; 
	padding:5px 10px 5px 10px;
	background-color:#292962; 
	font-size:13px; 
	color:#fff; 
	line-height:30px; 
	border-radius: 5px;
	font-family: 'Noto Sans KR';
	margin-top: 10px;
}	
a.login_cbtn:hover {
	opacity: 0.5;
	cursor: pointer;
}