@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');
}

@font-face{
	font-family:"ansim-Yeohaeng";
	src: url('/resources/_Font/500/HakgyoansimYeohaengOTFR.otf') format('opentype');
}

/*프리텐타드*/

/*프리텐다드*/
@font-face {
	font-family:"pretendard";
	font-style:normal;
	font-weight:100;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family:"pretendard";
	font-style:normal;
	font-weight:200;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family:"pretendard";
	font-style:normal;
	font-weight:300;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family:"pretendard";
	font-style:normal;
	font-weight:400;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family:"pretendard";
	font-style:normal;
	font-weight:500;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family:"pretendard";
	font-style:normal;
	font-weight:600;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family:"pretendard";
	font-style:normal;
	font-weight:700;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family:"pretendard";
	font-style:normal;
	font-weight:800;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family:"pretendard";
	font-style:normal;
	font-weight:900;
	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
}
