/*fonts*/
@font-face {
font-family: 'Nanum gothicL';
font-style: normal;
font-weight: 100;
src: local('Nanum gothic Light'), local('Nanum gothic-Light'), url(fonts/NanumGothicL.eot);
src: url(fonts/NanumGothicL.eot?#iefix) format('embedded-opentype'),
url(fonts/NanumGothicL.woff2) format('woff2'),
url(fonts/NanumGothicL.woff) format('woff');;
}
@font-face {
font-family: 'Nanum gothicR';
font-style: normal;
font-weight: 300;
src: local('Nanum gothic Regular'), local('Nanum gothic-Regular'), url(fonts/NanumGothicR.eot);
src: url(/fonts/NanumGothicR.eot?#iefix) format('embedded-opentype'),
url(fonts/NanumGothicR.woff2) format('woff2'),
url(fonts/NanumGothicR.woff) format('woff');
}
@font-face {
font-family: 'Nanum gothicB';
font-style: normal;
font-weight: 500;
src: local('Nanum gothic Bold'), local('Nanum gothic-Bold'), url(fonts/NanumGothicB.eot);
src: url(/fonts/NanumGothicB.eot?#iefix) format('embedded-opentype'),
url(fonts/NanumGothicB.woff2) format('woff2'),
url(fonts/NanumGothicB.woff) format('woff');
}
@font-face {
font-family: 'Nanum gothicEB';
font-style: normal;
font-weight: 700;
src: local('Nanum gothic Bold'), local('Nanum gothic-Bold'), url(fonts/NanumGothicEB.eot);
src: url(/fonts/NanumGothicEB.eot?#iefix) format('embedded-opentype'),
,
url(fonts/NanumGothicEB.woff) format('woff');
}


/* noto-sans-kr-100 - latin_korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/noto-sans-kr-v10-latin_korean-100.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Thin'), local('NotoSansKR-Thin'),
       url('fonts/noto-sans-kr-v10-latin_korean-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-sans-kr-v10-latin_korean-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-sans-kr-v10-latin_korean-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-sans-kr-v10-latin_korean-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-sans-kr-v10-latin_korean-100.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}
/* noto-sans-kr-regular - latin_korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-kr-v10-latin_korean-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),
       url('fonts/noto-sans-kr-v10-latin_korean-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-sans-kr-v10-latin_korean-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-sans-kr-v10-latin_korean-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-sans-kr-v10-latin_korean-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-sans-kr-v10-latin_korean-regular.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}
/* noto-sans-kr-300 - latin_korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/noto-sans-kr-v10-latin_korean-300.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Light'), local('NotoSansKR-Light'),
       url('fonts/noto-sans-kr-v10-latin_korean-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-sans-kr-v10-latin_korean-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-sans-kr-v10-latin_korean-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-sans-kr-v10-latin_korean-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-sans-kr-v10-latin_korean-300.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}
/* noto-sans-kr-700 - latin_korean */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/noto-sans-kr-v10-latin_korean-700.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),
       url('fonts/noto-sans-kr-v10-latin_korean-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-sans-kr-v10-latin_korean-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-sans-kr-v10-latin_korean-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-sans-kr-v10-latin_korean-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-sans-kr-v10-latin_korean-700.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}

