.product .inner {
	gap: 60px;
}
.product .filter {
	gap: 20px;
}
.product .filter .tab {
	flex: 1;
	width: 100%;
}
.product .filter select {
	max-width: 110px;
	height: 45px;
	font-size: 20px;
	border-radius: 50px;
	padding: 0 20px;
}





@media screen and (max-width: 1280px) {
	.product .filter select {
		height: 40px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.product .inner {
		gap: 40px;
	}
}
@media screen and (max-width: 768px) {
	.product .filter {
		justify-content: end;
	}
	.product .filter .tab {
		flex: none;
	}
	.product .filter select {
		max-width: 100px;
		height: 35px;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}