@charset "utf-8";
/* -------- NOTO -------- */
/* -- font-family:"Noto Sans KR", sans-serif;					300 / 400/ 500 / 700 -- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");


/* -------- usual -------- */
/* -- font-family:"usual", sans-serif;					300 / 400/ 600 / 700 / 800 -- */
@import url("https://use.typekit.net/btt8nug.css");

/* -------- usual -------- */
/* -- font-family:"Poppins", sans-serif;					300 / 400/ 500 / 600 / 700 -- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');




/* -------- 원스토어 모바일고딕 제목체 -------- */
/* -- font-family:'ONE-Mobile-Title', sans-serif;					 -- */

/*
@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";
    font-weight: 300;
	font-style: normal;
    src: url('/resources/_Font/300/ONE Mobile OTF Light.otf') format('opentype');
}

@font-face {
    font-family:"ONE-Mobile-Regular";
    font-weight: 400;
	font-style: normal;
    src: url('/resources/_Font/400/ONE Mobile OTF Regular.otf') format('opentype');
}

@font-face {
    font-family:"ONE-Mobile-Regular";
    font-weight: 700;
	font-style: normal;
    src: url('/resources/_Font/700/ONE Mobile OTF Bold.otf') format('opentype');
}


@font-face {
    font-family:"ONE-Mobile-Title";
    src: url('/resources/_Font/500/ONE Mobile Title OTF.otf') format('opentype');
}

