/* GmarketSans 폰트 정의 - 공통 사용 */
@font-face {
    font-family: 'GmarketSans';
    src: url('../font/GmarketSansLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('../font/GmarketSansMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('../font/GmarketSansBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}





