/* 심의위원 후보단 신청 배너 */
.cnddt-banner-wrap {
	margin-bottom: 0;
}

.cnddt-banner-img {
	display: block;
	width: 100%;
	border: 0 !important;
	text-decoration: none;
	cursor: pointer;
}

.cnddt-banner-img img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 0;
}

/* 배너 높이만큼 우측 지원사업 목록 높이 확장 */
.proj_list_box {
	height: 530px !important;
}

/* ===== 공고 목록 페이지 ===== */

/* 검색 필터 */
.cnddt-filter {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 16px;
	padding: 18px 20px;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	background: #f6f8fb;
}

.cnddt-filter label {
	flex: 0 0 auto;
	color: #222;
	font-size: 15px;
	font-weight: 700;
}

.cnddt-filter select {
	width: 280px;
	max-width: 100%;
	height: 42px;
	padding: 0 36px 0 14px;
	border: 1px solid #c8d2df;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23475467'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
}

.cnddt-filter input[type="text"] {
	width: 280px;
	height: 42px;
	padding: 0 14px;
	border: 1px solid #c8d2df;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.cnddt-filter .cnddt-btn-search {
	height: 42px;
	min-width: 82px;
	padding: 0 20px;
	border: 0;
	border-radius: 4px;
	background: #1766d1;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.cnddt-filter .cnddt-btn-search:hover {
	background: #1255b0;
}

/* 테이블 카드 */
.cnddt-card {
	padding: 16px;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}

.cnddt-card table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 14px;
}

.cnddt-card th {
	height: 42px;
	border: 1px solid #dde3eb;
	background: #f3f6fa;
	color: #333;
	font-weight: 600;
	text-align: center;
}

.cnddt-card td {
	height: 48px;
	border: 1px solid #e5e7eb;
	color: #333;
	text-align: center;
	padding: 8px 10px;
}

.cnddt-card td.td-left {
	text-align: left;
	padding: 8px 14px;
	font-weight: 500;
}

/* 신청 버튼 */
.cnddt-btn-apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	height: 30px;
	border: 0;
	border-radius: 4px;
	color: #fff;
	background: #1766d1;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.cnddt-btn-apply:hover {
	background: #1255b0;
	color: #fff;
	text-decoration: none;
}

.cnddt-btn-closed {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	height: 30px;
	border: 0;
	border-radius: 4px;
	color: #666;
	background: #c5c8ce;
	font-size: 13px;
	font-weight: 600;
}

.cnddt-btn-wait {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	height: 30px;
	border: 1px solid #b9d6ff;
	border-radius: 4px;
	color: #1766d1;
	background: #eef6ff;
	font-size: 13px;
	font-weight: 600;
}

/* 페이지 설명 */
.cnddt-page-desc {
	margin: 8px 0 18px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.cnddt-banner i {
	position: absolute;
	right: 28px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .25);
	font-size: 21px;
}

/* ===== 마이페이지 탭 ===== */
.mypage-tab {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	text-align: left;
	margin: 40px 0 10px;
	border-bottom: 1px solid #e0e0e0;
}

.mypage-tab-menu {
	display: inline-flex;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mypage-tab-menu li {
	position: relative;
	padding: 50px 13px 21px 12px;
	font-size: 21px;
	color: #999;
	cursor: pointer;
	letter-spacing: -0.5px;
	transition: color 0.2s;
}

.mypage-tab-menu li:hover:not(.disabled) {
	color: #333;
}

.mypage-tab-menu li.on {
	color: #0042ED;
	font-weight: 600;
}

.mypage-tab-menu li.on::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #0042ED;
}

.mypage-tab-menu li.disabled {
	color: #ccc;
	cursor: not-allowed;
	opacity: 0.6;
}

.mypage-tab-cont {
	display: none;
}

.mypage-tab-cont.on {
	display: block;
}

