@charset "utf-8";

#indexContent {
	position: relative;
}

#boardArea{
	position: absolute;
	top: 325px;
	left: 0;
	height:62px;
	width: 310px;
	padding:5px 0 19px 20px;
	margin-bottom: 5px;
}
#boardArea table {
	width: 100%;
	font-size: 11px;
}
#boardArea table td {
	text-align: left;
}
#boardArea table td.colWriteTime {
	text-align: right;
}


#bannerArea {
	clear:both;
	padding: 2px 0;
}
#bannerArea .leftBanner{
	position: absolute;
	top: 418px;
	left: 0;
}

#goMain2{
	position: absolute;
	top: 320px;
	right: 0;
	padding-right: 5px;
}
#bannerArea .rightBanner{
	position: absolute;
	top: 418px;
	right: 0;
}
#boardhead {
	height:25px;
}

/* 게시판 목록  */
#boardContainer .body .box {
	padding: 10px 5px 5px 5px;
}
#boardContainer .body .box {
	display: none;
}
#boardContainer .body .current {
	display: block;
}

#boardContainer .body table {
	width: 98%;
	margin: 0 auto;
}
#boardContainer .body .colWriteTime {
	text-align: right;
	padding-left: 10px;
	color: #646464;
}
#boardContainer .body .colNoResult {
	text-align: center;
	color: #646464;
}

#boardContainer .body a {
	padding-left: 12px;
	background: transparent url(../../../images/bullet/bullet_01.gif) no-repeat 0 center;
}

