﻿@charset "utf-8";

/* NotoSans ===================================*/

@font-face {
    font-family: 'Noto Sans KR';
    src: url('/common/webfont/NotoSansKR-DemiLight.eot');
    src: url('/common/webfont/NotoSansKR-DemiLight.eot?#iefix') format('embedded-opentype'),
         url('/common/webfont/NotoSansKR-DemiLight.woff2') format('woff2'),
         url('/common/webfont/NotoSansKR-DemiLight.woff') format('woff'),
         url('/common/webfont/NotoSansKR-DemiLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('/common/webfont/NotoSansKR-Regular.eot');
    src: url('/common/webfont/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
         url('/common/webfont/NotoSansKR-Regular.woff2') format('woff2'),
         url('/common/webfont/NotoSansKR-Regular.woff') format('woff'),
         url('/common/webfont/NotoSansKR-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('/common/webfont/NotoSansKR-Medium.eot');
    src: url('/common/webfont/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
         url('/common/webfont/NotoSansKR-Medium.woff2') format('woff2'),
         url('/common/webfont/NotoSansKR-Medium.woff') format('woff'),
         url('/common/webfont/NotoSansKR-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('/common/webfont/NotoSansKR-Bold.eot');
    src: url('/common/webfont/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
         url('/common/webfont/NotoSansKR-Bold.woff2') format('woff2'),
         url('/common/webfont/NotoSansKR-Bold.woff') format('woff'),
         url('/common/webfont/NotoSansKR-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Roboto ===================================*/

@font-face {
    font-family: 'Roboto';
    src: url('/common/webfont/Roboto-Light.eot');
    src: url('/common/webfont/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('/common/webfont/Roboto-Light.woff2') format('woff2'),
        url('/common/webfont/Roboto-Light.woff') format('woff'),
        url('/common/webfont/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/common/webfont/Roboto-Regular.eot');
    src: url('/common/webfont/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('/common/webfont/Roboto-Regular.woff2') format('woff2'),
        url('/common/webfont/Roboto-Regular.woff') format('woff'),
        url('/common/webfont/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/common/webfont/Roboto-Medium.eot');
    src: url('/common/webfont/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('/common/webfont/Roboto-Medium.woff2') format('woff2'),
        url('/common/webfont/Roboto-Medium.woff') format('woff'),
        url('/common/webfont/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/common/webfont/Roboto-Bold.eot');
    src: url('/common/webfont/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('/common/webfont/Roboto-Bold.woff2') format('woff2'),
        url('/common/webfont/Roboto-Bold.woff') format('woff'),
        url('/common/webfont/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
