@charset "utf-8";
/* CSS Document */

/*reset*/
/*html{ *overflow:hidden; height:100%; }
body{width:100%;  height:100%; *overflow:hidden; margin:0; padding:0;} 
*/
*,body,div,h1,p,img,ul,li,a,form,fieldset,label,input,table,td,th,tr,span{ 
	margin:0; 
	padding:0; 
	font-size:12px; 
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif, "돋움";
    
}
ul,li{list-style:none;}
a{text-decoration:none; color:#333;}
img, fieldset{border:none;}
body{
	height:100%; 
	width:100%;
	background:url(../image/login_backbg.png) repeat-x;
}



<!--loginpage start-->

#mainVisual{ 
	height:562px;
	width:980px;
	margin: 0 auto;
	position:absolute;
	z-index:10;

}

#wrap{
	width:980px;
	height:562px;
	background:url(../image/Main_02.png) no-repeat;   /*main Visual (main image)*/
}


/*login Box*/

#loginBox{
	width:235px;  
	padding-left:180px; 
	padding-top:100px; 
	position:relative;
	top:200px;
}

legend{ display:none;}

#loginBox p{
	
	font-weight:bold;
	padding-bottom:10px;

}

#loginBox .inputStyle{
	color:#1d477d; 
	border:1px solid #ffffff; 
	width:150px; 
	height:17px; 
	background:#ffffff;
	vertical-align:middle;
	font-size:12px;
	text-align:left;
	line-height:17px;
	
}
#loginForm{
	float:left;
}
.checkStyle{
	font-size:11px;
	color:#ffffff; 
	font-weight:normal;
}
.hoverCheck{
	border:1px solid #8E8F8F;
	border-style:inset;
}
.hoverCheck:hover{
	background:#eeeeee;
	border:1px solid #8E8F8F inset;
}

/*bttom*/
#bottom{ clear:both; padding-top:350px; width:980px; margin:0 auto; }  
#bottom p{text-align:center; font-size:11px; width:336px; margin:0 auto;}

