@charset "utf-8";
/* font */

/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 100;
	src: local('Pretendard Thin'), url("/fonts/Pretendard-Thin.woff") format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 200;
	src: local('Pretendard ExtraLight'), url("/fonts/Pretendard-ExtraLight.woff") format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 300;
	src: local('Pretendard Light'), url("/fonts/Pretendard-Light.woff") format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	src: local('Pretendard Regular'), url("/fonts/Pretendard-Regular.woff") format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	src: local('Pretendard Medium'), url("/fonts/Pretendard-Medium.woff") format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: local('Pretendard SemiBold'), url("/fonts/Pretendard-SemiBold.woff") format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 700;
	src: local('Pretendard Bold'), url("/fonts/Pretendard-Bold.woff") format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 800;
	src: local('Pretendard ExtraBold'), url("/fonts/Pretendard-ExtraBold.woff") format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 900;
	src: local('Pretendard Black'), url("/fonts/Pretendard-Black.woff") format('woff');
}

/* NotoSansKR */
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight: 400;
	src:url('/fonts/NotoSansKR-Regular.eot');
	src:local('NotoSansKR'),
		url('/fonts/NotoSansKR-Regular.woff') format('woff'),
		url('/fonts/NotoSansKR-Regular.woff') format('woff2'),
		url('/fonts/NotoSansKR-Regular.otf') format('opentype');
}

/* Roboto */
@font-face{
	font-family:'Roboto';
	font-style:normal;
	font-weight: 400;
	src:local('※'),
		url('fonts/Roboto-Regular.woff') format('woff');
}