@charset "utf-8";

/*노토산스 KR*/
@font-face{
	font-family:'NotoSans';
	font-weight:100;
	font-style: normal;
	/* src: url(/resources/font/NotoSansKR-Light.eot);    */
	src:  /* url(/resources/font/NotoSansKR-Light.eot?#iefix) format('embedded-opentype'),   */ 
		url(/resources/font/NotoSansKR-Light.woff) format('font-woff'),
		url(/resources/font/NotoSansKR-Light.ttf) format('truetype'),
		url(/resources/font/NotoSansKR-Light.woff2) format('woff2');			
}

@font-face{
	font-family:'NotoSans';
	font-weight:300;
	font-style: normal;
	/* src:url(/resources/font/NotoSansKR-Regular.eot);   */ 
	src:  /*  url(/resources/font/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),   */  
		url(/resources/font/NotoSansKR-Regular.woff) format('font-woff'),
		url(/resources/font/NotoSansKR-Regular.ttf) format('truetype'),
		url(/resources/font/NotoSansKR-Regular.woff2) format('woff2');		
		
		
}

@font-face{
	font-family:'NotoSans';
	font-weight:500;
	font-style: normal;
	src:url(/resources/font/notokr-medium.eot);   
	src:  url(/resources/font/notokr-medium.eot?#iefix) format('embedded-opentype'),    
		url(/resources/font/notokr-medium.woff) format('font-woff'),
		url(/resources/font/notokr-medium.woff2) format('woff2'),
		url(/resources/font/notokr-medium.ttf) format('truetype'); 
		
		
} 

@font-face{
	font-family:'NotoSans';
	font-weight:700;
	font-style: normal;
    /* src:url(/resources/font/NotoSansKR-Bold.eot);   */
	src:   /* url(/resources/font/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),    */
		url(/resources/font/NotoSansKR-Bold.woff) format('font-woff'),
		url(/resources/font/NotoSansKR-Bold.ttf) format('truetype'),
		url(/resources/font/NotoSansKR-Bold.woff2) format('woff2');
} 


/*Pretendard*/
@font-face{
	font-family:'Pretendard';
	font-weight:300;
	font-style: normal;
	src:
		url(/resources/font/Pretendard-Regular.woff) format('font-woff'),
		url(/resources/font/Pretendard-Regular.ttf) format('truetype'),
		url(/resources/font/Pretendard-Regular.woff2) format('woff2');			
}

@font-face{
	font-family:'Pretendard';
	font-weight:500;
	font-style: normal;
	src:
		url(/resources/font/Pretendard-Medium.woff) format('font-woff'),
		url(/resources/font/Pretendard-Medium.ttf) format('truetype'),
		url(/resources/font/Pretendard-Medium.woff2) format('woff2');		
		
		
}

@font-face{
	font-family:'Pretendard';
	font-weight:700;
	font-style: bold;
	src: 
		url(/resources/font/Pretendard-Bold.woff) format('font-woff'),
		url(/resources/font/Pretendard-Bold.woff2) format('woff2'),
		url(/resources/font/Pretendard-Bold.ttf) format('truetype'); 
		
		
} 



