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


div#updateboard_layout {
	position: relative; 
	float: left; 
	width: 550px; 
	height: auto; 
	margin: 20px 0 20px 0; 
	padding: 5px 0 0 0; 
	border-top: 1px dashed #CCCCCC; 
	border-bottom: 1px #ccc solid;
	}

div#updateboard_left {
	position: relative; 
	float: left; 
	width: 265px;
	height: auto;
	}
	
div#updateboard_right {
	position: relative; 
	width: 265px; 
	float: right; 
	margin: 0 0 0 10px;
	}

span#updateboard_subject {
	font-family: "굴림";
	font-size: 12px;
	color: #888;
	letter-spacing: -0.049em;
	word-spacing: -0.09em;
	text-align: left;
	display: block;
	padding: 9px 0 0 20px;
	}


/* more 버튼 */
span#updateboard_more {
	position: absolute;
	top: 12px;
	left: 226px;
	font-family: "돋움";
	font-size: 11px;
	color: #fff;
	letter-spacing: -0.049em;
	word-spacing: -0.09em;
	}

span#updateboard_more a {
	color: #fff;
	text-decoration: none;
	}

span#updateboard_more a:hover {
	color: #FFFF00;
	text-decoration: none;
	}

div#top_design1 {
	position: relative;
	width: 263px;
	height: 28px;
	background: url(/images/update_notice.jpg) repeat-x; 
	overflow: hidden;
	margin: 0 0 5px 0;
	}

div#top_design2 {
	position: relative;
	width: 263px;
	height: 28px;
	background: url(/images/update_qna.jpg) repeat-x; 
	overflow: hidden;
	margin: 0 0 5px 0;
	}

div.updateboard {
	position: relative;
	width: 263px;
	height: 23px;
	text-align: left;
	margin: 5px 0 0 0;
	overflow: hidden;
	line-height: 1.4em;
	border-bottom: 1px #ccc dotted;
	}

div.updateboard span {
	font-family: "굴림";
	font-size: 12px;
	color: #888;
	letter-spacing: -0.049em;
	word-spacing: -0.09em;
	display: block;
	padding: 6px 0 0 5px;
	}

div.updateboard span a {
	width: auto;
	color: #888;
	text-decoration: none;
	}

div.updateboard span a:hover {
	text-decoration: underline;
	color: #555;
	}

div.updateboard span a:active {
	text-decoration: none;
	color: #555;
	}


