.header{
	border: 1px solid black;
	width:100%;
	height : 80px;
	text-align : center;
	line-height : 80px;
}
.menu{
	border: 1px solid black;
	width:100%;
	height : 80px;
	text-align : center;
	line-height : 80px;
}

.footer{
	width : 100%;
	height : 200px;
	border: 1px solid black;
	float: left;
}

.Contents_area{
	width: 84.8%;
	height: 500px;
	float: left;
}

.gnbArea{
	width: 15%;
	height: 500px;
	float: left;
	border: 1px solid black;
}

.Contents_area div{
	float: left;
	text-align: center;
}

.contents1,.contents2{
	width:49.84%;
	height:250px;
	background:white;
	border : 1px solid black;
}
.contents3,.contents4,.contents5{
	width : 33.17%;
	height:250px;
	border : 1px solid black;
}

.titleCon{
	width: 100%;
	height: 50px;
	border : 1px solid black;
}

.tableCon{
	width: 100%;
	height: 396px;
	border : 1px solid black;
}

.btnCon{
	width: 100%;
	height: 50px;
	border : 1px solid black;
}

.gnbArea div{
	width: 100%;
	float: left;
	text-align: left;
}

.contentsList
{
	height: 500px;
	float: left;
	border: 1px solid black;
	overflow:scroll;
	width: 84.7%;
}
