.search-results .top-section {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 54px;
}

/* .keyword */
.search-results .keyword {
	display: inline-block;
	font-size: 30px;
	line-height: 43px;
	font-weight: bold;
	color: #111111;
}

/* .search-result */
.search-results .search-result {
	position: absolute;
	top: 25px;
	right: 0;
	display: inline-block;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #000;
}

.search-results .search-result span {
	color: #DA3023;
}

.search-results .wrapper {
	max-width: 1542px;
	width: 100%;
	padding: 100px 20px 0 20px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 200px;
}

.search-results .category-title {
	margin-top: 100px;
	font-weight: bold;
	font-size: 30px;
	line-height: 43px;
	color: #111;
	margin-bottom: 30px;
}

.search-results .category-section {
	margin-bottom: -20px;
}

.search-results .child-category-section {
	margin-top: 70px;
}

.search-results .child-category-section a {
	display: inline-block;
	padding: 10px 20px;
	margin-right: 10px;
	background: #f5f5f5;
	border-radius: 50px;
	transition: 0.6s;
	font-size: 14px;
}

.search-results .child-category-section a:hover {
	opacity: 0.6;
}

.search-results .products-wrapper {
	width: calc(100% + 30px);
	height: 100%;
	margin: 0 -15px;
	margin-bottom: 50px;
	font-size: 0;
}

.search-results .product-wrapper {
	display: inline-block;
	width: 25%;
	height: 0;
	padding: 0 15px;
	padding-bottom: 36%;
	vertical-align: top;
	margin-top: 6.528%;
	border-bottom: 1px solid #ebebeb;
}

.search-results .product {
	width: 100%;
	height: 100%;
}

.search-results .product-image {
	position: relative;
	display: block;
	width: 100%;
	max-width: 353px;
	height: 0;
	padding-bottom: 100%;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70% auto;
	border: 1px solid #eee;
	margin: 0 auto;
	border-radius: 2px;
}

.search-results .product-image .sold-out {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 69px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-family: 'Noto Sans KR';
	font-size: 18px;
	font-weight: 700;
	line-height: 67px;
	text-align: center;
}

.search-results .product-detail {
	width: 100%;
	max-width: 353px;
	padding: 20px 0;
	padding-bottom: 59.206798866%;
	margin: 0 auto;
}

.search-results .product-type {
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	color: #111;
	margin-bottom: 5px;
}

.search-results .product-name {
	font-size: 13px;
	line-height: 19px;
	color: #111;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-results .product-price {
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	color: #111;
}

@media (max-width: 1200px) {
	.search-results .products-wrapper {
		width: 100%;
		margin: 0;
	}

	.search-results .product-wrapper {
		width: 33.3%;
		margin-top: 5.695%;
		padding-bottom: 53%;
	}
}

/* 반응형 코드 */
@media (max-width: 768px) {
	.search-results .wrapper {
		padding: 0 20px;
		padding-bottom: 50px;
	}

	.search-results .category-title {
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 24px;
	}

	.search-results .category-section {
		margin-bottom: 30px;
	}

	.search-results .category-section a div {
		width: 50%;
	}

	.search-results .category-section label {
		font-size: 12px;
		font-weight: 500;
		padding-left: 10px;
	}

	.search-results .category-section input[type='radio']:checked + label:before {
		width: 20px;
		height: 20px;
		right: 10px;
	}

	.search-results .product-wrapper {
		padding: 0 10px;
		width: 50%;
		margin-top: 7.695%;
		padding-bottom: 64%;
	}

	.search-results .product-image {
		padding-bottom: 84%;
	}

	.search-results .product-image .sold-out {
		height: 40px;
		font-size: 13px;
		line-height: 38px;
	}

	.search-results .product-detail {
		padding-top: 13px;
	}

	.search-results .product-type {
		font-size: 12px;
		line-height: 15px;
	}

	.search-results .product-name {
		line-height: 16px;
		margin-bottom: 10px;
	}

	.search-results .product-price {
		font-size: 14px;
		line-height: 18px;
	}
}

/* 반응형 */
@media (max-width: 768px) {
	.search-results .top-section {
		margin-bottom: 30px;
	}
}

/* 반응형 */
@media (max-width: 768px) {
	.search-results .keyword {
		font-size: 24px;
		line-height: 35px;
	}
}

/* 반응형 */
@media (max-width: 768px) {
	.search-results .search-result {
		position: static;
		display: block;
		font-size: 16px;
		line-height: 23px;
		margin-top: 15px;
	}
}

@media (max-width: 400px) {
	.search-results .product-price {
		font-size: 13px;
	}
}

@media (max-width: 370px) {
	.search-results .product-price {
		font-size: 12px;
	}
}

/* Add your pagination styles here */
