﻿@charset "utf-8";

/*본고딕 웹폰트*/

/*씬*/
@font-face {
    font-family: 'Noto Sans Korean';
    src: url('NotoSansCJKkr-Thin.eot');
    src: url('NotoSansCJKkr-Thin.eot?#iefix') format('embedded-opentype'),
         url('NotoSansCJKkr-Thin.woff2') format('woff2'),
         url('NotoSansCJKkr-Thin.woff') format('woff'),
         url('NotoSansCJKkr-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;

}

/*라이트*/
@font-face {
    font-family: 'Noto Sans Korean';
    src: url('NotoSansCJKkr-Light.eot');
    src: url('NotoSansCJKkr-Light.eot?#iefix') format('embedded-opentype'),
         url('NotoSansCJKkr-Light.woff2') format('woff2'),
         url('NotoSansCJKkr-Light.woff') format('woff'),
         url('NotoSansCJKkr-Light.otf') format('opentype');
    font-weight: 200;
    font-style: normal;

}

/*데미라이트*/
@font-face {
    font-family: 'Noto Sans Korean';
    src: url('NotoSansCJKkr-DemiLight.eot');
    src: url('NotoSansCJKkr-DemiLight.eot?#iefix') format('embedded-opentype'),
         url('NotoSansCJKkr-DemiLight.woff2') format('woff2'),
         url('NotoSansCJKkr-DemiLight.woff') format('woff'),
         url('NotoSansCJKkr-DemiLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;

}
/*레귤러*/
@font-face {
    font-family: 'Noto Sans Korean';
    src: url('NotoSansCJKkr-Regular.eot');
    src: url('NotoSansCJKkr-Regular.eot?#iefix') format('embedded-opentype'),
         url('NotoSansCJKkr-Regular.woff2') format('woff2'),
         url('NotoSansCJKkr-Regular.woff') format('woff'),
         url('NotoSansCJKkr-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;

}
/*미디움*/
@font-face {
    font-family: 'Noto Sans Korean';
    src: url('NotoSansCJKkr-Medium.eot');
    src: url('NotoSansCJKkr-Medium.eot?#iefix') format('embedded-opentype'),
         url('NotoSansCJKkr-Medium.woff2') format('woff2'),
         url('NotoSansCJKkr-Medium.woff') format('woff'),
         url('NotoSansCJKkr-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;

}
/*볼드*/
@font-face {
    font-family: 'Noto Sans Korean';
    src: url('NotoSansCJKkr-Bold.eot');
    src: url('NotoSansCJKkr-Bold.eot?#iefix') format('embedded-opentype'),
         url('NotoSansCJKkr-Bold.woff2') format('woff2'),
         url('NotoSansCJKkr-Bold.woff') format('woff'),
         url('NotoSansCJKkr-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;

}
/*블랙*/
@font-face {
    font-family: 'Noto Sans Korean';
    src: url('NotoSansCJKkr-Black.eot');
    src: url('NotoSansCJKkr-Black.eot?#iefix') format('embedded-opentype'),
         url('NotoSansCJKkr-Black.woff2') format('woff2'),
         url('NotoSansCJKkr-Black.woff') format('woff'),
         url('NotoSansCJKkr-Black.otf') format('opentype');
    font-weight:900;
    font-style: normal;

}

