<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    src: url(./fonts/NotoSans-Black.eot);
    src: url(./fonts/NotoSans-Black.woff) format('woff'),
         url(./fonts/NotoSans-Black.otf) format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(./fonts/NotoSansKR-Bold.eot);
	src: url(./fonts/NotoSansKR-Bold.woff) format('woff'),
		 url(./fonts/NotoSansKR-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(./fonts/NotoSansKR-Medium.eot);
	src: url(./fonts/NotoSansKR-Medium.woff) format('woff'),
		 url(./fonts/NotoSansKR-Medium.ttf) format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(./fonts/NotoSansKR-Regular.eot);
	src: url(./fonts/NotoSansKR-Regular.woff) format('woff'),
		 url(./fonts/NotoSansKR-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(./fonts/NotoSansKR-Light.eot);
	src: url(./fonts/NotoSansKR-Light.woff) format('woff'),
		 url(./fonts/NotoSansKR-Light.ttf) format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(./fonts/NotoSansKR-Thin.eot);
	src: url(./fonts/NotoSansKR-Thin.woff) format('woff'),
		 url(./fonts/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'HYUNDAI';
	font-style: normal;
	font-weight: 700;
	src: url(./fonts/HYUNDAIBOLD.TTF) format('truetype');
	src: url(./fonts/HYUNDAIBOLD.TTF?#iefix) format('embedded-opentype');
}
@font-face {
	font-family: 'HYUNDAI';
	font-style: normal;
	font-weight: 500;
	src: url(./fonts/HYUNDAIMEDIUM.TTF) format('truetype');
	/*src: url(./fonts/HYUNDAIMEDIUM.TTF?#iefix) format('embedded-opentype');*/
}
@font-face {
	font-family: 'HYUNDAI';
	font-style: normal;
	font-weight: 300;
	src: url(./fonts/HYUNDAILIGHT.TTF) format('truetype');
	/*src: url(./fonts/HYUNDAILIGHT.TTF?#iefix) format('embedded-opentype');*/
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-style: normal;
	src: local('Pretendard Black'), url('/Content/fonts/Pretendard-Black.woff2') format('woff2'), url('/Content/css/fonts/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-style: normal;
	src: local('Pretendard ExtraBold'), url('/Content/fonts/Pretendard-ExtraBold.woff2') format('woff2'), url('/Content/css/fonts/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-style: normal;
	src: local('Pretendard Bold'), url('/Content/fonts/Pretendard-Bold.woff2') format('woff2'), url('/Content/css/fonts/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-style: normal;
	src: local('Pretendard SemiBold'), url('/Content/fonts/Pretendard-SemiBold.woff2') format('woff2'), url('/Content/css/fonts/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-style: normal;
	src: local('Pretendard Medium'), url('/Content/fonts/Pretendard-Medium.woff2') format('woff2'), url('/Content/css/fonts/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-style: normal;
	src: local('Pretendard Regular'), url('/Content/fonts/Pretendard-Regular.woff2') format('woff2'), url('/Content/css/fonts/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-style: normal;
	src: local('Pretendard Light'), url('/Content/fonts/Pretendard-Light.woff2') format('woff2'), url('/Content/css/fonts/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-style: normal;
	src: local('Pretendard ExtraLight'), url('/Content/fonts/Pretendard-ExtraLight.woff2') format('woff2'), url('/Content/css/fonts/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-style: normal;
	src: local('Pretendard Thin'), url('/Content/fonts/Pretendard-Thin.woff2') format('woff2'), url('/Content/css/fonts/Pretendard-Thin.woff') format('woff');
}
</pre></body></html>