@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 웹 폰트 가져오기
-------------------------------------------------------------------------- */

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

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

/* 나눔 펜 font-family: 'Nanum Pen Script', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

/* 나눔 브러쉬 font-family: 'Nanum Brush Script', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');

/* 나눔 코딩 font-family: 'Nanum Gothic Coding', monospace; */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding:wght@400;700&display=swap');

/* 본고딕 font-family: 'Noto Sans KR', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

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

/* Open Sans font-family: 'Open Sans', sans-serif; */
@import
url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

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

/* Quantico font-family: 'Quantico', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* font-family: 'Jalnan', sans-serif; */
@font-face {
    font-family: Jalnan; 
    font-weight: 300;
    src: local(GmarketSansTTFLight);
    src: url(../fonts/Jalnan.ttf);
}



