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

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

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

.search .searchResult {
	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 .searchResult span {
	color: #0b4499;
}

.search .productsWrapper {
	height: 100%;
	margin: 0 -15px;
	margin-bottom: 50px;
	margin-top: 30px;
	font-size: 0;
}

.search .productWrapper {
	display: inline-block;
	width: 25%;
	padding: 0 15px;
	margin-top: 33px;
	margin-bottom: 58px;
}

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

.search .productImage {
	display: block;
	width: 100%;
	max-width: 264px;
	/* height: 0; */
	aspect-ratio: 1;
	/* padding-bottom: 100%; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 85% auto;
	border: 1px solid #eee;
	margin: 0 auto;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.4s;
}

.search .productImage img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
	transition: 0.3s;
	transform: scale(0.85);
}

.search .productImage:hover {
	opacity: 0.6;
}

.search .productDetail {
	width: 100%;
	padding: 18px 0 0 0;
}

.search .productType {
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #646464;
	margin-bottom: 3px;
}

.search .productName {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #878787;
	width: 264px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}

.search .productPrice {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: #000000;
	margin-bottom: 11px;
}

.search .productReview {
	display: inline-block;
}

.search .productReview a {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.search .productReview a:hover {
	text-decoration: underline;
}

.search .reviewRating {
	position: relative;
	display: inline-block;
	width: 75px;
	height: 16px;
	background-size: 15px 16px;
	background-image: url('/images/star_gray.png');
	background-position-x: -2px;
	overflow: hidden;
	vertical-align: middle;
}

.search .reviewRating:after {
	position: absolute;
	display: block;
	content: '';
	width: calc(80% * 20%);
	height: 100%;
	background-image: url('/images/star_gold.png');
	background-size: 15px 16px;
	background-position-x: -2px;
}

.search .moreButtonWrapper {
	padding: 0 20px;
	padding-bottom: 79px;
	border-bottom: 1px solid #ebebeb;
}

.search .moreButton {
	width: 100%;
	height: 60px;
	font-size: 18px;
	font-weight: 500;
	line-height: 58px;
	border-radius: 500px;
	border: solid 1px #999;
	text-align: center;
}

.search .empty {
	padding-left: 20px;
	font-size: 22px;
	line-height: 26px;
}

.search .skeletonProduct {
	width: 100%;
	height: 100px;
	background: #ddd;
	margin-bottom: 10px;
}

.search .pagination {
	/* Add pagination styles here */
}

@media (max-width: 1200px) {
	.search .productWrapper {
		width: 20%;
	}
}

@media (max-width: 1024px) {
	.search .productWrapper {
		width: 33.33%;
	}

	.search .productName {
		width: 160px;
	}
}

@media (max-width: 768px) {
	.search .wrapper {
		padding: 0 20px;
		padding-top: 50px;
	}

	.search .topSection {
		margin-bottom: 30px;
	}

	.search .keyword {
		font-size: 24px;
		line-height: 35px;
	}

	.search .searchResult {
		font-size: 16px;
		line-height: 23px;
		margin-top: 15px;
		position: static;
	}

	.search .productsWrapper {
		margin: 0 -10px;
		margin-top: 20px;
	}

	.search .productWrapper {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 28px;
	}

	.search .productType {
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 5px;
	}

	.search .productName {
		font-size: 13px;
		line-height: 19px;
		width: 150px;
	}

	.search .productPrice {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 6px;
	}

	.search .productReview img {
		width: 62px;
		height: 9.5px;
	}

	.search .productReview a {
		font-size: 10px;
	}

	.search .reviewRating {
		width: 65px;
		background-size: 13px 14px;
	}

	.search .reviewRating:after {
		background-size: 13px 14px;
	}
}
