/* CSS Document */
html {overflow-y:scroll;}
body, td
{
 margin-left: 0px;	margin-top: 0px;margin-right: 0px; margin-bottom: 0px;
 color:#646464;
 font-family:"돋움",dotum,sans-serif; 
 font-size:   12px;
 line-height: 18px;
 
  scrollbar-face-color: #ffffff;
  scrollbar-shadow-color: #a0a0a0;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #e3e3e3;
  scrollbar-darkshadow-color: #f4f4f4;
  scrollbar-track-color: #f3f3f3;
  scrollbar-arrow-color: #808080
}

IMG{border:none}

/* 링크효과 */
A:link { color :#595959;	TEXT-DECORATION: none;	font-family: "돋움";	font-size: 12px; line-height:15px; }
A:visited {	color :#595959;	TEXT-DECORATION: none;	font-family: "돋움";	font-size: 12px; line-height:15px;}
A:hover {	color :#595959;	TEXT-DECORATION:none;	font-family: "돋움";	font-size: 12px; line-height:15px;}

A.notice:link { color :#545454;	TEXT-DECORATION: none;	font-family: "돋움",dotum;	font-size: 11px; line-height:15px;}
A.notice:visited {	color :#545454;	TEXT-DECORATION: none;	font-family: "돋움",dotum;	font-size: 11px; line-height:15px;}
A.notice:hover {	color :#838383;	TEXT-DECORATION:none;	font-family: "돋움",dotum;	font-size: 11px; line-height:15px;}

/* 퀵메뉴 */
.quick_table{width:80px;}
.quick_table td.quick_bg{padding:12px 0 5px 0; background:url(/images/main/quick_bg.png) repeat-y;}
.quick_table td.quick_bg_sub{padding:12px 0 5px 0; background:url(/images/sub/quick_bg.gif) repeat-y;}
.quickbox_table{width:59px;}
.quickbox_table td.q_top{background:url(/images/sub/quickbox_top.gif) no-repeat; height:7px;}
.quickbox_table td.q_bg{background:url(/images/sub/quickbox_bg.gif) repeat-y;}
.quickbox_table td.q_bot{background:url(/images/sub/quickbox_bot.gif) no-repeat; height:5px;}

/* input _ textarea*/
.input {
       font-family: verdana, "돋움"; 
	   font-size: 9pt; 
	   line-height: 18px; 
	   color: #686868; 
	   background-color:#ffffff;
	   height: 19px; 
	   border: #dadada; 
	   border-style: solid; 
	   border-top-width: 1px; 
	   border-right-width: 1px; 
	   border-bottom-width: 1px; 
	   border-left-width: 1px
	   }
	   
.input01 {
       font-family: verdana, "돋움"; 
	   font-size: 11px; 
	   line-height: 18px; 
	   color: #9A9A9A; 
	   background-color:#ffffff;
	   height: 17px; 
	   border: #cccccc; 
	   border-style: solid; 
	   border-top-width: 1px; 
	   border-right-width: 1px; 
	   border-bottom-width: 1px; 
	   border-left-width: 1px
	   }	   



.textarea {
       font-family: "굴림"; 
	   font-size: 9pt; 
	   line-height: 18px; 
	   color: #404040; 
	   border: #DDDDDD; 
	   border-style: solid; 
	   border-top-width: 1px; 
	   border-right-width: 1px; 
	   border-bottom-width: 1px; 
	   border-left-width: 1px;
	   scrollbar-face-color:#FFFFFF;
	   scrollbar-shadow-color:#B3B3B3;
	   scrollbar-highlight-color:#B3B3B3;
	   scrollbar-3dlight-color:#ffffff; 
	   scrollbar-darkshadow-color:#ffffff;
	   scrollbar-track-color:#ffffff; 
	   scrollbar-arrow-color:#B3B3B3;
	}

/* 메인 */
.top{position:relative; width:1060px;}
.menu{position:absolute; left:0; top:0; z-index:99; width:1060px; height:134px;}
.bot{height:92px; background:#02388b;}


/* 서브 */
.lmbg{margin:10px 0 0 15px;}
.2dep{width:191px; border-bottom:1px solid #e4e4e4;}
.content{border-left:1px solid #e2e2e2;}
.loc{font:11px; color:#9a999a; height:13px; padding-right:23px;}
.loc span{color:#787878; font-weight:bold;}


