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

	
/****************   구글한글웹폰트   ****************/

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
 

.ns{font-family: 'Noto Sans KR', sans-serif; }
.ng{font-family: 'Nanum Gothic', sans-serif; }
.nm{font-family: 'Nanum Myeongjo', serif;}
.ngc{font-family: 'Nanum Gothic Coding', monospace;}
.tit01{font-family: 'Noto Sans KR', sans-serif; font-size:20px; color:#6E391A;}
.tit02{font-family: 'Nanum Gothic', sans-serif; font-size:13px; color:#6E391A;}
.path{font-family: 'Noto Sans KR', sans-serif; font-size:12px; color: #999;}
.big{font-family: 'Nanum Myeongjo', sans-serif; font-size:30px; color: #6E391A;}

