@charset "utf-8";

/* * Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */ 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 300; 
	src: url(/font/NotoSans-Light.woff2) format('woff2'), 
	url(/font/NotoSans-Light.woff) format('woff'), 
	url(/font/NotoSans-Light.otf) format('opentype'); } 
	
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; 
	src: url(/font/NotoSans-Regular.woff2) format('woff2'), 
	url(/font/NotoSans-Regular.woff) format('woff'), 
	url(/font/NotoSans-Regular.otf) format('opentype'); }

@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 500; 
	src: url(/font/NotoSans-Medium.woff2) format('woff2'), 
	url(/font/NotoSans-Medium.woff) format('woff'), 
	url(/font/NotoSans-Medium.otf) format('opentype'); }
	
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 700; 
	src: url(/font/NotoSans-Bold.woff2) format('woff2'), 
	url(/font/NotoSans-Bold.woff) format('woff'), 
	url(/font/NotoSans-Bold.otf) format('opentype'); }
	


* {font-family:'Noto Sans KR'; }
html * {font-family:'Noto Sans KR'; }


@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(/font/NanumGothic-Regular.eot);
  src: url(/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothic-Regular.woff2) format('woff2'),
       url(/font/NanumGothic-Regular.woff) format('woff'),
       url(/font/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumBold';
  font-style: normal;
  src: url(/font/NanumGothicBold.eot);
  src: url(/font/NanumGothicBold.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothicBold.woff2) format('woff2'),
       url(/font/NanumGothicBold.woff) format('woff'),
       url(/font/NanumGothicBold.ttf) format('truetype');
}