@charset "UTF-8";



.search_empty {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.search_empty img {
	margin-top: 40px !important;
	width: 88px;
}

.search_empty h2 {
	text-align: center !important;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
	/* color: */
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: -0.02em;
	font-size: 24px;
}

.search_empty span {
	text-align: center !important;
	margin-bottom: 32px !important;
	color: #7E8082;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.025em;
	font-size: 16px;
}






/* 목록 없음 표시 */
#container .content .list_empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 70px;
	margin-top: 120px;
}

#container .content .list_empty span {
	text-align: center !important;
	margin-bottom: 32px !important;
	color: #7E8082;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.025em;
	font-size: 16px;
}