/*
Theme Name: 우리가는길 Child
Template: generatepress
Version: 2.2
*/

/* ===== 기본 톤: 밝은 프리미엄 매거진 ===== */
body {
	background: #f6f2eb;
	color: #27231f;
}

a {
	color: #7a2f28;
}

a:hover,
a:focus {
	color: #1f1a17;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 99;
	border-bottom: 1px solid rgba(39, 35, 31, 0.08);
	background: rgba(255, 253, 248, 0.94);
	backdrop-filter: blur(14px);
	box-shadow: 0 12px 30px rgba(49, 42, 34, 0.05);
}

.inside-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.site-branding {
	display: grid;
	grid-template-columns: 38px auto;
	column-gap: 11px;
	align-items: center;
}

.site-branding::before {
	content: "";
	display: inline-grid;
	grid-row: 1 / span 2;
	place-items: center;
	width: 38px;
	height: 38px;
	background: url("assets/ganeungil-mark.svg") center / contain no-repeat;
}

.site-branding::after {
	content: "확인한 좋은 K-컬처 소식, 맥락까지 전합니다";
	grid-column: 2;
	margin-top: 2px;
	color: #7d7066;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.gg-language-en .site-branding::after {
	content: "Positive K-culture magazine";
}

.main-title {
	grid-column: 2;
	line-height: 1.05;
}

.main-title a {
	color: #1f1a17;
	font-weight: 800;
	letter-spacing: 0;
}

.main-navigation,
.main-navigation ul ul {
	background: transparent;
}

.main-navigation .main-nav ul li a {
	color: #3b342f;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0;
}

.main-navigation .main-nav ul li[class*="current-menu"] > a,
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li a:focus {
	color: #8f2d24;
	background: transparent;
}

.gg-language-en .main-navigation .gg-en-menu-unavailable {
	display: none;
}

/* ===== 홈: 프리미엄 매거진 그리드 ===== */
.home #page {
	max-width: 1240px;
	padding: 34px 24px 70px;
}

.home .site-content {
	display: block;
}

.home.right-sidebar #primary,
.home #primary,
.home .content-area {
	float: none;
	width: 100% !important;
}

.home #right-sidebar,
.home .widget-area.sidebar {
	display: none;
}

.home .site-main {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	margin: 0;
}

.home .site-main::before {
	display: none;
}

/* ===== 홈 브랜드 약속: 신뢰·긍정성·영문 안내 ===== */
.home .gg-home-promise {
	grid-column: 1 / -1;
	padding: 34px 38px 30px;
	border: 1px solid rgba(143, 45, 36, 0.17);
	border-radius: 18px;
	background:
		radial-gradient(circle at top right, rgba(244, 211, 183, 0.58), transparent 36%),
		linear-gradient(135deg, #fffaf3, #f9f5ed);
	box-shadow: 0 18px 48px rgba(77, 52, 35, 0.08);
}

.gg-home-promise__eyebrow {
	margin: 0 0 10px;
	color: #8f2d24;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.11em;
}

.gg-home-promise h1 {
	max-width: 760px;
	margin: 0;
	color: #27201b;
	font-size: clamp(1.75rem, 3vw, 2.55rem);
	line-height: 1.22;
}

.gg-home-promise__lead {
	max-width: 760px;
	margin: 14px 0 0;
	color: #5c4f46;
	font-size: 1rem;
	line-height: 1.75;
}

.gg-home-promise__signals {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.gg-home-promise__signals li {
	padding: 14px 15px;
	border: 1px solid rgba(90, 67, 51, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.7);
}

.gg-home-promise__signals strong,
.gg-home-promise__signals span {
	display: block;
}

.gg-home-promise__signals strong {
	color: #7a2f28;
	font-size: 0.9rem;
}

.gg-home-promise__signals span {
	margin-top: 4px;
	color: #6a5d53;
	font-size: 0.8rem;
	line-height: 1.45;
}

.gg-home-promise__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
}

.gg-home-promise__links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 7px 14px;
	border-radius: 999px;
	background: #7a2f28;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 800;
	text-decoration: none;
}

.gg-home-promise__links a + a {
	border: 1px solid rgba(122, 47, 40, 0.24);
	background: transparent;
	color: #7a2f28;
}

.gg-home-promise__links a:hover,
.gg-home-promise__links a:focus {
	background: #4d211e;
	color: #fff;
}

