@charset "utf-8";

/*
	웹폰트는 웹페이지 로딩시 폰트를 다운로드 하므로
	로딩속도 저하된다.
	그러므로 웹폰트는 필요시에 1~2개 정도만 설정하도록 해야한다.
*/

/*
	나눔고딕 폰트 사용 방법 1	
*/
/* @font-face { */
/* font-family: 'NanumGothic'; */
/* src: 	url(NanumGothic-Regular.eot); */
/* src: 	local(※), */
/* 		url(NanumGothic-Regular.woff) format('woff'), */
/* 		url(NanumGothic-Regular.ttf) format('truetype'); */
/* } */

/* @font-face { */
/* font-family: 'NanumGothicBold'; */
/* src: 	url(NanumGothic-Bold.eot); */
/* src: 	local(※), */
/* 		url(NanumGothic-Bold.woff) format('woff'), */
/* 		url(NanumGothic-Bold.ttf) format('truetype'); */
/* } */

/* @font-face { */
/* font-family: 'NanumGothicExtraBold'; */
/* src: 	url(NanumGothic-ExtraBold.eot); */
/* src: 	local(※), */
/* 		url(NanumGothic-ExtraBold.woff) format('woff'), */
/* 		url(NanumGothic-ExtraBold.ttf) format('truetype'); */
/* } */

/*
	나눔고딕 폰트 사용 방법 2
	폰트를 다운로드 받아서 적용시키므로 느림
*/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */
/* font-family: 'Nanum Gothic', sans-serif; */
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); */
/* font-family: 'Nanum Gothic Coding', monospace; */
/* @import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); */
/* font-family: 'Nanum Myeongjo', serif; */
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); */
/* font-family: 'Nanum Pen Script', cursive; */
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); */
/* font-family: 'Nanum Brush Script', cursive; */

/*
	나눔고딕 폰트 사용 방법 3
	
*/
/* @font-face { */
/*   font-family: 'NanumGothic'; */
/*   font-style: normal; */
/*   font-weight: normal; */
/*   src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot); */
/*   src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), */
/*        url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('woff2'), */
/*        url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'); */
     
/* } */
  
/* @font-face { */
/*   font-family: 'NanumGothicBold'; */
/*   font-style: normal; */
/*   font-weight: normal; */
/*   src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot); */
/*   src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), */
/*        url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('woff2'), */
/*        url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'); */
     
/* } */

/* @font-face { */
/*   font-family: 'NanumGothicExtraBold'; */
/*   font-style: normal; */
/*   font-weight: normal; */
/*   src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot); */
/*   src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'), */
/*        url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff2) format('woff2'), */
/*        url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff) format('woff');      */
/* } */

@font-face {
  font-family: 'nanum';
  font-style: normal;
  font-weight: normal;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff) format('woff');     
}

@font-face {
  font-family: 'nanum2';
  font-style: normal;
  font-weight: normal;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff');
     
}
