@charset "utf-8";
/* CSS Document */

/* NanumBarunGothic 기본 폰트 */
@font-face{
font-family: "NanumBarunGothic";
src: url('NanumBarunGothic.eot')format('eot');
src: url('NanumBarunGothic.woff') format('woff');
src: url('NanumBarunGothic.ttf') format('ttf');
}
/* NanumBarunGothic 굵은 폰트 */
@font-face{
font-family: "NanumBarunGothicBold";
src: url('NanumBarunGothicBold.eot')format('eot');
src: url('NanumBarunGothicBold.woff') format('woff');
src: url('NanumBarunGothicBold.ttf') format('ttf');
}