div.title-search-result {
	background: #fff;
	display:none;
	overflow:hidden;
	z-index:1001;
	position: fixed !important;
	top: 92px !important;
	bottom: auto !important;
	max-height: calc(100vh - 92px);
}
.title-search-more {
	display: flex;
	flex-direction: column;
	overflow: auto;
	overscroll-behavior: contain;
    scrollbar-width: thin;
	max-height: 305px;
	border-top: 1px solid #ececec;
}
.title-search-more a,
.title-search-all a {
	padding: 10px 0;
    display: flex;
    justify-content: center;
	width: 100%;
	align-items: center;
}
.title-search-all a {
	padding: 13px 0;
}
.title-search-more a:not(:first-of-type) {
	border-top: 1px solid #ececec;
}
.title-search-all {
	border-top: 1px solid #ececec;
	min-height: 50px;
}
.title-search-more a span {
	text-align: left;
	display: block;
    width: 100%;
	max-width: 935px;
}
.title-search-all a span {
	text-align: center;
}
.title-search-more a:hover {
	background: #fafafa;
}
.title-search-all a:hover {
	background: #0164c9;
    color: #fff;
}

@media screen and (max-width: 560px) {
	div.title-search-result {
		max-height: calc(100vh - 78px);
	}
	div.title-search-result {
		top: 78px !important;
		max-height: calc(100vh - 78px);
	}
}