@charset "utf-8";	

/* 	
 *   국대 떡볶이 	
 */	
 @font-face {	
     font-family: 'Kukdae';	
     src: url('./fonts/SDKukdetopokki-aLt.woff2') format('woff2'),	
          url('./fonts/SDKukdetopokki-aLt.woff') format('woff'),
          url('./fonts/SDKukdetopokki-aLt.otf') format('opentype');
     font-weight: 400;	
     font-style: normal;	
     font-stretch: normal;	
}	
@font-face {	
     font-family: 'Kukdae';	
     src: url('./fonts/SDKukdetopokki-bBd.woff2') format('woff2'),	
          url('./fonts/SDKukdetopokki-bBd.woff') format('woff'),
          url('./fonts/SDKukdetopokki-bBd.otf') format('opentype');
     font-weight: 800;	
     font-style: normal;	
     font-stretch: normal;	
}	
/* 	
 *   T-Mon 몬소리	
 */	
@font-face {	
     font-family: 'Monsori';	
     src: url('./fonts/TmonMonsori.woff2') format('woff2'),	
          url('./fonts/TmonMonsori.woff') format('woff'),
          url('./fonts/TmonMonsori.ttf') format('truetype'),
          url('./fonts/TmonMonsori.otf') format('opentype');
     font-weight: 800;	
     font-style: normal;	
     font-stretch: normal;	
}	
/* 	
 *   tvN
 */	
@font-face {	
     font-family: 'tvN';	
     src: url('./fonts/tvN_Light.woff2') format('woff2'),
          url('./fonts/tvN_Light.woff') format('woff'),	
          url('./fonts/tvN_Light.ttf') format('truetype'),
          url('./fonts/tvN_Light.otf') format('opentype');
     font-weight: 400;	
     font-style: normal;	
     font-stretch: normal;	
}
@font-face {	
     font-family: 'tvN';	
     src: url('./fonts/tvN_Medium.woff2') format('woff2'),
          url('./fonts/tvN_Medium.woff') format('woff'),	
          url('./fonts/tvN_Medium.ttf') format('truetype'),
          url('./fonts/tvN_Medium.otf') format('opentype');
     font-weight: 600;	
     font-style: normal;	
     font-stretch: normal;	
}
@font-face {	
     font-family: 'tvN';	
     src: url('./fonts/tvN_Bold.woff2') format('woff2'),	
          url('./fonts/tvN_Bold.woff') format('woff'),	
          url('./fonts/tvN_Bold.ttf') format('truetype'),
          url('./fonts/tvN_Bold.otf') format('opentype');
     font-weight: 800;	
     font-style: normal;	
     font-stretch: normal;	
}

/* 	
 *   S-Core Dream 
 */	
@font-face {	
     font-family: 'S-CoreDream';	
     src: url('./fonts/S-CoreDream_Medium.woff2') format('woff2'),	
          url('./fonts/S-CoreDream_Medium.woff') format('woff');	
     font-weight: 700;	
     font-style: normal;	
     font-stretch: normal;	
}	
@font-face {	
     font-family: 'S-CoreDream';	
     src: url('./fonts/S-CoreDream_Light.woff2') format('woff2'),	
          url('./fonts/S-CoreDream_Light.woff') format('woff');	
     font-weight: 400;	
     font-style: normal;	
     font-stretch: normal;	
}	

/*
 * Noto Sans CJK KR 
 */

@font-face {
	font-family: 'Noto_Sans_KR';
	src: url('./fonts/NotoSansKR-Thin.woff2') format('woff2'),
		 url('./fonts/NotoSansKR-Thin.woff') format('woff'),
		 url('./fonts/NotoSansKR-Thin.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'Noto_Sans_KR';
	src: url('./fonts/NotoSansKR-DemiLight.woff2') format('woff2'),
		 url('./fonts/NotoSansKR-DemiLight.woff') format('woff'),
		 url('./fonts/NotoSansKR-DemiLight.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
     font-family: 'Noto_Sans_KR';
     src: url('./fonts/NotoSansKR-Light.woff2') format('woff2'),
          url('./fonts/NotoSansKR-Light.woff') format('woff'),
          url('./fonts/NotoSansKR-Light.otf') format('opentype');
     font-weight: 400;
     font-style: normal;
     font-stretch: normal;
}

@font-face {
	font-family: 'Noto_Sans_KR';
	src: url('./fonts/NotoSansKR-Regular.woff2') format('woff2'),
		 url('./fonts/NotoSansKR-Regular.woff') format('woff'),
		 url('./fonts/NotoSansKR-Regular.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'Noto_Sans_KR';
	src: url('./fonts/NotoSansKR-Medium.woff2') format('woff2'),
		 url('./fonts/NotoSansKR-Medium.woff') format('woff'),
		 url('./fonts/NotoSansKR-Medium.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'Noto_Sans_KR';
	src: url('./fonts/NotoSansKR-Bold.woff2') format('woff2'),
		 url('./fonts/NotoSansKR-Bold.woff') format('woff'),
		 url('./fonts/NotoSansKR-Bold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
}