@charset "utf-8";
/*기본css*/
	.layG_newsTitle{position:relative; float:left; height:36px; line-height:35px; margin-left:2px;}
	.layG_newsTitle > i{vertical-align:top; margin-top:10px; font-size:15px; color:#333;}
	.layG_newsTitle > span{padding:0 5px 0 0; font-size:13px; color:#303030; font-weight:700; border-right:1px solid #ccc;}
	.layG_newsTitle .news_t2{display:none;}
	.layG_newsCon{position:relative; float:left; margin-left:6px; margin-top:4px; width:300px; height:30px; overflow:hidden;}
	.layG_newsCon ul{white-space:nowrap;}
	.layG_newsCon li{}
	.layG_newsCon ul li .subject{height:30px; line-height:30px; color:#999; font-size:13px;}
	.layG_newsCon ul li .subject:hover{text-decoration:underline;}
	.layG_newsCon ul li .date{float:right; margin:-2px 9px 0 0; color:#afafaf; white-space:nowrap;}

/* 타입2

	.layG_newsTitle{
		position:relative; float:left; margin-top:8px; height:24px; line-height:24px; background-color:#999;
		border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
	}
	.layG_newsTitle > span{padding:0 5px; font-size:12px; color:#fff; font-weight:700;}
	.layG_newsTitle .news_t2{display:none;}
	.layG_newsCon{position:relative; float:left; margin-left:5px; margin-top:6px; width:300px; height:30px; overflow:hidden;}
	.layG_newsCon ul{white-space:nowrap;}
	.layG_newsCon li{}
	.layG_newsCon ul li .subject{height:30px; line-height:30px; color:#a1a1a1; font-size:13px;}
	.layG_newsCon ul li .subject:hover{text-decoration:underline;}
	.layG_newsCon ul li .date{float:right; margin:-2px 9px 0 0; color:#afafaf; white-space:nowrap;}

*/