/*@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    src: 
         url('./notosans/thin/NotoSansCJKkr-Thin.eot'),
         url('./notosans/thin/NotoSansCJKkr-Thin.otf'),
         url('./notosans/thin/NotoSansCJKkr-Thin.woff'),
         url('./notosans/thin/NotoSansCJKkr-Thin.ttf');
         font-weight: 100;
         font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: 
         url('./notosans/light/NotoSansCJKkr-Light.eot'),
         url('./notosans/light/NotoSansCJKkr-Light.otf'),
         url('./notosans/light/NotoSansCJKkr-Light.woff'),
         url('./notosans/light/NotoSansCJKkr-Light.ttf');
         font-weight: 300;
         font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: 
         url('./notosans/demilight/NotoSansCJKkr-DemiLight.eot'),
         url('./notosans/demilight/NotoSansCJKkr-DemiLight.otf'),
         url('./notosans/demilight/NotoSansCJKkr-DemiLight.woff'),
         url('./notosans/demilight/NotoSansCJKkr-DemiLight.ttf');
         font-weight: 350;
         font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: 
         url('./notosans/regular/NotoSansCJKkr-Regular.eot'),
         url('./notosans/regular/NotoSansCJKkr-Regular.otf'),
         url('./notosans/regular/NotoSansCJKkr-Regular.woff'),
         url('./notosans/regular/NotoSansCJKkr-Regular.ttf');
         font-weight: 400;
         font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: 
         url('./notosans/medium/NotoSansCJKkr-Medium.eot'),
         url('./notosans/medium/NotoSansCJKkr-Medium.otf'),
         url('./notosans/medium/NotoSansCJKkr-Medium.woff'),
         url('./notosans/medium/NotoSansCJKkr-Medium.ttf');
         font-weight: 500;
         font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: 
         url('./notosans/bold/NotoSansCJKkr-Bold.eot'),
         url('./notosans/bold/NotoSansCJKkr-Bold.otf'),
         url('./notosans/bold/NotoSansCJKkr-Bold.woff'),
         url('./notosans/bold/NotoSansCJKkr-Bold.ttf');
         font-weight: 700;
         font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: 
         url('./notosans/black/NotoSansCJKkr-Black.eot'),
         url('./notosans/black/NotoSansCJKkr-Black.otf'),
         url('./notosans/black/NotoSansCJKkr-Black.woff'),
         url('./notosans/black/NotoSansCJKkr-Black.ttf');
         font-weight: 900;
         font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src:
        url('./graphik/light/Graphik-Light.eot'),
        url('./graphik/light/Graphik-Light.otf'),
        url('./graphik/light/Graphik-Light.woff'),
        url('./graphik/light/Graphik-Light.ttf');
        font-weight: 300;
        font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src:
        url('./graphik/regular/Graphik-Regular.eot'),
        url('./graphik/regular/Graphik-Regular.otf'),
        url('./graphik/regular/Graphik-Regular.woff'),
        url('./graphik/regular/Graphik-Regular.ttf');
        font-weight: 400;
        font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src:
        url('./graphik/medium/Graphik-Medium.eot'),
        url('./graphik/medium/Graphik-Medium.otf'),
        url('./graphik/medium/Graphik-Medium.woff'),
        url('./graphik/medium/Graphik-Medium.ttf');
        font-weight: 500;
        font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src:
        url('./graphik/semibold/Graphik-Semibold.eot'),
        url('./graphik/semibold/Graphik-Semibold.otf'),
        url('./graphik/semibold/Graphik-Semibold.woff'),
        url('./graphik/semibold/Graphik-Semibold.ttf');
        font-weight: 600;
        font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src:
        url('./graphik/bold/Graphik-Bold.eot'),
        url('./graphik/bold/Graphik-Bold.otf'),
        url('./graphik/bold/Graphik-Bold.woff'),
        url('./graphik/bold/Graphik-Bold.ttf');
        font-weight: 700;
        font-style: normal;
} 221019 »θΑ¦*/