@charset "UTF-8";

/* NotoKr */
@font-face{
    font-family: 'NotoKr';
    font-weight: 200;
    src: url("../font/noto-sans-kr-v13-latin_korean-300.woff2") format('woff2'),
    url("../font/noto-sans-kr-v13-latin_korean-300.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 400;
    src: url("../font/noto-sans-kr-v13-latin_korean-regular.woff2") format('woff2'),
    url("../font/noto-sans-kr-v13-latin_korean-regular.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 500;
    src: url("../font/noto-sans-kr-v13-latin_korean-500.woff2") format('woff2'),
    url("../font/noto-sans-kr-v13-latin_korean-500.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight:600;
    src: url("../font/noto-sans-kr-v13-latin_korean-700.woff2") format('woff2'),
    url("../font/noto-sans-kr-v13-latin_korean-700.woff") format('woff');
}

/* SCoreDream */
@font-face {
    font-family: 'SCoreDream';
    font-weight:200;
    src: url('../font/S-CoreDream-2ExtraLight.woff') format('woff');
}
@font-face {
    font-family: 'SCoreDream';
    font-weight:400;
    src: url("../font/S-CoreDream-4Regular.woff") format('woff');
}
@font-face {
    font-family: 'SCoreDream';
    font-weight:500;
    src: url("../font/S-CoreDream-5Medium.woff") format('woff');
}
@font-face {
    font-family: 'SCoreDream';
    font-weight:600;
    src: url("../font/S-CoreDream-6Bold.woff") format('woff');
}

/* Gmarket */
@font-face {
    font-family: 'Gmarket';
    font-weight: 300;
    src: url("../font/GmarketSansLight.woff2") format('woff2'),
    url("../font/GmarketSansLight.woff") format('woff');
}
@font-face {
    font-family: 'Gmarket';
    font-weight: 600;
    src: url("../font/GmarketSansBold.woff") format('woff');
}

/* TmoneyRound */
@font-face {
    font-family: 'TmoneyRound';
    font-weight: 700;
    src: url("../font/TmoneyRoundWindExtraBold.woff") format('woff');
}
