/* ==============================================================================================================
= v1.0 - 20190411
============================================================================================================== */
@charset "utf-8";

/* noto sans kr */
@font-face{
    font-weight:100;
    font-family:'Noto Sans KR';
    src:url("fonts/NotoSans/NotoSansKR-Thin.eot");
    src:url('fonts/NotoSans/NotoSansKR-Thin.eot') format('embedded-opentype'),
        url("fonts/NotoSans/NotoSansKR-Thin.woff") format('woff'),
        local('â€»'), url('fonts/NotoSans/NotoSansKR-Thin.otf') format('opentype');
}

@font-face{
    font-weight:200;
    font-family:'Noto Sans KR';
    src:url("fonts/NotoSans/NotoSansKR-Light.eot");
    src:url("fonts/NotoSans/NotoSansKR-Light.eot?#iefix") format('embedded-opentype'),
        url("fonts/NotoSans/NotoSansKR-Light.woff") format('woff'),
        local('â€»'), url('fonts/NotoSans/NotoSansKR-Light.otf') format('opentype');
}

@font-face{
    font-weight:300;
    font-family:'Noto Sans KR';
    src:url("fonts/NotoSans/NotoSansKR-Regular.eot"),
        url("fonts/NotoSans/NotoSansKR-Regular.eot?#iefix") format('embedded-opentype'),
        url("fonts/NotoSans/NotoSansKR-Regular.woff") format('woff'),
        local('â€»'), url('fonts/NotoSans/NotoSansKR-Regular.otf') format('opentype');
}

@font-face{
    font-weight:400;
    font-family:'Noto Sans KR';
    src:url("fonts/NotoSans/NotoSansKR-Medium.eot");
    src:url("fonts/NotoSans/NotoSansKR-Medium.eot?#iefix") format('embedded-opentype'),
        url("fonts/NotoSans/NotoSansKR-Medium.woff") format('woff'),
        local('â€»'), url('fonts/NotoSans/NotoSansKR-Medium.otf') format('opentype');
}

@font-face{
    font-weight:500;
    font-family:'Noto Sans KR';
    src:url("fonts/NotoSans/NotoSansKR-Bold.eot");
    src:url("fonts/NotoSans/NotoSansKR-Bold.eot?#iefix") format('embedded-opentype'),
        url("fonts/NotoSans/NotoSansKR-Bold.woff") format('woff'),
        local('â€»'), url('fonts/NotoSans/NotoSansKR-Bold.otf') format('opentype');
}

@font-face{
    font-weight:800;
    font-family:'Noto Sans KR';
    src:url("fonts/NotoSans/NotoSansKR-Black.eot");
    src:url("fonts/NotoSans/NotoSansKR-Black.eot?#iefix") format('embedded-opentype'),
        url("fonts/NotoSans/NotoSansKR-Black.woff"),
        local('â€»'), url('fonts/NotoSans/NotoSansKR-Black.otf') format('opentype');
}

/* Nanum Gothic */
@font-face{
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/NanumGothic/NanumGothic-Regular.eot');
    src: url('fonts/NanumGothic/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/NanumGothic/NanumGothic-Regular.woff') format('woff');
}
@font-face{
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/NanumGothic/NanumGothic-Bold.eot');
    src: url('fonts/NanumGothic/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/NanumGothic/NanumGothic-Bold.woff') format('woff');
}
@font-face{
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/NanumGothic/NanumGothic-ExtraBold.eot');
    src: url('fonts/NanumGothic/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/NanumGothic/NanumGothic-ExtraBold.woff') format('woff');
}
body,input,textarea,select,button,table{font-family:'Nanum Gothic';}