.home .site-main > article {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.home .site-main > article .inside-article {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(55, 48, 43, 0.09);
	border-radius: 14px;
	background: #fffdfa;
	box-shadow: 0 18px 45px rgba(42, 35, 29, 0.08);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home .site-main > article .inside-article:hover {
	transform: translateY(-3px);
	border-color: rgba(143, 45, 36, 0.22);
	box-shadow: 0 24px 60px rgba(42, 35, 29, 0.12);
}

.home .post-image {
	position: relative;
	order: 1;
	margin: 0;
}

.home .entry-header {
	order: 2;
	padding: 19px 20px 22px;
}

.home .entry-content,
.home .entry-summary,
.home footer.entry-meta,
.home .entry-meta {
	display: none;
}

.home .entry-title {
	margin: 0;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.42;
	letter-spacing: 0;
}

.home .entry-title a {
	display: -webkit-box;
	overflow: hidden;
	color: #28221e;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home .entry-title a:hover,
.home .entry-title a:focus {
	color: #8f2d24;
}

.home .entry-header::before {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #f1ebe3;
	color: #66584d;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
}

.home article.category-kpop .entry-header::before {
	content: "K-POP";
	background: #fbecf5;
	color: #b83280;
}

.home article.category-drama-movie .entry-header::before {
	content: "드라마·영화";
	background: #eaf1ff;
	color: #2451a6;
}

.home article.category-tv .entry-header::before {
	content: "방송·예능";
	background: #e7f7ef;
	color: #16724f;
}

.home article.category-issue .entry-header::before {
	content: "문화·공연";
	background: #feecec;
	color: #b42323;
}

/* 영문판에는 실제 영문으로 검수한 글만 보이므로 카드의 분류도 영어로 맞춘다. */
.gg-language-en.home article.category-drama-movie .entry-header::before {
	content: "DRAMA & MOVIES";
}

.gg-language-en.home article.category-tv .entry-header::before {
	content: "TV & VARIETY";
}

.gg-language-en.home article.category-issue .entry-header::before {
	content: "CULTURE & EVENTS";
}

/* 첫 번째 글 = 히어로 (2페이지 이상에서는 자동으로 안 나타남, 쿼리 자체가 페이지별로 다른 글이라 안전) */
.home .site-main > article:first-of-type {
	grid-column: 1 / -1;
}

.home .site-main > article:first-of-type .inside-article {
	border-radius: 18px;
	background: #16110f;
	box-shadow: 0 30px 80px rgba(35, 28, 24, 0.18);
}

.home .site-main > article:first-of-type .entry-header {
	display: none;
}

.home .site-main > article:first-of-type .post-image img {
	max-height: none;
	object-fit: cover;
	width: 100%;
}

.home .site-main .post-image img {
	aspect-ratio: 40 / 21;
	object-fit: cover;
	width: 100%;
	height: auto;
}

/* ===== 번역 플로팅: 본문을 덜 가리는 작은 버튼형 ===== */
.trp-floating-switcher.trp-switcher-position-bottom {
	display: none !important;
}

/* ===== 카테고리/아카이브: 홈과 같은 매거진 카드형 ===== */
.archive #page {
	max-width: 1240px;
	padding: 34px 24px 70px;
}

.archive .site-content {
	display: block;
}

.archive.right-sidebar #primary,
.archive #primary,
.archive .content-area {
	float: none;
	width: 100% !important;
}

.archive #right-sidebar,
.archive .widget-area.sidebar {
	display: none;
}

.archive .site-main {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 26px;
	margin: 0;
}

.archive .page-header {
	grid-column: 1 / -1;
	margin: 0 0 4px;
	padding: 34px 38px;
	border: 1px solid rgba(55, 48, 43, 0.08);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(248, 240, 230, 0.96)),
		radial-gradient(circle at top right, rgba(143, 45, 36, 0.16), transparent 36%);
	box-shadow: 0 18px 45px rgba(42, 35, 29, 0.06);
}

.archive .page-title {
	margin: 0;
	color: #1f1a17;
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 900;
	line-height: 1.05;
}

.archive .page-header::after {
	content: "팩트체크를 거친 긍정 엔터 소식을 카테고리별로 모았습니다.";
	display: block;
	max-width: 620px;
	margin-top: 12px;
	color: #74665b;
	font-size: 0.98rem;
	font-weight: 650;
	line-height: 1.65;
}

.gg-language-en.archive .page-header::after {
	content: "Reviewed English editions only.";
}

.archive .site-main > article {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.archive .site-main > article .inside-article {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(55, 48, 43, 0.09);
	border-radius: 14px;
	background: #fffdfa;
	box-shadow: 0 18px 45px rgba(42, 35, 29, 0.08);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.archive .site-main > article .inside-article:hover {
	transform: translateY(-3px);
	border-color: rgba(143, 45, 36, 0.22);
	box-shadow: 0 24px 60px rgba(42, 35, 29, 0.12);
}

.archive .post-image {
	position: relative;
	order: 1;
	margin: 0;
}

/* 공식 영상 포함 카드: 클릭 가능한 영상 글을 첫눈에 구분 */
.home article.has-official-video .post-image::before,
.archive article.has-official-video .post-image::before {
	content: "공식 영상";
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(25, 19, 17, 0.82);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(8px);
}

.home article.has-official-video .post-image::after,
.archive article.has-official-video .post-image::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 52px;
	height: 52px;
	border: 2px solid rgba(255, 255, 255, 0.88);
	border-radius: 50%;
	background: rgba(143, 45, 36, 0.9);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.home article.has-official-video .post-image a::after,
.archive article.has-official-video .post-image a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(50% + 2px);
	z-index: 2;
	border-style: solid;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #fff;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.archive .post-image img {
	aspect-ratio: 40 / 21;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.archive .entry-header {
	order: 2;
	padding: 19px 20px 22px;
}

.archive .entry-summary,
.archive .entry-content,
.archive footer.entry-meta,
.archive .entry-meta {
	display: none;
}

.archive .entry-title {
	margin: 0;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.42;
}

.archive .entry-title a {
	display: -webkit-box;
	overflow: hidden;
	color: #28221e;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.archive .entry-title a:hover,
.archive .entry-title a:focus {
	color: #8f2d24;
}

.archive .entry-header::before {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #f1ebe3;
	color: #66584d;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
}

.archive article.category-kpop .entry-header::before {
	content: "K-POP";
	background: #fbecf5;
	color: #b83280;
}

.archive article.category-drama-movie .entry-header::before {
	content: "드라마·영화";
	background: #eaf1ff;
	color: #2451a6;
}

.archive article.category-tv .entry-header::before {
	content: "방송·예능";
	background: #e7f7ef;
	color: #16724f;
}

.archive article.category-issue .entry-header::before {
	content: "문화·공연";
	background: #feecec;
	color: #b42323;
}

/* ===== 글 상세: 읽기 집중형 타이포그래피 ===== */
.single-post #page {
	max-width: 1120px;
	padding: 34px 24px 76px;
}

.single-post .site-content {
	display: block;
}

.single-post.right-sidebar #primary,
.single-post #primary,
.single-post .content-area {
	float: none;
	width: 100% !important;
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.single-post #right-sidebar,
.single-post .widget-area.sidebar {
	display: none;
}

.single-post .inside-article {
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(55, 48, 43, 0.09);
	border-radius: 18px;
	background: #fffdfa;
	box-shadow: 0 24px 70px rgba(42, 35, 29, 0.1);
}

.single-post .post-image {
	margin: 0;
}

.single-post .post-image img {
	display: block;
	aspect-ratio: 40 / 21;
	object-fit: cover;
	width: 100%;
	height: auto;
}

/* The featured image now follows the title on single posts. Match its visual
 * width and framing to credited in-body figures instead of the old full-card
 * hero treatment. */
.single-post .featured-image.page-header-image-single {
	max-width: 760px;
	margin: 0 auto 32px;
	overflow: hidden;
	border: 1px solid rgba(55, 48, 43, 0.11);
	border-radius: 15px;
	background: #f7f7f7;
	box-shadow: 0 14px 34px rgba(38, 34, 29, 0.09);
}

.single-post .featured-image.page-header-image-single img {
	display: block;
	width: 100%;
	height: auto;
}

.single-post .entry-header {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 46px 48px 24px;
}

.single-post .entry-title {
	margin: 0;
	color: #201a16;
	font-size: clamp(2rem, 4.3vw, 3.1rem);
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: 0;
}

.single-post .entry-meta {
	margin-top: 16px;
	color: #8b7b70;
	font-size: 0.86rem;
	font-weight: 650;
}

.single-post .entry-content {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 48px 58px;
	color: #332c27;
	font-size: 1.08rem;
	line-height: 1.92;
}

.single-post .entry-content > p:first-of-type {
	margin-top: 8px;
	margin-bottom: 30px;
	padding: 22px 24px;
	border-left: 4px solid #8f2d24;
	border-radius: 12px;
	background: #f8f1ea;
	color: #372e28;
	font-size: 1.14rem;
	font-weight: 650;
	line-height: 1.88;
}

.single-post .entry-content h2 {
	margin-top: 42px;
	margin-bottom: 16px;
	color: #211b17;
	font-size: clamp(1.45rem, 2.6vw, 1.9rem);
	font-weight: 900;
	line-height: 1.35;
}

.single-post .entry-content h2::before {
	content: "";
	display: block;
	width: 42px;
	height: 3px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: #8f2d24;
}

.single-post .entry-content p {
	margin-bottom: 1.28em;
}

.single-post .entry-content strong {
	color: #1f1a17;
	font-weight: 900;
}

.single-post footer.entry-meta {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 48px 42px;
	color: #8b7b70;
	font-size: 0.9rem;
}

/* ===== 모바일: 그리드 1열 + 사이드바 숨김 ===== */
@media (max-width: 768px) {
	.inside-header {
		gap: 18px;
		padding: 16px 28px;
	}

	.site-branding {
		grid-template-columns: 34px auto;
		column-gap: 9px;
	}

	.site-branding::before {
		width: 34px;
		height: 34px;
		border-radius: 10px;
	}

	.site-branding::after {
		display: none;
	}

	.main-title {
		font-size: 23px;
	}

	.menu-toggle {
		border-radius: 10px;
		background: #fffdfa;
		box-shadow: 0 8px 22px rgba(42, 35, 29, 0.08);
	}

	.home #page {
		padding: 24px 18px 54px;
	}

	.archive #page,
	.single-post #page {
		padding: 24px 18px 54px;
	}

	.home .site-main {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.archive .site-main {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.archive .page-header {
		padding: 25px 23px;
		border-radius: 14px;
	}

	.archive .page-header::after {
		font-size: 0.92rem;
	}

	.home .site-main::before {
		margin-bottom: -2px;
	}

	.home .site-main > article .inside-article {
		border-radius: 12px;
		box-shadow: 0 14px 36px rgba(42, 35, 29, 0.08);
	}

	.home .entry-header {
		padding: 16px 17px 18px;
	}

	.archive .entry-header {
		padding: 16px 17px 18px;
	}

	.home .entry-title {
		font-size: 1rem;
	}

	.archive .entry-title {
		font-size: 1rem;
	}

	.home .site-main > article:first-of-type .inside-article {
		border-radius: 14px;
	}

	.single-post .inside-article {
		border-radius: 14px;
	}

	.single-post .entry-header {
		padding: 28px 24px 18px;
	}

	.single-post .entry-title {
		font-size: clamp(1.75rem, 8vw, 2.28rem);
	}

	.single-post .entry-content {
		padding: 0 24px 38px;
		font-size: 1rem;
		line-height: 1.88;
	}

	.single-post .entry-content > p:first-of-type {
		padding: 18px;
		font-size: 1.03rem;
	}

	.single-post footer.entry-meta {
		padding: 0 24px 34px;
	}

}

/* ===== 태블릿: 2열 ===== */
@media (min-width: 769px) and (max-width: 1024px) {
	.home .site-main {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ===== 유튜브 라이트 임베드 ===== */
.gg-official-video {
	margin: 30px 0;
	overflow: hidden;
	border: 1px solid rgba(55, 48, 43, 0.1);
	border-radius: 14px;
	background: #171210;
	box-shadow: 0 18px 48px rgba(42, 35, 29, 0.13);
}

.gg-official-video__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 15px;
	color: #fff;
	font-size: 0.84rem;
}

.gg-official-video__head strong::before {
	content: "▶";
	margin-right: 7px;
	color: #ff8c7f;
}

.gg-official-video__head span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.76rem;
	font-weight: 700;
}

.ganeungil-lite-yt {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	border-radius: 0;
	overflow: hidden;
	margin: 0;
}

.ganeungil-lite-yt::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.15);
}

.ganeungil-lite-yt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 48px;
	background: rgba(0, 0, 0, 0.75);
	border: none;
	border-radius: 12px;
	cursor: pointer;
	z-index: 2;
}

.ganeungil-lite-yt-play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #fff;
}

