@charset "utf-8";
/* CSS Document */

body,div,ul,li,dl,dt,dd,ol,p,h1,h2,h3,h4,h5,h5,h6,form,td,th {
	margin: 0; 
	padding: 0;
}

body {
	font-family:botum, "돋움",sans-serif;
	font-size: 0.75em;
	color: #555;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/main/bg.jpg);
	background-repeat: repeat-x;
}
ul,ol,dl,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	border:0; 
	vertical-align:top;
}
a {
	text-decoration: none;
	color: #555;
}
a:link {
	text-decoration: none;
	color: #555;
}
a:visited {
	text-decoration: none;
	color: #555;
}
a:hover {
	text-decoration: none;
	color: #555;
}
a:active {
	text-decoration: none;
	color: #555;
}
hr{
	color: #cdcdcd;
	height: 1px;
}

/* 전체 laye out 속성 */
#wrap {
	margin: 0 auto;
	width: 100%;
}
#page{
	margin: 0 auto;
	width: 935px;
	min-height: 678px; /* 최소높이 규정*/
}
#footer{
	margin: 0 auto;
	width: 100%;
	height: 73px;
	clear:both;
	border-top-color: #dedede;
	border-top-style: solid;
	border-top-width: 1px;
}
#footer1{
	margin: 0 auto;
	width: 935px;
	height: 73px;
	clear:both;
}
/* 공지사항 레이어 */
#news {
	margin: 0 auto;
	width: 935px;
}
#news_sud {
	overflow: visible;
	visibility: visible;
}