@CHARSET "UTF-8";

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

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