.krrec-detention-page,
.krrec-detention-page * {
	box-sizing: border-box;
}

body.krrec-detention-template .krrec-detention-page,
body.krrec-detention-template .krrec-detention-page *,
body.krrec-detention-template .krrec-detention-page button,
body.krrec-detention-template .krrec-detention-page input,
body.krrec-detention-template .krrec-detention-page select,
body.krrec-detention-template .krrec-detention-page textarea {
	font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
}

body.krrec-detention-template {
	overflow-x: clip;
}

.krrec-detention-page {
	--krrec-blue: #003fe0;
	--krrec-blue-deep: #0834ac;
	--krrec-blue-tint: #f7faff;
	--krrec-blue-line: #d8e5ff;
	--krrec-text: #14284f;
	--krrec-strong: #1f2430;
	--krrec-muted: #60708d;
	--krrec-line: #dfe8f8;
	background: #ffffff;
	color: var(--krrec-text);
	font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
	padding-bottom: 110px;
}

.krrec-detention-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 24px;
}

.krrec-detention-hero {
	background: #ffffff;
	padding: 36px 0 28px;
}

.krrec-detention-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .98fr) minmax(420px, 560px);
	gap: 28px;
	align-items: stretch;
}

.krrec-detention-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 18px 0 10px;
}

.krrec-detention-eyebrow,
.krrec-detention-section-kicker {
	display: inline-flex;
	align-items: center;
	margin: 0 0 14px;
	color: var(--krrec-blue);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.35;
}

.krrec-detention-hero h1 {
	margin: 0;
	color: var(--krrec-strong);
	font-size: 54px;
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: 0;
	word-break: keep-all;
}

.krrec-detention-lead {
	max-width: 650px;
	margin: 20px 0 0;
	color: var(--krrec-muted);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.8;
	word-break: keep-all;
}

.krrec-detention-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.krrec-detention-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid var(--krrec-blue);
	border-radius: 999px;
	background: var(--krrec-blue);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.krrec-detention-button:hover,
.krrec-detention-button:focus-visible {
	background: var(--krrec-blue-deep);
	border-color: var(--krrec-blue-deep);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
}

.krrec-detention-button--secondary {
	background: #ffffff;
	color: var(--krrec-blue);
}

.krrec-detention-button--secondary:hover,
.krrec-detention-button--secondary:focus-visible {
	background: #ffffff;
	color: var(--krrec-blue);
}

.krrec-detention-button--wide {
	width: 100%;
	margin-top: auto;
}

.krrec-detention-hero__summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 64px;
}

.krrec-detention-hero__summary article {
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--krrec-line);
	border-radius: 28px;
	background: rgba(255, 255, 255, .98);
}

