﻿@charset "UTF-8";

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 300;
    src: url("../Common/Com_FONT/GmarketSansLight.woff") format('woff');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 500;
    src: url("../Common/Com_FONT/GmarketSansMedium.woff") format('woff');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 700;
    src: url("../Common/Com_FONT/GmarketSansBold.woff") format('woff');
}