/* 신청현황 바로가기 링크 */
.mypage-tab-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	font-size: 13px;
	font-weight: 500;
	color: #555;
	background: #f5f6f8;
	border: 1px solid #d6d9de;
	border-radius: 4px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 11px;
	white-space: nowrap;
	transition: background 0.2s, border-color 0.2s;
}

.mypage-tab-link:hover {
	background: #ebedf0;
	border-color: #bbb;
	color: #555;
	text-decoration: none;
}

/* 스크린리더 전용 (시각적 숨김) */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ===== 전문가 신청 탭 ===== */

/* 상태 박스 */
.expert-status-box {
	background: #f1f8ff;
	border: 1px solid #e1e4e8;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.expert-status-box-left {
	display: flex;
	align-items: center;
}

.expert-status-box-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #0042ED;
	border-radius: 50%;
	margin-right: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.expert-status-box-title {
	font-size: 16px;
}

.expert-status-box-desc {
	margin-top: 4px;
	color: #595959;
}

.expert-status-box-badge {
	pointer-events: none;
	border: 1px solid #28a745;
	color: #28a745;
	background: #fff;
	border-radius: 20px;
	padding: 5px 16px;
	font-size: 13px;
	font-weight: 500;
}

/* 장르 선택 */
.genre-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 8px 0;
}

.genre-item {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #ccc;
	border-radius: 20px;
	font-size: 13px;
	color: #555;
	cursor: pointer;
	transition: all 0.15s;
	user-select: none;
}

.genre-item:hover {
	border-color: #0042ED;
	color: #0042ED;
}

.genre-item.selected {
	background: #0042ED;
	border-color: #0042ED;
	color: #fff;
	font-weight: 500;
}

/* 파일 링크 */
.file-download {
	font-size: 14px;
	color: #0042ED;
	text-decoration: underline;
	cursor: pointer;
}

.file-download {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.file-download:hover {
	color: #002db3;
}

/* KOPIS 버튼 */
.btn.btn-kopis {
	background: #e15500;
	border-color: #e15500;
	color: #fff;
}

.btn.btn-kopis:hover {
	background: #c04800;
	border-color: #c04800;
}

/* KOPIS 팝업 */
.kopis-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.kopis-overlay.on {
	display: flex;
}

.kopis-popup {
	background: #fff;
	border-radius: 12px;
	width: 900px;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .2);
}

.kopis-popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	border-bottom: 1px solid #eee;
}

.kopis-popup-header h3 {
	margin: 0;
	font-size: 20px;
}

.kopis-popup-header .close {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #666;
}

.kopis-popup-body {
	padding: 25px;
}

.kopis-guide-box {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff5ee;
	border: 1px solid #fdd;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 15px;
}

.kopis-badge {
	background: #e15500;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.kopis-search-bar {
	display: flex;
	gap: 8px;
	margin-bottom: 15px;
}

.kopis-search-bar input {
	flex: 1;
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.kopis-search-bar button {
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	font-size: 13px;
	white-space: nowrap;
}

.kopis-search-bar button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.kopis-search-bar .btn-load {
	background: #e15500;
	color: #fff;
	border-color: #e15500;
}

.kopis-result-msg {
	background: #f0f7ff;
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
}

.kopis-popup table {
	table-layout: fixed;
}

.kopis-popup td {
	white-space: normal !important;
	word-break: break-all;
	line-height: 1.4;
	overflow: visible !important;
	text-overflow: clip !important;
}

.kopis-actions {
	text-align: center;
	margin-top: 20px;
}

.kopis-actions button {
	padding: 10px 30px;
	background: #0042ED;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
}

/* 연도 선택 팝업 */
#yearPickerPopup,
#ymPickerPopup {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 260px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
	padding: 12px;
}

.year-picker-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
}

.year-picker-nav {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	padding: 4px 8px;
	color: #333;
}

.year-picker-nav:hover {
	color: #0042ED;
}

.year-picker-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
}