.krrec-detention-hero__summary article:first-child {
	background: linear-gradient(135deg, #0950ff 0%, #003fe0 100%);
	border-color: rgba(0, 63, 224, .24);
	color: #ffffff;
}

.krrec-detention-hero__summary span {
	display: block;
	margin-bottom: 12px;
	color: var(--krrec-blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	word-break: keep-all;
}

.krrec-detention-hero__summary article:first-child span {
	color: rgba(255, 255, 255, .86);
}

.krrec-detention-hero__summary strong {
	display: block;
	color: var(--krrec-strong);
	font-size: 31px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0;
	white-space: nowrap;
}

.krrec-detention-hero__summary article:first-child strong {
	color: #ffffff;
}

.krrec-detention-hero__visual {
	position: relative;
	min-width: 0;
	min-height: 500px;
	border: 1px solid rgba(6, 33, 95, .12);
	border-radius: 34px;
	background: linear-gradient(135deg, #f7faff 0%, #ffffff 100%);
	box-shadow: 0 28px 60px rgba(7, 37, 112, .14);
	overflow: clip;
}

.krrec-detention-hero-panel {
	display: grid;
	align-content: center;
	gap: 14px;
	min-height: 500px;
	padding: 24px;
}

.krrec-detention-hero-panel__top {
	padding-bottom: 16px;
	border-bottom: 1px solid var(--krrec-line);
}

.krrec-detention-hero-panel__top span {
	display: block;
	margin-bottom: 10px;
	color: var(--krrec-blue);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
}

.krrec-detention-hero-panel__top strong {
	display: block;
	color: var(--krrec-strong);
	font-size: 23px;
	font-weight: 800;
	line-height: 1.35;
	word-break: keep-all;
}

.krrec-detention-hero-flow {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.krrec-detention-hero-flow li {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 52px;
	padding: 10px 14px;
	border: 1px solid var(--krrec-line);
	border-radius: 8px;
	background: #ffffff;
}

.krrec-detention-hero-flow span {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--krrec-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.krrec-detention-hero-flow p {
	margin: 0;
	color: var(--krrec-text);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	word-break: keep-all;
}

.krrec-detention-hero-docs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.krrec-detention-hero-docs span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 10px;
	border: 1px solid #cddcff;
	border-radius: 8px;
	background: #eef4ff;
	color: var(--krrec-blue-deep);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	word-break: keep-all;
}

.krrec-detention-hero-callout {
	padding: 14px 16px;
	border: 2px solid var(--krrec-blue);
	border-radius: 8px;
	background: #ffffff;
}

.krrec-detention-hero-callout strong {
	display: block;
	margin-bottom: 6px;
	color: var(--krrec-blue);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
}

.krrec-detention-hero-callout p {
	margin: 0;
	color: var(--krrec-strong);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
	word-break: keep-all;
}

.krrec-detention-band {
	background: #ffffff;
	padding: 18px 0 0;
}

.krrec-detention-feature-grid {
	display: grid;
	grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
	gap: 34px;
	align-items: start;
	padding: 32px;
	border: 1px solid var(--krrec-line);
	border-radius: 28px;
	background: var(--krrec-blue-tint);
}

.krrec-detention-feature-grid h2,
.krrec-detention-section-head h2 {
	margin: 0;
	color: var(--krrec-strong);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	word-break: keep-all;
}

.krrec-detention-info-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.krrec-detention-info-list li {
	position: relative;
	min-width: 0;
	padding: 18px 18px 18px 40px;
	border: 1px solid var(--krrec-blue-line);
	border-radius: 22px;
	background: #ffffff;
	color: var(--krrec-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.68;
	word-break: keep-all;
}

.krrec-detention-info-list li::before {
	position: absolute;
	top: 23px;
	left: 20px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--krrec-blue);
	content: "";
}

.krrec-detention-section {
	padding: 72px 0;
	background: #ffffff;
}

.krrec-detention-section--soft {
	background: var(--krrec-blue-tint);
}

.krrec-detention-section-head {
	display: block;
	max-width: 780px;
	margin-bottom: 30px;
}

.krrec-detention-section-head--split {
	display: flex;
	gap: 18px;
	align-items: end;
	justify-content: space-between;
	max-width: none;
}

.krrec-detention-section-head--split > div {
	max-width: 780px;
}

.krrec-detention-section-link,
.krrec-detention-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--krrec-blue);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
}

.krrec-detention-section-link {
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--krrec-blue-line);
	border-radius: 999px;
	background: #ffffff;
}

.krrec-detention-section-link:hover,
.krrec-detention-section-link:focus-visible,
.krrec-detention-text-link:hover,
.krrec-detention-text-link:focus-visible {
	color: var(--krrec-blue-deep);
	text-decoration: none;
}

.krrec-detention-step-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.krrec-detention-step-card {
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--krrec-line);
	border-radius: 28px;
	background: rgba(255, 255, 255, .98);
}

