@charset "UTF-8";

/* 본고딕 */
@font-face{
    font-family: 'NotoKr';
    font-weight: 200;
    src: url("/common_2020/fonts/NotoSansCJKkr-Light.woff2") format('woff2'),
    url("/common_2020/fonts/NotoSansCJKkr-Light.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 300;
    src: url("/common_2020/fonts/NotoSansCJKkr-DemiLight.woff2") format('woff2'),
    url("/common_2020/fonts/NotoSansCJKkr-DemiLight.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 400;
    src: url("/common_2020/fonts/NotoSansCJKkr-Regular.woff2") format('woff2'),
    url("/common_2020/fonts/NotoSansCJKkr-Regular.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 500;
    src: url("/common_2020/fonts/NotoSansCJKkr-Medium.woff2") format('woff2'),
    url("/common_2020/fonts/NotoSansCJKkr-Medium.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 600;
    src: url("/common_2020/fonts/NotoSansCJKkr-Bold.woff2") format('woff2'),
    url("/common_2020/fonts/NotoSansCJKkr-Bold.woff") format('woff');
}

/* 임펙타민 */
@font-face {
    font-family: 'DWImpactamin';
    font-weight: normal;
    font-style: normal;
    src: url('/common_2020/fonts/DWImpactamin.woff') format('woff'),
    url('/common_2020/fonts/DWImpactamin.woff2') format('woff2');
}
