.main {
	background-color: #f4f6f8 !important;
	padding-bottom: 56px;
}

.main > *:last-child {
	padding-bottom: 0 !important;
}

html {
	scroll-behavior: smooth;
}

#non-ferrous-metals,
#ferrous-metals,
#industrial-materials,
#coal {
	scroll-margin-top: 120px;
}

.case-category-nav-section {
	padding: 16px 0 0;
	background: transparent;
	border: 0;
}

.case-category-nav-section .container {
	max-width: 1080px;
}

.case-category-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.case-category-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #ffffff;
	color: #1f2a37;
	text-decoration: none;
	box-shadow: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.case-filter-tab {
	appearance: none;
	width: auto;
	cursor: pointer;
	font: inherit;
	text-align: center;
}

.case-category-link:hover {
	border-color: rgba(41, 126, 87, 0.2);
	background: #f6fbf8;
	color: #1f4d37;
	text-decoration: none;
}

.case-filter-tab.is-active {
	border-color: rgba(41, 126, 87, 0.28);
	background: #eef7f1;
	color: #1f4d37;
}

.case-filter-tab:focus-visible {
	outline: 2px solid #297e57;
	outline-offset: 2px;
}

.case-anchor-point {
	height: 0;
}

.cardMargin {
	margin-top: 10px;
}

.card-interval-mb36 {
	margin-bottom: 8px;
}

.product-content-cart {
	padding: 66px 0 0 !important;
}

.case-filter-block.is-hidden {
	display: none !important;
}

.card-max {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}

.card-content-box {
	display: grid !important;
	row-gap: 72px !important;
}

.card-content-box > * {
	margin: 0 !important;
}

.card-head-center.card-interval-1,
.card-head-center.card-interval-100 {
	margin-bottom: 44px !important;
}

.card-interval-mb50 {
	margin-bottom: 0 !important;
}

.card-case-child {
	display: grid;
	grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	width: 100%;
	height: auto !important;
	min-height: 0;
	padding: 20px;
	border: 1px solid #dde3ea;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.card-content-box .card-case-child + .card-case-child {
	margin-top: 24px;
}

.card-case-child-mb16 {
	margin-bottom: 0;
}

.card-display-inline-block {
	display: block;
}

.card-case-child-img {
	width: 100%;
	height: auto;
	display: flex;
}

.card-case-child-img img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 220px;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 12px;
}

.card-case-child-mr24 {
	margin-left: 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.card-case-child-mr24>* {
	width: 100%;
}

.card-case-child-company {
	height: auto;
	margin-bottom: 0;
	color: #1f2a37;
	font-size: clamp(20px, 1.75vw, 24px);
	font-weight: 700;
	line-height: 1.3;
}

.card-case-child-benefit,
.card-case-child-data {
	display: grid;
	gap: 12px;
}

.card-case-child-benefit {
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.card-case-child-benefit-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 12px;
	grid-column: 1 / -1;
}

.card-case-child-data {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.card-case-child-benefit-child {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px 12px;
	border: 1px solid #e3e8ef;
	border-radius: 10px;
	background: #f8fafc;
	min-width: 0;
	min-height: 0;
}

.card-case-child-data-box {
	display: block;
	flex: none;
	width: auto !important;
	height: auto;
	margin: 0;
	min-width: 0;
	padding: 11px 12px;
	border: 1px solid #e3e8ef;
	border-radius: 10px;
	background: #ffffff;
	min-height: 0;
}

.benefit-child-mr56,
.benefit-child-mr80 {
	margin-right: 0;
}

.card-case-child .card-interval-mb36,
.card-case-child .card-case-child-mb24,
.card-case-child .cardMargin,
.card-case-child .card-case-child-mb8 {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.card-case-child-benefit-child-data {
	color: #1f2a37;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.card-case-child-benefit-child-title {
	height: auto;
	color: #6b7280;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.case-child-data-box-content {
	display: grid;
	grid-template-columns: minmax(150px, max-content) minmax(0, 1fr);
	align-items: center;
	column-gap: 10px;
	row-gap: 6px;
	margin-bottom: 10px;
}

.case-child-data-box-content:last-child {
	margin-bottom: 0;
}

.case-child-data-box-content-title {
	width: auto !important;
	min-width: 0;
	max-width: 100%;
	padding: 4px 10px;
	border-radius: 6px;
	background: #edf7f1;
	color: #2b7a56;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	text-align: left;
	white-space: nowrap;
	word-break: keep-all;
	overflow-wrap: normal;
	flex: none;
}

.case-child-data-box-content-data {
	height: auto;
	color: #374151;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
	flex: none;
	min-width: 0;
	word-break: break-word;
}

.card-coal-mine,
.card-coal-mine-max {
	width: auto;
	height: auto;
}

.card-coal-mine p,
.card-case-child-mr24>p,
.card-case-child-mr24>div>p {
	margin: 0;
	padding-top: 0 !important;
	width: auto !important;
	color: #4b5563;
	font-size: 14px !important;
	line-height: 1.6;
}

.card-coal-mine {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.card-head-title {
	color: #1f2a37;
	font-size: clamp(28px, 2.5vw, 34px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.card-case-child[style] {
	height: auto !important;
}

.card-case-child p[style] {
	width: auto !important;
	padding-top: 0 !important;
}

.card-case-child .card-case-child-data-box[style] {
	width: auto !important;
}

@media (max-width: 1200px) {
	.product-content-cart {
		padding-top: 50px !important;
	}

	.card-content-box {
		row-gap: 56px !important;
	}

	.card-case-child {
		grid-template-columns: 1fr;
	}

	.card-case-child-benefit,
	.card-case-child-data {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.card-case-child-company {
		font-size: 24px;
	}

	.case-child-data-box-content {
		grid-template-columns: minmax(132px, max-content) minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	#non-ferrous-metals,
	#ferrous-metals,
	#industrial-materials,
	#coal {
		scroll-margin-top: 96px;
	}

	.case-category-nav-section {
		padding: 12px 0 0;
	}

	.case-category-nav {
		gap: 8px;
	}

	.case-category-link {
		padding: 8px 12px;
		font-size: 13px;
	}

	.main .owl-carousel {
		height: 420px !important;
	}

	.main .owl-carousel .owl-item {
		min-height: 420px;
	}

	.main {
		padding-bottom: 40px;
	}

	.card-max {
		padding: 0 16px;
	}

	.product-content-cart {
		padding-top: 36px !important;
	}

	.card-case-child {
		padding: 14px;
		gap: 12px;
		border-radius: 12px;
	}

	.card-content-box {
		row-gap: 40px !important;
	}

	.card-content-box .card-case-child + .card-case-child {
		margin-top: 14px;
	}

	.card-case-child-benefit,
	.card-case-child-data {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.card-case-child-company {
		font-size: 18px;
		line-height: 1.35;
	}

	.card-case-child-benefit-child-data,
	.case-child-data-box-content-data {
		font-size: 14px;
		line-height: 1.5;
	}

	.card-case-child-benefit-child-title {
		height: auto;
		line-height: 1.4;
	}

	.card-case-child-benefit-child,
	.card-case-child-data-box {
		min-width: 0;
		padding: 9px 10px;
	}

	.case-child-data-box-content {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.case-child-data-box-content-title {
		min-width: 0;
		white-space: normal;
	}
}

@media (max-width: 560px) {
	.case-category-nav {
		gap: 7px;
	}
}