.krrec-detention-step-card span {
	display: inline-flex;
	margin-bottom: 20px;
	color: var(--krrec-blue);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.krrec-detention-step-card h3 {
	margin: 0 0 10px;
	color: var(--krrec-strong);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	word-break: keep-all;
}

.krrec-detention-step-card p {
	margin: 0;
	color: var(--krrec-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	word-break: keep-all;
}

.krrec-detention-plan-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.krrec-detention-plan {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 28px;
	border: 1px solid var(--krrec-line);
	border-radius: 28px;
	background: rgba(255, 255, 255, .98);
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.krrec-detention-plan--accent {
	border-color: rgba(0, 63, 224, .22);
}

.krrec-detention-plan:hover {
	border-color: rgba(0, 63, 224, .32);
	box-shadow: 0 18px 34px rgba(7, 32, 95, .10);
	transform: translateY(-3px);
}

.krrec-detention-plan__top {
	padding-bottom: 22px;
	border-bottom: 1px solid var(--krrec-line);
}

.krrec-detention-plan h3 {
	margin: 0 0 14px;
	color: var(--krrec-strong);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	word-break: keep-all;
}

.krrec-detention-plan strong {
	display: block;
	color: var(--krrec-blue);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.krrec-detention-plan ul {
	display: grid;
	gap: 10px;
	margin: 24px 0 24px;
	padding: 0;
	list-style: none;
}

.krrec-detention-plan li {
	position: relative;
	min-width: 0;
	padding-left: 21px;
	color: #304057;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.62;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.krrec-detention-plan li::before {
	position: absolute;
	top: .72em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--krrec-blue);
	content: "";
}

.krrec-detention-plan__actions {
	display: grid;
	gap: 12px;
	margin-top: auto;
}

.krrec-detention-plan__actions .krrec-detention-button--wide {
	margin-top: 0;
}

.krrec-detention-plan__actions .krrec-detention-text-link {
	min-height: 32px;
}

.krrec-detention-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.krrec-detention-detail-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 28px;
	border: 1px solid var(--krrec-line);
	border-radius: 28px;
	background: #ffffff;
}

.krrec-detention-detail-card--accent {
	border-color: rgba(0, 63, 224, .24);
}

.krrec-detention-detail-card__head {
	padding-bottom: 22px;
	border-bottom: 1px solid var(--krrec-line);
}

.krrec-detention-detail-card__head span {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--krrec-blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.krrec-detention-detail-card__head h3 {
	margin: 0 0 12px;
	color: var(--krrec-strong);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	word-break: keep-all;
}

.krrec-detention-detail-card__head strong {
	display: block;
	color: var(--krrec-blue);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.krrec-detention-detail-card__body {
	display: grid;
	gap: 22px;
	margin: 24px 0;
}

.krrec-detention-detail-card h4 {
	margin: 0 0 12px;
	color: var(--krrec-strong);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	word-break: keep-all;
}

.krrec-detention-detail-card ul,
.krrec-detention-support ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.krrec-detention-detail-card li,
.krrec-detention-support li {
	position: relative;
	min-width: 0;
	padding-left: 21px;
	color: #304057;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.66;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.krrec-detention-detail-card li::before,
.krrec-detention-support li::before {
	position: absolute;
	top: .72em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--krrec-blue);
	content: "";
}

.krrec-detention-document {
	display: grid;
	gap: 24px;
	max-width: 1164px;
}

.krrec-detention-document__figure {
	margin: 0;
	padding: 12px;
	border: 1px solid var(--krrec-line);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 34px rgba(7, 32, 95, .08);
	overflow: hidden;
}

.krrec-detention-document__figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.krrec-detention-support {
	display: grid;
	grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
	gap: 34px;
	align-items: start;
	padding: 32px;
	border: 1px solid var(--krrec-line);
	border-radius: 28px;
	background: #ffffff;
}

.krrec-detention-support h2 {
	margin: 0;
	color: var(--krrec-strong);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	word-break: keep-all;
}

.krrec-detention-support ul {
	padding: 6px 0 0;
}

.krrec-detention-thankyou {
	margin: 0 0 24px;
	padding: 28px 30px;
	border: 3px solid #003fe0;
	border-radius: 8px;
	background: linear-gradient(135deg, #eff4ff 0%, #ffffff 100%);
	color: #14284f;
	box-shadow: 0 18px 44px rgba(0, 63, 224, 0.16);
}

.krrec-detention-thankyou__badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 13px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #003fe0;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.krrec-detention-thankyou strong {
	display: block;
	margin-bottom: 10px;
	color: #0834ac;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.3;
	word-break: keep-all;
}

.krrec-detention-thankyou p {
	margin: 0;
	color: #14284f;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.krrec-detention-hero__grid,
	.krrec-detention-feature-grid,
	.krrec-detention-plan-grid,
	.krrec-detention-step-grid,
	.krrec-detention-detail-grid,
	.krrec-detention-support {
		grid-template-columns: 1fr;
	}

	.krrec-detention-step-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.krrec-detention-hero__visual,
	.krrec-detention-hero-panel {
		min-height: 500px;
	}

	.krrec-detention-hero__summary {
		margin-top: 36px;
	}

	.krrec-detention-feature-grid h2,
	.krrec-detention-section-head h2,
	.krrec-detention-support h2 {
		font-size: 30px;
	}
}

@media (max-width: 720px) {
	.krrec-detention-container {
		padding: 0 16px;
	}

	.krrec-detention-hero {
		padding-top: 28px;
	}

	.krrec-detention-hero h1 {
		font-size: 34px;
		line-height: 1.22;
	}

	.krrec-detention-lead {
		font-size: 15px;
		line-height: 1.65;
	}

	.krrec-detention-hero__actions,
	.krrec-detention-button {
		width: 100%;
	}

	.krrec-detention-button {
		min-height: 50px;
		padding: 0 14px;
	}

	.krrec-detention-hero__summary {
		grid-template-columns: 1fr;
		margin-top: 28px;
	}

	.krrec-detention-hero__summary article {
		padding: 20px;
		border-radius: 24px;
	}

	.krrec-detention-hero__summary strong {
		font-size: 28px;
	}

	.krrec-detention-hero__visual,
	.krrec-detention-feature-grid,
	.krrec-detention-plan {
		border-radius: 24px;
	}

	.krrec-detention-hero__visual,
	.krrec-detention-hero-panel {
		min-height: 0;
	}

	.krrec-detention-hero-panel {
		gap: 20px;
		padding: 22px 18px;
	}

	.krrec-detention-hero-panel__top {
		padding-bottom: 20px;
	}

	.krrec-detention-hero-panel__top strong {
		font-size: 24px;
	}

	.krrec-detention-hero-flow li {
		grid-template-columns: 42px minmax(0, 1fr);
		min-height: 68px;
		padding: 14px;
	}

	.krrec-detention-hero-flow span {
		width: 42px;
		height: 42px;
	}

	.krrec-detention-hero-flow p {
		font-size: 15px;
	}

	.krrec-detention-hero-docs {
		grid-template-columns: 1fr;
	}

	.krrec-detention-hero-callout p {
		font-size: 18px;
	}

	.krrec-detention-feature-grid {
		padding: 24px;
	}

	.krrec-detention-info-list {
		grid-template-columns: 1fr;
	}

	.krrec-detention-section-head--split {
		display: grid;
		align-items: start;
	}

	.krrec-detention-section-link {
		justify-self: start;
	}

	.krrec-detention-step-grid,
	.krrec-detention-detail-grid,
	.krrec-detention-support {
		grid-template-columns: 1fr;
	}

	.krrec-detention-section {
		padding: 58px 0;
	}

	.krrec-detention-feature-grid h2,
	.krrec-detention-section-head h2,
	.krrec-detention-support h2 {
		font-size: 27px;
	}

	.krrec-detention-step-card,
	.krrec-detention-plan {
		padding: 24px 20px;
	}

	.krrec-detention-plan h3 {
		font-size: 22px;
	}

	.krrec-detention-plan strong {
		font-size: 30px;
	}

	.krrec-detention-detail-card {
		padding: 24px 20px;
	}

	.krrec-detention-detail-card__head h3 {
		font-size: 22px;
	}

	.krrec-detention-detail-card__head strong {
		font-size: 30px;
	}

	.krrec-detention-document__figure {
		padding: 8px;
		border-radius: 24px;
	}

	.krrec-detention-document__figure img {
		border-radius: 18px;
	}

	.krrec-detention-support {
		padding: 24px;
		border-radius: 24px;
	}

	.krrec-detention-thankyou {
		padding: 24px 20px;
	}

	.krrec-detention-thankyou strong {
		font-size: 24px;
	}

	.krrec-detention-thankyou p {
		font-size: 16px;
	}
}
