/* =========================================================
   home.css
   ---------------------------------------------------------
   목적:
   - SCANVAS 메인페이지 안정 통합본
   - 현재 실제 템플릿 구조(hero / latest / section-block) 기준
   - PC는 현재 안정 구조 유지
   - 모바일은 "완성본 화면" 기준으로 고정
   ---------------------------------------------------------
   중요:
   - 이전 정리형 통합본처럼 과하게 단순화하지 않음
   - 모바일 핵심 값은 우선순위를 확보해 다시 흐트러지지 않게 처리
   ========================================================= */

/* =========================================================
   공통
   ========================================================= */
.separate-containers .site-main {
	margin : 0px;
}

html,
body,
#page,
.site,
.site-content,
.site-main--home,
.home-page {
	overflow-x: hidden;
}

.home-page,
.home-page *,
.home-page *::before,
.home-page *::after {
	box-sizing: border-box;
}

.site-main--home {
	padding-top: 0;
}

.home-page .sc-container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.home-page > section {
	margin-top: 52px;
}

.home-page > section:first-child {
	margin-top: 0;
}

/* 데스크톱 기본값 */
.home-hero-mobile-list {
	display: none;
}

.key-bg{background: #ECECEC;}
/* =========================================================
   섹션 타이틀
   ========================================================= */
.home-section-heading {
	margin: 0 0 18px;
}

.home-section-heading__title {
	margin: 0;
	color: #111;
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.04em;
}

/* =========================================================
   HERO
   ========================================================= */
/* =========================================================
   hero 전체 폭 배경 밴드
   ---------------------------------------------------------
   - 시안처럼 상단 hero 구간 전체만 회색
   - 컨테이너 밖까지 배경 확장
   ========================================================= */
.home-hero {
	position: relative;
	z-index: 0;
	background: transparent;
	padding-top: 24px;
	padding-bottom: 24px;
}

.home-hero::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #ECECEC;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}

/* hero 내부는 투명 유지 */
.home-hero__grid,
.home-hero__main,
.home-hero__side,
.home-hero__side-grid,
.home-hero-mobile-list {
	background: transparent;
}

.home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
	gap: 8px;
	align-items: stretch;
}

.home-hero__main,
.home-hero__side {
	min-width: 0;
}

.home-hero__side-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	height: 100%;
}

.card-overlay {
	position: relative;
	overflow: hidden;
	background: #dcdcdc;
}

.card-overlay__link {
	position: absolute;
	inset: 0;
	z-index: 5;
}

.card-overlay__thumb {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #dcdcdc;
}

.card-overlay__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-hero__main .card-overlay {
	height: 0;
	padding-bottom: 65.7%;
}

.home-hero__main .card-overlay__thumb {
	position: absolute;
	inset: 0;
}

.home-hero__side .card-overlay {
	height: 0;
	padding-bottom: 68%;
}

.home-hero__side .card-overlay__thumb {
	position: absolute;
	inset: 0;
}

.home-hero .card-overlay__body,
.home-hero .card-overlay__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.78) 0%,
		rgba(0, 0, 0, 0.44) 52%,
		rgba(0, 0, 0, 0.05) 100%
	);
}

.home-hero__main .card-overlay__body,
.home-hero__main .card-overlay__content {
	min-height: 128px;
	padding: 16px 18px 18px;
}

.home-hero__side .card-overlay__body,
.home-hero__side .card-overlay__content {
	min-height: 76px;
	padding: 10px 12px 12px;
}

.card-overlay__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	height: 26px;
	padding: 0 12px;
	margin-bottom: 8px;
	border-radius: 20px 0 20px 20px;
	background: #57d5c3;
	color: #111;
	font-size: 0.8em;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
}

.home-hero__side .card-overlay__category {
	display: none;
}

.card-overlay__title {
	margin: 0;
	color: #fff;
	font-weight: 800;
	letter-spacing: -0.03em;
	word-break: keep-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.home-hero__main .card-overlay__title {
	font-size: 19px;
	line-height: 1.34;
	-webkit-line-clamp: 2;
	max-width: 94%;
}

.home-hero__side .card-overlay__title {
	font-size: 13px;
	line-height: 1.36;
	-webkit-line-clamp: 2;
}

/* =========================================================
   최신뉴스
   ========================================================= */
.home-latest__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 34px;
	align-items: start;
}

.home-latest__column {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 18px;
}

.home-latest-card {
	position: relative;
	display: grid;
	grid-template-columns: 156px minmax(0, 1fr);
	column-gap: 16px;
	align-items: start;
	min-height: 112px;
}

