.guide_wrap .guide_page_title {
	cursor: default;
	font-size: 17px;
	font-weight: 700;
}

.guide_wrap .guide_tab_content {
	background: #edf0f5;
	padding: 0;
}

.guide_document {
	--guide-navy: #0b1529;
	--guide-navy-soft: #162540;
	--guide-gold: #c8a04a;
	--guide-paper: #ffffff;
	--guide-muted: #8e98a8;
	background: #edf0f5;
	color: #17233a;
	font-family: Pretendard, NotoSansKR, sans-serif;
	margin: 0 auto;
	max-width: 1280px;
	padding: 34px 38px 80px;
}

.guide_hero {
	align-items: flex-end;
	background: var(--guide-navy);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	min-height: 310px;
	padding: 48px 56px;
}

.guide_eyebrow {
	color: var(--guide-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 28px;
}

.guide_hero h1 {
	color: #fff;
	font-size: 43px;
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.18;
}

.guide_hero h1 em {
	color: #e4c477;
	font-style: normal;
}

.guide_lead {
	color: #aab3c3;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 24px;
}

.guide_hero_meta {
	align-items: baseline;
	border-bottom: 1px solid rgba(228, 196, 119, .45);
	display: flex;
	gap: 8px;
	padding-bottom: 10px;
}

.guide_hero_meta strong {
	color: var(--guide-gold);
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
}

.guide_hero_meta span {
	color: #fff;
	font-size: 13px;
}

.guide_chapter_nav {
	background: #fff;
	box-shadow: 0 10px 28px rgba(25, 37, 61, .1);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	position: sticky;
	top: 0;
	z-index: 30;
}

.guide_chapter_nav a {
	border-right: 1px solid #e3e6ec;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 126px;
	padding: 22px 24px;
	transition: background-color .2s ease, box-shadow .2s ease;
}

.guide_chapter_nav a:last-child {
	border-right: 0;
}

.guide_chapter_nav a:hover,
.guide_chapter_nav a:focus,
.guide_chapter_nav a.is_current {
	background: #f7f4ec;
	box-shadow: inset 0 -3px var(--guide-gold);
}

.guide_chapter_number {
	color: var(--guide-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
}

.guide_chapter_nav strong {
	color: #17233a;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.02em;
	margin-top: 9px;
}

.guide_chapter_nav small {
	color: #8b94a3;
	font-size: 11px;
	line-height: 1.45;
	margin-top: 6px;
}

.guide_slider_section {
	padding-top: 42px;
	scroll-margin-top: 142px;
}

.guide_chapter {
	scroll-margin-top: 142px;
}

.guide_chapter_heading {
	align-items: center;
	background: var(--guide-navy);
	display: grid;
	grid-template-columns: auto 1fr auto;
	margin: 72px 0 28px;
	min-height: 114px;
	padding: 0 38px;
}

.guide_chapter_heading > span {
	color: var(--guide-gold);
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -.04em;
	margin-right: 28px;
}

.guide_chapter_heading > div {
	border-left: 1px solid rgba(255, 255, 255, .14);
	padding-left: 28px;
}

.guide_chapter_heading h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.03em;
}

.guide_chapter_heading p {
	color: #9ba5b6;
	font-size: 13px;
	margin-top: 8px;
}

.guide_chapter_heading > small {
	color: #6f7c91;
	font-size: 11px;
	letter-spacing: .04em;
}

.guide_slide {
	background: var(--guide-paper);
	box-shadow: 0 12px 30px rgba(25, 37, 61, .09);
	margin: 0 0 28px;
	overflow: hidden;
}

.guide_slide img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.guide_back_to_top {
	background: var(--guide-navy);
	border: 1px solid rgba(255, 255, 255, .15);
	bottom: 28px;
	box-shadow: 0 8px 22px rgba(11, 21, 41, .2);
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding: 13px 16px;
	position: fixed;
	right: 30px;
	z-index: 40;
}

.guide_back_to_top:hover,
.guide_back_to_top:focus {
	background: var(--guide-gold);
	color: var(--guide-navy);
}

.guide_sr_only {
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (max-width: 1080px) {
	.guide_document {
		padding-left: 24px;
		padding-right: 24px;
	}

	.guide_chapter_nav a {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (max-width: 760px) {
	.guide_document {
		padding: 18px 12px 64px;
	}

	.guide_hero {
		align-items: flex-start;
		flex-direction: column;
		min-height: 0;
		padding: 34px 28px;
	}

	.guide_hero h1 {
		font-size: 34px;
	}

	.guide_hero_meta {
		margin-top: 34px;
	}

	.guide_chapter_nav {
		display: flex;
		overflow-x: auto;
		position: static;
	}

	.guide_chapter_nav a {
		flex: 0 0 220px;
		min-height: 112px;
	}

	.guide_slider_section {
		padding-top: 24px;
		scroll-margin-top: 92px;
	}

	.guide_chapter {
		scroll-margin-top: 12px;
	}

	.guide_chapter_heading {
		grid-template-columns: auto 1fr;
		margin-top: 42px;
		padding: 24px;
	}

	.guide_chapter_heading > span {
		font-size: 30px;
		margin-right: 18px;
	}

	.guide_chapter_heading > div {
		padding-left: 18px;
	}

	.guide_chapter_heading h2 {
		font-size: 20px;
	}

	.guide_chapter_heading > small {
		display: none;
	}

	.guide_slide {
		margin-bottom: 16px;
	}

	.guide_back_to_top {
		bottom: 16px;
		right: 16px;
	}
}

@media print {
	.guide_document {
		background: #fff;
		max-width: none;
		padding: 0;
	}

	.guide_hero,
	.guide_chapter_nav,
	.guide_chapter_heading,
	.guide_back_to_top {
		display: none;
	}

	.guide_intro_slides,
	.guide_chapter {
		padding: 0;
	}

	.guide_slide {
		box-shadow: none;
		break-after: page;
		margin: 0;
	}
}
