.bottom-search {
	background-color: #ffffff;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 100;
	font-size: 16px;
	display: none;
}

#bottom-search-top {
	background-color: #ffffff;
	height: 40px;
	line-height: 40px;
	color: #000;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	justify-content: space-around;
}

.bottom-search-bottom {
	background-color: #ffffff;
	padding-top: 10px;
	position: relative;
	font-size: 0.95em;
	height: 75vh;
	overflow: scroll;
}

.clicked-t {
	color: #469b9f;
	font-weight: bold;
}

.bottom-search-top-content {
	background-color: #ffffff;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 18vh;
}

.non-visible {
	display: none;
}

.bottom-search-ul-1 {
	float: left;
	width: 100%;
}

.bottom-search-ul-1 li {
	background-color: white;
	height: 6vw;
	max-height: 25px;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	color: #252525;

}

.del-realtime-btn {
	width: 3vw;
	max-width: 15px;
	/* vertical-align: middle; */
}

#bottom-search-recmd {
	flex: 1;
}

.recmd-img {
	max-width: 130px;
	display: block;
}

.realtime-up {
	color: #f06560;
	padding-left: 3px;
	font-weight: bold;
}

.realtime-down {
	color: #66c0c1;
	padding-left: 3px;
	font-weight: bold;
}

.realtime-new {
	color: #000000;
}

.real-rank {
	font-weight: bold;
	padding-right: 10px;
	width: 15px;
	display: inline-block;
	text-align: center;
}

.bt-ul-wrap {
	padding: 0 10px;
}

.recmd-span {
	display: block;
	overflow: hidden;
	width: 80%;
	max-width: 130px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 0.9em;
	margin: 0 auto;
}


#contents-d4-d2 a {
color: #666666;
}

.keyword-wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
	cursor:pointer;
}