@charset "UTF-8";

/* =======================================
   1. Font Face (웹 폰트 선언)
   ======================================= */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/NotoSans-Thin.eot'); /* IE9 호환 */
    src: url('../fonts/NotoSans-Thin.eot?#iefix') format('embedded-opentype'), /* IE6~8 */
    url('../fonts/NotoSans-Thin.woff2') format('woff2'),
    url('../fonts/NotoSans-Thin.woff') format('woff'),
    url('../fonts/NotoSans-Thin.ttf') format('truetype'),
    url('../fonts/NotoSans-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NotoSans-Light.eot');
    src: url('../fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-Light.woff2') format('woff2'),
    url('../fonts/NotoSans-Light.woff') format('woff'),
    url('../fonts/NotoSans-Light.ttf') format('truetype'),
    url('../fonts/NotoSans-Light.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSans-Regular.eot');
    src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-Regular.woff2') format('woff2'),
    url('../fonts/NotoSans-Regular.woff') format('woff'),
    url('../fonts/NotoSans-Regular.ttf') format('truetype'),
    url('../fonts/NotoSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSans-Medium.eot');
    src: url('../fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-Medium.woff2') format('woff2'),
    url('../fonts/NotoSans-Medium.woff') format('woff'),
    url('../fonts/NotoSans-Medium.ttf') format('truetype'),
    url('../fonts/NotoSans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSans-Bold.eot');
    src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-Bold.woff2') format('woff2'),
    url('../fonts/NotoSans-Bold.woff') format('woff'),
    url('../fonts/NotoSans-Bold.ttf') format('truetype'),
    url('../fonts/NotoSans-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/NotoSans-Black.eot');
    src: url('../fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-Black.woff2') format('woff2'),
    url('../fonts/NotoSans-Black.woff') format('woff'),
    url('../fonts/NotoSans-Black.ttf') format('truetype'),
    url('../fonts/NotoSans-Black.otf') format('opentype');
}