@charset "UTF-8";

/* NotoSans kr Add */
/* 	기본 : font-family: 'Noto Sans KR', sans-serif;	 font-weight:400; 	굵기에 따라 : font-weight만 조정  */

@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/notosans/NotoSans-Black.woff2') format('woff2'),
         url('font/notosans/NotoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/notosans/NotoSans-Bold.woff2') format('woff2'),
         url('font/notosans/NotoSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/notosans/NotoSans-Medium.woff2') format('woff2'),
         url('font/notosans/NotoSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/notosans/NotoSans-Regular.woff2') format('woff2'),
         url('font/notosans/NotoSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/notosans/NotoSans-Light.woff2') format('woff2'),
         url('font/notosans/NotoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/notosans/NotoSans-Thin.woff2') format('woff2'),
         url('font/notosans/NotoSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}