@charset "utf-8";

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:'돋움',dotum,sans-serif
}
ol, ul {
	list-style: none;
}

/* layout */
.wrap{min-width:560px}
#header,#container,#footer{margin:0 auto;width:560px}

#header{position:relative;height:76px;border-bottom:2px solid #3d3d3d}
#header h1{padding:30px 0 0 0}
.header_list{position:absolute;top:35px;right:0;overflow:hidden;padding:0 0 0 0}
.header_list li{float:left;padding:0 10px 0 9px;background:url(../images/bg_g01.gif) no-repeat right 50%;font-size:11px;height:14px;padding-top:2px;color:#748395}
.header_list li.last{background:none;padding-right:0;letter-spacing:-1px}
.header_list li a{color:#748395;text-decoration:none}
.header_list li a:hover{text-decoration:underline}

#container{height:347px;border-bottom:1px solid #e0e0e0;text-align:center}
#container .img_box{padding:33px 0 23px 0}
#container .img_box2{padding:25px 0 20px 0}
#container h2{font-size:14px;color:#3d3d3d;line-height:18px;padding-bottom:23px}
#container .txt_01{font-size:12px;color:#545765;line-height:16px;padding-bottom:20px}
#container .txt_01 strong{color:#4499fa}
#container .txt_01 a{color:#4499fa}
#container .btn{clear:both;vertical-align:top;font:0/0 dotum}
#container .btn img{padding:0 3px}

/* footer */
#footer .footer_wrap{position:relative;zoom:1;text-align:center;padding-top:15px;padding-bottom:15px}
#footer .footer_wrap .footer_list{display:inline}
#footer .footer_wrap .footer_list li{position:relative;display:inline;font-family:'돋움',Dotum,AppleGothic,sans-serif;font-size:11px;letter-spacing:-1px;padding:0 5px 0 0}
#footer .footer_wrap .footer_list li.first{background:none;padding-left:0}
#footer .footer_wrap .footer_list li a{color:#acacac;text-decoration:none}
#footer .footer_wrap .footer_list li a:hover{text-decoration:underline}
#footer .footer_wrap .footer_list li.point a{color:#313030}
#footer .footer_wrap address{display:inline;font-size:11px;font-style:normal;color:#b4b4b4}
#footer .footer_wrap address em{font-style:normal}
#footer .footer_wrap address a{color:#b4b4b4;font-weight:bold;text-decoration:none;padding-left:2px;letter-spacing:-1px}
#footer .footer_wrap address a:hover{text-decoration:underline}