.organization .title{
	font-family:'NanumSquare';
	font-weight:bolder;
	font-size:14px;
	margin-bottom:10px;
	display:none;
}

.organization .logos{
	border:1px solid #ddd;
	border-width:1px 0px;
	height:80px;
	overflow:hidden;
	white-space: nowrap;
	background-color:#fff;
}

.organization .logos .scroll{
	display:inline-block;
	height:100%;
	background-color:#F7F7F7;
	border:1px solid #ddd;
	line-height:80px;
	padding:0px 5px;	
	position:relative;	
	z-index:300;
	cursor:pointer;
	border-width:0px 1px;
}

.organization .logos > .items > a{
	width:270px;
	display:inline-block;
	height:78px;
	line-height:78px;
	text-align:center;
}
.organization .logos > .items > a > img{
	vertical-align:middle;
	max-width:180px;
}