@charset "UTF-8";

/* Notokr */
@font-face{
    font-family:'CoreDream';
    font-weight: 900;
    src:url("../font/S-CoreDream-9Black.woff2") format('woff2');
}
@font-face{
    font-family:'CoreDream';
    font-weight: 600;
    src:url("../font/S-CoreDream-6Bold.woff2") format('woff2');
}
@font-face{
    font-family:'CoreDream';
    font-weight: 500;
    src:url("../font/S-CoreDream-5Medium.woff") format('woff'), url("../font/S-CoreDream-5Medium.woff2") format('woff2');
}
@font-face{
    font-family:'CoreDream';
    font-weight: 400;
    src:url("../font/S-CoreDream-4Regular.woff2") format('woff2');
}
@font-face{
    font-family:'CoreDream';
    font-weight: 300;
    src:url("../font/S-CoreDream-3Light.woff2") format('woff2');
}
@font-face{
    font-family:'CoreDream';
    font-weight: 200;
    src:url("../font/S-CoreDream-2ExtraLight.woff") format('woff'), url("../font/S-CoreDream-2ExtraLight.woff2") format('woff2');
}
@font-face{
    font-family:'CoreDream';
    font-weight: 100;
    src:url("../font/S-CoreDream-1Thin.woff2") format('woff2');
}

/* 지마켓 폰트 GmarketSans */
@font-face{
    font-family:'GmarketSans';
    font-weight:300;
    src:url("../font/GmarketSansLight.woff2") format('woff2'),
    url("../font/GmarketSansLight.woff") format('woff');
}
@font-face{
    font-family:'GmarketSans';
    font-weight:400;
    src:url("../font/GmarketSansMedium.eot");
    src:url("../font/GmarketSansMedium.eot?#iefix") format('embedded-opentype'),
    url("../font/GmarketSansMedium.woff") format('woff');
}
@font-face{
    font-family:'GmarketSans';
    font-weight:600;
    src:url("../font/GmarketSansBold.eot");
    src:url("../font/GmarketSansBold.eot?#iefix") format('embedded-opentype'),
    url("../font/GmarketSansBold.woff") format('woff');
}

/* Montserrat */
@font-face{
    font-family:'Montserrat';
    font-weight:300;
    src: url("../font/Montserrat-Light.woff") format('woff');
}
@font-face{
    font-family:'Montserrat';
    font-weight:600;
    src: url("../font/Montserrat-Regular.woff") format('woff');
}
@font-face{
    font-family:'Montserrat';
    font-weight:700;
    src: url("../font/Montserrat-SemiBold.woff") format('woff');
}
@font-face{
    font-family:'Montserrat';
    font-weight:900;
    src: url("../font/Montserrat-Blod.woff") format('woff');
}

/* Raleway */
@font-face{
    font-family:'Raleway';
    font-weight:600;
    src: url("../font/Raleway-Bold.woff2") format('woff2'),
    url("../font/Raleway-Bold.woff") format('woff');
}