@charset "utf-8";
/* CSS Document */

@font-face { font-family:'NanumGothic';     
             src:url('../font/NanumGothic.eot');             
	         src:local('☺'), url('../font/NanumGothic.woff')  format('woff'), 
             url('../font/NanumGothic.ttf') format('truetype');  
}

@font-face { font-family:'NanumGothicBold';     
             src:url('../font/NanumGothicBold.eot');             
	         src:local('☺'), url('../font/NanumGothicBold.woff')  format('woff'), 
             url('../font/NanumGothicBold.ttf') format('truetype');  
}

body {
	background:#ffffff;
	margin-left: 0px;
	padding: 0px;
	font-family: Dotum, Gulim, Arial, Helvetica, AppleGothic, sans-serif;
	font-size: 0.75em;
	/*line-height: 1.2em;*/
	color: #333333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, p, h1, h2, h3, ul, li, ol, p, dt, dd { 
	display:block;
	margin:0;
	padding:0;
}

footer {
	clear:both;
}

ul, ol, dl {
	list-style:none;
}

a { text-decoration:none; }
img { border:none; }
figure { padding:0; margin:0; }
figcaption { display:none }
iframe {
	border:none;
	margin:0;
	padding:0;
}

#navLeft {
	position: absolute;
	width: 213px;
	height: 278px;
	z-index: 1;
}
