@import url(/lib/sub.css);
@import url(/sosuPagingFunction/sosuPagingFunction.css);



/* °í°´Áö¿ø */
#boardBox{
	position:relative;
	background-color:#F6F1E6;
	background-image:url(/images/customer/round_bg.jpg);
	width:580px;
}
	#boardBox #roundTL{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/customer/round1.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	#boardBox #roundTR{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/customer/round2.jpg);
		background-position:top right;
		background-repeat:no-repeat;
	}
	#boardBox #roundBL{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/customer/round3.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
	}
	#boardBox #roundBR{
		position:relative;
		height:10px;
		width:580px;
		background-image:url(/images/customer/round4.jpg);
		background-position:bottom right;
		background-repeat:no-repeat;
	}
	#boardBox #roundBody{
		position:relative;
		width:560px;
		margin:0px 10px 0px 10px;
	}
	
	/* °Ô½ÃÆÇ ¸ñ·Ï */
	#boardBox #listTable{
		width:560px;
	}
	#boardBox #listTable tr{
		background-image:url(/images/customer/01_dottedline.gif);
		background-position:bottom left;
		background-repeat:repeat-x;
		height:23px;
	}
	#boardBox #listTable th{
		border-bottom:1px solid #CDAB61;
		height:23px;
	}
	#boardBox #listTable td{
		height:28px;
	}
	#boardBox #listTable .header{
		font-weight:bold;
		width:105px;
		padding-left:5px;
		background-image:none;
	}
	
	#pagingArea{
		margin-top:20px;
		width:580px;
		height:18px;
	}
		#pagingArea #pgLeft{
			float:left;
			width:250px;
		}
		#pagingArea #pgRight{
			float:right;
			width:200px;
			text-align:right;
		}
	
	/* ±Û¾²±â */
	#boardBox #listTable .wheader{
		width:50px;
		text-align:center;
	}
	#boardBox #listTable .winput{
		padding-top:5px;
		padding-bottom:5px;
	}
	
	/* ±Ûº¸±â */
	#boardBox #viewTable{
		width:560px;
		margin-bottom:5px;
	}
	#boardBox #viewTable tr{
		height:23px;
	}
	#boardBox #viewTable td{
		height:28px;
		border-bottom:1px solid #CDAB61;
	}
	#boardBox #viewTable .wheader{
		width:50px;
		text-align:center;
	}
	#boardBox #viewTable .winput{
		padding-top:5px;
		padding-bottom:5px;
	}
	
