@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;700&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Titillium+Web:wght@200;300;400;600;700&family=Play:wght@400;700&display=swap');


/***********
 * Titillium
 ***********/
@font-face{
	font-family: 'Titillium';
	font-style: normal;
	font-weight: 200;
	src: local("?"),
		 url('/css/font/TitilliumWeb-ExtraLight.woff') format('woff');
}

@font-face{
	font-family: 'Titillium';
	font-style: normal;
	font-weight: 300;
	src: local("?"),
		 url('/css/font/TitilliumWeb-Light.woff') format('woff');
}

@font-face{
	font-family: 'Titillium';
	font-style: normal;
	font-weight: 400;
	src: local("?"),
		 url('/css/font/TitilliumWeb-Regular.woff') format('woff');
}

@font-face{
	font-family: 'Titillium';
	font-style: normal;
	font-weight: 600;
	src: local("?"),
		 url('/css/font/TitilliumWeb-Bold.woff') format('woff');
}

/***********
 * ChosunGs
 ***********/
@font-face {
	font-family:'ChosunGs';
	font-style: normal;
	font-weight: 200;
	src: url('/css/font/ChosunGs.eot');
	src: local("?"),
	url('/css/font/ChosunGs.woff') format('woff'),
	url('/css/font/ChosunGs.otf') format('opentype');
}


/***********
 * gmarketsans
 ***********/

@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;
}

@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: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/***********
 * pretendard
 ***********/


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}



@font-face {
    font-family: 'EliceDigitalBaeum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'EliceDigitalBaeum-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum-Bd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}