@charset "utf-8";

/*font init*/
@font-face {
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:300;
	src:local(※),url(../font/NotoSansKR-light.woff) format('woff');
}
@font-face {
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:400;
	src:local(※),url(../font/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:600;
	src:local(※),url(../font/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:700;
	src:local(※),url(../font/NotoSansKR-Bold.woff) format('woff');
}
@font-face {
	font-family:'Raleway';
	font-style:normal;
	font-weight:300;
	src:local(※),url(../font/Raleway-ExtraLight.woff) format('woff');
}
@font-face {
	font-family:'Raleway';
	font-style:normal;
	font-weight:700;
	src:local(※),url(../font/Raleway-Bold.woff) format('woff');
}
@font-face {
	font-family:'Yeongwol';
	font-style:normal;
	font-weight:100 900;
	src:url(../font/YeongwolTTF.ttf) format('truetype');
}

@font-face {
	font-family:'S-CoreDream';
	font-style:normal;
	font-weight:400;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
}

@font-face {
	font-family:'S-CoreDream';
	font-style:normal;
	font-weight:500;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
}

@font-face {
	font-family:'S-CoreDream';
	font-style:normal;
	font-weight:600;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
}

@font-face {
	font-family:'S-CoreDream';
	font-style:normal;
	font-weight:700;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
}

@font-face {
	font-family:'S-CoreDream';
	font-style:normal;
	font-weight:800;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
}

@font-face {
	font-family:'S-CoreDream';
	font-style:normal;
	font-weight:900;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
}

@font-face {
	font-family:'DraftNaturalH';
	font-style:normal;
	font-weight:500;
	src:url(../font/DraftNaturalH-Medium.ttf) format('truetype');
}
@font-face {
	font-family:'DraftNaturalH';
	font-style:normal;
	font-weight:700;
	src:url(../font/DraftNaturalH-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
	font-weight: 900;
	font-display: swap;
}

@font-face {
	font-family: 'DDANGS';
	font-style: normal;
	font-weight: 400;
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_12@1.0/DDANGS.woff') format('woff'),
	     url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_12@1.0/DDANGS.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'DDANGS';
	font-style: normal;
	font-weight: 700;
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_12@1.0/DDANGS.woff') format('woff'),
	     url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_12@1.0/DDANGS.woff') format('woff');
	font-display: swap;
}

/* 대체 폰트로 Godo 폰트 추가 */
@font-face {
	font-family: 'GodoM';
	font-style: normal;
	font-weight: 400;
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/GodoM.woff') format('woff');
	font-display: swap;
}
