@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

header, footer, section, nav{display:block;}

*, header, footer, section, nav{margin:0; padding:0;}

li{
	list-style:none;
}

em, strong, address{
	font-style:normal;
	font-weight:normal;
}

fieldset, img, a img{
	border:none;
}

table{
    padding:0;
    border-collapse:collapse; 
}

body{
	font-size:12px;
	color:#535353;
    font-family:'Nanum Gothic', 'Arial' ,sans-serif;
	line-height:1.5; 
}

a:link, a:visited{
	color:#7e7e7e;
	text-decoration:none;
}

a:hover, a:active, a:focus{
	color:#5b95be;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6{
	font-size:1em;
}
.onSubNav{
    display:none;
}