@charset "utf-8";
/* Font File */
@font-face{
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src:url('font/NotoSansKR-Light-Hestia.woff') format('woff'),
	url('font/NotoSansKR-Light-Hestia.otf') format('opentype');
}
@font-face{
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('font/NotoSansKR-Regular_sm.woff2') format('woff2'),
	url('font/NotoSansKR-Regular_sm.woff') format('woff'),
	url('font/NotoSansKR-Regular_sm.otf') format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url('font/NotoSansKR-Medium.woff2') format('woff2'),
        url('font/NotoSansKR-Medium.woff') format('woff'),
        url('font/NotoSansKR-Medium.otf') format('opentype');
}
@font-face{
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 600;
	src: url('font/NotoSansKR-Bold_sm.woff2') format('woff2'),
	url('font/NotoSansKR-Bold_sm.woff') format('woff'),
	url('font/NotoSansKR-Bold_sm.otf') format('opentype');
}



@font-face{
	font-family: 'Montserrat-Light';
	font-style: normal;
	font-weight: 300;
	src: url('font/Montserrat-Light.woff') format('woff');
}
@font-face{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 400;
	src: url('font/Montserrat-Regular.woff') format('woff');
}
@font-face{
	font-family: 'Montserrat-Medium';
	font-style: normal;
	font-weight: 500;
	src: url('font/Montserrat-Medium.woff') format('woff');
}
@font-face{
	font-family: 'Montserrat-SemiBold';
	font-style: normal;
	font-weight: 600;
	src: url('font/Montserrat-SemiBold.woff') format('woff');
}
@font-face{
	font-family: 'Montserrat-Bold';
	font-style: normal;
	font-weight: 700;
	src: url('font/Montserrat-Bold.ttf') format('woff');
}
@font-face{
	font-family: 'Montserrat-ExtraBold';
	font-style: normal;
	font-weight: 800;
	src: url('font/Montserrat-ExtraBold.woff') format('woff');
}
@font-face{
	font-family: 'Montserrat-Black';
	font-style: normal;
	font-weight: 900;
	src: url('font/Montserrat-Black.woff') format('woff');
}