@charset "utf-8";
/* Font File */

@font-face {
    font-family:ng;
	font-style: normal;
	font-weight: 400;
    src: url('./font/NanumGothic.eot');
   	src: local('NanumGothic'), url('./font/NanumGothic.eot#iefix') format('embedded-opentype'), url('./font/NanumGothic.woff') format('woff'), url('./font/NanumGothic.ttf') format('truetype');
}

@font-face {
    font-family:ng;
	font-style: normal;
	font-weight: 500;
    src: url('./font/NanumGothicBold.eot');
    src: local('NanumGothicBold'), url('./font/NanumGothicBold.eot#iefix') format('embedded-opentype'), url('./font/NanumGothicBold.woff') format('woff'), url('./font/NanumGothicBold.ttf') format('truetype');
}

@font-face {
    font-family:ng;
	font-style: normal;
	font-weight: 600;
    src: url('./font/NanumGothicExtraBold.eot');
    src: local('NanumGothicExtraBold'), url('./font/NanumGothicExtraBold.eot#iefix') format('embedded-opentype'), url('./font/NanumGothicExtraBold.woff') format('woff'), url('./font/NanumGothicExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: ns;
    src: url("./font/NanumSquareR.eot");
    src: local('NanumSquareR'), url("./font/NanumSquareR.eot?#iefix") format("embedded-opentype"), url("./font/NanumSquareR.woff") format("woff"), url("./font/NanumSquareR.ttf") format("truetype");
}

