﻿/*-------------------------------------------------------------------------------------*
 *  ysk font style 2022년01월                                                           *
 *-------------------------------------------------------------------------------------*/
@charset "utf-8";
@import url('../css2');
/* 2022년 01월 추가 font-family: 'Jua', sans-serif; */
@import url('../css2-1');

/* 지마켓산스 */
@font-face {
    font-family: 'GmarketSans';
    src: url('../gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('../gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('../gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 300;
    font-style: normal;
    src: url('../gh/webfontworld/gonggames/EsaManruLight.eot');
    src: url('../gh/webfontworld/gonggames/EsaManruLight-1.eot') format('embedded-opentype'),
        url('../gh/webfontworld/gonggames/EsaManruLight.woff2') format('woff2'),
        url('../gh/webfontworld/gonggames/EsaManruLight.woff') format('woff'),
        url('../gh/webfontworld/gonggames/EsaManruLight.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 500;
    font-style: normal;
    src: url('../gh/webfontworld/gonggames/EsaManruMedium.eot');
    src: url('../gh/webfontworld/gonggames/EsaManruMedium-1.eot') format('embedded-opentype'),
        url('../gh/webfontworld/gonggames/EsaManruMedium.woff2') format('woff2'),
        url('../gh/webfontworld/gonggames/EsaManruMedium.woff') format('woff'),
        url('../gh/webfontworld/gonggames/EsaManruMedium.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 700;
    font-style: normal;
    src: url('../gh/webfontworld/gonggames/EsaManruBold.eot');
    src: url('../gh/webfontworld/gonggames/EsaManruBold-1.eot') format('embedded-opentype'),
        url('../gh/webfontworld/gonggames/EsaManruBold.woff2') format('woff2'),
        url('../gh/webfontworld/gonggames/EsaManruBold.woff') format('woff'),
        url('../gh/webfontworld/gonggames/EsaManruBold.ttf') format("truetype");
    font-display: swap;
}
