@charset "utf-8";

/*
* --------------------------------------------------------------------------
* descript : 폰트 가져오기
* --------------------------------------------------------------------------
* author : Yoodaekyung
* update : 2020-07-30
* --------------------------------------------------------------------------
*/

/*
* ==========================================================================
* Table of Contents
* ==========================================================================
* 1.0 - 구글폰트
* 2.0 - 로컬 폰트
* 3.0 - 웹 폰트
* --------------------------------------------------------------------------
*/

/* --------------------------------------------------------------------------
1.0 https://fonts.google.com/
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
2.0 로컬 폰트 가져오기
-------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------
3.0 웹 폰트 가져오기
-------------------------------------------------------------------------- */

/* Gotham font-family: 'Gotham'; */
/* @import url('http://fonts.cdnfonts.com/css/gotham'); */



/* 나눔스퀘어 font-family: 'NanumSquare'; */
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');


/* 나눔명조 font-family: 'Nanum Myeongjo', serif; */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');


/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');



/* 검은고딕 font-family: 'Black Han Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');

/* 
@font-face {
   font-family: 'Black Han Sans';
   font-style: normal;
   font-weight: 100;
   src:
       url('/comm/assets/fonts/Black_Han_Sans/BlackHanSans-Regular.woff2') format('woff2'), 
       url('/comm/assets/fonts/Black_Han_Sans/BlackHanSans-Regular.woff') format('woff'),
       url('/comm/assets/fonts/Black_Han_Sans/BlackHanSans-Regular.ttf') format('truetype'),
       url('/comm/assets/fonts/Black_Han_Sans/BlackHanSans-Regular.otf') format('opentype'),
       url('/comm/assets/fonts/Black_Han_Sans/BlackHanSans-Regular.eot') format('embedded-opentype');
}

 */




/* --------------------------------------------------------------------------
4.0 문자별(유니코드) 폰트 지정

1. 특수문자 범위: U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E
2. 영문 범위: U+0041-005A(대문자), U+0061-007A(소문자)
3. 숫자 범위: U+0030-0039
4. 전체 : U+0020-007E
-------------------------------------------------------------------------- */





