@charset "utf-8";
/* CSS Document */

body {
	background: #F0F7E6;	
	font-family: 'NanumGothicExtraBoldWeb';
	margin-top: 0px;
	margin-bottom: 0px;
    font-size: 12px;
}


#wrapper {

	background: #fff;	
	width: 1002px;
	position: relative;
    margin-left: auto ;
    margin-right: auto ;
	
}

#header {
	width: 1002px;
	height: 38px;
	position: relative;
	
}

#outlogin {
	position: absolute;
	top 2px;
	right: 20px;
	width: 300px;	
}

#content {
	width: 1002px;
	text-align: center;
}

#board_content {
    width: 90%;
	padding-top: 300px;
	margin: 0 auto;
}

#footer {
	width: 1002px;
	height: 71px;
	 
}
 
.content_box_left {
	position: relative;
	float: left; 
	height: auto;
	width: 300px;
}

 
.content_box_right {
	position: relative;
	float: left; 
	height: auto;
	width: 610px;
}


.content_box_middle {
	position: relative;
	float: left; 
	height: 100%;
	width: 301px;
}

.content_box_right2 {
	position: relative;
	float: left; 
	height: 100%;
	width: 300px;
	
}
.content_box {
	border-color: #EEE;
	border-width: thin;
	border-style: solid; 
	width: 97%;
	height: auto;	
}