.year-picker-cell {
	padding: 8px 0;
	border: none;
	border-radius: 6px;
	background: none;
	font-size: 14px;
	cursor: pointer;
	color: #333;
}

.year-picker-cell:hover {
	background: #e8e8e8;
}

.year-picker-selected {
	background: #0042ED;
	color: #fff;
	font-weight: 600;
}

.year-picker-selected:hover {
	background: #003acc;
}

.year-picker-footer {
	text-align: center;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #eee;
}

.year-picker-today {
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	cursor: pointer;
}

.year-picker-today:hover {
	color: #0042ED;
}

/* 신청기간 만료 안내 */
.expert-expired-box {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 20px;
	background: #fff3e0;
	border: 1px solid #ffcc80;
	border-radius: 6px;
	color: #e65100;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

.expert-expired-box i {
	font-size: 18px;
}

/* 링크/첨부 세로 분리형 */
.expert-link-attach {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

#tbodyExpCar td,
#tbodyExpAct td {
	padding: 12px 4px;
	vertical-align: middle;
}

#tbodyExpCar .field.col1 {
	margin: 0;
}

#tbodyExpCar .field.col1 input[type="text"] {
	padding: 6px 8px;
}

.expert-link-label {
	flex-shrink: 0;
	display: inline-block;
	width: 32px;
	font-size: 11px;
	font-weight: 600;
	color: #888;
	text-align: center;
}

.expert-link-row {
	display: flex;
	align-items: center;
	gap: 4px;
}

.expert-link-row .expert-link-input {
	flex: 1;
	border: 1px solid #d5d5d5 !important;
	border-radius: 4px;
	padding: 6px 8px !important;
	font-size: 13px;
	height: auto !important;
	box-shadow: none !important;
}

.expert-file-attach-row {
	display: flex;
	align-items: center;
	gap: 4px;
}

.expert-attach-btn {
	flex-shrink: 0;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #f8f9fa;
	color: #555;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s;
}

.expert-attach-btn:hover {
	background: #e9ecef;
}

.expert-attach-btn i {
	margin-right: 2px;
}

.expert-file-info {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	min-width: 0;
	background: #f0f4ff;
	border: 1px solid #ccd6ef;
	border-radius: 4px;
	padding: 3px 6px 3px 8px;
}

.expert-file-info a {
	color: #0042ED;
	text-decoration: none;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.expert-file-info a:hover {
	text-decoration: underline;
}

.expert-file-info .file-name {
	color: #0042ED;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.expert-file-del-btn {
	flex-shrink: 0;
	border: none;
	background: none;
	color: #999;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 0 2px;
	margin-left: 2px;
}

.expert-file-del-btn:hover {
	color: #c62828;
}

/* ===== 추천 버튼 ===== */
.cnddt-btn-rcmnd {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	height: 30px;
	border: 1px solid #28a745;
	border-radius: 4px;
	color: #28a745;
	background: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.15s;
}

.cnddt-btn-rcmnd:hover {
	background: #28a745;
	color: #fff;
}

/* ===== 추천 모달 ===== */
.rcmnd-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rcmnd-modal {
	background: #fff;
	border-radius: 12px;
	width: 480px;
	max-width: 90%;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .2);
}

.rcmnd-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	border-bottom: 1px solid #eee;
}

.rcmnd-modal-header h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #222;
}

.rcmnd-modal-close {
	background: none;
	border: none;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	line-height: 1;
}

.rcmnd-modal-close:hover {
	color: #333;
}

.rcmnd-modal-body {
	padding: 20px 24px;
}

.rcmnd-modal-pbanc-nm {
	background: #f0f4ff;
	border: 1px solid #d6e0f5;
	border-radius: 6px;
	padding: 10px 14px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 600;
	color: #1766d1;
}

.rcmnd-form-group {
	margin-bottom: 14px;
}

.rcmnd-form-group label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.rcmnd-required {
	color: #e53935;
}

