@charset "utf-8";

@font-face { 
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src:url('/font/NotoSansKR-Light.eot'); /* IE 6 ~ 8, IE 호환성 보기 */
    src:local(☺),
    url('/font/NotoSansKR-Light.woff2') format('woff2'), /* IE Edge, WOFF2 지원 브라우저 */
    url('/font/NotoSansKR-Light.woff') format('woff'), /* IE 9+, 모던 브라우저 */
    url('/font/NotoSansKR-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src:url('/font/NotoSansKR-Regular.eot'); /* IE 6 ~ 8, IE 호환성 보기 */
    src:local(☺),
    url('/font/NotoSansKR-Regular.woff2') format('woff2'), /* IE Edge, WOFF2 지원 브라우저 */
    url('/font/NotoSansKR-Regular.woff') format('woff'), /* IE 9+, 모던 브라우저 */
    url('/font/NotoSansKR-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src:url('/font/NotoSansKR-Medium.eot'); /* IE 6 ~ 8, IE 호환성 보기 */
    src:local(☺),
    url('/font/NotoSansKR-Medium.woff2') format('woff2'), /* IE Edge, WOFF2 지원 브라우저 */
    url('/font/NotoSansKR-Medium.woff') format('woff'), /* IE 9+, 모던 브라우저 */
    url('/font/NotoSansKR-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 600;
    src:url('/font/NotoSansKR-Bold.eot'); /* IE 6 ~ 8, IE 호환성 보기 */
    src:local(☺),
    url('/font/NotoSansKR-Bold.woff2') format('woff2'), /* IE Edge, WOFF2 지원 브라우저 */
    url('/font/NotoSansKR-Bold.woff') format('woff'), /* IE 9+, 모던 브라우저 */
    url('/font/NotoSansKR-Bold.ttf') format('truetype');
}

/*GmarketSans*/
@font-face { 
    font-family:'GmarketSans';
    font-style: normal;
    font-weight: 300;
	src:url('/font/GmarketSansLight.woff');
    src:local(☺),
    url('/font/GmarketSansLight.woff') format('woff'),/* IE 9+, 모던 브라우저 */
    url('/font/GmarketSansLight.woff2') format('woff2'), 
    url('/font/GmarketSansLight.ttf') format('truetype'),
    url('/font/GmarketSansLight.otf') format('opentype'),
}
@font-face { 
    font-family:'GmarketSans';
    font-style: normal;
    font-weight: 400;
	src:url('/font/GmarketSansMedium.woff');
    src:local(☺),
    url('/font/GmarketSansMedium.woff') format('woff'), /* IE 9+, 모던 브라우저 */
    url('/font/GmarketSansMedium.woff2') format('woff2'),
    url('/font/GmarketSansMedium.ttf') format('truetype'),
    url('/font/GmarketSansMedium.otf') format('opentype'),
}
@font-face { 
    font-family:'GmarketSans';
    font-style: normal;
    font-weight: 600;
	src:url('/font/GmarketSansBold.woff');
    src:local(☺),
    url('/font/GmarketSansBold.woff') format('woff'), /* IE 9+, 모던 브라우저 */
    url('/font/GmarketSansBold.woff2') format('woff2'),
    url('/font/GmarketSansBold.ttf') format('truetype'),
    url('/font/GmarketSansBold.otf') format('opentype'),
} 


                      