@charset "utf-8";
/* CSS Document */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon'); /* font-family: 'Do Hyeon', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); /* font-family: 'Lobster', cursive;  */
@import url('notosanskr.css'); /* 	기본 : font-family: 'Noto Sans KR', sans-serif;	 font-weight:400; 	굵기에 따라 : font-weight만 조정  *//* 본고딕 */

/* G마켓 */
@font-face{
	font-family: 'Gmarket';
	font-weight: 200;
	src: url("./fonts/GmarketSans-Light.woff2") format('woff2'),
	url("./fonts/GmarketSans-Light.woff") format('woff');
}
@font-face{
	font-family: 'Gmarket';
	font-weight: 300;
	src: url("./fonts/GmarketSans-Light.woff2") format('woff2'),
	url("./fonts/GmarketSans-Light.woff") format('woff');
}
@font-face{
	font-family: 'Gmarket';
	font-weight: 400;
	src: url("./fonts/GmarketSans-Medium.woff2") format('woff2'),
	url("./fonts/GmarketSans-Medium.woff") format('woff');
}
@font-face{
	font-family: 'Gmarket';
	font-weight: 500;
	src: url("./fonts/GmarketSans-Medium.woff2") format('woff2'),
	url("./fonts/GmarketSans-Medium.woff") format('woff');
}
@font-face{
	font-family: 'Gmarket';
	font-weight: 600;
	src: url("./fonts/GmarketSans-Bold.woff2") format('woff2'),
	url("./fonts/GmarketSans-Bold.woff") format('woff');
}