.rcmnd-form-group input[type="text"],
.rcmnd-form-group select,
.rcmnd-form-group textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
}

.rcmnd-form-group select {
	height: 42px;
	padding-top: 0;
	padding-bottom: 0;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23475467'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-color: #fff;
	padding-right: 32px;
}

.rcmnd-form-group textarea {
	resize: vertical;
	min-height: 70px;
}

.rcmnd-notice {
	margin: 8px 0 0;
	font-size: 12px;
	color: #c62828;
	line-height: 1.5;
}

.rcmnd-form-group input:focus,
.rcmnd-form-group select:focus,
.rcmnd-form-group textarea:focus {
	outline: none;
	border-color: #1766d1;
	box-shadow: 0 0 0 3px rgba(23, 102, 209, .12);
}

.rcmnd-modal-footer {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	padding: 16px 24px;
	border-top: 1px solid #eee;
}

.rcmnd-btn-cancel {
	height: 38px;
	min-width: 70px;
	padding: 0 18px;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	background: #fff;
	color: #555;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.rcmnd-btn-cancel:hover {
	background: #f5f5f5;
}

.rcmnd-btn-save {
	height: 38px;
	min-width: 70px;
	padding: 0 18px;
	border: 0;
	border-radius: 6px;
	background: #28a745;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.rcmnd-btn-save:hover {
	background: #218838;
}

.rcmnd-btn-save:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* ===== 전문가 신청 - 날짜/캘린더 ===== */
.expert-cal-wrap {
	position: relative;
	display: inline-block;
}

.expert-cal-wrap-full {
	position: relative;
	display: inline-block;
	width: 100%;
}

