@charset "utf-8";

@font-face{
	font-family:NanumGothic;
	src:url(/font/NanumGothic.eot);
	src:local(※), url(/font/NanumGothic.woff) format(‘woff’)
}

@font-face{
	font-family:NanumGothic;
	src:url(/font/NanumGothic.ttf);
	src:local(※), url(/font/NanumGothic.ttf) format(‘ttf’)
}

@font-face{
	font-family:NanumGothicBold;
	src:url(/font/NanumGothicBold.ttf);
	src:local(※), url(/font/NanumGothicBold.ttf) format(‘ttf’)
}

@font-face{
	font-family:NanumGothicBold;
	src:url(/font/NanumGothicBold.eot);
	src:local(※), url(/font/NanumGothicBold.woff) format(‘woff’)
}

@font-face {
    font-family:'NanumGothic';
    src: url('/font/NanumGothic.eot');
    src: url('/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/font/NanumGothic.woff') format('woff'),
         url('/font/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
}

body { font-family: 'Nanum Gothic'; }
ul { list-style: none; margin: 0 auto; padding: 0; }
li { margin: 0 auto; padding: 0; float: left; }
a { cursor: pointer; }
a.noul:hover { text-decoration:none !important }
a:link { text-decoration: none !important; }
a:visited { text-decoration: none !important; }
a:hover { text-decoration: none !important; }
em { font-style: normal; font-size: 13px; color: #515151; }
center { margin: 0 auto; text-align: center; }

.wc1000 { width: 1000px; margin: 0 auto; }

.pointer { cursor: pointer; }