@charset "utf-8";


/* font-family: 'Nanum Gothic', sans-serif; - 나눔고딕*/
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: local('NanumGothic'),
	src: url(fonts/nanumgothic/NanumGothic-Regular.eot);
	src: url(fonts/nanumgothic/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
		 url(fonts/nanumgothic/NanumGothic-Regular.woff2) format('woff2'),
		 url(fonts/nanumgothic/NanumGothic-Regular.woff) format('woff'),
		 url(fonts/nanumgothic/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 700;
	src: local('NanumGothic Bold'), local('NanumGothic-Bold'),
	src: url(fonts/nanumgothic/NanumGothic-Bold.eot);
	src: url(fonts/nanumgothic/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
		 url(fonts/nanumgothic/NanumGothic-Bold.woff2) format('woff2'),
		 url(fonts/nanumgothic/NanumGothic-Bold.woff) format('woff'),
		 url(fonts/nanumgothic/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 800;
	src: local('NanumGothic ExtraBold'), local('NanumGothic-ExtraBold'),
	src: url(fonts/nanumgothic/NanumGothic-ExtraBold.eot);
	src: url(fonts/nanumgothic/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
		 url(fonts/nanumgothic/NanumGothic-ExtraBold.woff2) format('woff2'),
		 url(fonts/nanumgothic/NanumGothic-ExtraBold.woff) format('woff'),
		 url(fonts/nanumgothic/NanumGothic-ExtraBold.ttf) format('truetype');
}

/* 본고딕 노토산스 font-family: 'Noto Sans KR', sans-serif; */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/notosanskr/NotoSansKR-Thin.woff2) format('woff2'),
       url(fonts/notosanskr/NotoSansKR-Thin.woff) format('woff'),
       url(fonts/notosanskr/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/notosanskr/NotoSansKR-Light.woff2) format('woff2'),
       url(fonts/notosanskr/NotoSansKR-Light.woff) format('woff'),
       url(fonts/notosanskr/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(fonts/notosanskr/NotoSansKR-Regular.woff2) format('woff2'),
        url(fonts/notosanskr/NotoSansKR-Regular.woff) format('woff'),
        url(fonts/notosanskr/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(fonts/notosanskr/NotoSansKR-Medium.woff2) format('woff2'),
        url(fonts/notosanskr/NotoSansKR-Medium.woff) format('woff'),
        url(fonts/notosanskr/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(fonts/notosanskr/NotoSansKR-Bold.woff2) format('woff2'),
        url(fonts/notosanskr/NotoSansKR-Bold.woff) format('woff'),
        url(fonts/notosanskr/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(fonts/notosanskr/NotoSansKR-Black.woff2) format('woff2'),
        url(fonts/notosanskr/NotoSansKR-Black.woff) format('woff'),
        url(fonts/notosanskr/NotoSansKR-Black.otf) format('opentype');
}

