@charset "utf-8";

@charset "euc-kr";
/*--------------------------------------------------
					     base
--------------------------------------------------*/
#accessibility {display:none;}

html {
	height:100%;
	 scrollbar-face-color: #ffffff; 
	 scrollbar-shadow-color: #bec2c3; 
	 scrollbar-highlight-color: #bec2c3; 
	 scrollbar-3dlight-color: #e7e9eb; 
	 scrollbar-darkshadow-color: #e7e9eb; 
	 scrollbar-track-color: #e8eaeb; 
	 scrollbar-arrow-color: #909397;
}
body { 
	text-align:center;
	width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    color:#585858;
    font-family:"돋움", AppleGothic, sans-serif;
    font-size:12px;
s
}
div, p, ol, ul, li, img, a, h1, h2, h3, h4, h5, h6, form, span, iframe, dl, dt, dd, blockquote {
    margin:0px;
    padding:0px;
    font-family:"돋움", AppleGothic, sans-serif;
	font-size:12px;
}
ul, ol { 
    list-style:none;
}
table, th, td {
    margin:0;
    padding:0;
    font-size:12px;
    border-collapse:collapse;
}
select, input, textarea {
	font-size:12px;
	color:#666;
    font-family:"돋움", AppleGothic, sans-serif;
	border:1px solid #d0d0cc;
}
select {behavior:url(/include/css/selectBox2.htc); }  /* 20081024 태형 추가 */
fieldset {
    margin:0px;
    padding:0px;
    border:none;
}
legend {
	display:none;
}
/* a { selector-dummy : expression(this.hideFocus=true);} */
a:link, a:visited, a:active {
    color:#939393;
    text-decoration:none;
}
a:hover {
    color:#939393;

}
img    {
    border:0px;
    font-size:0px;
}
hr {display:none;}
col {background:none;}
.cboth {
	clear:both;
	font-size:0px;
}

input.bnone {border:0;background:none;}





