[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}
[dir="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}
bdo[dir] {
    unicode-bidi: bidi-override;
}
address, blockquote, body, caption, center, col, colgroup, dd, dir, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, isindex, li, listing, map, marquee, menu, noframes, ol, p, plaintext, pre, table, tbody, td, tfoot, th, thead, tr, ul, xmp {
    unicode-bidi: embed;
}
html, div, map, dt, isindex, form {
    display: block;
}
body {
    background-color: #FFFFFF;
    margin: 0 0px;
}
* {
}
body, form, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, th, td {
    font-family: 굴림,Gulim,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
	color:#5c5c5c
}
a:link{
	color:#595959;
	text-decoration:none;
}
a:visited{
	color:#595959;
	text-decoration:none;
}
a:hover {
    color: #0099CC;
    text-decoration: underline;
}
fieldset, img {
    vertical-align: top;
	border:0px none;
}
body#main{
	background-image:url('../images/main/top_bgloop.gif');
	background-repeat:repeat-x;	
    display: block;
    margin: 0px;
}
input, textarea, select {
    font-family: 돋움,Dotum,sans-serif;
    font-size: 11px;
}
ol, ul, dl {
    list-style: none outside none;
}
address,caption,em,var{
	font-style: normal;
    font-weight: normal;
}
fieldset legend {
    display: none;
}
img {
    vertical-align: top;
}

