@charset "UTF-8";

@font-face {
    font-family: 'PretendardT';
    font-style: normal;
    font-weight: 100;
    src:
            url(../fonts/NotoSansSC-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'PretendardL';
    font-style: normal;
    font-weight: 300;
    src:
            url(../fonts/NotoSansSC-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'PretendardR';
    font-style: normal;
    font-weight: 400;
    src:
            url(../fonts/NotoSansSC-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'PretendardM';
    font-style: normal;
    font-weight: 500;
    src:
            url(../fonts/NotoSansSC-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'PretendardB';
    font-style: normal;
    font-weight: 700;
    src:
            url(../fonts/NotoSansSC-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'PretendardEB';
    font-style: normal;
    font-weight: 900;
    src:
            url(../fonts/NotoSansSC-ExtraBold.ttf) format('truetype');
}






