.content-section { margin-top: 20px; }
.content-section:first-of-type { margin-top: 0; }

/* 정보 업데이트 날짜 */
.info-title { display: flex !important; align-items: center; justify-content: space-between; }
.info-title .update-date { 
	font-size: 11px;  
	color: #4a90e2;  
	padding: 5px 12px;   
	font-weight: 400;   
	background: #e8f0fe;   
	border: 1px solid #c5d9f0;  
	border-radius: 5px; 
	display: inline-block;
	margin: 0;
}

.chart-area { display: flex; flex-wrap: wrap; gap: 20px; }
.chart-area .chart-box { background: #fff; border: 1px solid #dee3eb; padding: 15px; flex: 1; min-width: 360px; }
.chart-area .chart-box .chart-img { position: relative; height: 300px; padding-top: 20px;}
.chart-area .chart-box .chart-img img { width: 100%; height: 100%;}
.chart-area .chart-title { font-size: 14px; font-weight: 700; margin-bottom: 5px; }
.chart-area .chart-notice { font-size: 12px; color: #999; margin: 0 0 10px 0; }
.chart-area .chart-box .info-table { border-top: 1px solid #aaa; }
.chart-area .chart-box .info-table table { width: 100%; font-size: 12px; }
.chart-area .chart-box .info-table table tr { border-bottom: 1px solid #dee3eb; }
.chart-area .chart-box .info-table table tr th { vertical-align: middle; font-weight: bold; padding: 5px 10px; width: 150px; background: #ECECEC; text-align: center; }
.chart-area .chart-box .info-table table tr td { padding: 5px 10px; vertical-align: middle; background: #fff; }
.info-row-split { display: flex; gap: 20px; align-items: stretch; }
.info-row-left { flex: 1; display: flex; flex-direction: column; }
.info-row-left .info-detail { flex: 1; display: flex; flex-direction: column; }
.info-row-left .cert-grid-new { flex: 1; display: flex; }
.info-row-right { flex: 1; display: flex; gap: 20px; flex-wrap: wrap; align-items: stretch; }
.info-col { flex: 1; min-width: 0; display: flex; }
.info-col .info-detail { flex: 1; display: flex; flex-direction: column; }
.info-col .ui-card { width: 100%; height: 100%; position: relative; }
.info-col.col-narrow { flex: 0 0 220px; }

.cert-grid-new { display: flex; background: #fff; border: 1px solid #dee3eb; min-height: 50%; }
.cert-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 15px; position: relative; }
.cert-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 20%; bottom: 20%; width: 1px; background: #dee3eb; }
.cert-header { display: flex; align-items: center; justify-content: center; margin-bottom: 12px; position: relative; }
.cert-header::before { content: ''; position: absolute; width: 6px; height: 6px; border-radius: 50%; right: calc(50% + 6px); top: 50%; left: -13px; transform: translateY(-50%); }
.cert-purple .cert-header::before { background: #7266ba; }
.cert-red .cert-header::before { background: #bb394c; }
.cert-orange .cert-header::before { background: #f39c12; }
.cert-green .cert-header::before { background: #27ae60; }
.cert-blue .cert-header::before { background: #4a90e2; }
.cert-title { font-size: 13px; font-weight: 500; color: #2d2d2d; }
.cert-status { padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 500; border: 1px solid; white-space: nowrap; }
.cert-purple .cert-status:not(.cert-status-none) { color: #7266ba; border-color: #7266ba; }
.cert-red .cert-status:not(.cert-status-none) { color: #bb394c; border-color: #bb394c; }
.cert-orange .cert-status:not(.cert-status-none) { color: #f39c12; border-color: #f39c12; }
.cert-green .cert-status:not(.cert-status-none) { color: #27ae60; border-color: #27ae60; }
.cert-blue .cert-status:not(.cert-status-none) { color: #4a90e2; border-color: #4a90e2; }
.cert-status-none { color: #999; border: 0; padding: 6px 0; font-size: 13px; }
.ui-card { background: #fff; border: 1px solid #dee3eb; padding: 16px; border-radius: 4px; }

.card-staff .staff-summary { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.card-staff .staff-summary .label { font-size: 13px; color: #666; margin-bottom: 8px; }
.card-staff .staff-summary .value { font-size: 22px; font-weight: 800; color: #00addb; margin-bottom: 12px; }
.card-staff .staff-summary .icon { width: 60px; height: 60px; margin-top: 8px; }
.card-staff .staff-summary .icon img { width: 100%; height: 100%; object-fit: contain; }

.card-credit { display: flex; align-items: center; justify-content: center; }
.card-credit .credit-gauge {position: relative;}
.card-credit .gauge-container { position: relative; height: 110px; text-align: center; margin: 0 auto; }
.card-credit .gauge-container img { height: 100%;}
.card-credit .gauge-value { text-align: center; font-size: 30px; font-weight: 800; color: #2d2d2d; letter-spacing: 1px; width: 100px; height: 100px; border: 1px solid #eee; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto;}
.card-credit .gauge-value.group-1 { border-color: #4e7bff; box-shadow: 0 0 0 7px #d7dff5; }
.card-credit .gauge-value.group-2 { border-color: #2E8B57; box-shadow: 0 0 0 7px #d2e3be }
.card-credit .gauge-value.group-3 { border-color: #F2994A; box-shadow: 0 0 0 7px #ffe6d0; }
.card-credit .gauge-value.group-4 { border-color: #D32F2F; box-shadow: 0 0 0 7px #ffe6e6; }
.card-credit .gauge-info { text-align: center; font-size: 11px; color: #666; line-height: 1.6; margin-top: 10px; }
.card-credit .gauge-info .date-row:not(:last-child) { margin-bottom: 2px; }

/* 신청상태 카드 */
.card-status { display: flex; align-items: center; justify-content: center; min-height: 100px; }
.card-status .status-content { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.card-status .status-icon { width: 60px; height: 60px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; position: relative; }
.card-status .status-icon .status-img { width: 100%; height: 100%; object-fit: contain; display: none; }
.card-status .status-text { font-size: 15px; font-weight: 600; color: #2d2d2d; }
.card-status .status-text span { display: none; }

/* 신청 상태별 이미지 및 텍스트 */
.card-status.apply .status-icon .status-img-apply { display: block; }
.card-status.apply .status-text .status-text-apply { display: inline; }

.card-status.success .status-icon .status-img-success { display: block; }
.card-status.success .status-text .status-text-success { display: inline; }

.card-status.secession .status-icon .status-img-secession { display: block; }
.card-status.secession .status-text .status-text-secession { display: inline; }