﻿.window_wrapper { margin:0; }

#agit {
}
#agit table {
	width: 100%;
}
#agit th {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #C3C3C1;
	font-weight: bold;
	color:#707070;
	padding: 10px 3px 5px;
	text-align: left;
	}
#agit td {
	padding: 10px 3px 5px 3px;
	color: #6E6E6E;
	vertical-align:top;
	border-bottom: 1px solid #ececec;
	text-align: left;
}

#agit td.no {
	font-family: "verdana";
	color: #7E7E7E;
	font-size: 10px;
}
#agit td.title {
	line-height: 130%;
	text-align: left;
}
#agit td.title a {
	font: 12px 돋움, applegothic;
	font-weight: bold;
	color: #667da4;
}
#agit .comment {
	text-align: left;
}
#agit .comment a {
	color: #999;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -1px;
}
#agit .owner, #agit .owner-over {
	text-align: left;
	cursor:pointer;
	font-weight: bold;
	color: #6B90AC;
	position: relative;
	padding-left:10px;
}
#agit .owner-over {
	color: #3B608C;
}
#agit .no-result {
	text-align: center;
	font: bold 14px "dotum";
	color: #f68516;
	padding: 100px 0;
}
#agit .memo_content {
	position:absolute;
	background: #fff;
	width: 400px;
	border: 2px solid #ADADAD;
	padding: 10px;
}

#agit #TITLE { position:relative; background: #3d3d3d url(../images/agit/agit_title_bg.gif) 20px 10px no-repeat; padding-left:60px; padding-bottom: 10px; margin-bottom:0px;}
#agit #TITLE h3 {color: #fff; padding-top:13px;}

#agit #TITLE .description {
	color: #888888;
	font: 11px 돋움;
	line-height: 150%;
	letter-spacing: -1px;
}

#agit #TITLE .info { position:absolute; top:30px; right:20px; color:#a8a8a8; font:11px 돋움;}
#agit #TITLE .info strong { height:18px; color:#a8a8a8; font:11px 돋움; font-weight:bolder; }
#agit #TITLE .info IMG {margin-left:7px;}
	#agit #TITLE .info a {text-decoration:none; color:#a8a8a8;font:11px 돋움;}
	#agit #TITLE .info a:hover { color:#fff;} 

