@charset "utf-8";


.rehab-notice-read {
	background: var(--color-surface-subtle, #f9f9f9);
	color: var(--color-text-main, #1E293B);
}

.rehab-notice-read__wrap {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.rehab-notice-read__hero {
	padding: 56px 0 44px;
	background: var(--color-primary, #1d4585);
	color: var(--color-text-primary-btn, #fff);
}
/* 
.rehab-notice-read__breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0 0 28px;
	list-style: none;
	font-size: var(--fz-tn, 14px);
}

.rehab-notice-read__breadcrumb a,
.rehab-notice-read__breadcrumb span {
	color: rgba(255, 255, 255, .78);
	text-decoration: none;
}

.rehab-notice-read__breadcrumb li+li::before {
	content: "/";
	margin-right: 8px;
	color: rgba(255, 255, 255, .45);
} */
.read-breadcrumb a,
.read-breadcrumb li+li::before {
    color: var(--color-text-main, #1E293B);
}
.read-breadcrumb li[aria-current="page"] {
    color: var(--color-primary);
}
.rehab-notice-read__eyebrow {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.rehab-notice-read__eyebrow span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	font-size: var(--fz-tn, 13px);
	font-weight: 500;
}

.rehab-notice-read__title {
	max-width: 900px;
	margin: 0;
	font-size: var(--fz-xxl, 38px);
	font-weight: 700;
	line-height: 1.25;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.rehab-notice-read__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .76);
	font-size: var(--fz-sm, 15px);
}

.rehab-notice-read__meta span+span::before {
	content: "·";
	margin-right: 8px;
	color: rgba(255, 255, 255, .45);
}

.rehab-notice-read__section {
	padding: 42px 0 72px;
}

.rehab-notice-read__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 24px;
	align-items: start;
}

.rehab-notice-read__main {
	display:flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
}

.rehab-notice-read__side {
	position: sticky;
	top: 75px;
	display: grid;
	gap: 18px;
	min-width: 0;
}

.rehab-notice-read-card {
	/* padding: 24px;
	border: 1px solid var(--color-border-subtle, #e3e3e3);
	border-radius: var(--radius-lg, 1rem);
	background: var(--color-bg, #fff); */
	padding:0;
	border: none;
}

.rehab-notice-read-card__head {
	margin-bottom: 18px;
}

.rehab-notice-read-card__eyebrow {
	margin: 0 0 6px;
	color: var(--color-primary, #1d4585);
	font-size: var(--fz-tn, 13px);
	font-weight: 600;
}

.rehab-notice-read-card__title {
	margin: 0;
	color: var(--color-text-main, #1E293B);
	font-size: var(--fz-lg, 22px);
	font-weight: 700;
	line-height: 1.35;
	word-break: keep-all;
}

.rehab-notice-read-stage {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border-color: rgba(var(--color-primary-rgb, 29, 69, 133), .25);
}

.rehab-notice-read-stage__title {
	margin: 0;
	font-size: var(--fz-xl, 28px);
	font-weight: 700;
	line-height: 1.3;
	word-break: keep-all;
}

.rehab-notice-read-stage__period {
	margin: 8px 0 0;
	color: var(--color-text-sub, #52565e);
	font-size: var(--fz-sm, 15px);
}

.rehab-notice-read-stage__dday {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	height: 48px;
	padding: 0 16px;
	border-radius: 999px;
	background: var(--color-primary, #1d4585);
	color: var(--color-text-primary-btn, #fff);
	font-size: var(--fz-lg, 22px);
	font-weight: 700;
}

.rehab-notice-read-timeline {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.rehab-notice-read-timeline__item {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	color: var(--color-text-sub, #52565e);
}

.rehab-notice-read-timeline__dot {
	width: 10px;
	height: 10px;
	margin-top: 7px;
	border-radius: 999px;
	background: var(--color-border-subtle, #e3e3e3);
}

.rehab-notice-read-timeline__item strong {
	display: block;
	color: var(--color-text-main, #1E293B);
	font-size: var(--fz-sm, 15px);
	font-weight: 600;
}

.rehab-notice-read-timeline__item span {
	display: block;
	margin-top: 5px;
	font-size: var(--fz-tn, 14px);
}

.rehab-notice-read-timeline__item--current .rehab-notice-read-timeline__dot {
	background: var(--color-primary, #1d4585);
}

.rehab-notice-read-timeline__item--current strong {
	color: var(--color-primary, #1d4585);
}

/* jinju add procedure progress style START */
.rehab-notice-process {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 0;
	padding: 18px 0 34px;
	margin: 0;
	list-style: none;
}

.rehab-notice-process__item {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 10px;
	min-width: 0;
	color: var(--color-text-muted, #b5b5b5);
	font-size: var(--fz-tn, 13px);
	font-weight: 500;
	text-align: center;
}

.rehab-notice-process__item::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--color-border-subtle, #e3e3e3);
}

.rehab-notice-process__item:first-child::before {
	left: 50%;
}

.rehab-notice-process__item:last-child::before {
	right: 50%;
}

.rehab-notice-process__item span {
	position: relative;
	z-index: 1;
	display: inline-grid;
	align-items: center;
	justify-items: center;
	gap: 8px;
	word-break: keep-all;
}

.rehab-notice-process__item span::before {
	content: "";
	width: 24px;
	height: 24px;
	border: 2px solid var(--color-border-subtle, #e3e3e3);
	border-radius: 999px;
	background: var(--color-bg, #fff);
}

.rehab-notice-process__item--current {
	color: var(--color-primary, #1d4585);
	font-weight: 700;
}

.rehab-notice-process__item--current span::before {
	border-color: var(--color-primary, #1d4585);
}

.rehab-notice-process__item--current strong {
	position: absolute;
	top: 52px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	color: var(--color-primary, #1d4585);
	font-size: var(--fz-tn, 12px);
	font-weight: 700;
	white-space: nowrap;
}

.rehab-notice-process__item--current strong::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border-right: 6px solid transparent;
	border-bottom: 8px solid var(--color-primary, #1d4585);
	border-left: 6px solid transparent;
}
/* jinju add procedure progress style END */

.rehab-notice-read-content {
	color: var(--color-text-main, #1E293B);
	font-size: var(--fz-sm, 15px);
	line-height: 1.8;
	overflow-wrap: anywhere;
	white-space: pre-line;
}
.rehab-notice-read-content h2 {
	font-size: var(--fz-lg, 22px);
}
.rehab-notice-read-content h3 {
	font-size: var(--fz-md, 18px);
	margin-top: 4rem;
	margin-bottom: 2rem;
	font-weight: 600;
}
.rehab-notice-read-content h4 {
	font-size: var(--fz-md, 18px);
	margin-top: 2rem;
	margin-bottom: .5rem;
}

.rehab-notice-read-content :first-child {
	margin-top: 0;
}

.rehab-notice-read-content :last-child {
	margin-bottom: 0;
}

.rehab-notice-read-related {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.rehab-notice-read-related a {
	display: grid;
	gap: 5px;
	padding: 14px 0;
	border-bottom: 1px solid var(--color-border-subtle, #e3e3e3);
	color: var(--color-text-main, #1E293B);
	text-decoration: none;
}

.rehab-notice-read-related li:last-child a {
	border-bottom: 0;
}

.rehab-notice-read-related strong {
	font-size: var(--fz-sm, 15px);
	font-weight: 600;
}

.rehab-notice-read-related span {
	color: var(--color-text-sub, #52565e);
	font-size: var(--fz-tn, 14px);
}

.rehab-notice-read-cta {
	padding: 24px;
	border-radius: var(--radius-lg, 1rem);
	background: var(--color-primary, #1d4585);
	color: var(--color-text-primary-btn, #fff);
}

.rehab-notice-read-cta__eyebrow {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, .72);
	font-size: var(--fz-tn, 13px);
	font-weight: 600;
}

.rehab-notice-read-cta__title {
	margin: 0;
	font-size: var(--fz-lg, 22px);
	font-weight: 700;
	line-height: 1.35;
	word-break: keep-all;
}

.rehab-notice-read-cta__desc {
	margin: 12px 0 18px;
	color: rgba(255, 255, 255, .78);
	font-size: var(--fz-sm, 15px);
	line-height: 1.65;
}

@media (max-width: 1024px) {
	.rehab-notice-read__layout {
		grid-template-columns: 1fr;
	}

	.rehab-notice-read__side {
		position: static;
	}
}

@media (max-width: 768px) {

	.rehab-notice-read__hero {
		padding: 38px 0 34px;
	}

	.rehab-notice-read__title {
		font-size: var(--fz-xl, 28px);
	}

	.rehab-notice-read__section {
		padding: 28px 0 56px;
	}

	.rehab-notice-read-stage {
		align-items: flex-start;
		flex-direction: column;
	}

	/* jinju add procedure progress mobile START */
	.rehab-notice-process {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 0;
		margin: 0 -16px;
	}

	.rehab-notice-process__item {
		justify-items: start;
		text-align: left;
	}

	.rehab-notice-process__item::before,
	.rehab-notice-process__item:first-child::before,
	.rehab-notice-process__item:last-child::before {
		top: 0;
		bottom: -12px;
		left: 11px;
		right: auto;
		width: 2px;
		height: auto;
	}

	.rehab-notice-process__item:last-child::before {
		display: none;
	}

	.rehab-notice-process__item span {
		grid-template-columns: 24px minmax(0, 1fr);
		text-align: left;
	}

	.rehab-notice-process__item--current strong {
		position: static;
		transform: none;
		margin-left: 32px;
	}

	.rehab-notice-process__item--current strong::before {
		display: none;
	}
	/* jinju add procedure progress mobile END */

}

/* jinju figma read_rehab_notice override START */
.rehab-notice-read {
	background: #fff;
}

.rehab-notice-read__wrap {
	width: min(1180px, calc(100% - 32px));
}

.rehab-notice-read__hero {
	position: relative;
	padding: 56px 0 44px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	color: #3b381e;
}

.rehab-notice-read__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .74);
	pointer-events: none;
	z-index: 1;
}
.rehab-notice-read__hero > * {
	position: relative;
	z-index: 2;
}

.rehab-notice-read__hero .rehab-notice-read__wrap {
	position: relative;
	z-index: 1;
}

.rehab-notice-read__breadcrumb ol {
	margin-bottom: 14px;
}

.rehab-notice-read__breadcrumb a,
.rehab-notice-read__breadcrumb span,
.rehab-notice-read__breadcrumb li + li::before {
	color: var(--color-text-secondary, #5e5b52);
}

.rehab-notice-read__eyebrow {
	display: none;
}

.rehab-notice-read__title {
	display: grid;
	gap: 0;
	max-width: 900px;
	color: #3b381e;
}

.rehab-notice-read__title span:first-child {
	font-size: 56px;
	font-weight: 600;
	line-height: 1.25;
}

.rehab-notice-read__title span:last-child {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
}

.rehab-notice-read__meta {
	color: var(--color-text-secondary, #5e5b52);
	font-size: var(--fz-sm, 16px);
}

.rehab-notice-read__meta span + span::before {
	color: var(--color-text-secondary, #5e5b52);
}

.rehab-notice-read__section {
	padding: 42px 0 72px;
}

.rehab-notice-read__layout {
	grid-template-columns: minmax(0, 816px) 340px;
	gap: 24px;
	justify-content: center;
}
.rehab-notice-read__main {
	gap: 32px;
}

.rehab-notice-read__disclaimer {
	color: var(--color-text-muted, #b5b5b5);
	font-size: var(--fz-tn, 14px);
	line-height: 1.7;
	word-break: keep-all;
	display: flex;
	padding: 1rem ;
	justify-content: center;
	align-items: center;
	gap:1rem;
	border: 1px solid var(--color-border-subtle, #e3e3e3);
	border-radius: var(--radius-lg, 1rem);
}

.rehab-notice-read__disclaimer p {
	margin: 0;
}
.rehab-notice-read-card--content {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
/* .rehab-notice-read-card {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.rehab-notice-read-card__head {
	margin-bottom: 8px;
	padding: 0 8px;
} */

/* .rehab-notice-read-card__title {
	color: var(--color-grey-20, #333);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
} */

.rehab-notice-process-section {
	padding: 0;
	background: transparent;
	border: 0;
	width: 100%;
}

.rehab-notice-process {
	padding: 64px 0 32px;
	border-radius: 16px;
	background: transparent;
}

.rehab-notice-process--bankruptcy {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rehab-notice-process__item {
	color: #b5b5b5;
	font-size: 14px;
	font-weight: 400;
}

.rehab-notice-process__item[role="button"] {
	cursor: pointer;
}

.rehab-notice-process__item[role="button"]:focus-visible {
	outline: 2px solid var(--color-primary, #1d4585);
	outline-offset: 8px;
	border-radius: 8px;
}

.rehab-notice-process__item::before {
	top: 11px;
}

.rehab-notice-process__item--current {
	color: var(--color-primary, #1d4585);
	font-weight: 600;
}

.rehab-notice-process__item--selected {
	color: #000;
	font-weight: 700;
}



.rehab-notice-process__item--selected:not(.rehab-notice-process__item--current) span::before {
	border-color: #000;
}

.rehab-notice-process__item--current span::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	z-index: -1;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: rgba(29, 69, 133, .2);
	transform: translate(-50%, -50%) scale(.8);
	animation: rehab-notice-process-current-pulse 1.8s ease-out infinite;
	pointer-events: none;
}

.rehab-notice-process__item--current strong {
	top: -38px;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(29, 69, 133, .38);
	border-radius: 6px;
	background: var(--color-primary, #1d4585);
	box-shadow: 0 2px 5px rgba(15, 23, 42, .16);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.rehab-notice-process__item--current strong::before {
	display: none;
}

.rehab-notice-process__item--current strong i,
.rehab-notice-process__selected-label i {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 17px;
	line-height: 1;
}

.rehab-notice-process__item--current strong i {
	color: var(--color-primary, #1d4585);
}

.rehab-notice-process__selected-label {
	position: absolute;
	top: -38px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(29, 69, 133, .18);
	border-radius: 6px;
	background: #edf3ff;
	box-shadow: 0 2px 5px rgba(15, 23, 42, .08);
	color: var(--color-primary, #1d4585);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	white-space: nowrap;
}

.rehab-notice-process__selected-label i {
	color: #d8e4f7;
}

/* .rehab-notice-process__item--current strong::before {
	top: 20px;
	transform: translateX(-50%) rotate(180deg);
	border-bottom-color: var(--color-primary, #1d4585);
} */

@keyframes rehab-notice-process-current-pulse {
	0% {
		opacity: .75;
		transform: translate(-50%, -50%) scale(.8);
		box-shadow: 0 0 0 0 rgba(29, 69, 133, .2);
	}

	65% {
		opacity: .28;
		transform: translate(-50%, -50%) scale(2.35);
		box-shadow: 0 0 0 10px rgba(29, 69, 133, 0);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(2.8);
		box-shadow: 0 0 0 14px rgba(29, 69, 133, 0);
	}
}

.rehab-notice-process-detail {
	overflow: hidden;
	border: 1px solid #e2e7f0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .09);
}

.rehab-notice-process-detail:not(.is-open) {
	display: none;
}

.rehab-notice-process-detail.is-hidden {
	display: none;
}

.rehab-notice-process-detail.is-open {
	animation: rehab-notice-process-detail-enter .42s cubic-bezier(.22, 1, .36, 1) both;
	will-change: opacity, transform;
}

@keyframes rehab-notice-process-detail-enter {
	0% {
		opacity: 0;
		transform: translate3d(-28px, 0, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.rehab-notice-process-detail.is-open {
		animation: none;
	}
}

.rehab-notice-process-detail__body {
	position: relative;
	padding: 1.5rem 2rem 1rem;
}

.rehab-notice-process-detail__body .btn-close {
	position: absolute;
	top: 38px;
	right: 48px;
	color: #4b5563;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
}

.rehab-notice-process-detail__close:hover,
.rehab-notice-process-detail__close:focus-visible {
	border-color: var(--color-primary, #1d4585);
	color: var(--color-primary, #1d4585);
}

.rehab-notice-process-detail__label {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-bottom: 18px;
	padding: 0 14px;
	border-radius: 6px;
	background: #e8eef8;
	color: var(--color-primary, #1d4585);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.rehab-notice-process-detail__head {
	display: flex;
	align-items: center;
	gap: 26px;
	padding-right: 130px;
	margin-bottom: 34px;
}

.rehab-notice-process-detail__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #edf3fb;
	color: var(--color-primary, #1d4585);
	font-size: 25px;
	line-height: 1;
}

.rehab-notice-process-detail__title {
	margin: 0;
	color: var(--color-primary, #1d4585);
	font-size: var(-fz-xl, 28px);
	font-weight: 800;
	line-height: 1.25;
	word-break: keep-all;
}

.rehab-notice-process-detail__desc {
	margin: 0;
	color: #1f2430;
	font-size: 18px;
	line-height: 1.85;
	word-break: break-all;
	padding: 1rem;
	border-radius: var(--radius-lg, 1rem);
	background: #fafafa;
	border: 1px solid var(--color-border-subtle, #e3e3e3);
}

.rehab-notice-process-detail__link {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 12px 28px 28px;
	padding: 28px 28px;
	border: 1px solid #4c7fd0;
	border-radius: 8px;
	/* background: #f8fbff; */
	color: var(--color-primary, #1d4585);
	line-height: 1.4;
	text-decoration: none;
}

.rehab-notice-process-detail__link:hover {
	background: #f3f8ff;
	border-color: var(--color-primary, #1d4585);
}

.rehab-notice-process-detail__link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--color-primary, #1d4585);
	color: #fff;
	font-size: 38px;
	line-height: 1;
}

.rehab-notice-process-detail__link-text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	gap: 8px;
}

.rehab-notice-process-detail__link-text strong {
	color: var(--color-text-main, #1E293B);
	font-size: 23px;
	font-weight: 800;
	line-height: 1.35;
	word-break: keep-all;
}

.rehab-notice-process-detail__link-text em {
	color: #2f3745;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
	word-break: keep-all;
}

.rehab-notice-process-detail__link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	flex: 0 0 auto;
	min-width: 260px;
	min-height: 66px;
	padding: 0 28px;
	border-radius: 8px;
	background: linear-gradient(135deg, #071a3a 0%, #0b2f68 48%, #123f86 100%);
	box-shadow: 0 12px 24px rgba(7, 26, 58, .28), inset 0 1px 0 rgba(255, 255, 255, .16);
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.rehab-notice-process-detail__link:hover .rehab-notice-process-detail__link-button {
	background: linear-gradient(135deg, #041229 0%, #082653 48%, #0f3775 100%);
	box-shadow: 0 14px 28px rgba(7, 26, 58, .34), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.rehab-notice-process-detail__link-button::after {
	content: "";
	width: 14px;
	height: 14px;
	border-top: 4px solid currentColor;
	border-right: 4px solid currentColor;
	transform: rotate(45deg);
}

.rehab-notice-read-content {
	padding: 56px 48px;
	border: 1px solid #e3e6eb;
	border-radius: 16px;
	background:  #f3f3f3;
	color: #1f2430;
	font-size: 16px;
	line-height: 1.8;
}

.rehab-notice-read-content h2,
.rehab-notice-read-content h3 {
	color: #1e293b;
	text-align: center;
}

.rehab-notice-read-content h2 {
	margin-bottom: 32px;
	font-size: 24px;
	line-height: 1.2;
}
.rehab-notice-read-content table th,
.rehab-notice-read-content table td {
	padding: 2px 8px;
	text-align: left;
}

.rehab-notice-read-cta-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 154px;
	padding: 34px 48px;
	overflow: hidden;
	border-radius: 16px;
	background: #f0f2fd;
}

.rehab-notice-read-cta-banner__text {
	position: relative;
	z-index: 1;
}

.rehab-notice-read-cta-banner__text p {
    margin: 0 0 4px;
    color: var(--color-text-sub);
    font-size: var(--fz-sm, 15px);
    font-weight: 500;
    line-height: 1.5;
}

.rehab-notice-read-cta-banner__text h2 {
	margin: 0 0 2rem;
	color: #1f2430;
	font-size: var(--fz-md, 18px);
	font-weight: 700;
	line-height: 1.25;
	word-break: auto-phrase;
	/* max-width: calc(100% - 168px); */
	max-width: calc(100% - 180px);
}

.rehab-notice-read-cta-banner__text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid var(--color-primary, #1d4585);
    border-radius: 4px;
    color: var(--color-primary, #1d4585);
    font-size: var(--fz-sm);
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, white, #f3f3f3);
}

.rehab-notice-read-cta-banner img {
	position: absolute;
	right: 38px;
	top: 50%;
	transform: translateY(-50%);
	width: 168px;
	max-width: 34%;
	height: auto;
}
/* .rn-read-original {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 154px;
	padding: 34px 48px;
	overflow: hidden;
	border-radius: 16px;
	background: #f0f2fd;
} */
.rn-read-original {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 150px;
	padding: 36px 64px;
	border-radius: 16px;
	background: #f4f4f4;
	position: relative;
}
.rn-read-original__text {
	position: relative;
	z-index: 1;
}

.rn-read-original__text p {
	margin: 0 0 1rem;
	color: var(--color-text-sub, #52565e);
	font-size: var(--fz-md, 18px);
	font-weight: 700;
	line-height: 1.5;
}
.rn-read-original__text h2 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
}
/* .rn-read-original__text h2 {
	margin: 0 0 14px;
	color: #1f2430;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	word-break: keep-all;
} */

.rn-read-original__text a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--color-primary, #1d4585);
	border-radius: 4px;
	color: var(--color-primary, #1d4585);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}
.rn-read-original img {
	position: static;
	flex: 0 0 auto;
	width: 220px;
	max-width: 30%;
	transform: none;
}
/* .rn-read-original img {
	position: absolute;
	right: 38px;
	bottom: 50%;
	width: 168px;
	max-width: 34%;
	height: auto;
	transform: translateY(50%);
} */
.rehab-notice-read-schedule {
	padding: 0;
	background: transparent;
}

.rehab-notice-read-schedule .rehab-notice-read-card__head {
	padding: 0;
}

.rehab-notice-read-timeline {
	gap: 0;
}

.rehab-notice-read-timeline__item {
	position: relative;
	grid-template-columns: 18px minmax(0, 1fr);
	padding-bottom: 14px;
	color: #7b8088;
}

.rehab-notice-read-timeline__item::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 0;
	left: 5px;
	width: 2px;
	background: #e3e3e3;
}

.rehab-notice-read-timeline__item:last-child::before {
	display: none;
}

.rehab-notice-read-timeline__dot {
	position: relative;
	z-index: 1;
	width: 12px;
	height: 12px;
	margin-top: 5px;
	border: 2px solid #e3e3e3;
	background: #fff;
}

.rehab-notice-read-timeline__item--current .rehab-notice-read-timeline__dot {
	border-color: var(--color-primary, #1d4585);
	background: var(--color-primary, #1d4585);
}

.rehab-notice-read-timeline__item strong {
	color: #1f2430;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.rehab-notice-read-timeline__item span {
	color: #7b8088;
	font-size: 14px;
	line-height: 1.5;
}

.rehab-notice-current-schedule {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 21px;
	border: 1px solid #dbe5f3;
	border-radius: 16px;
	background: #dbe5f3;
}

.rehab-notice-current-schedule__label {
	display: block;
	width: 100%;
	padding: 1px 0 2px;
	color: #1d4f91;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.rehab-notice-current-schedule__title {
	display: block;
	width: 100%;
	padding-top: 1px;
	color: #172033;
	font-size: var(--fz-md, 18px);
	font-weight: 700;
	line-height: 1.4;
	word-break: keep-all;
}

.rehab-notice-current-schedule__date {
	width: 100%;
	margin: 0;
	padding-bottom: 7px;
	color: #4b5b73;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.rehab-notice-current-schedule__status {
	display: inline-flex;
	max-width: 100%;
	min-height: 26px;
	color: var(--color-text-sub);
	font-size: var(--fz-sm, 14px);
	font-weight: 500;
	line-height: 1.3;
	word-break: break-all;
	margin-top: 1rem;
}

/* jinju add related notices sidebar style START */
.rehab-notice-read-schedule,
.rehab-notice-related-notices {
	padding: 20px;
	border: 1px solid #e3e6eb;
	border-radius: 16px;
	background: #fff;
}
.rehab-notice-read-card__head,
.rehab-notice-related-notices__head {
	margin-bottom: 10px;
}
.rehab-notice-read-card__title,
.rehab-notice-related-notices__title {
	margin: 0;
	color: #1f2430;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.rehab-notice-related-notices__list {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
.rehab-notice-related-notices__item.current {
	/* background: #f0f2fd; */
}
.rehab-notice-related-notices__item.current .rehab-notice-related-notices__link {
	cursor: default;
	pointer-events: none;
}
.rehab-notice-related-notices__item.current .rehab-notice-related-notices__name {
	/* color: var(--color-primary, #1d4585); */
	font-weight: 800;
}

/* .rehab-notice-related-notices__item.current .rehab-notice-related-notices__name::after {
	content: "현재";
	color: var(--color-primary, #1d4585);
	font-size: 12px;
	font-weight: 400;
	display:inline-flex;
	padding: 2px 6px;
	border: 1px solid var(--color-primary, #1d4585);
	border-radius: 999px;
	margin-left: 8px;
} */
.rehab-notice-related-notices__item + .rehab-notice-related-notices__item {
	border-top: 1px solid #edf0f4;
}

.rehab-notice-related-notices__link {
	display: grid;
	gap: 4px;
	padding: 13px 0;
	color: inherit;
	text-decoration: none;
}

.rehab-notice-related-notices__item:first-child .rehab-notice-related-notices__link {
	padding-top: 0;
}

.rehab-notice-related-notices__item:last-child .rehab-notice-related-notices__link {
	padding-bottom: 0;
}

.rehab-notice-related-notices__name {
	color: #1f2430;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	word-break: keep-all;
	display:flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.rehab-notice-related-notices__debtor,
.rehab-notice-related-notices__date {
	color: #7b8088;
	font-size: 13px;
	line-height: 1.45;
	word-break: keep-all;
}

.rehab-notice-related-notices__link:hover .rehab-notice-related-notices__name {
	color: var(--color-primary, #1d4585);
}

.rehab-notice-related-notices__badge {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 0 7px;
	border-radius: 999px;
	background: var(--bs-danger, #ff4d4f);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.rehab-notice-read-related {
	border: 1px solid #e3e6eb;
	border-radius: 12px;
	background: #fff;
}

.rehab-notice-read-related a {
	padding: 14px 16px;
}

@media (max-width: 1024px) {
	.rehab-notice-read__layout {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 768px) {
	.rehab-notice-read__hero {
		padding: 38px 0 34px;
	}

	.rehab-notice-read__title span:first-child {
		font-size: 34px;
	}

	.rehab-notice-read__title span:last-child {
		font-size: 22px;
	}

	.rehab-notice-process {
		grid-auto-flow: column;
		grid-auto-columns: minmax(96px, 1fr);
		grid-template-columns: none;
		gap: 0;
		padding: 46px 0 30px;
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
		scroll-padding-inline: 24px;
		scroll-snap-type: x proximity;
        width: calc(100% + 32px);
        margin: 0 -16px;
	scrollbar-width: none;
	}

	.rehab-notice-process::-webkit-scrollbar {
		height: 4px;
	}

	.rehab-notice-process::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background: rgba(29, 69, 133, .25);
	}

	.rehab-notice-process__item {
		min-width: 96px;
		justify-items: center;
		text-align: center;
		scroll-snap-align: center;
	}

	.rehab-notice-process__item::before,
	.rehab-notice-process__item:first-child::before,
	.rehab-notice-process__item:last-child::before {
		display: block;
		top: 11px;
		bottom: auto;
		left: 0;
		right: 0;
		width: auto;
		height: 2px;
	}

	.rehab-notice-process__item:first-child::before {
		left: 50%;
	}

	.rehab-notice-process__item:last-child::before {
		right: 50%;
	}

	.rehab-notice-process__item span {
		grid-template-columns: none;
		text-align: center;
	}

	.rehab-notice-process__item--current strong {
		position: absolute;
		top: -34px;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}

	.rehab-notice-process__selected-label {
		top: -34px;
	}

	.rehab-notice-process__item--current strong::before {
		display: none;
	}

	.rehab-notice-process-detail__body {
		padding: 32px 20px 24px;
		position:relative;
	}

	.rehab-notice-process-detail__body  .btn-close {
		top: 16px;
		right: 16px;
		font-size: 14px;
		position:absolute;
	}

	.rehab-notice-process-detail__label {
		margin-bottom: 14px;
		font-size: 13px;
	}

	.rehab-notice-process-detail__title {
		font-size: 23px;
	}

	.rehab-notice-process-detail__head {
		gap: 14px;
		padding-right: 0;
		margin-bottom: 22px;
	}

	.rehab-notice-process-detail__icon {
		width: 54px;
		height: 54px;
		font-size: 30px;
	}

	.rehab-notice-process-detail__desc {
		font-size: 15px;
		line-height: 1.75;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	.rehab-notice-process-detail__link {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		margin: 0 16px 20px;
		padding: 20px;
	}

	.rehab-notice-process-detail__link-icon {
		width: 56px;
		height: 56px;
		font-size: 30px;
	}

	.rehab-notice-process-detail__link-text strong {
		font-size: 18px;
	}

	.rehab-notice-process-detail__link-text em {
		font-size: 14px;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	.rehab-notice-process-detail__link-button {
		width: 100%;
		min-width: 0;
		min-height: 52px;
		font-size: 18px;
	}

	.rehab-notice-read-content {
		padding: 28px 20px;
	}
	.rehab-notice-read-content tr{
		display: flex;
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.rehab-notice-read-content th {
		font-size: var(--fz-sm, 15px);
	}
	.rehab-notice-read-content th,
	.rehab-notice-read-content td {
		vertical-align: top;
	}

	.rehab-notice-read-cta-banner {
		align-items: flex-start;
		padding: 26px 20px 110px;
	}
.rehab-notice-read-cta-banner__text h2 {
	max-width: 100%;
}
	.rehab-notice-read-cta-banner img {
		right: 14px;
		width: 136px;
		max-width: 48%;
		top: auto;
		bottom: 0;
		transform: none;
	}
	

	.rn-read-original {
		align-items: flex-start;
		padding: 26px 20px 110px;
	}

	.rn-read-original img {
		right: 14px;
		width: 136px;
		max-width: 65%;
		bottom: 10px;
		transform: none;
		position: absolute;
	}
}
