@charset "utf-8";

@import url("layout.jsp");
@import url("font.jsp");
@import url("etc.jsp");
@import url("main.jsp");
@import url("menu.jsp");

  /* mainFont */
body,input  {
font-family: 돋움,Verdana, Arial, Helvetica, geneva,sans-serif;
font-size:12px;
color:#666;
line-height : 17px;
}

input {border-top:1px solid #c2c2c2;border-left:1px solid #c2c2c2; border-bottom:1px solid #F2F2F2;border-right:1px solid #F2F2F2; background-color:#F2F2F2; padding-top:2px; vertical-align:middle; height:18px;}
select {font:12px Dotum, "돋움"; color:#666; border:1px solid #bfbfbf; background-color:#FFF; vertical-align:middle;}
textarea{font:12px Dotum, "돋움"; color:#666; height:16px;  text-decoration: none;}

 /* base */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, form, fieldset, input, textarea, blockquote, th, td, label { 
	padding : 0 ;
	margin : 0 ; 
}

td, div{word-break:break-all}

ol, ul, li {  
	list-style : none ;  
}
h1, h2, h3, h4, h5, h6 { 
	font-weight : normal ; 
	font-size : 100% ; 
}
form, fieldset, img {  
	border : 0 ; 
}
address, caption, em { 
	font-weight : normal ; 
	font-style : normal ; 
}

/* anchor */
a { 
    color : #666 ;
	text-decoration : none ; 
}
a:link, a:visited { 
	color : #666 ; 
	text-decoration: none; 
}
a:hover, a:active {	
	color: #333333 ; 
	text-decoration: none, underline;
}
textarea{	SCROLLBAR-FACE-COLOR: #ededed;
  SCROLLBAR-HIGHLIGHT-COLOR: #fafafa;
	SCROLLBAR-SHADOW-COLOR: #bdbdbd;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #89a0bc;
	SCROLLBAR-TRACK-COLOR: #f8f8f8;
  SCROLLBAR-DARKSHADOW-COLOR: #ffffff;}
	
.hidden {visibility:hidden; height:0; width:0; font-size:0; position:absolute; left:-5000px;}


