<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: 'NanumSquareR';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url('../font/NanumSquareR.woff2') format('woff2'),
       url('../font/NanumSquareR.woff') format('woff');
}
@font-face {
  font-family: 'NanumSquareB';
  /*20200522 웹표준성조치  font-style: bold;*/
  font-weight: 700;
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url('../font/NanumSquareB.woff2') format('woff2'),
       url('../font/NanumSquareB.woff') format('woff');
}

/* Pretendard */
@font-face {
    font-family: 'Pretendard'; 
	font-style: normal; 
	font-weight: 400; 
	font-display: swap;
	src: local('Pretendard Regular'),
		 local('Pretendard-Regular'),
		 url('../font/Pretendard/Pretendard-Regular.woff2') format('woff2'),
		 url('../font/Pretendard/Pretendard-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard'; 
	font-style: normal; 
	font-weight: 500; 
	font-display: swap;
    src: local('Pretendard Medium'),
		 local('Pretendard-Medium'),
		 url('../font/Pretendard/Pretendard-Medium.woff2') format('woff2'),
		 url('../font/Pretendard/Pretendard-Medium.woff') format('woff');    
}
@font-face {
    font-family: 'Pretendard'; 
	font-style: normal; 
	font-weight: 600; 
	font-display: swap;
    src: local('Pretendard SemiBold'),
		 local('Pretendard-SemiBold'),
		 url('../font/Pretendard/Pretendard-SemiBold.woff2') format('woff2'),
		 url('../font/Pretendard/Pretendard-SemiBold.woff') format('woff');    
}
@font-face {
    font-family: 'Pretendard'; 
	font-style: normal; 
	font-weight: 700; 
	font-display: swap;
    src: local('Pretendard Bold'),
		 local('Pretendard-Bold'),
		 url('../font/Pretendard/Pretendard-Bold.woff2') format('woff2'),
		 url('../font/Pretendard/Pretendard-Bold.woff') format('woff');    
}

/* SEBANGGothic */
@font-face {
    font-family: 'SEBANGGothic';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('SEBANG Gothic'), 
		 local('SEBANG-Gothic'),
		 url('../font/SEBANGGothic/SEBANGGothic.woff2') format('woff2'), 
		 url('../font/SEBANGGothic/SEBANGGothic.woff') format('woff');
}
@font-face {
    font-family: 'SEBANGGothic';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('SEBANG Gothic Bold'), 
		 local('SEBANG-Gothic-Bold'),
		 url('../font/SEBANGGothic/SEBANGGothicBold.woff2') format('woff2'), 
		 url('../font/SEBANGGothic/SEBANGGothicBold.woff') format('woff');
}</pre></body></html>