.expert-cal-icon {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.expert-date-input {
	width: 140px;
	text-align: center;
	padding: 6px 28px 6px 6px !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	background: #fff !important;
}

.expert-year-input {
	width: 100px;
	padding-right: 24px;
	background: #fff !important;
	cursor: pointer;
}

.expert-date-range {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

.expert-date-separator {
	color: #999;
}

/* ===== 전문가 신청 - 섹션 간격 ===== */
.expert-section-gap {
	margin-top: 30px;
}

/* ===== 전문가 신청 - 장르 테이블 셀 ===== */
.expert-genre-cell {
	background: #f7f9fc;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/* ===== 전문가 신청 - 자격요건 ===== */
.expert-qualif-intro {
	font-size: 12px;
	color: #555;
	margin-bottom: 12px;
	line-height: 1.6;
}

.expert-qualif-th {
	vertical-align: top;
	padding-top: 14px;
}

/* ===== 연월일 선택 팝업 (전문경력) ===== */
.ymd-picker-popup {
	position: fixed;
	z-index: 1000;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	padding: 12px;
	width: 250px;
	box-sizing: border-box;
	display: none;
}

.ymd-picker-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	width: 100%;
}

.ymd-picker-title {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.ymd-picker-popup select.ymd-picker-year,
.ymd-picker-popup select.ymd-picker-month {
	display: inline-block !important;
	border: 1px solid #ddd !important;
	border-radius: 3px !important;
	padding: 0 4px !important;
	font-size: 12px !important;
	cursor: pointer;
	height: 26px !important;
	min-width: 0 !important;
	min-height: auto !important;
	max-width: none !important;
	background: #fff !important;
	background-image: none !important;
	box-sizing: border-box !important;
	appearance: auto !important;
	-webkit-appearance: menulist !important;
	letter-spacing: normal !important;
	z-index: auto !important;
}

.ymd-picker-popup select.ymd-picker-year {
	width: 66px !important;
}

.ymd-picker-popup select.ymd-picker-month {
	width: 46px !important;
}

.ymd-picker-popup button.ymd-picker-nav {
	border: none !important;
	background: none !important;
	font-size: 14px !important;
	cursor: pointer;
	padding: 4px 6px !important;
	color: #333;
	flex-shrink: 0;
	min-width: auto !important;
	height: auto !important;
}

.ymd-picker-popup button.ymd-picker-nav:hover {
	background: #f0f0f0 !important;
	border-radius: 4px;
}

.ymd-picker-popup table.ymd-picker-cal {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	border: none !important;
	margin: 0 !important;
}

.ymd-picker-popup .ymd-picker-cal th {
	font-size: 12px !important;
	color: #888;
	padding: 4px 0 !important;
	font-weight: normal;
	border: none !important;
	background: none !important;
	height: auto !important;
}

.ymd-picker-popup .ymd-picker-cal td {
	padding: 1px !important;
	border: none !important;
	background: none !important;
	height: auto !important;
}

.ymd-picker-popup button.ymd-picker-day {
	width: 30px !important;
	height: 30px !important;
	border: none !important;
	background: none !important;
	border-radius: 50% !important;
	font-size: 13px !important;
	cursor: pointer;
	color: #333;
	padding: 0 !important;
	min-width: auto !important;
	line-height: 30px !important;
}

.ymd-picker-popup button.ymd-picker-day:hover {
	background: #e8f0fe !important;
}

.ymd-picker-popup button.ymd-picker-selected {
	background: #1a73e8 !important;
	color: #fff !important;
}

.ymd-picker-footer {
	text-align: center;
	margin-top: 8px;
	border-top: 1px solid #eee;
	padding-top: 8px;
}

.ymd-picker-popup button.ymd-picker-today {
	border: none !important;
	background: none !important;
	color: #1a73e8;
	font-size: 13px !important;
	font-weight: 600;
	cursor: pointer;
	padding: 4px 8px !important;
	min-width: auto !important;
	height: auto !important;
}

.ymd-picker-popup button.ymd-picker-today:hover {
	text-decoration: underline;
}

/* ===== 공고 목록 - 빈 목록/페이징 ===== */
.cnddt-empty-td {
	height: 90px;
	color: #667085;
}

.cnddt-paging {
	margin-top: 16px;
}

/* ===== 전문가 신청 - 공통 유틸 ===== */
.expert-header {
	margin-top: 20px;
}

.expert-required-label {
	font-size: 13px;
}

.expert-genre-tbl {
	table-layout: fixed;
}

.th-center {
	text-align: center;
}

.td-center {
	text-align: center;
}

.tbl_basic.type_col td.td-left {
	text-align: left;
}

.info_txt .expert-warn-text {
	color: #c62828;
}

.expert-total-career {
	font-size: 13px;
	font-weight: 700;
	color: #e65100;
	margin-left: 10px;
}

.expert-cal-wrap-full .expert-year-input {
	width: 100%;
}

/* ===== 전문가 신청 - 자격요건 ===== */
.expert-highlight-yellow {
	background: #ffff00;
}

.expert-highlight-purple {
	color: #9c27b0;
}

.expert-qualif-tbl {
	margin: 0;
}

.tbl_basic.type_col td.expert-qualif-content {
	text-align: left;
	font-size: 12px;
	line-height: 1.6;
}

.expert-qualif-note {
	margin-top: 8px;
}

/* ===== 전문가 신청 - 약관 ===== */
.expert-terms-gap {
	margin-top: 16px;
}

.terms-intro {
	margin: 0 0 12px;
}

.terms-heading {
	margin: 0 0 4px;
	font-weight: 700;
}

.terms-body-sm {
	margin: 0 0 2px;
	padding-left: 12px;
}

.terms-body {
	margin: 0 0 8px;
	padding-left: 12px;
}

.terms-body-last {
	margin: 0;
	padding-left: 12px;
}

.terms-sub-note {
	margin: 0 0 8px;
	padding-left: 12px;
	font-size: 13px;
	color: #666;
}

.terms-note {
	margin: 0;
	font-size: 14px;
	color: #666;
}