@charset 'utf-8';

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 400;
  src: local('※'),
    url('../font/NotoSansKR-Regular.woff2') format('woff2'),
    url('../font/NotoSansKR-Regular.woff') format('woff'),
    url('../font/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 700;
  src: local('※'),
    url('../font/NotoSansKR-Bold.woff2') format('woff2'),
    url('../font/NotoSansKR-Bold.woff') format('woff'),
    url('../font/NotoSansKR-Bold.otf') format('opentype');
}

/*
@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 100;
    src: local('※'),
        url('../font/NanumGothicLight.woff2') format('woff2'),
        url('../font/NanumGothicLight.woff') format('woff'),
        url('../font/NanumGothicLight.ttf') format('truetype'),
        url('../font/NanumGothicLight.otf') format('opentype'),
        url('../font/NanumGothicLight.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 900;
    src: local('※'),
        url('../font/NanumGothicExtraBold.woff2') format('woff2'),
        url('../font/NanumGothicExtraBold.woff') format('woff'),
        url('../font/NanumGothicExtraBold.ttf') format('truetype'),
        url('../font/NanumGothicExtraBold.otf') format('opentype'),
        url('../font/NanumGothicExtraBold.eot') format('embedded-opentype');
}
*/