ul.list-body {
	border-radius: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

ul.list-body>li {
	list-style: none;
	padding: 10px;
	border-bottom: silver 1px dashed;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

ul.list-body>li.isCheck {
	background: #ebebeb;
	color: white;
}

ul.list-body>li>.info-body {
	width: calc(100% - 15px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

ul.list-body>li>img.next-ico {
	width: 15px;
	height: 15px;
}
