@charset "UTF-8";

/* fonts */
@font-face {
    font-family:NotoSans;
    font-weight:200;
    /*src:url(../fonts/NotoSansKR-Light.eot);/* IE 6 ~ 8, IE 호환성 보기 */
    src:url(../fonts/notokr-light.woff) format('woff'); /* 모던 브라우저 */
    /*url(../fonts/NotoSansKR-Light.svg#NotoSans-Light) format('svg'); /* 구 모바일 브라우저 */
}
@font-face {
    font-family:NotoSans;
    font-weight:400;
    /*src:url(../fonts/NotoSansKR-Regular.eot);  /* IE 6 ~ 8, IE 호환성 보기 */
    src:url(../fonts/NotoSansKR-Regular.woff) format('woff');/* 모던 브라우저 */
    /*url(../fonts/NotoSansKR-Regular.svg#NotoSans-Regular) format('svg'); /* 구 모바일 브라우저 */
}
@font-face {
    font-family:NotoSans;
    font-weight:600;
    /*src:url(../fonts/NotoSansKR-Medium.eot);  /* IE 6 ~ 8, IE 호환성 보기 */
    src:url(../fonts/NotoSansKR-Medium.woff) format('woff');/* 모던 브라우저 */
    /*url(../fonts/NotoSansKR-Medium.svg#NotoSans-Medium) format('svg'); /* 구 모바일 브라우저 */
}
@font-face {
    font-family:NotoSans;
    font-weight:700;
    /*src:url(../fonts/NotoSansKR-Bold.eot);  /* IE 6 ~ 8, IE 호환성 보기 */
    src:url(../fonts/NotoSansKR-Bold.woff) format('woff');/* 모던 브라우저 */
    /*url(../fonts/NotoSansKR-Bold.svg#NotoSans-Bold) format('svg'); /* 구 모바일 브라우저 */
}
@font-face {
    font-family:NotoSans;
    font-weight:900;
    /*src:url(../fonts/NotoSansKR-Bold.eot);  /* IE 6 ~ 8, IE 호환성 보기 */
    src:url(../fonts/NotoSansKR-Black.woff) format('woff');/* 모던 브라우저 */
    /*url(../fonts/NotoSansKR-Bold.svg#NotoSans-Bold) format('svg'); /* 구 모바일 브라우저 */
}


