@charset "UTF-8";

/* GmarketSans */
/* http://company.gmarket.co.kr/company/about/company/company--font.asp */

@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-display: swap;
    src: local('Gmarket Sans Light'),
         url(https://hkstatic.hankyung.com/resource/common/font/GmarketSans/GmarketSansLight.woff2) format('woff2'),
         url(https://hkstatic.hankyung.com/resource/common/font/GmarketSans/GmarketSansLight.woff) format('woff');
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-display: swap;
    src: local('Gmarket Sans Medium'),
         url(https://hkstatic.hankyung.com/resource/common/font/GmarketSans/GmarketSansMedium.woff2) format('woff2'),
         url(https://hkstatic.hankyung.com/resource/common/font/GmarketSans/GmarketSansMedium.woff) format('woff');
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-display: swap;
    src: local('Gmarket Sans Bold'),
         url(https://hkstatic.hankyung.com/resource/common/font/GmarketSans/GmarketSansBold.woff2) format('woff2'),
         url(https://hkstatic.hankyung.com/resource/common/font/GmarketSans/GmarketSansBold.woff) format('woff');
}