@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
.notosanskr * {  font-family: 'Noto Sans KR', sans-serif;}
   
@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
    font-weight: 300;
	src: url("font/GmarketSansLight.woff") format('woff');
}

@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
    font-weight: 500;
	src: url("font/GmarketSansMedium.woff") format('woff');
}

@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
    font-weight: 700;
	src: url("font/GmarketSansBold.woff") format('woff');
}

@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}