.sanitary-page {
	background: #f8f8f8;
	overflow-x: hidden;
}

.sanitary-page .sanitary-banner img {
	display: block;
	width: 100%;
}

.sanitary-page .sanitary-detail {
	background-color: #f8f8f8;
	padding-bottom: 50px;
}

.sanitary-page .pageSet {
	background-color: transparent;
	padding: 70px 0 0;
}

.sanitary-page .sanitary-grid.detial-lists {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding: 45px 13%;
}

.sanitary-page .sanitary-product-grid.detial-lists {
	padding-top: 45px;
}

.sanitary-page .sanitary-card {
	display: block;
	position: relative;
	min-width: 0;
	padding: 10px;
	margin: 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(55, 55, 55, 0.05);
	color: inherit;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sanitary-page .sanitary-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 26px rgba(55, 55, 55, 0.12);
}

.sanitary-page .sanitary-card img {
	display: block;
	width: 100%;
	height: 20vw;
	border-radius: 8px;
	object-fit: cover;
}

.sanitary-page .sanitary-card .title {
	color: #3e3e3e;
	font-size: 18px;
	line-height: 1.35;
	text-align: center;
	padding: 20px 0 10px;
}

.sanitary-page .sanitary-section-title {
	text-align: center;
	margin: 10px 0 20px;
}

.sanitary-page .sanitary-section-title span {
	display: inline-block;
	position: relative;
	color: #009c73;
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 12px;
}

.sanitary-page .sanitary-section-title span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 36px;
	height: 4px;
	margin-left: -18px;
	border-radius: 35px 0 35px 0;
	background: #009c73;
}

@media screen and (max-width: 900px) {
	.sanitary-page .sanitary-banner {
		margin-top: 0;
		padding-top: 55px;
	}

	.sanitary-page .sanitary-banner img {
		height: 180px;
		object-fit: cover;
	}

	.sanitary-page .pageSet {
		padding-top: 5vw;
	}

	.sanitary-page ._pageTitle {
		margin: 4vw 0 3vw;
	}

	.sanitary-page ._pageTitle span {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.sanitary-page ._pageTitle span::after {
		width: 22px;
		height: 3px;
		margin-left: -11px;
		bottom: 5px;
	}

	.sanitary-page .sanitary-grid.detial-lists {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		padding: 20px 5vw;
	}

	.sanitary-page .sanitary-product-grid.detial-lists {
		padding-top: 20px;
	}

	.sanitary-page .sanitary-card {
		padding: 6px;
		border-radius: 8px;
	}

	.sanitary-page .sanitary-card img {
		height: 42vw;
		border-radius: 8px;
	}

	.sanitary-page .sanitary-card .title {
		font-size: 14px;
		padding: 10px 0 6px;
	}

	.sanitary-page .sanitary-section-title {
		margin: 10px 0;
	}

	.sanitary-page .sanitary-section-title span {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.sanitary-page .sanitary-section-title span::after {
		width: 22px;
		height: 3px;
		margin-left: -11px;
	}
}
