 /* GmarketSans */
 /* @font-face {
     font-family: 'GmarketSans';
     font-style: Light;
     font-weight: 200;
     src: url('GmarketSansTTFLight.ttf') format('opentype');
 }
 @font-face {
     font-family: 'GmarketSans';
     font-style: normal;
     font-weight: 300;
     src: url('GmarketSansTTFMedium.ttf') format('opentype');
 }
 @font-face {
     font-family: 'GmarketSans';
     font-style: Bold;
     font-weight: 600;
     src: url('GmarketSansTTFBold.ttf') format('opentype');
 } */
 @font-face {
     font-family: 'GmarketSans';
     font-style: Light;
     font-weight: 200;
     src: url('GmarketSansLight.otf') format('opentype');
 }
 @font-face {
     font-family: 'GmarketSans';
     font-style: normal;
     font-weight: 300;
     src: url('GmarketSansMedium.otf') format('opentype');
 }
 @font-face {
     font-family: 'GmarketSans';
     font-style: Bold;
     font-weight: 600;
     src: url('GmarketSansBold.otf') format('opentype');
 }