@charset "utf-8";
/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align:top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset css end */

body { font:normal 12px '돋움', dotum,san-serif;}
a { text-decoration:none; }

/* header */
#header_wrap { width:100%;  }
#header {width:100%; margin:0 auto; height:610px; }

#content_wrap { clear:both; width:100%; height:150px; margin-top:30px; }
#content {width:1000px; margin:0 auto; }
.notice { float:left; width:280px; height:110px; overflow:hidden; margin-right:50px;}
.notice h3 { padding-top:5px;}
.notice h3 a {padding-left:217px;}
.aa {padding-top:10px;border:0px solid red;}
.left { float:left; width:220px; color:#999; background:url(../images/main/notice_dot.jpg) no-repeat 0 7px; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;border:0px solid red;}
.left  a { padding-left:5px; height:16px; display:inline-block; color:#999;}
.right { float:right; line-height:16px; color:#999;} 
.result { float:left; width:300px; height:110px; background:url(../images/main/result_bg.jpg) no-repeat right top;}
.result h3 { margin-top:5px; margin-bottom:20px; }
.result  p { padding-top:42px; }
.result  p a { margin-right:10px; }
.custom { float:right; width:320px; height:110px;}
.custom ul li { float:left;  }

#footer_wrap { clear:both; width:100%; height:110px; background:url(../images/main/footer_bg.jpg) repeat; }
#footer {width:1000px; margin:0 auto; }
#footer h3 { float:left; padding-top:30px; padding-right:20px; }
#footer p { padding-top:30px;  }