@charset "utf-8"; 

 /*
 * ==========================================================================
 * Table of Contents 
 * ==========================================================================
 * 1.0 - 구글폰트
 * 2.0 - 로컬 폰트
 * 3.0 - 웹 폰트
 * --------------------------------------------------------------------------
 */

/* --------------------------------------------------------------------------
   1.0 https://fonts.google.com/
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   2.0 로컬 폰트 가져오기
   -------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------
   3.0 웹 폰트 가져오기
   -------------------------------------------------------------------------- */
@import url("/resource/fonts/nanumsquare/nanumsquare.css");			/* 나눔 스퀘어	font-family: 'NanumSquare', sans-serif;		*/
@import url("/resource/fonts/nanumgothic/NanumGothic.css");			/* 나눔 고딕	font-family: 'Nanum Gothic', sans-serif;		*/
@import url("/resource/fonts/sdgothicneo/SDGothicNeo.css");			/* 산돌고딕	font-family: 'SDGothicNeo', sans-serif;		*/
@import url("/resource/fonts/natosans/natosans.css");				/* 나토산스	font-family: 'NatoSans', sans-serif;		*/