@charset "utf-8";

/* @font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(../css/fonts/NotoSans-Light.eot);
	src: local('Noto Sans KR Light'), local('NotoSansKR-Light'), url(../css/fonts/NotoSans-Light.woff) format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(../css/fonts/NotoSans-DemiLight.eot);
	src: local('Noto Sans KR DemiLight'), local('NotoSansKR-DemiLight'), url(../css/fonts/NotoSans-DemiLight.woff) format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(../css/fonts/NotoSans-Medium.eot);
	src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'), url(../css/fonts/NotoSans-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 600;
	src: url(../css/fonts/NotoSans-Bold.eot);
	src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'), url(../css/fonts/NotoSans-Bold.woff) format('woff');
} */

/* 나눔스퀘어 */
@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(fonts/NanumSquareR.eot);
 src: url(fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(fonts/NanumSquareR.woff) format('woff'),
      url(fonts/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(fonts/NanumSquareB.eot);
 src: url(fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(fonts/NanumSquareB.woff) format('woff'),
      url(fonts/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(fonts/NanumSquareEB.eot);
 src: url(fonts/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(fonts/NanumSquareEB.woff) format('woff'),
      url(fonts/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url(fonts/NanumSquareL.eot);
 src: url(fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(fonts/NanumSquareL.woff) format('woff'),
      url(fonts/NanumSquareL.ttf) format('truetype');
}

/* 나눔고딕 */
@font-face {
 font-family: 'Nanum Gothic';
 font-weight: normal;
 src: url(fonts/NanumGothic-Regular.eot);
 src: url(fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
      url(fonts/NanumGothic-Regular.woff2) format('woff2'),
      url(fonts/NanumGothic-Regular.woff) format('woff');
}
@font-face {
 font-family: 'Nanum Gothic';
 font-weight: bold;
 src: url(fonts/NanumGothic-Bold.eot);
 src: url(fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
      url(fonts/NanumGothic-Bold.woff2) format('woff2'),
      url(fonts/NanumGothic-Bold.woff) format('woff');
}
