@charset "utf-8";

/* font */
/* 국문 Noto sans KR */
@font-face {
  font-family:'Noto Sans KR';
  font-weight:100;
  src:url(../font/NotoSansKR-Light.woff) format('woff'), local(※);
}

@font-face {
  font-family:'Noto Sans KR';
  font-weight:300;
  src:url(../font/NotoSansKR-Regular.woff) format('woff'), local(※);
}

@font-face {
  font-family:'Noto Sans KR';
  font-weight:500;
  src:url(../font/NotoSansKR-Medium.woff) format('woff'), local(※);
}
@font-face {
  font-family:'Noto Sans KR';
  font-weight:bold;
  src:url(../font/NotoSansKR-Medium.woff) format('woff'), local(※);
}

@font-face{
	font-family:'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src:url(../font/NotoSansKR-Bold.woff) format('woff'), local(※);
}

/* 영문 Open Sans */
@font-face {
	font-family:'Open Sans';
	font-weight:100;
  src:url(../font/OpenSans-Light.ttf) format('truetype'), local(※);
}

@font-face {
	font-family:'Open Sans';
	font-weight:300;
  src:url(../font/OpenSans-Regular.ttf) format('truetype'), local(※);
}

@font-face {
	font-family:'Open Sans';
	font-weight:500;
  src:url(../font/OpenSans-SemiBold.ttf) format('truetype'), local(※);
}

@font-face{
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 700;
	src:url(../font/OpenSans-Bold.ttf) format('truetype'), local(※);
}
