@charset "utf-8";


/* -------- Poppins -------- */
@import url("https://use.typekit.net/kmt6nhn.css");

/* -------- bio-sans -------- */
@import url("https://use.typekit.net/bie4agw.css");

/* -------- 부산바다체 -------- */
@font-face {
    font-family: BusanBada;
    font-style: normal;
    font-weight: normal;
    src:
      local('BusanBada'),
      url(https://raw.githubusercontent.com/3jin/free-webfonts/master/BusanBada/BusanBada.woff) format('woff'),
      url(https://raw.githubusercontent.com/3jin/free-webfonts/master/BusanBada/BusanBada.ttf) format('ttf');
}
/* 사용범위 안내 : https://noonnu.cc/font_page/67 */
/* 공식코드 제거
@font-face {
	font-family:'BusanBada';
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BusanBada.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
*/

/* -------- NOTO -------- */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src : url(/resources/_Font/100/NotoSansKR-Thin.woff2) format('woff2'),
		url(/resources/_Font/100/NotoSansKR-Thin.woff) format('woff'),
		url(/resources/_Font/100/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src : url(/resources/_Font/300/NotoSansKR-Light.woff2) format('woff2'),
		url(/resources/_Font/300/NotoSansKR-Light.woff) format('woff'),
		url(/resources/_Font/300/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src : url(/resources/_Font/400/NotoSansKR-Regular.woff2) format('woff2'),
		url(/resources/_Font/400/NotoSansKR-Regular.woff) format('woff'),
		url(/resources/_Font/400/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src : url(/resources/_Font/500/NotoSansKR-Medium.woff2) format('woff2'),
		url(/resources/_Font/500/NotoSansKR-Medium.woff) format('woff'),
		url(/resources/_Font/500/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src : url(/resources/_Font/700/NotoSansKR-Bold.woff2) format('woff2'),
		url(/resources/_Font/700/NotoSansKR-Bold.woff) format('woff'),
		url(/resources/_Font/700/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src : url(/resources/_Font/900/NotoSansKR-Black.woff2) format('woff2'),
		url(/resources/_Font/900/NotoSansKR-Black.woff) format('woff'),
		url(/resources/_Font/900/NotoSansKR-Black.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif KR';
	font-style: normal;
	font-weight: 100;
	src : url(/resources/_Font/100/NotoSerifKR-Thin.woff2) format('woff2'),
		url(/resources/_Font/100/NotoSerifKR-Thin.woff) format('woff'),
		url(/resources/_Font/100/NotoSerifKR-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif KR';
	font-style: normal;
	font-weight: 300;
	src : url(/resources/_Font/300/NotoSerifKR-Light.woff2) format('woff2'),
		url(/resources/_Font/300/NotoSerifKR-Light.woff) format('woff'),
		url(/resources/_Font/300/NotoSerifKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif KR';
	font-style: normal;
	font-weight: 400;
	src : url(/resources/_Font/400/NotoSerifKR-Regular.woff2) format('woff2'),
		url(/resources/_Font/400/NotoSerifKR-Regular.woff) format('woff'),
		url(/resources/_Font/400/NotoSerifKR-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif KR';
	font-style: normal;
	font-weight: 500;
	src : url(/resources/_Font/500/NotoSerifKR-Medium.woff2) format('woff2'),
		url(/resources/_Font/500/NotoSerifKR-Medium.woff) format('woff'),
		url(/resources/_Font/500/NotoSerifKR-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif KR';
	font-style: normal;
	font-weight: 700;
	src : url(/resources/_Font/700/NotoSerifKR-Bold.woff2) format('woff2'),
		url(/resources/_Font/700/NotoSerifKR-Bold.woff) format('woff'),
		url(/resources/_Font/700/NotoSerifKR-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif KR';
	font-style: normal;
	font-weight: 900;
	src : url(/resources/_Font/900/NotoSerifKR-Black.woff2) format('woff2'),
		url(/resources/_Font/900/NotoSerifKR-Black.woff) format('woff'),
		url(/resources/_Font/900/NotoSerifKR-Black.otf) format('opentype');
}