@charset "UTF-8";

/* 넥슨 LV2 고딕 */
@font-face{
    font-family: 'NEXONLv2Gothic';
    font-weight: 200;
    src: url("../fonts/NEXON Lv2 Gothic Light.woff") format('woff');
}
@font-face{
    font-family: 'NEXONLv2Gothic';
    font-weight: 400;
    src: url("../fonts/NEXON Lv2 Gothic.woff") format('woff');
}
@font-face{
    font-family: 'NEXONLv2Gothic';
    font-weight: 500;
    src: url("../fonts/NEXON Lv2 Gothic Medium.woff2") format('woff2'),
    url("../fonts/NEXON Lv2 Gothic Medium.woff") format('woff');
}
@font-face{
    font-family: 'NEXONLv2Gothic';
    font-weight: 600;
    src: url("../fonts/NEXON Lv2 Gothic Bold.woff") format('woff');
}

/* 잘난고딕 */
@font-face{
    font-family: 'JalnanGothic';
    font-weight: 400;
    src: url("../fonts/JalnanGothic.woff") format('woff');
}

/* 원모바일 */
@font-face{
    font-family: 'ONEMobile';
    font-weight: 600;
    src: url("../fonts/ONEMobile-Bold.woff") format('woff');
}

/* GmarketSans */
@font-face{
    font-family:'GmarketSans';
    font-weight:200;
    src:url("../fonts/GmarketSansLight.woff2") format('woff2'),
    url("../fonts/GmarketSansLight.woff") format('woff');
}
@font-face{
    font-family:'GmarketSans';
    font-weight:400;
    src:url("../fonts/GmarketSansMedium.woff2") format('woff2'),
    url("../fonts/GmarketSansMedium.woff") format('woff');
}
@font-face{
    font-family:'GmarketSans';
    font-weight:600;
    src:url("../fonts/GmarketSansBold.woff2") format('woff2'),
    url("../fonts/GmarketSansBold.woff") format('woff');
}

/* Aritaburi */
@font-face{
    font-family:'AritaBuri';
    font-weight:500;
    src:url("../fonts/AritaBuriKR-SemiBold.woff2") format('woff2'),
    url("../fonts/AritaBuriKR-SemiBold.woff") format('woff');
}