@charset "utf-8";

/* 본고딕 */
/* 200624 : Thin 추가  */
@font-face {
    font-family: 'NotoSans';
    font-weight: 100;
    src: url(/font/NotoSansKR/NotoSansKR-Thin.eot);
    src: url(/font/NotoSansKR/NotoSansKR-Thin.eot?#iefix) format('embedded-opentype'),
    	 url(/font/NotoSansKR/NotoSansKR-Thin.woff2) format('woff2'),
		 url(/font/NotoSansKR/NotoSansKR-Thin.woff) format('woff');
}

@font-face {
    font-family: 'NotoSans';
    font-weight: 200;
    src: url(/font/NotoSansKR/NotoSansKR-Regular.eot);
    src: url(/font/NotoSansKR/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
    	 url(/font/NotoSansKR/NotoSansKR-Regular.woff2) format('woff2'),
		 url(/font/NotoSansKR/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
    font-family: 'NotoSans';
    font-weight: 400;
    src: url(/font/NotoSansKR/NotoSansKR-Medium.eot);
   	src: url(/font/NotoSansKR/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
    	 url(/font/NotoSansKR/NotoSansKR-Medium.woff2) format('woff2'),
		 url(/font/NotoSansKR/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
    font-family: 'NotoSans';
    font-weight: 600;
    src: url(/font/NotoSansKR/NotoSansKR-Bold.eot);
    src: url(/font/NotoSansKR/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
    	 url(/font/NotoSansKR/NotoSansKR-Bold.woff2) format('woff2'),
		 url(/font/NotoSansKR/NotoSansKR-Bold.woff) format('woff');
}


/* GmarketSans */
@font-face {
    font-family: 'GmarketSans';
    font-weight: 400;
    src: url(/font/GmarketSans/GmarketSansMediumt.eot);
    src: url(/font/GmarketSans/GmarketSansMedium.eot?#iefix) format('embedded-opentype'),
		 url(/font/GmarketSans/GmarketSansMedium.woff2) format('woff2'),
    	 url(/font/GmarketSans/GmarketSansMedium.woff) format('woff');
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 400;
    src: url(/font/GmarketSans/GmarketSansMediumt.eot);
    src: url(/font/GmarketSans/GmarketSansMedium.eot?#iefix) format('embedded-opentype'),
		 url(/font/GmarketSans/GmarketSansMedium.woff2) format('woff2'),
    	 url(/font/GmarketSans/GmarketSansMedium.woff) format('woff');
}



/* 맑은 고딕*/
.malgun {font-family: "맑은 고딕", Malgun Gothic !important;}
/* 본고딕*/
.notosans {font-family: "본 고딕", NotoSans !important;}
/* 돋움 */
.dotum {font-family: "돋움", Dotum !important;}