.home-latest-card__link {
	position: absolute;
	inset: 0;
	z-index: 5;
}

.home-latest-card__thumb {
	width: 156px;
	height: 112px;
	overflow: hidden;
	background: #fff;
}

.home-latest-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-latest-card__body {
	min-width: 0;
	padding-top: 1px;
}

.home-latest-card__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	padding: 0 10px;
	margin-bottom: 7px;
	border-radius: 20px 0 20px 20px;
	background: #66706d;
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
}

.home-latest-card__title {
	margin: 0 0 6px;
	color: #111;
	font-size: 15px;
	line-height: 1.36;
	font-weight: 600;
	letter-spacing: -0.03em;
	word-break: keep-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-latest-card__excerpt {
	margin: 0 0 8px;
	color: #747474;
	font-size: 12px;
	line-height: 1.52;
	word-break: keep-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-latest-card__date {
	display: block;
	color: #8b8b8b;
	font-size: 11px;
	line-height: 1;
}

/* =========================================================
   카테고리 섹션
   ========================================================= */
.home-category-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	column-gap: 34px;
	align-items: stretch;
	min-height: 412px;
}

.home-category-section__lead,
.home-category-section__side {
	min-width: 0;
	margin-right: 30px;
}

.home-lead-card {
	position: relative;
	display: grid;
	grid-template-rows: 308px 104px;
	height: 412px;
}

.home-lead-card__link {
	position: absolute;
	inset: 0;
	z-index: 5;
}

.home-lead-card__media {
	overflow: hidden;
	background: #dcdcdc;
}

.home-lead-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-lead-card__content {
	padding-top: 12px;
	min-height: 104px;
}

.home-lead-card__title {
	margin: 0 0 8px;
	color: #111;
	font-size: 1.1em;
	line-height: 1.38;
	font-weight: 700;
	letter-spacing: -0.03em;
	word-break: keep-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-lead-card__excerpt {
	margin: 0;
	color: #666;
	font-size: 12px;
	line-height: 1.58;
	word-break: keep-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-category-section__side-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	row-gap: 10px;
	height: 412px;
}

.home-side-card {
	position: relative;
	display: grid;
	grid-template-columns: 156px minmax(0, 1fr);
	column-gap: 16px;
	align-items: start;
	min-height: calc((412px - 20px) / 3);
}

.home-side-card__link {
	position: absolute;
	inset: 0;
	z-index: 5;
}

.home-side-card__media {
	width: 156px;
	height: 112px;
	overflow: hidden;
	background: #dcdcdc;
}

.home-side-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-side-card__content {
	min-width: 0;
	padding-top: 1px;
}

.home-side-card__title {
	margin: 0 0 6px;
	color: #111;
	font-size: 15px;
	line-height: 1.36;
	font-weight: 700;
	letter-spacing: -0.03em;
	word-break: keep-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-side-card__excerpt {
	margin: 0 0 8px;
	color: #747474;
	font-size: 12px;
	line-height: 1.52;
	word-break: keep-all;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-side-card__date {
	display: block;
	color: #8b8b8b;
	font-size: 11px;
	line-height: 1;
}

.home-category-section:last-of-type {
	margin-bottom: 8px;
}

/* =========================================================
   태블릿
   ========================================================= */
@media (max-width: 1024px) {
	.home-page .sc-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	/*.home-page > section {
		margin-top: 44px;
	}*/

	.home-hero__grid {
		grid-template-columns: 1fr;
		row-gap: 14px;
	}

	.home-hero__side {
		display: block;
	}

	.home-hero__side-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.home-latest__columns,
	.home-category-section__grid {
		grid-template-columns: 1fr;
		row-gap: 18px;
	}

	.home-category-section__grid {
		min-height: 0;
	}

	.home-lead-card {
		grid-template-rows: 320px auto;
		height: auto;
	}

	.home-category-section__side-list {
		height: auto;
		grid-template-rows: none;
		row-gap: 12px;
	}

	.home-side-card {
		min-height: 120px;
	}
}

/* =========================================================
   모바일 안정 통합
   ---------------------------------------------------------
   완성본 화면 기준 수치 잠금
   ========================================================= */
@media (max-width: 767px) {
	/* 전역 가로폭 */
	html,
	body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden !important;
	}

	#page,
	.site,
	.site-main--home,
	.home-page {
		width: 100%;
		max-width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
		overflow-x: hidden !important;
	}

	/* 공통 컨테이너 */
	.home-page .sc-container,
	.site-main--home .sc-container {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.home-page > section,
	.home-hero,
	.home-latest,
	.home-category-section {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		margin-left: auto !important;
		margin-right: auto !important;
		overflow-x: hidden !important;
	}

	/*.home-page > section {
		margin-top: 34px !important;
	}*/

	.home-hero {
		padding-top: 10px !important;
		margin-bottom: 34px !important;
	}

	.home-latest {
		margin-bottom: 36px !important;
	}

	.home-category-section {
		margin-top: 36px !important;
	}

	.home-section-heading {
		margin-bottom: 16px !important;
	}

	.home-section-heading__title {
		font-size: 18px !important;
		line-height: 1.2 !important;
		letter-spacing: -0.03em !important;
	}

	/* 내부 그리드 폭 */
	.home-hero__grid,
	.home-latest__columns,
	.home-latest__column,
	.home-category-section__grid,
	.home-category-section__side-list,
	.home-hero-mobile-list {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	.home-hero__main,
	.home-hero__side,
	.home-category-section__lead,
	.home-category-section__side,
	.home-latest-card,
	.home-side-card,
	.home-hero-mobile-card {
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		margin-right: 0;
	}

	/* -----------------------------------------------------
	   HERO
	   ----------------------------------------------------- */
	.home-hero__grid {
		grid-template-columns: 1fr !important;
		row-gap: 0 !important;
		align-items: start !important;
	}

	.home-hero__side {
		display: none !important;
	}

	.home-hero__main .card-overlay {
		padding-bottom: 58% !important;
	}

	.home-hero__main .card-overlay__body,
	.home-hero__main .card-overlay__content {
		min-height: 88px !important;
		padding: 10px 10px 12px !important;
	}

	.home-hero__main .card-overlay__category {
		height: 22px !important;
		padding: 0 9px !important;
		margin-bottom: 6px !important;
	}

	.home-hero__main .card-overlay__title {
		font-size: 1.3em !important;
		line-height: 1.4 !important;
		max-width: 100% !important;
		-webkit-line-clamp: 2 !important;
	}

	/* 모바일 전용 상단 4개 리스트 */
	.home-hero-mobile-list {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		margin-top: 10px !important;
		background: transparent !important;
	}

	.home-hero-mobile-card {
		position: relative !important;
		display: grid !important;
		grid-template-columns: 170px minmax(0, 1fr) !important;
		column-gap: 10px !important;
		align-items: start !important;
		min-height: 76px !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	.home-hero-mobile-card__link {
		position: absolute !important;
		inset: 0 !important;
		z-index: 5 !important;
	}

	.home-hero-mobile-card__media {
		width: 170px !important;
		height: 105px !important;
		overflow: hidden !important;
		background: #dcdcdc !important;
	}

	.home-hero-mobile-card__image,
	.home-hero-mobile-card__media img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	.home-hero-mobile-card__body {
		display: flex !important;
		align-items: center !important;
		min-width: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		height: 105px;
	}

	.home-hero-mobile-card__title {
		margin: 0 !important;
		color: #111 !important;
		font-size: 1.1em !important;
		line-height: 1.42 !important;
		font-weight: 500 !important;
		letter-spacing: -0.02em !important;
		word-break: keep-all !important;
		text-shadow: none !important;
		display: -webkit-box !important;
		overflow: hidden !important;
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 3 !important;
	}

	/* -----------------------------------------------------
	   최신뉴스
	   ----------------------------------------------------- */
	.home-latest__columns {
		grid-template-columns: 1fr !important;
		row-gap: 10px !important;
	}

	.home-latest__column {
		row-gap: 12px !important;
	}

	.home-latest-card {
		grid-template-columns: minmax(0, 1fr) 108px !important;
		column-gap: 12px !important;
		min-height: 82px !important;
		align-items: center !important;
	}

	.home-latest-card__thumb {
		grid-column: 2 !important;
		grid-row: 1 !important;
		width: 108px !important;
		height: 82px !important;
	}

	.home-latest-card__body {
		grid-column: 1 !important;
		grid-row: 1 !important;
		min-width: 0 !important;
		padding-top: 0 !important;
	}

	.home-latest-card__category {
		height: 20px !important;
		padding: 0 10px !important;
		margin-bottom: 5px !important;
		font-size: 0.8em !important;
		position: absolute;
		top: 0;
		right: 0;
		background: #000000ad;
	}

	.home-latest-card__title {
		font-size: 1em !important;
		line-height: 1.4 !important;
		margin-bottom: 5px !important;
		-webkit-line-clamp: 3 !important;
	}

	.home-latest-card__excerpt {
		display: none;
		margin: 0 0 6px !important;
		color: #6f6f6f !important;
		font-size: 11px !important;
		line-height: 1.5 !important;
		word-break: keep-all !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
	}

	.home-latest-card__date {
		font-size: 10px !important;
		line-height: 1.2 !important;
	}

	/* -----------------------------------------------------
	   카테고리 섹션
	   ----------------------------------------------------- */
	.home-category-section__grid {
		grid-template-columns: 1fr !important;
		row-gap: 30px !important;
		min-height: 0 !important;
	}

	.home-lead-card {
		grid-template-rows: auto auto !important;
		height: auto !important;
	}

	.home-lead-card__media {
		aspect-ratio: 16 / 9 !important;
	}

	.home-lead-card__content {
		padding-top: 10px !important;
		min-height: 0 !important;
	}

	.home-lead-card__title {
		font-size: 17px !important;
		line-height: 1.44 !important;
		margin-bottom: 0 !important;
		-webkit-line-clamp: 2 !important;
	}

	.home-lead-card__excerpt {
		display: none !important;
	}

	.home-category-section__side-list {
		height: auto !important;
		grid-template-rows: none !important;
		row-gap: 16px !important;
	}

	.home-category-section__side-list > *:nth-child(n + 3) {
		display: none !important;
	}

	.home-side-card {
		grid-template-columns: 108px minmax(0, 1fr) !important;
		column-gap: 12px !important;
		min-height: 82px !important;
		align-items: center !important;
	}

	.home-side-card + .home-side-card {
		padding-top: 16px !important;
		border-top: 1px solid #e6e6e6 !important;
	}

	.home-side-card__media {
		width: 108px !important;
		height: 82px !important;
	}

	.home-side-card__content {
		padding-top: 0 !important;
		min-width: 0 !important;
	}

	.home-side-card__title {
		font-size: 1em !important;
		line-height: 1.42 !important;
		margin-bottom: 0 !important;
		-webkit-line-clamp: 3 !important;
		font-weight: 600;
	}

	.home-side-card__excerpt,
	.home-side-card__date {
		display: none !important;
	}

	/* -----------------------------------------------------
	   이미지 / 헤더 가로폭
	   ----------------------------------------------------- */
	.home-hero img,
	.home-latest img,
	.home-category-section img {
		display: block !important;
		max-width: 100% !important;
		
	}

	.home-hero-mobile-card__image,
	.home-latest-card__image,
	.home-side-card__image,
	.home-lead-card__image,
	.card-overlay__image {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	.site-header,
	.site-header__inner {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}

	.site-header__inner {
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

/* =========================================================
   PC 메인페이지 최종 보정 교체본
   ---------------------------------------------------------
   목적:
   1) 상단 hero 와 최신뉴스 간격 확대
   2) 최신뉴스 와 리뷰 간격 확대
   3) PC 타이포 / 카드 비율을 시안에 더 가깝게 보정
   4) 모바일은 건드리지 않고 PC만 마감
   ========================================================= */
@media (min-width: 1025px) {

	/* -----------------------------------------------------
	   공통 컨테이너 / 섹션 간격
	   ----------------------------------------------------- */
	.home-page .sc-container {
		max-width: 1280px;
		padding-left: 20px;
		padding-right: 20px;
	}

	/* 기본 섹션 간격 */
	.home-page > section {
		margin-top: 60px;
	}

	/* 상단 hero 아래 최신뉴스 간격을 더 벌림 */
	.home-hero + .home-latest {
		margin-top: 50px !important;
	}

	/* 최신뉴스 아래 첫 카테고리(리뷰) 간격도 더 벌림 */
	.home-latest + .home-category-section {
		margin-top: 50px !important;
	}

	/* 카테고리 섹션끼리도 너무 붙지 않게 정리 */
	.home-category-section + .home-category-section {
		margin-top: 50px !important;
	}

	.home-section-heading {
		margin-bottom: 10px;
	}

	.home-section-heading__title {
		font-size: 1.3em;
		line-height: 1.16;
		letter-spacing: -0.045em;
		font-weight: 700;
	}

	/* -----------------------------------------------------
	   HERO
	   ----------------------------------------------------- */
	.home-hero {
		padding-top: 16px;
	}

	.home-hero__grid {
		gap: 12px;
	}

	.home-hero__side-grid {
		gap: 12px;
	}

	.home-hero__main .card-overlay {
		
	}

	.home-hero__main .card-overlay__body,
	.home-hero__main .card-overlay__content {
		min-height: 150px;
		padding: 20px 22px 22px;
	}

	.home-hero__main .card-overlay__category {
		height: 24px;
		padding: 0 10px;
		margin-bottom: 10px;
		font-size: 0.9em;
	}

	.home-hero__main .card-overlay__title {
		font-size: 1.8em;
		line-height: 1.28;
		max-width: 92%;
		-webkit-line-clamp: 2;
		font-weight: 700;
	}

	.home-hero__side .card-overlay {
		padding-bottom: 69%;
	}

	.home-hero__side .card-overlay__body,
	.home-hero__side .card-overlay__content {
		min-height: 86px;
		padding: 11px 13px 13px;
	}

	.home-hero__side .card-overlay__title {
		font-size: 1.1em;
		line-height: 1.4;
		-webkit-line-clamp: 2;
		font-weight: 500;
	}

	/* -----------------------------------------------------
	   최신뉴스
	   ----------------------------------------------------- */
	.home-latest__columns {
		column-gap: 50px;
	}

	.home-latest__column {
		row-gap: 20px;
	}

	.home-latest-card {
		grid-template-columns: 220px minmax(0, 1fr);
		column-gap: 18px;
		min-height: 138px;
		height: 138px;
		overflow: hidden;
	}

	.home-latest-card__thumb {
		width: 220px;
		height: 138px;
	}

	.home-latest-card__category {
		height: 24px;
		padding: 0 12px;
		margin-bottom: 7px;
		font-size: 0.8em;
	}

	.home-latest-card__title {
		font-size: 1.1em;
		line-height: 1.4;
		margin-bottom: 6px;
		-webkit-line-clamp: 2;
		font-weight: 700;
		letter-spacing: -1px;
	}

	.home-latest-card__excerpt {
		font-size: 0.9em;
		line-height: 1.4;
		margin-bottom: 8px;
		-webkit-line-clamp: 1;
		color: #666;
	}

	.home-latest-card__date {
		font-size: 11px;
		line-height: 1.2;
	}

	/* -----------------------------------------------------
	   카테고리 섹션
	   ----------------------------------------------------- */
	.home-category-section__grid {
		column-gap:0;
		min-height: 448px;
	}

	.home-lead-card {
		grid-template-rows: 332px 116px;
		height: 448px;
	}

	.home-lead-card__content {
		padding-top: 14px;
		min-height: 116px;
	}

	.home-lead-card__title {
		font-size: 1.3em;
		line-height: 1.4;
		margin-bottom: 8px;
		-webkit-line-clamp: 2;
		font-weight: 700;
	}

	.home-lead-card__excerpt {
		font-size: 0.9em;
		line-height: 1.58;
		-webkit-line-clamp: 2;
		color: #666;
	}

	.home-category-section__side-list {
		row-gap: 14px;
		height: 448px;
	}

	.home-side-card {
		grid-template-columns: 220px minmax(0, 1fr);
		column-gap: 20px;
		min-height: calc((448px - 28px) / 3);
	}

	.home-side-card__media {
		width: 220px;
		height: 138px;
	}

	.home-side-card__title {
		font-size: 1.1em;
		line-height: 1.4;
		margin-bottom: 6px;
		-webkit-line-clamp: 2;
		font-weight: 700;
	}

	.home-side-card__excerpt {
		font-size: 0.9em;
		line-height: 1.54;
		margin-bottom: 8px;
		-webkit-line-clamp: 2;
		color: #666;
	}

	.home-side-card__date {
		font-size: 11px;
		line-height: 1.2;
	}

	/* -----------------------------------------------------
	   마지막 섹션 아래 푸터 전 여백
	   ----------------------------------------------------- */
	.home-category-section:last-of-type {
		margin-bottom: 20px;
	}
}

/* =========================================================
   홈 카드 제목 앵커 텍스트 보강
   - 기존 전체 클릭 overlay 링크는 유지
   - 보이는 제목 텍스트도 실제 <a> 안으로 넣어 SEO anchor text 보강
   ========================================================= */
.card-overlay__title-link,
.home-hero-mobile-card__title-link,
.home-latest-card__title-link,
.home-lead-card__title-link,
.home-side-card__title-link {
	color: inherit;
	text-decoration: none;
}

.card-overlay__title-link:hover,
.card-overlay__title-link:focus,
.card-overlay__title-link:focus-visible,
.home-hero-mobile-card__title-link:hover,
.home-hero-mobile-card__title-link:focus,
.home-hero-mobile-card__title-link:focus-visible,
.home-latest-card__title-link:hover,
.home-latest-card__title-link:focus,
.home-latest-card__title-link:focus-visible,
.home-lead-card__title-link:hover,
.home-lead-card__title-link:focus,
.home-lead-card__title-link:focus-visible,
.home-side-card__title-link:hover,
.home-side-card__title-link:focus,
.home-side-card__title-link:focus-visible {
	color: inherit;
	text-decoration: none;
}