@charset "utf-8";

/* ----------------- Font ----------------- */
/* 나눔고딕*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
.nanumgothic{font-family: 'Nanum Gothic', serif;}
/* 나눔명조*/
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
.nanummyeongjo{font-family: 'Nanum Myeongjo', serif;}
/* 나눔고딕코딩*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
.NanumGothicCoding{font-family: 'Nanum Gothic Coding', serif;}
/* 나눔손글씨 붓*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
.NanumBrush{font-family: 'Nanum Brush Script', serif;}
/* 나눔손글씨 펜*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
.NanumPen{font-family: 'Nanum Pen Script', serif;}


/* 제주고딕*/
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
.jejugothic{font-family: 'Jeju Gothic', serif;}
/* 제주명조*/
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
.jejumyeongjo{font-family: 'Jeju Myeongjo', serif; }
/* 제주할라산*/
@import url(//fonts.googleapis.com/earlyaccess/jejuhallasan.css);
.jejuhallasan{font-family: 'Jeju Hallasan', cursive;}
/* Noto Sans KR*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
.notosanskr{font-family: 'Noto Sans KR', sans-serif;}
/* 배달의 민족한나*/
@import url(http://fonts.googleapis.com/earlyaccess/hanna.css);
.hanna{font-family: 'Hanna', sans-serif;}

@import url(http://fonts.googleapis.com/css?family=Raleway:400,900,800,700);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:200,400,600);



/* 나눔바른고딕 */
@font-face{
	font-family: 'NanumBarunGothic';
	src:url("/font/NanumBarunGothic.eot?") format("eot"),
	url("/font/NanumBarunGothic.woff") format("woff"),
	url("/font/NanumBarunGothic.woff2") format("woff2");
} 

/* 123RF */
@font-face{ 
	font-family: '123rf';
	src: url('/font/123rf.eot') format('eot'),
		url('/font/123rf.ttf') format('ttf'),
		url('/font/123rf.woff') format('woff'),
		url('/font/123rf.woff2') format('woff2');
}

/* Report School */
@font-face{ 
	font-family: 'ReportSchool';
	src: url('/font/Report School.eot') format('eot'),
		url('/font/Report School.ttf') format('ttf'),
		url('/font/Report School.woff') format('woff'),
		url('/font/Report School.woff2') format('woff2');
}


/* BebasNeue */
@font-face{ 
	font-family: 'BebasNeue';
	src: url('/font/BebasNeue.eot') format('eot'),
		url('/font/BebasNeue.ttf') format('ttf'),
		url('/font/BebasNeue.woff') format('woff'),
		url('/font/BebasNeue.woff2') format('woff2');
}

/* BMDOHYEON */
@font-face{ 
	font-family: 'BMDOHYEON';
	src: url('/font/BMDOHYEON.eot') format('eot'),
		url('/font/BMDOHYEON.ttf') format('ttf'),
		url('/font/BMDOHYEON.woff') format('woff'),
		url('/font/BMDOHYEON.woff2') format('woff2');
}

/* NotoSansKR */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src:url("/font/NotoSansKR-Thin.eot?") format("eot"),
	url("/font/NotoSansKR-Thin.woff") format("woff"),
	url("/font/NotoSansKR-Thin.otf") format("otf")
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src:url("/font/NotoSansKR-Regular.eot?") format("eot"),
	url("/font/NotoSansKR-Regular.woff") format("woff"),
	url("/font/NotoSansKR-Regular.otf") format("otf")
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src:url("/font/NotoSansKR-Medium.eot?") format("eot"),
	url("/font/NotoSansKR-Medium.woff") format("woff"),
	url("/font/NotoSansKR-Medium.otf") format("otf")
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
   src:url("/font/NotoSansKR-Bold.eot?") format("eot"),
	url("/font/NotoSansKR-Bold.woff") format("woff"),
	url("/font/NotoSansKR-Bold.otf") format("otf")
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
   src:url("/font/NotoSansKR-Black.eot?") format("eot"),
	url("/font/NotoSansKR-Black.woff") format("woff"),
	url("/font/NotoSansKR-Black.otf") format("otf")
}
