@charset "UTF-8";
/* 노토산스 */
@font-face {
	font-family: 'pretendard';
	font-style: normal;
	font-weight: 800;
	src: local('pretendard'),
	url('../font/pretendard/Pretendard-extraBold.woff2') format('woff2'),
	url('../font/pretendard/Pretendard-extraBold.woff') format('woff'),
	url('../font/pretendard/Pretendard-extraBold.otf') format('opentype'),
    url('../font/pretendard/Pretendard-extraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'pretendard';
	font-style: normal;
	font-weight: 700;
	src: local('pretendard'),
	url('../font/pretendard/Pretendard-Bold.woff2') format('woff2'),
	url('../font/pretendard/Pretendard-Bold.woff') format('woff'),
	url('../font/pretendard/Pretendard-Bold.otf') format('opentype'),
	url('../font/pretendard/Pretendard-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'pretendard';
	font-style: normal;
	font-weight: 500;
	src: local('pretendard'),
	url('../font/pretendard/Pretendard-Medium.woff2') format('woff2'),
	url('../font/pretendard/Pretendard-Medium.woff') format('woff'),
	url('../font/pretendard/Pretendard-Medium.otf') format('opentype'),
	url('../font/pretendard/Pretendard-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'pretendard';
	font-style: normal;
	font-weight: 300;
	src: local('pretendard'),
	url('../font/pretendard/Pretendard-Regular.woff2') format('woff2'),
	url('../font/pretendard/Pretendard-Regular.woff') format('woff'),
	url('../font/pretendard/Pretendard-Regular.otf') format('opentype'),
	url('../font/pretendard/Pretendard-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'pretendard';
	font-style: normal;
	font-weight: 300;
	src: local('pretendard'),
	url('../font/pretendard/Pretendard-Light.woff2') format('woff2'),
	url('../font/pretendard/Pretendard-Light.woff') format('woff'),
	url('../font/pretendard/Pretendard-Light.otf') format('opentype'),
	url('../font/pretendard/Pretendard-Light.ttf') format('truetype');
}
 
.pretendard {font-family: 'pretendard';}
