@charset "utf-8";
/*웹폰트변환 */

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