/*-------------------------------------------------------------------------------------*
 *  ysk font style 2023³â02¿ù                                                           *
 *-------------------------------------------------------------------------------------*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* 2022³â 01¿ù Ãß°¡ font-family: 'Jua', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');

/* Áö¸¶ÄÏ»ê½º */
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 700;	
    src: url('font/esamanru_Bold.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'EsaManru';
    font-weight: 500;	
    src: url('font/esamanru_Medium.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'EsaManru';
    font-weight: 300;	
    src: url('font/esamanru_Light.ttf') format('truetype');
    font-style: normal;
}


@font-face {
    font-family: 'rocket';
    src: url('font/rocket.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Giants-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Giants-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}