.ganeungil-lite-yt.is-playing::after,
.ganeungil-lite-yt.is-playing .ganeungil-lite-yt-play {
	display: none;
}

.ganeungil-lite-yt iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* ===== 관련기사 ===== */
.ganeungil-related {
	max-width: 760px;
	margin: 6px auto 56px;
	padding: 34px 48px 42px;
	border: 1px solid rgba(55, 48, 43, 0.09);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(248, 241, 234, 0.98)),
		radial-gradient(circle at top right, rgba(143, 45, 36, 0.13), transparent 34%);
	box-shadow: 0 22px 62px rgba(42, 35, 29, 0.09);
}

.ganeungil-related h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 20px;
	color: #201a16;
	font-size: 1.34rem;
	font-weight: 900;
	line-height: 1.25;
}

.ganeungil-related h3::after {
	content: "더 읽기";
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f0e7de;
	color: #8f2d24;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.06em;
}

.ganeungil-related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.ganeungil-related-grid:has(.ganeungil-related-item:only-child) {
	max-width: 430px;
}

.ganeungil-related-item {
	display: block;
	overflow: hidden;
	border: 1px solid rgba(55, 48, 43, 0.08);
	border-radius: 13px;
	background: #fffdfa;
	box-shadow: 0 12px 34px rgba(42, 35, 29, 0.07);
	text-decoration: none;
	color: inherit;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ganeungil-related-item:hover,
.ganeungil-related-item:focus {
	transform: translateY(-3px);
	border-color: rgba(143, 45, 36, 0.24);
	box-shadow: 0 18px 46px rgba(42, 35, 29, 0.12);
}

.ganeungil-related-thumb {
	position: relative;
	display: block;
	aspect-ratio: 40 / 21;
	overflow: hidden;
	margin: 0;
}

.gg-card-video-badge {
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 2;
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(25, 19, 17, 0.82);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 900;
}

.gg-card-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background: rgba(143, 45, 36, 0.9);
	transform: translate(-50%, -50%);
}

