@charset "utf-8";

@font-face{
	font-family: NanumSquareR;
    font-weight: 400;
    src:url(../fonts/NanumSquareR.eot);
    src:url(../fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
        url(../fonts/NanumSquareR.woff) format('woff'),
        url(../fonts/NanumSquareR.ttf) format('truetype')
}

@font-face{
	font-family: NanumSquareRoundR;
    font-weight: 400;
    src:url(../fonts/NanumSquareRoundR.eot);
    src:url(../fonts/NanumSquareRoundR.eot?#iefix) format('embedded-opentype'),
        url(../fonts/NanumSquareRoundR.woff) format('woff'),
        url(../fonts/NanumSquareRoundR.ttf) format('truetype')
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans KR'),
    url('../fonts/ai/NotoSansKR/NotoSansKR-Regular.woff') format('woff'),
    url('../fonts/ai/NotoSansKR/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans KR'),
    url('../fonts/ai/NotoSansKR/NotoSansKR-Medium.woff') format('woff'),
    url('../fonts/ai/NotoSansKR/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans KR'),
    url('../fonts/ai/NotoSansKR/NotoSansKR-Bold.woff') format('woff'),
    url('../fonts/ai/NotoSansKR/NotoSansKR-Bold.otf') format('opentype');
}





