@charset "utf-8";

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 100;
    src: local('NotoSans'),
        url('/css/font/NotoSansKR-Thin.otf') format('opentype');
        
        
        
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 300;
    src: local('NotoSans'),
        url('/css/font/NotoSansKR-Light.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src: local('NotoSans'),
        url('/css/font/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src: local('NotoSans'),
        url('/css/font/NotoSansKR-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 700;
    src: local('NotoSans'),
        url('/css/font/NotoSansKR-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 900;
    src: local('NotoSans'),
        url('/css/font/NotoSansKR-Black.otf') format('opentype');
}



/*pretendard*/
@font-face {
    font-family: "pretendard";
    font-style: normal;
    font-weight: 100;
    src: local("Pretendard-Thin"),
        url("/css/font/Pretendard-Thin.otf") format("opentype");
}

@font-face {
    font-family: "pretendard";
    font-style: normal;
    font-weight: 200;
    src: local("Pretendard-ExtraLight"),
        url("/css/font/Pretendard-ExtraLight.otf") format("opentype");
}

@font-face {
    font-family: "pretendard";
    font-style: normal;
    font-weight: 300;
    src: local("Pretendard-Light"),
        url("/css/font/Pretendard-Light.otf") format("opentype");
}

@font-face {
    font-family: "pretendard";
    font-style: normal;
    font-weight: 400;
    src: local("Pretendard-Regular"),
        url("/css/font/Pretendard-Regular.otf") format("opentype");
}

@font-face {
    font-family: "pretendard";
    font-style: normal;
    font-weight: 500;
    src: local("Pretendard-Medium"),
        url("/css/font/Pretendard-Medium.otf") format("opentype");
}

@font-face {
    font-family: "pretendard";
    font-style: normal;
    font-weight: 600;
    src: local("Pretendard-SemiBold"),
        url("/css/font/Pretendard-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: "pretendard";
    font-style: normal;
    font-weight: 700;
    src: local("Pretendard-Bold"),
        url("/css/font/Pretendard-Bold.otf") format("opentype");
}

@font-face {
    font-family: "pretendard";
    font-style: normal;
    font-weight: 800;
    src: local("Pretendard-ExtraBold"),
        url("/css/font/Pretendard-ExtraBold.otf") format("opentype");
}

@font-face {
    font-family: "pretendard";
    font-style: normal;
    font-weight: 900;
    src: local("Pretendard-Black"),
        url("/css/font/Pretendard-Black.otf") format("opentype");
}