@charset "UTF-8";

/* 글꼴 선언 */
@font-face {
	font-family: 'Nanum';
	src: url('font/NanumGothic.eot');
	src: url('font/NanumGothic.eot?#iefix') format('embedded-opentype'),
		 url('font/NanumGothic.woff2') format('woff2'),
		 url('font/NanumGothic.woff') format('woff'),
		 url('font/NanumGothic.ttf') format('truetype');
	font-weight:400;
}

@font-face {
	font-family: 'Nanum';
	src: url('font/NanumGothicLight.eot');
	src: url('font/NanumGothicLight.eot?#iefix') format('embedded-opentype'),
		 url('font/NanumGothicLight.woff2') format('woff2'),
		 url('font/NanumGothicLight.woff') format('woff'),
		 url('font/NanumGothicLight.ttf') format('truetype');
	font-weight:200;
}

@font-face {
	font-family: 'Nanum';
	src: url('font/NanumGothic-Bold.eot');
	src: url('font/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
		 url('font/NanumGothic-Bold.woff2') format('woff2'),
		 url('font/NanumGothic-Bold.woff') format('woff'),
		 url('font/NanumGothic-Bold.ttf') format('truetype');
	font-weight:600;
}

@font-face {
	font-family: 'Nanum';
	src: url('font/NanumGothic-ExtraBold.eot');
	src: url('font/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
		 url('font/NanumGothic-ExtraBold.woff2') format('woff2'),
		 url('font/NanumGothic-ExtraBold.woff') format('woff'),
		 url('font/NanumGothic-ExtraBold.ttf') format('truetype');
	font-weight:800;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-400';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-600';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
