/* 폰트 셋팅 */
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800|Nanum+Myeongjo:400,700,800|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans:400,700|Roboto:100,300,400,500,700,900|Poppins:400,500,600,700&display=swap&subset=korean');

body {
/* 
font-family: 'Roboto', sans-serif;
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Nanum Myeongjo', serif;
font-family: 'Noto Sans', sans-serif;
*/
font-family: 'NanumGothic', 'Noto Sans KR', sans-serif;
/*font-weight:300;*/
}

/*
noto sans 400, 700
noto sans kr 100, 300, 400, 500, 700, 900
nanum gothic 400, 700, 800
roboto 100, 300, 400, 500, 700, 900
nanum myeongjo 400, 700, 800
*/


/* 아이콘 웹폰트 CDN 기본 */

/*XEICON https://xpressengine.github.io/XEIcon/started.html */
/* 	<i class="xi-xpressengine"></i> */
@import url("//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css");

/*구글 Material Icons  https://google.github.io/material-design-icons/  */
/* <i class="material-icons">face</i> */
@import url("//fonts.googleapis.com/icon?family=Material+Icons");
span.material-icons { vertical-align:middle; margin-bottom:2px;  }

/*Font Awesome  https://fontawesome.com/icons?d=gallery&m=free  */
/* <i class="fas fa-camera"></i> */
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css");



/* Pretendard */
/* font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', '나눔 고딕', 'Malgun Gothic', sans-serif; */
/* 얇은체100, 매우가는체 200, 가는체 300, 일반체 400, 중간체 500, 세미볼드체 600, 볼드체 700, 엑스트라볼드체 800, 블랙체 900 */

/*** 나눔스퀘어 ***/
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/*** 나눔 손글씨 펜 ***/
@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);

.nanumpenscript * {font-family: 'Nanum Pen Script', cursive;}

/*** 프리텐다드 ***/
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/*** 나눔고딕 ***/
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

.nanumgothic * {
 font-family: 'Nanum Gothic', sans-serif;
}

/*** 지마켓 산스 ***/
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}