.gg-card-play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	border-style: solid;
	border-width: 7px 0 7px 11px;
	border-color: transparent transparent transparent #fff;
	transform: translate(-50%, -50%);
}

.ganeungil-related-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.ganeungil-related-item:hover .ganeungil-related-thumb img,
.ganeungil-related-item:focus .ganeungil-related-thumb img {
	transform: scale(1.03);
}

.ganeungil-related-title {
	display: block;
	padding: 14px 15px 16px;
	color: #28221e;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.ganeungil-related-grid {
		grid-template-columns: 1fr;
	}

	.ganeungil-related {
		margin: 0 24px 42px;
		padding: 24px 18px 26px;
		border-radius: 14px;
	}

	.ganeungil-related h3 {
		font-size: 1.16rem;
	}

	.ganeungil-related h3::after {
		font-size: 0.66rem;
	}
}

/* ===== 기사 품질 블록: 핵심 요약·정보 카드·타임라인·출처 ===== */
.gg-article-summary,
.gg-fact-card,
.gg-timeline,
.gg-next-read,
.gg-source-box {
	margin: 24px 0;
	border-radius: 12px;
}

.gg-video-points {
	margin: 24px 0;
	padding: 19px 21px;
	border: 1px solid #eadbcf;
	border-radius: 12px;
	background: linear-gradient(135deg, #fffaf5, #f9f1e9);
}

.gg-video-points strong {
	display: block;
	margin-bottom: 10px;
	color: #7a2f28;
	font-size: 0.96rem;
}

.gg-video-points ul {
	margin: 0 0 0 20px;
}

.gg-video-points li + li {
	margin-top: 6px;
}

.gg-article-summary {
	padding: 18px 20px;
	border-left: 4px solid #5b5bd6;
	background: #f5f5ff;
}

.gg-article-summary p,
.gg-next-read p,
.gg-review-meta {
	margin: 8px 0 0;
}

.gg-reader-value {
	margin: 28px 0;
	padding: 20px 22px;
	border-left: 4px solid #7b61c9;
	border-radius: 0 12px 12px 0;
	background: #f8f6ff;
}

.gg-reader-value p {
	margin: 8px 0 0;
}

.gg-editorial-note {
	margin: 18px 0 0;
	padding: 14px 16px;
	border-top: 1px solid #e3e5e9;
	color: #636a76;
	font-size: 0.84em;
	line-height: 1.65;
}

/* ===== 검증된 지역에만 수동으로 넣는 여행 연결 카드 ===== */
.gg-travel-bridge {
	margin: 30px 0;
	padding: 22px;
	border: 1px solid #d9dfeb;
	border-left: 5px solid #4659a8;
	border-radius: 13px;
	background: linear-gradient(135deg, #f7f8ff, #fffdfa);
	box-shadow: 0 10px 30px rgba(49, 58, 103, 0.07);
}

.gg-travel-bridge__kicker,
.gg-travel-bridge strong,
.gg-travel-bridge a {
	display: block;
}

.gg-travel-bridge__kicker {
	margin-bottom: 7px;
	color: #4659a8;
	font-size: 0.72em;
	font-weight: 900;
	letter-spacing: 0.09em;
}

.gg-travel-bridge strong {
	color: #252d50;
	font-size: 1.02em;
}

.gg-travel-bridge p {
	margin: 9px 0 13px;
	color: #555c72;
	font-size: 0.92em;
	line-height: 1.7;
}

.gg-travel-bridge a {
	width: fit-content;
	color: #34478f;
	font-size: 0.92em;
	font-weight: 850;
	text-decoration: none;
}

.gg-travel-bridge a:hover,
.gg-travel-bridge a:focus {
	color: #202d61;
	text-decoration: underline;
}

/* ===== 한국어 원문용 무료 보조 번역 ===== */
.gg-quick-translate {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 90;
	display: grid;
	gap: 1px;
	padding: 10px 13px;
	border: 1px solid rgba(122, 47, 40, 0.2);
	border-radius: 12px;
	background: rgba(255, 253, 248, 0.96);
	box-shadow: 0 12px 30px rgba(42, 35, 29, 0.16);
	color: #5c2722;
	font-size: 0.78rem;
	line-height: 1.3;
	text-decoration: none;
	backdrop-filter: blur(10px);
}

.gg-quick-translate strong {
	font-size: 0.82rem;
}

.gg-quick-translate span {
	color: #6a5d53;
	font-size: 0.68rem;
	font-weight: 700;
}

.gg-quick-translate:hover,
.gg-quick-translate:focus {
	border-color: #7a2f28;
	background: #fff;
	color: #7a2f28;
}

.gg-fact-card {
	padding: 20px;
	border: 1px solid #e2e4ea;
	background: #fff;
	box-shadow: 0 6px 20px rgba(27, 31, 44, 0.06);
}

.gg-fact-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.gg-verified-badge {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: #e9f8ef;
	color: #17683a;
	font-size: 0.78em;
	font-weight: 700;
	white-space: nowrap;
}

.gg-fact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.gg-fact-grid > div {
	padding: 12px 14px;
	border-radius: 8px;
	background: #f7f8fa;
}

.gg-fact-grid dt {
	margin-bottom: 4px;
	color: #686f7d;
	font-size: 0.78em;
	font-weight: 700;
}

.gg-fact-grid dd {
	margin: 0;
	font-weight: 700;
	line-height: 1.45;
}

.gg-timeline {
	padding: 20px;
	background: #faf8ff;
}

.gg-timeline ol {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.gg-timeline li {
	display: grid;
	grid-template-columns: minmax(90px, auto) 1fr;
	gap: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #e8e3f5;
}

.gg-timeline li:last-child {
	border-bottom: 0;
}

.gg-timeline time {
	color: #5146a8;
	font-weight: 700;
}

.gg-next-read {
	padding: 18px 20px;
	border: 1px solid #e3e5e9;
	background: #fff;
}

.gg-next-read a,
.gg-source-box a {
	font-weight: 650;
	text-underline-offset: 3px;
}

.gg-source-box {
	padding: 20px;
	border: 1px solid #dfe7e2;
	background: #f6fbf8;
}

.gg-source-box ul {
	margin: 12px 0 0 20px;
}

.gg-source-box li + li {
	margin-top: 8px;
}

.gg-review-meta {
	padding-top: 12px;
	border-top: 1px solid #dfe7e2;
	color: #5d665f;
	font-size: 0.82em;
}

/* ===== 본문 시각 편집: 자체 정보 카드와 허가된 첨부 이미지 ===== */
.gg-editorial-visual {
	margin: 30px 0;
	padding: 24px;
	border: 1px solid rgba(55, 48, 43, 0.1);
	border-radius: 16px;
	box-shadow: 0 16px 36px rgba(38, 34, 29, 0.08);
}

.gg-editorial-visual__eyebrow {
	display: block;
	margin-bottom: 8px;
	font-size: 0.72em;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.gg-editorial-visual__title {
	display: block;
	font-size: 1.13em;
	line-height: 1.45;
}

.gg-editorial-visual__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 19px 0 0;
	padding: 0;
	list-style: none;
}

.gg-editorial-visual__list li {
	min-width: 0;
	padding: 13px 14px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.72);
}

.gg-editorial-visual__list span,
.gg-editorial-visual__list strong {
	display: block;
}

.gg-editorial-visual__list span {
	margin-bottom: 4px;
	font-size: 0.74em;
	font-weight: 750;
	opacity: 0.72;
}

.gg-editorial-visual__list strong {
	font-size: 0.92em;
	line-height: 1.45;
}

.gg-editorial-visual--violet { background: linear-gradient(135deg, #f2f0ff, #fbfaff); color: #352a78; }
.gg-editorial-visual--violet .gg-editorial-visual__eyebrow { color: #6758c7; }
.gg-editorial-visual--rose { background: linear-gradient(135deg, #fff0f2, #fffafa); color: #762d3d; }
.gg-editorial-visual--rose .gg-editorial-visual__eyebrow { color: #b24f66; }
.gg-editorial-visual--amber { background: linear-gradient(135deg, #fff7e8, #fffdf8); color: #70471a; }
.gg-editorial-visual--amber .gg-editorial-visual__eyebrow { color: #ae7429; }
.gg-editorial-visual--emerald { background: linear-gradient(135deg, #edf9f2, #fbfffd); color: #215d43; }
.gg-editorial-visual--emerald .gg-editorial-visual__eyebrow { color: #25835a; }
.gg-editorial-visual--midnight { background: linear-gradient(135deg, #252645, #34396a); color: #f9f9ff; }
.gg-editorial-visual--midnight .gg-editorial-visual__eyebrow { color: #cbd0ff; }
.gg-editorial-visual--midnight .gg-editorial-visual__list li { background: rgba(255, 255, 255, 0.1); }

.gg-article-figure {
	margin: 32px 0;
	overflow: hidden;
	border: 1px solid rgba(55, 48, 43, 0.11);
	border-radius: 15px;
	background: #f7f7f7;
	box-shadow: 0 14px 34px rgba(38, 34, 29, 0.09);
}

.gg-article-figure__image {
	display: block;
	width: 100%;
	height: auto;
}

.gg-article-figure figcaption {
	padding: 11px 14px 12px;
	color: #606774;
	font-size: 0.78em;
	line-height: 1.55;
}

@media (max-width: 600px) {
	.home .gg-home-promise {
		padding: 25px 20px 22px;
		border-radius: 14px;
	}

	.gg-home-promise__signals {
		grid-template-columns: 1fr;
	}

	.gg-home-promise__links a {
		justify-content: center;
		flex: 1 1 150px;
	}

	.gg-article-summary,
	.gg-fact-card,
	.gg-timeline,
	.gg-next-read,
	.gg-source-box,
	.gg-reader-value {
		margin: 20px 0;
		padding: 16px;
		border-radius: 10px;
	}

	.gg-video-points {
		margin: 20px 0;
		padding: 16px;
		border-radius: 10px;
	}

	.gg-quick-translate {
		right: 12px;
		bottom: 12px;
		padding: 9px 11px;
	}

	.gg-fact-card__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.gg-fact-grid {
		grid-template-columns: 1fr;
	}

	.gg-timeline li {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.gg-editorial-visual,
	.gg-article-figure {
		margin: 22px 0;
		border-radius: 12px;
	}

	.gg-editorial-visual {
		padding: 18px;
	}

	.gg-editorial-visual__list {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 15px;
	}
}
