<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 
* 100 : Thin
* 200 : Extra Light (Ultra Light)
* 300 : Light
* 400 : Regular
* 500 : Medium
* 600 : Semi Bold (Demi Bold)
* 700 : Bold
* 800 : Extra Bold (Ultra Bold)
* 900 : Black (Heavy)
*/

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
    font-weight: 300;
	src: url('../font/NanumGothic300.eot');
	src: url('../font/NanumGothic300.eot?#iefix') format('embedded-opentype'),
		 url('../font/NanumGothic300.woff') format('woff');
}

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
    font-weight: 400;
	src: url('../font/NanumGothic400.eot');
	src: url('../font/NanumGothic400.eot?#iefix') format('embedded-opentype'),
		 url('../font/NanumGothic400.woff') format('woff');
}

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
    font-weight: 700;
	src: url('../font/NanumGothic700.eot');
	src: url('../font/NanumGothic700.eot?#iefix') format('embedded-opentype'),
		 url('../font/NanumGothic700.woff') format('woff');
}

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
    font-weight: 800;
	src: url('../font/NanumGothic800.eot');
	src: url('../font/NanumGothic800.eot?#iefix') format('embedded-opentype'),
		 url('../font/NanumGothic800.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../font/NotoSans-Regular.eot');
  src: local(��),
  	   url('../font/NotoSans-Regular.eot') format("opentype"),
       url('../font/NotoSans-Regular.woff2') format('woff2'),
       url('../font/NotoSans-Regular.woff') format('woff'),
       url('../font/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSans-Medium.eot');
  src: local(��),
  	   url('../font/NotoSans-Medium.eot') format("opentype"),
       url('../font/NotoSans-Medium.woff2') format('woff2'),
       url('../font/NotoSans-Medium.woff') format('woff'),
       url('../font/NotoSans-Medium.ttf') format('truetype');
}</pre></body></html>