@charset "UTF-8";
.page-header {
	background: url('https://cdn.myplayer.kr/lawjibsa-mangobanana/corpsvr/procedure_bg.png') no-repeat center center / cover;

	filter: brightness(1.1);
}

.page-header h1 {
	color: #415480
}

/* Common Step Card Styles */
.step-card {
	transition: all 0.3s ease;
	height: 100%;
	border: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
}

.step-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.step-card .card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.step-card .btn-detail {
	margin-top: auto;
}

.step-header {
	color: white;
	padding: 15px;
	border-radius: 5px 5px 0 0;
}

.step-number {
	font-size: var(--fz-md);
	opacity: 0.8;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.step-title {
	font-size: var(--fz-lg);
	font-weight: 700;
	margin: 5px 0 0 0;
}

.modal-subtitle {
	font-size: var(--fz-lg);
}

/* Corporate Rehabilitation Specific Styles */
#rehabilitation .step-header {
	background: linear-gradient(135deg, #2c3e50 0%, #4a69bd 100%);
}

#rehabilitation .btn-detail {
	border-color: #4a69bd;
	color: #4a69bd;
}

#rehabilitation .btn-detail:hover {
	background-color: #4a69bd;
	color: white;
}

#rehabilitation .timeline-item::before {
	background-color: #4a69bd;
}

#rehabilitation .modal-subtitle {
	border-bottom-color: #4a69bd;
	color: #2c3e50;
}

#rehabilitation .badge-outline {
	border-color: #4a69bd;
	color: #4a69bd;
}


/* Corporate Bankruptcy Specific Styles */
#bankruptcy .step-header {
	background: linear-gradient(135deg, #1d4e3a 0%, #3a6351 100%);
}

#bankruptcy .btn-detail {
	border-color: #1d4e3a;
	color: #1d4e3a;
}

#bankruptcy .btn-detail:hover {
	background-color: #1d4e3a;
	color: white;
}

#bankruptcy .timeline-item::before {
	background-color: #1d4e3a;
}

#bankruptcy .modal-subtitle {
	border-bottom-color: #1d4e3a;
	color: #1d4e3a;
}

#bankruptcy .text-theme {
	color: #1d4e3a;
}

#bankruptcy .badge-outline {
	border-color: #1d4e3a;
	color: #1d4e3a;
}

/* Corporate Bankruptcy Specific Styles */
#bankruptcy .step-header {
	background: linear-gradient(135deg, #1d4e3a 0%, #3a6351 100%);
}

#bankruptcy .btn-detail {
	border-color: #1d4e3a;
	color: #1d4e3a;
}

#bankruptcy .btn-detail:hover {
	background-color: #1d4e3a;
	color: white;
}

#bankruptcy .timeline-item::before {
	background-color: #1d4e3a;
}

#bankruptcy .modal-subtitle {
	border-bottom-color: #1d4e3a;
	color: #1d4e3a;
}

#bankruptcy .text-theme {
	color: #1d4e3a;
}

#bankruptcy .badge-outline {
	border-color: #1d4e3a;
	color: #1d4e3a;
}

/* Common Modal & Timeline Styles */
.modal-rehab .modal-header {
	background: linear-gradient(135deg, #2c3e50 0%, #4a69bd 100%);
	color: white;
}

.modal-bankrupt .modal-header {
	background: linear-gradient(135deg, #1d4e3a 0%, #3a6351 100%);
	color: white;
}

.timeline-item {
	border-left: 2px solid #dee2e6;
	padding-left: 20px;
	margin-bottom: 15px;
	position: relative;
}

.timeline-item::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.micro-timeline {
	border-left: 2px dashed #adb5bd;
	margin-left: 10px;
	padding-left: 15px;
	font-size: var(--fz-md);
}

.micro-item {
	position: relative;
	margin-bottom: 10px;
	color: #555;
}

.micro-item::before {
	content: '- ';
	color: inherit;
	display: inline;
}

.modal-title {
	font-size: var(--fz-lg);
}

.modal-subtitle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 1.5rem;
}

.table-xs td,
.table-xs th {
	font-size: var(--fz-md);
	padding: 0.5rem;
}

.badge-outline {
	border-width: 1px;
	border-style: solid;
	font-size: var(--fz-sm);
	padding: 2px 6px;
	border-radius: 4px;
}