@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    src: url(./fonts/NotoSans-Black.eot);
    src: url(./fonts/NotoSans-Black.woff) format('woff'),
         url(./fonts/NotoSans-Black.otf) format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(./fonts/NotoSansKR-Bold.eot);
	src: url(./fonts/NotoSansKR-Bold.woff) format('woff'),
		 url(./fonts/NotoSansKR-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(./fonts/NotoSansKR-Medium.eot);
	src: url(./fonts/NotoSansKR-Medium.woff) format('woff'),
		 url(./fonts/NotoSansKR-Medium.ttf) format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(./fonts/NotoSansKR-Regular.eot);
	src: url(./fonts/NotoSansKR-Regular.woff) format('woff'),
		 url(./fonts/NotoSansKR-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(./fonts/NotoSansKR-Light.eot);
	src: url(./fonts/NotoSansKR-Light.woff) format('woff'),
		 url(./fonts/NotoSansKR-Light.ttf) format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(./fonts/NotoSansKR-Thin.eot);
	src: url(./fonts/NotoSansKR-Thin.woff) format('woff'),
		 url(./fonts/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/lato-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: url('./fonts/lato-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v17-latin-300.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('./fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v17-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/lato-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: url('./fonts/lato-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v17-latin-700.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/lato-v17-latin-900.eot'); /* IE9 Compat Modes */
  src: url('./fonts/lato-v17-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v17-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v17-latin-900.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face{
	font-family:'Roboto';
	font-style:normal;
	font-weight:100;
	src:url(./fonts/Roboto-Thin.ttf);
}
@font-face{
	font-family:'Roboto';
	font-style:normal;
	font-weight:300;
	src:url(./fonts/Roboto-Light.ttf);
}
@font-face{
	font-family:'Roboto';
	font-style:normal;
	font-weight:400;
	src:url(./fonts/Roboto-Regular.ttf);
}
@font-face{
	font-family:'Roboto';
	font-style:normal;
	font-weight:500;
	src:url(./fonts/Roboto-Medium.ttf);
}
@font-face{
	font-family:'Roboto';
	font-style:normal;
	font-weight:700;
	src:url(./fonts/Roboto-Bold.ttf);
}
@font-face{
	font-family:'Roboto';
	font-style:normal;
	font-weight:900;
	src:url(./fonts/Roboto-Black.ttf);
}