/* NEW 폰트 추가 - ksy */

/* Gmarket Sans */
@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
        url(../../resource/new_font/GmarketSansTTFBold.ttf) format('woff2'),
        url(../../resource/new_font/GmarketSansBold.otf) format('opentype');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
        url(../../resource/new_font/GmarketSansTTFMedium.ttf) format('woff2'),
        url(../../resource/new_font/GmarketSansMedium.otf) format('opentype');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
        url(../../resource/new_font/GmarketSansTTFLight.ttf) format('woff2'),
        url(../../resource/new_font/GmarketSansLight.otf) format('opentype');
}