@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/*NanumMyeonjo : R 400 / B 600 / ExB 700*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

*{
	font-family: 'Noto Sans KR', sans-serif;
	padding: 0;
	margin: 0;
	
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	 text-shadow: 1px 1px 1px rgba(0,0,0,0.004);

}

p{
	font-size: 12px;
	font-weight: 400;
}

.head_text{
	text-align: center;
	font-family: 'Nanum Myeongjo';
	font-weight: 600;
	font-size: 60px;
	color: #9e6c60;
}

.basic_text{
	font-size: 14px;
	font-weight: 300;
	color: #696969;
}