@charset "utf-8";

/* Webfont : notokr-demilight 얇은글씨 */
@font-face {
    font-family: 'notokr-demilight';
    src: url(../font/notokr-demilight.eot);
    src: url(../font/notokr-demilight.eot?#iefix) format('embedded-opentype'),
         url(../font/notokr-demilight.woff2) format('woff2'),
         url(../font/notokr-demilight.woff) format('woff'),
         url(../font/notokr-demilight.ttf) format('truetype'),
         url(../font/notokr-demilight.svg#notokr-black) format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Webfont : notokr-medium 굵은글씨 */
@font-face {
    font-family: 'notokr-medium';
    src: url(../font/notokr-medium.eot);
    src: url(../font/notokr-medium.eot?#iefix) format('embedded-opentype'),
         url(../font/notokr-medium.woff2) format('woff2'),
         url(../font/notokr-medium.woff) format('woff'),
         url(../font/notokr-medium.ttf) format('truetype'),
         url(../font/notokr-medium.svg#notokr-black) format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Webfont : notokr-regular 기본굵기글씨 */
@font-face {
    font-family: 'notokr-regular';
    src: url(../font/notokr-regular.eot);
    src: url(../font/notokr-regular.eot?#iefix) format('embedded-opentype'),
         url(../font/notokr-regular.woff2) format('woff2'),
         url(../font/notokr-regular.woff) format('woff'),
         url(../font/notokr-regular.ttf) format('truetype'),
         url(../font/notokr-regular.svg#notokr-black) format('svg');
    font-weight: normal;
    font-style: normal;
}
