/* FontAwesome
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/_res/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/_res/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/_res/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/_res/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/_res/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/_res/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Meteocons
 * -------------------------- 
@font-face {
	font-family: 'MeteoconsRegular';
	src: url('/_res/meteocons/meteocons-webfont.eot');
	src: url('/_res/meteocons/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
	url('/_res/meteocons/meteocons-webfont.woff') format('woff'),
	url('/_res/meteocons/meteocons-webfont.ttf') format('truetype'),
	url('/_res/meteocons/meteocons-webfont.svg#MeteoconsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* NanumGothic
 * -------------------------- 
 */
 @font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/_res/font/NanumGothic-Regular.eot');
  src: 
	   local(※),
       url('/_res/font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('/_res/font/NanumGothic-Regular.woff2') format('woff2'),
       url('/_res/font/NanumGothic-Regular.woff') format('woff'),
       url('/_res/font/NanumGothic-Regular.ttf') format('truetype')
}
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  src: url('/_res/font/NanumBarunGothic.eot');
  src: 
	   local(※),
       url('/_res/font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
       url('/_res/font/NanumBarunGothic.woff2') format('woff2'),
       url('/_res/font/NanumBarunGothic.woff') format('woff'),
       url('/_res/font/NanumBarunGothic.ttf') format('truetype')
}