/*web font*/
@font-face{
    font-family:'noto-r';
    src:url('/fonts/notokr-regular.woff') format('woff');
    font-weight:normal;font-style:normal;
}
@font-face{
    font-family:'noto-m';
    src:url('/fonts/notokr-medium.woff') format('woff');
    font-weight:normal;font-style:normal;
}
@font-face{
    font-family:'noto-b';
    src:url('/fonts/notokr-bold.woff') format('woff');
    font-weight:normal;font-style:normal;
}

/*폰트두께*/
.noto-r {
    font-family: 'noto-r';
}

.noto-m {
    font-family: 'noto-m';
}

.noto-b {
    font-family: 'noto-b';
}