@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }
body {background:url('../images/bg_intro.gif') left top repeat-x; width:100%; height:100%; font-family:'돋움',dotum,sans-serif; font-size:12px; color:#444; }
ul,li { list-style:none; }
img { border:0; }
#intro_wrap { width:100%; min-width:820px; vertical-align:middle; text-align:center; margin:0 auto; position:relative; background:url('../images/bg_intro02.gif') left top repeat-x; }
.language li { float:left; margin-right:20px; width:25%; }

#wrap { background:url('../images/bg_idAdmin01.png') center top no-repeat; width:100%; }
.contain { background:url('../images/bg_idAdmin02.png') left top no-repeat; margin:0 auto; width:1024px; height:730px; padding-top:68px; }
.contents { background:url('../images/bg_adminCont.png') left top no-repeat; width:1024px; height:664px; }
.idAdmin_tab { padding:23px 0 0 10px; }
.idAdmin_tab li { float:left; }
.idAdmin_tab li a { 
	float:left; 
	width:133px; 
	height:13px;
	padding:10px 0; 
	text-align:center;
	margin-right:10px; 
	background:url('../images/bg_tab.gif') left bottom no-repeat;
	font-size:11px;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.idAdmin_tab li a:hover,.idAdmin_tab li a.on { 
	float:left; 
	width:133px; 
	height:13px;
	padding:10px 0; 
	margin-right:10px; 
	background:url('../images/bg_tab.gif') left top no-repeat;
	font-size:11px;
	color:#3a4d61;
	cursor:pointer;
	display:block;
	text-decoration:none;
}
.data_contents { clear:both; width:1024px; margin-top:50px; *margin-top:0px; }
.left_menu { float:left; width:180px; margin:0 50px 0 18px; }
.left_menu .left_tit { 
	font-family:'돋움',dotum,sans-serif; 
	font-size:16px; 
	font-weight:bold; 
	color:#193e68; 
	border-bottom:1px solid #9eadbe; 
	height:25px; 
}
.left_menu > .lnb { margin:10px 0 0 5px; }
.left_menu > .lnb li a { font-size:12px; color:#193e68; line-height:22px; text-decoration:none; }
.right_con { float:left; width:740px; height:500px; overflow-y:scroll; }
.info_text { clear:both; color:#fff; padding:35px 0 0 270px; }
.idAdmin_tit { font-size:16px; font-weight:bold; color:#fff; float:left; margin-left:120px; height:80px; }
.ico_key { 
	background:url('../images/img_icoKey.gif') left top no-repeat; 
	width:23px; 
	height:31px; 
	display:inline-block; 
	vertical-align:middle; 
	padding-right:10px;
	margin-top:-5px; 
}