@charset "utf-8";
@import url(//image.bobaedream.co.kr/renew/css/common.css);
/* ========== [익스 이외의 브라우저용 CSS] ========== */
/* ========== [웹폰트 설정] ========== */
@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: normal;
	src: url('/font/NanumGothic.eot');
	src: local('?'),
		 url('/font/NanumGothic.woff') format('woff'),
		 url('/font/NanumGothic.ttf') format('truetype');	
}

@font-face {
	font-family: 'NanumGothicBold';
	font-style: normal;
	font-weight: bold;
	src: url('/font/NanumGothicBold.eot');
	src: local('?'),
		 url('/font/NanumGothicBold.woff') format('woff'),
		 url('/font/NanumGothicBold.ttf') format('truetype');	
}