@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);


*{
	margin: 0;
	padding: 0;
}
html{
	overflow-y: scroll;/*문서전체에 항상 세로스크롤바 자국을 표시 페이지 이동시 생기는 스크롤바로 인하여 문서 위치가 움직일까봐 표시함*/
	overflow-x: hidden;
}
html, body{
	width: 100%;
	height: 100%;
}
li{
	list-style: none;
}
body, input{
	font-size: 14px;
	font-weight:100; /* ie 8이하버전 대응*/
	font-family: 'Nanum Gothic', 나눔고딕, NanumGothic, dotum, sans-serif;
	color:#4c4c4c;

}
table{
	border-collapse: collapse;/*칸 사이의 기본여백 제거 및 중첩테두리 상쇄효과*/
}
input{
	vertical-align: middle;
}
img{
	border: 0; /*이미지링크시 나타나는 테두리 제거*/
}
a{
	color:#4c4c4c;
	text-decoration: none;
}
a:hover{

}
.hidden{
	display: none;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
	*zoom: 1;
}
.gothic{
	font-family: 'Nanum Gothic', 나눔고딕, NanumGothic, dotum, sans-serif;
}
