.search-wrap .search-form {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.search-wrap .search-form:has(.error-mes.show) {
	padding-bottom: 25px;
}

.search-wrap .search-form::after {
	position: absolute;
	top: 48px;
	/*bottom: 24px;*/
	left: 15px;
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	background-color: #EEE;
}

.search-wrap .search-form .error-mes{
	position: absolute;
	opacity: 0;
	color: #f00;
	font-size: 12px;
	font-weight: 400;
	bottom: 4px;
}

.search-wrap .search-form .error-mes.show{
	opacity: 1;
}

@media (max-width: 475px) {
	.search-wrap .search-form .error-mes {
		font-size: 10px;
	}
}

@media (max-width: 380px) {
	.search-wrap .search-form .error-mes {
		font-size: 8px;
	}
}

div.title-search-result {
	width: 100% !important;
	position: relative;
	background-color: #fff;
	/*border:1px solid #c6c6c6;*/
	margin-top: -3px;
	display:none;
	overflow:hidden;
	z-index: 450;
	text-align: center;
	padding: 15px;
	max-height: var(--searchResultHeight, calc(100vh - 56px - 60px));
}


div.title-search-result .title-search-result-title {
	width: 100%;
	text-align: left;
	color: #888;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin-bottom: 8px;
}

div.title-search-result .title-search-row {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	height: auto;
	text-align: initial;
	margin-bottom: 24px;

}

	/*div.title-search-result div {*/
/*	display: inline-block;*/
/*}*/

div.title-search-result .title-search-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 200px;
	height: 346px;
}

@media (max-width: 767px) {
	div.title-search-result .title-search-item {
		width: 100%;
		height: auto;
	}
}

div.title-search-result .title-search-item img {
	max-width: 100%;
	width: 100%;
	height: 267px;
	aspect-ratio: 200/267;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	div.title-search-result .title-search-item img {
		height: auto;
	}
}

div.title-search-result .title-search-item .title-search-item-name {
	display: -webkit-box;
	font-weight: 400;
	max-height: 2lh;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 11px;
}

@media (max-width: 767px) {
	div.title-search-result {
		padding-bottom: 74px;
	}

	div.title-search-result .title-search-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 8px;
		overflow-y: auto;
		max-height: calc(100dvh - var(--topElementsHeight, calc(54px - 63px - 30px - 16px)) - 84px);
		-ms-overflow-style: none;
	}
	div.title-search-result .title-search-row::-webkit-scrollbar { width: 0 !important }

	div.title-search-result .title-search-result-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 8px 15px;
		background: #FFF;
		box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.08);
	}
}

@media (min-width: 768px) {
	div.title-search-result .title-search-row {
		display: flex;
	}
	div.title-search-result .title-search-row .title-search-item:nth-child(3) ~ .title-search-item{
		display: none;
	}
}

@media (min-width: 840px) {
	div.title-search-result .title-search-row .title-search-item:nth-child(3) ~ .title-search-item{
		display: flex;
	}
	div.title-search-result .title-search-row .title-search-item:nth-child(4) ~ .title-search-item{
		display: none;
	}
}

@media (min-width: 1100px) {
	div.title-search-result .title-search-row .title-search-item:nth-child(4) ~ .title-search-item{
		display: flex;
	}
	div.title-search-result .title-search-row .title-search-item:nth-child(5) ~ .title-search-item{
		display: none;
	}
}

@media (min-width: 1300px) {
	div.title-search-result .title-search-row .title-search-item:nth-child(5) ~ .title-search-item {
		display: flex;
	}

	div.title-search-result .title-search-row .title-search-item:nth-child(6) ~ .title-search-item{
		display: none;
	}
}

@media (min-width: 1500px) {
	div.title-search-result .title-search-row .title-search-item:nth-child(6) ~ .title-search-item{
		display: flex;
	}

	div.title-search-result .title-search-row .title-search-item:nth-child(7) ~ .title-search-item{
		display: none;
	}
}

@media (min-width: 1700px) {
	div.title-search-result .title-search-row .title-search-item:nth-child(7) ~ .title-search-item{
		display: flex;
	}
	div.title-search-result .title-search-row .title-search-item:nth-child(8) ~ .title-search-item{
		display: none;
	}
}

@media (min-width: 1920px) {
	div.title-search-result .title-search-row .title-search-item:nth-child(8) ~ .title-search-item{
		display: flex;
	}
	div.title-search-result .title-search-row .title-search-item:nth-child(8) ~ .title-search-item{
		display: none;
	}
}

div.title-search-result .title-search-item .title-search-item-name b {
	font-weight: 600;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}