@charset "utf-8";

/* FONT */
@font-face {
	font-family: 'NanumBarunGothic';
	font-weight: 400;
	src: local("나눔바른고딕"),
	  url('/resource/fonts/NanumBarunGothicSubset.woff2') format('woff2'),
	  url('/resource/fonts/NanumBarunGothicSubset.woff') format('woff'),
	  url('/resource/fonts/NanumBarunGothicSubset.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'NanumBarunGothic';
	font-weight: 700;
	src: local("나눔바른고딕 Bold"),
	  url'/html/resource/fonts/NanumBarunGothicBoldSubset.woff2') format('woff2'),
	  url('/resource/fonts/NanumBarunGothicBoldSubset.woff') format('woff'),
	  url('/resource/fonts/NanumBarunGothicBoldSubset.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'NanumBarunGothic';
	font-weight: 300;
	src: local("나눔바른고딕 Light"),
	  url('/resource/fonts/NanumBarunGothicLightSubset.woff2') format('woff2'),
	  url('/resource/fonts/NanumBarunGothicLightSubset.woff') format('woff'),
	  url('/resource/fonts/NanumBarunGothicLightSubset.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'NanumBarunGothic';
	font-weight: 200;
	src: local("나눔바른고딕 UltraLight"),
	  url('/resource/fonts/NanumBarunGothicUltraLightSubset.woff2') format('woff2'),
	  url('/resource/fonts/NanumBarunGothicUltraLightSubset.woff') format('woff'),
	  url('/resource/fonts/NanumBarunGothicUltraLightSubset.ttf') format('truetype');
	font-display: swap;
}