@charset "UTF-8";

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 300;
      src: url('/css/font/GmarketSansLight.woff') format('woff');
      
}
    
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 400;
      src: url('/css/font/GmarketSansMedium.woff') format('woff');
     
}
    
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 500;
      src: url('/css/font/GmarketSansBold.woff') format('woff');
}    