/* 2026-09 비회원 신청,신청목록 및 버튼 보완 */
.cc-modal .cc-btn-primary {
	display:inline-flex!important;
	align-items:center;
	justify-content:center;
	background:#173b66!important;
	color:#fff!important;
	opacity:1!important;
	visibility:visible!important
}
.cc-vehicle-info {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:10px 28px;
	margin:0 0 16px;
	padding:16px 20px;
	border-radius:12px;
	background:#b91440;
	color:#fff;
	font-size:14px
}
.cc-vehicle-info>strong {
	margin-right:auto;
	font-size:15px
}
.cc-vehicle-info span {
	color:#e9f3ff
}
.cc-vehicle-info span b {
	margin-right:6px;
	color:#fff
}
.cc-list-card {
	margin-top:28px;
	overflow:hidden;
	border:1px solid #dfe7ef;
	border-radius:18px;
	background:#fff;
	box-shadow:0 12px 35px rgba(21,50,80,.06)
}
.cc-list-head {
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:20px;
	padding:24px 26px;
	border-bottom:1px solid #dfe7ef
}
.cc-list-head h3 {
	margin:0;
	font-size:22px
}
.cc-list-head>span {
	padding:6px 11px;
	border-radius:20px;
	background:#eef6ff;
	color:#2875c7;
	font-size:13px;
	font-weight:800
}
.cc-table-scroll {
	overflow-x:auto
}
.cc-table {
	width:100%;
	border-collapse:collapse;
	table-layout:auto
}
.cc-table th,.cc-table td {
	padding:15px 13px;
	border-bottom:1px solid #edf1f4;
	text-align:center;
	white-space:nowrap;
	font-size:14px
}
.cc-table th {
	background:#f7f9fb;
	color:#536475;
	font-size:13px
}
.cc-table tbody tr:last-child td {
	border-bottom:0
}
.cc-table tbody tr:hover {
	background:#fbfdff
}
.cc-no-data {
	height:100px;
	color:#8794a0!important
}
.cc-hp {
	position:absolute!important;
	left:-9999px!important;
	width:1px!important;
	height:1px!important;
	overflow:hidden!important
}
.cc-btn-delete {
	margin-right:auto;
	background:#4b5563;
	color:#fff
}
.cc-admin-actions {
	width:100%
}
.cc-head-actions {
	display:flex;
	align-items:center;
	gap:9px
}
.cc-btn-login {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	border:1px solid #cfd9e3;
	background:#fff;
	color:#32475a;
	text-decoration:none
}
.cc-table td.cc-process {
	max-width:260px;
	white-space:normal;
	line-height:1.55;
	word-break:keep-all
}
.cc-guidelines {
	position:relative;
	margin:22px 0 25px;
	padding:0;
	overflow:hidden;
	border:1px solid #dbe4ec;
	border-radius:16px;
	background:#fff;
	color:#33485b;
	box-shadow:0 10px 30px rgba(25,58,91,.06)
}
.cc-guidelines:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:4px;
	background:linear-gradient(90deg,#173b66,#4f8fc5)
}
.cc-guide-title {
	display:flex;
	align-items:flex-start;
	gap:15px;
	padding:24px 24px 20px;
	background:linear-gradient(135deg,#f8fbfe 0%,#eef5fb 100%);
	border-bottom:1px solid #e3eaf0
}
.cc-guide-icon {
	display:grid;
	place-items:center;
	flex:0 0 40px;
	width:40px;
	height:40px;
	border-radius:12px;
	background:#173b66;
	color:#fff;
	font-size:19px;
	font-weight:900;
	box-shadow:0 7px 16px rgba(23,59,102,.18)
}
.cc-guide-title small {
	display:block;
	margin:1px 0 5px;
	color:#4e82ae;
	font-size:10px;
	font-weight:900;
	letter-spacing:.14em
}
.cc-guidelines h4 {
	margin:0;
	color:#173b66;
	font-size:19px;
	line-height:1.35;
	letter-spacing:-.025em
}
.cc-guidelines .cc-guide-lead {
	margin:6px 0 0;
	color:#687c8e;
	font-size:13px
}
.cc-guidelines ol {
	counter-reset:guide;
	margin:0;
	padding:20px 24px 12px;
	list-style:none
}
.cc-guidelines li {
	counter-increment:guide;
	position:relative;
	margin:0;
	padding:10px 0 10px 42px;
	border-bottom:1px dashed #e3e8ed;
	line-height:1.58
}
.cc-guidelines li:last-child {
	border-bottom:0
}
.cc-guidelines li:before {
	content:counter(guide);
	position:absolute;
	top:9px;
	left:0;
	display:grid;
	place-items:center;
	width:27px;
	height:27px;
	border-radius:50%;
	background:#edf4fa;
	color:#1f5d91;
	font-size:12px;
	font-weight:900
}
.cc-guidelines strong {
	color:#c34343
}
.cc-guide-notice {
	margin:0 24px 18px;
	padding:14px 16px;
	border-left:3px solid #d89b45;
	border-radius:3px 9px 9px 3px;
	background:#fff9ef
}
.cc-guide-notice p {
	margin:3px 0;
	color:#5d5141;
	font-size:13px;
	line-height:1.55
}
.cc-agree {
	display:flex!important;
	align-items:center;
	gap:11px;
	margin:0 24px 24px;
	padding:15px 16px;
	border:1px solid #cfe0f0;
	border-radius:11px;
	background:#edf6ff;
	color:#173b66;
	font-size:14px;
	font-weight:800;
	cursor:pointer;
	transition:.2s
}
.cc-agree:hover {
	border-color:#85acd0;
	background:#e6f2fd
}
.cc-agree input {
	flex:0 0 auto;
	width:21px!important;
	height:21px!important;
	margin:0;
	accent-color:#173b66
}
.cc-modal .cc-btn-primary:disabled {
	background:#aeb9c4!important;
	color:#eef1f4!important;
	cursor:not-allowed!important
}
@media(max-width:768px) {
	.cc-head-actions {
		display:grid;
		grid-template-columns:1fr 2fr;
		width:100%
	}
	.cc-head-actions .cc-btn {
		width:100%
	}
	.cc-table td.cc-process {
		max-width:none;
		word-break:break-word
	}
	.cc-guide-title {
		gap:11px;
		padding:21px 17px 17px
	}
	.cc-guide-icon {
		flex-basis:35px;
		width:35px;
		height:35px;
		border-radius:10px
	}
	.cc-guidelines h4 {
		font-size:17px
	}
	.cc-guidelines ol {
		padding:14px 17px 8px
	}
	.cc-guidelines li {
		padding:9px 0 9px 37px;
		font-size:13px
	}
	.cc-guide-notice {
		margin:0 17px 15px
	}
	.cc-agree {
		align-items:flex-start;
		margin:0 17px 19px;
		padding:13px;
		font-size:13px;
		line-height:1.45
	}
}
@media(max-width:768px) {
	.cc-vehicle-info {
		display:grid;
		grid-template-columns:1fr;
		padding:16px;
		gap:7px
	}
	.cc-vehicle-info>strong {
		margin:0 0 4px
	}
	.cc-list-card {
		border-radius:13px
	}
	.cc-list-head {
		align-items:center;
		padding:19px 16px
	}
	.cc-list-head h3 {
		font-size:18px
	}
	.cc-table,.cc-table tbody,.cc-table tr,.cc-table td {
		display:block;
		width:100%;
		box-sizing:border-box
	}
	.cc-table thead {
		display:none
	}
	.cc-table tr {
		padding:13px 14px;
		border-bottom:1px solid #dfe7ef
	}
	.cc-table td {
		display:grid;
		grid-template-columns:92px 1fr;
		padding:5px 0;
		border:0;
		text-align:left;
		white-space:normal
	}
	.cc-table td:before {
		content:attr(data-label);
		color:#748392;
		font-size:12px;
		font-weight:700
	}
	.cc-table .cc-no-data {
		display:block;
		padding:35px 5px;
		text-align:center
	}
	.cc-table .cc-no-data:before {
		display: none
	}
}
/* 담당관리자 월별·연간 신청현황 인쇄 버튼 */
.cc-btn-print {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	border:1px solid #bfd0cf;
	background:#f3f8f7;
	color:#245a54;
	text-decoration:none;
}
.cc-btn-print:hover {
	border-color:#245a54;
	background:#245a54;
	color:#fff;
}
@media(max-width:768px) {
	.cc-head-actions {
		display:grid!important;
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:9px;
		width:100%;
	}
	.cc-head-actions .cc-btn {
		width:100%!important;
		min-width:0;
		padding-right:8px;
		padding-left:8px;
		white-space:nowrap;
		font-size:14px;
	}
}

/* 차량 복수 선택 */
.cc-field-title {
	display:block;
	margin-bottom:8px;
	font-size:13px;
	font-weight:700;
}
.cc-field-title em {
	color:#d34d4d;
	font-style:normal;
}
.cc-field-title small {
	margin-left:5px;
	color:#748392;
	font-size:11px;
	font-weight:500;
}
.cc-vehicle-choices {
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:9px;
}
.cc-form-grid .cc-vehicle-choice {
	dis:flex;
	align-items:center;
	gap:9px;
	min-height:48px;
	padding:10px 12px;
	border:1px solid #d7e0e8;
	border-radius:9px;
	background:#fff;
	cursor:pointer;
	transition:border-color .2s,background .2s,box-shadow .2s;
}
.cc-form-grid .cc-vehicle-choice:hover,
.cc-form-grid .cc-vehicle-choice:has(input:checked) {
	border-color:#173b66;
	background:#f1f6fb;
	box-shadow:0 0 0 2px rgba(23,59,102,.08);
}
.cc-form-grid .cc-vehicle-choice input {
	flex:0 0 18px;
	width:18px;
	height:18px;
	margin:0;
	padding:0;
	accent-color:#173b66;
}
.cc-form-grid .cc-vehicle-choice span {
	dis:block;
	margin:0;
	font-size:12px;
	font-weight:500;
	line-height:1.45;
}
.cc-form-grid .cc-vehicle-choice input:checked+span {
	color:#173b66;
	font-weight:700;
}
@media(max-width:768px) {
	.cc-vehicle-choices {
		grid-template-columns:1fr;
	}
	.cc-form-grid .cc-vehicle-choice {
		min-height:46px;
	}
}
