<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: 'nsr';	
font-weight: normal;
font-style: normal;
 src: url('/css/font/nanum_square_r.eot');
 src: url('/css/font/nanum_square_r.eot?#iefix') format('embedded-opentype'), 
       url('/css/font/nanum_square_r.woff') format('woff');
}

@font-face {
font-family: 'nsr';	
font-weight:600;
font-style: normal;
 src: url('/css/font/nanum_square_b.eot');
 src: url('/css/font/nanum_square_b.eot?#iefix') format('embedded-opentype'), 
       url('/css/font/nanum_square_b.woff') format('woff');
}


/* 본고딕 */

@font-face {
font-family: 'ntk';	
font-weight:normal;
font-style: normal;
 src: url('/css/font/notokr-demilight.eot');
 src: url('/css/font/notokr-demilight.eot?#iefix') format('embedded-opentype'), 
      url('/css/font/notokr-demilight.woff') format('woff'),
	  url('/css/font/notokr-demilight.otf') format('opentype');
}

@font-face {
font-family: 'ntk';	
font-weight:400;
font-style: normal;
 src: url('/css/font/notokr-regular.eot');
 src: url('/css/font/notokr-regular.eot?#iefix') format('embedded-opentype'), 
      url('/css/font/notokr-regular.woff') format('woff'),
	  url('/css/font/notokr-regular.otf') format('opentype');
}


@font-face {
font-family: 'ntk';	
font-weight:700;
font-style: normal;
 src: url('/css/font/notokr-bold.eot');
 src: url('/css/font/notokr-bold.eot?#iefix') format('embedded-opentype'), 
      url('/css/font/notokr-bold.woff') format('woff'),
	  url('/css/font/notokr-bold.otf') format('opentype');
}

/* ---- pretendard.font  -------*/

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


/* ---- pretendard.font  -------*/</pre></body></html>