@charset "UTF-8";

/* GmarketSansTTF */

@font-face{
    font-family: 'Gmarket';
    font-weight: 400;
    src : url("./font/GmarketSansTTFMedium.woff") format('woff');
}
@font-face{
    font-family: 'Gmarket';
    font-weight: 600;
    src : url("./font/GmarketSansTTFBold.woff") format('woff');
}

/* CoreDream */
@font-face{
    font-family:'CoreDream';
    font-weight: 400;
    src: url("./font/S-CoreDream-4Regular.woff2") format('woff2'),
    url("./font/S-CoreDream-4Regular.woff") format('woff');
}

@font-face{
    font-family:'CoreDream';
    font-weight: 600;
    src: url("./font/S-CoreDream-6Bold.woff2") format('woff2'),
    url("./font/S-CoreDream-6Bold.woff") format('woff');
}