@charset "UTF-8";

/* s-core */
@font-face {
    font-family: 'SCDream';
    font-weight: 200;
    src: url("../fonts/S-CoreDream-3Light.woff2") format('woff2');
}

@font-face {
    font-family: 'SCDream';
    font-weight: 400;
    src: url("../fonts/S-CoreDream-4Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'SCDream';
    font-weight: 500;
    src: url("../fonts/S-CoreDream-5.woff2") format('woff2');
}
@font-face {
    font-family: 'SCDream';
    font-weight: 600;
    src: url("../fonts/S-CoreDream-6Bold.woff2") format('woff2');
}
@font-face {
    font-family: 'SCDream';
    font-weight: 700;
    src: url("../fonts/S-CoreDream-6Bold.woff2") format('woff2');
}

/*잘난체*/
/*@font-face {
    font-family: 'jalnan';
    font-weight: 700;
    src: url("../fonts/Jalnan.woff") format('woff');
}
@font-face {
    font-family: 'jalnangothic';!*고딕*!
    font-weight: 700;
    src: url("../fonts/JalnanGothic.otf") format('opentype'),
    url("../fonts/JalnanGothicTTF.ttf") format('truetype');
}*/

@font-face{
    font-family: 'jalnan';
    font-weight: 400;
    src: url("../fonts/Jalnan3.woff2") format('woff2'),
    url("../fonts/Jalnan3.woff") format('woff');
}
@font-face{
    font-family: 'jalnangothic';
    font-weight: 400;
    src: url("../fonts/JalnanGothic3.woff2") format('woff2'),
    url("../fonts/JalnanGothic3.woff") format('woff');
}


/*Montserrat*/
@font-face {
    font-family: 'montserrat';
    font-weight: 400;
    src: url("../fonts/Montserrat-Medium.ttf") format('truetype');
}

@font-face {
    font-family: 'montserrat';
    font-weight: 500;
    src: url("../fonts/Montserrat-Regular.ttf") format('truetype');
}