@charset "utf-8";

/* ===== 스크롤 탑 버튼 ===== */
.btn-scroll-top {
	position: fixed;
	right: 24px;
	bottom: 32px;
	z-index: 999;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	background: #175edc;
	color: #fff;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transform: translateY(20px);
}
.btn-scroll-top.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.btn-scroll-top:hover {
	background: #0f4abf;
	transform: translateY(-3px);
}
.btn-scroll-top .material-symbols-outlined {
	font-size: 20px;
	line-height: 48px;
}

/* ===== 의대교육혁신과제 공통 스타일 ===== */

/* 기본 폰트 크기 */
#sub_body .inner2 {
	font-size: 16px;
	line-height: 1.8;
}

/* ===== 혁신과제란(사업소개) 페이지 ===== */
.inno-intro {
	max-width: 1300px;
	margin: 0 auto;
}
.intro-divider {
	border: none;
	border-top: 1px solid #d5dbe3;
	margin: 0 auto 48px;
	max-width: 100%;
}
.inno-intro .intro-hero {
	background: none;
	padding: 32px 0 60px 0;
	border-radius: 0;
	text-align: center;
}
.inno-intro .intro-hero .hero-subtitle {
	font-size: 24px;
	font-weight: 500;
	color: #013a81;
	margin-bottom: 12px;
	letter-spacing: 0;
}
.inno-intro .intro-hero h3 {
	font-size: 42px;
	font-weight: 800;
	color: #013a81;
	margin-bottom: 0;
	letter-spacing: -2.5px;
	line-height: 1.4;
}

/* 소개 설명문 */
.intro-desc {
	font-size: 17px;
	line-height: 1.85;
	color: #666;
	margin-bottom: 0;
	text-align: center;
	margin-top: 20px;
	padding: 0 40px;
    word-break: keep-all;
}

/* 해시태그 */
.intro-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}
.intro-tag {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex: 1 1 0;
	min-width: 160px;
	padding: 22px 16px;
	background: #eef3fb;
	color: #175edc;
	font-size: 18px;
	font-weight: 600;
	border-radius: 14px;
	letter-spacing: -0.3px;
	text-align: center;
	white-space: normal;
	line-height: 1.4;
	transition: all 0.25s;
	cursor: default;
}
.intro-tag:hover {
	background: #175edc;
	color: #fff;
	transform: translateY(-4px);
}
.intro-tag .material-symbols-outlined {
	font-size: 30px;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	transition: all 0.25s;
}
.intro-tag:hover .material-symbols-outlined {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

/* 핵심 추진 과제 */
.inno-core-tasks {
	background: none;
	border-radius: 0;
	padding: 48px 0 20px;
	margin-bottom: 48px;
	overflow: hidden;
}
.inno-core-tasks h3 {
	font-size: 32px;
	font-weight: 800;
	color: #1f2937;
	margin-bottom: 32px;
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
}
.inno-core-grid.swiper {
	overflow: visible !important;
}
.inno-core-grid .swiper-wrapper {
	align-items: stretch;
}
.inno-core-grid .swiper-slide {
	box-sizing: border-box;
}
.inno-core-card {
	background: #fff;
	border: 12px solid #dce8f5;
	border-radius: 40px;
	padding: 36px 24px;
	text-align: center;
	transition: all 0.5s ease;
	box-sizing: border-box;
	word-break: keep-all;
}
.inno-core-card:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	transform: translateY(-5px);
}
/* 반전 활성 카드 */
.inno-core-card.active {
	background: #175edc;
	border-color: #175edc;
}
.inno-core-card.active .core-icon {
	color: #fff;
}
.inno-core-card.active h5 {
	color: #fff;
}
.inno-core-card.active p {
	color: rgba(255,255,255,0.85);
}
.inno-core-card.active .core-link {
	color: #fff;
}
/* 아이콘 */
.inno-core-card .core-icon {
	font-size: 56px;
	color: #175edc;
	display: block;
	margin: 0 auto 20px;
}
.inno-core-card h5 {
	font-size: 20px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 10px;
}
.inno-core-card p {
	font-size: 16px;
	color: #777;
	line-height: 1.7;
	margin-bottom: 10px;
}
.inno-core-card .core-link {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #175edc;
	text-decoration: none;
}
.inno-core-card .core-link:hover {
	text-decoration: underline;
}
/* Swiper pagination (Swiper 밖) */
.core-pagination {
	text-align: center;
	margin-top: 20px;
	position: relative;
	z-index: 10;
}
.core-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #c8d6e5;
	opacity: 1;
}
.core-pagination .swiper-pagination-bullet-active {
	background: #175edc;
}

/* Material Symbols 기본 */
.material-symbols-outlined {
	font-size: 48px;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

/* 비전과 목표 */
.inno-vision {
	background: #f4f7fb;
	border-radius: 40px;
	padding: 48px;
}
.inno-vision h3 {
	font-size: 32px;
	font-weight: 800;
	color: #1f2937;
	margin-bottom: 32px;
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
}

/* Vision / Goal 카드 (일렬 스타일) */
.vm-card {
	display: flex;
	align-items: center;
	background: #fff;
	border: 12px solid #dce8f5;
	border-radius: 99.9px;
	word-break: keep-all;
	padding: 32px 40px;
	margin-bottom: 20px;
	transition: box-shadow 0.3s;
}
.vm-card:hover {
	box-shadow: 0 6px 28px rgba(0,0,0,0.08);
}
.vm-mat-icon {
	font-size: 48px;
	color: #175edc;
	flex-shrink: 0;
	margin-right: 24px;
}
.vm-label {
	font-size: 26px;
	font-weight: 800;
	color: #175edc;
	letter-spacing: 0.5px;
	flex-shrink: 0;
	margin-right: 28px;
}
.vm-text {
	font-size: 17px;
	line-height: 1.85;
	color: #666;
}
/* Goal 회색 스타일 */
.vm-card-goal {
	border-color: #e8e8e8;
	margin-bottom: 0;
}
/* 주요내용 영역 */
.main-contents {
	margin-top: 48px;
}
.vm-icon-goal {
	color: #175edc;
}
.vm-label-goal {
	color: #175edc;
}

/* 섹션 소제목 (주요내용 등) */
.vm-section-title {
	font-size: 26px;
	font-weight: 800;
	color: #175edc;
	text-align: center;
	margin: 64px 0 28px;
	letter-spacing: 0.5px;
}
.contents-grid {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 12px;
}
.contents-card {
	flex: 1;
	background: #fff;
	border: 12px solid #dce8f5;
	border-radius: 40px;
	padding: 36px 24px;
	word-break: keep-all;
	text-align: center;
	transition: transform 0.25s, box-shadow 0.25s;
}
.contents-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
/* 주요내용 아이콘 (Material Symbols) */
.contents-mat-icon {
	font-size: 56px;
	display: block;
	margin: 0 auto 20px;
	color: #175edc;
}
/* 카드 사이 + 기호 */
.contents-plus {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #175edc;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	flex-shrink: 0;
}
.contents-card h5 {
	font-size: 20px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 10px;
}
.contents-card p {
	font-size: 16px;
	color: #777;
	line-height: 1.7;
}


/* ===== 바로가기 카드 그리드 ===== */
.shortcut-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 40px;
	justify-items: stretch;
}
.shortcut-grid.col-2 {
	grid-template-columns: repeat(2, 1fr);
}
.shortcut-card {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	background: #f7f8fa;
	border: none;
	border-radius: 12px;
	padding: 24px 20px;
	cursor: pointer;
	transition: all 0.25s;
	word-break: keep-all;
	text-align: left;
}
.shortcut-card:hover {
	background: #175edc;
	color: #fff;
	box-shadow: 0 4px 16px rgba(23,94,220,0.2);
	transform: translateY(-3px);
}
.shortcut-card:hover .sc-icon,
.shortcut-card:hover .sc-title,
.shortcut-card:hover .sc-link {
	color: #fff;
}
.shortcut-card:hover .sc-icon {
	background: rgba(255,255,255,0.2);
}
.shortcut-card .sc-icon {
	font-size: 34px;
	color: #7b8494;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 14px;
}
.shortcut-card .sc-title {
	font-size: 18px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 6px;
	line-height: 1.4;
}
.shortcut-card .sc-sub {
	font-size: 13px;
	color: #9ca3af;
	line-height: 1.4;
	flex: 1;
}
.shortcut-card .sc-link {
	display: inline-block;
	margin-top: auto;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #175edc;
}

/* 학생지원 바로가기 카드 */
.shortcut-grid.student-shortcuts .shortcut-card .sc-link { color: #15803d; }
.shortcut-grid.student-shortcuts .shortcut-card:hover { background: #15803d; box-shadow: 0 4px 16px rgba(21,128,61,0.2); }
.shortcut-grid.student-shortcuts .shortcut-card:hover .sc-link { color: #fff; }

/* 평가 바로가기 카드 */
.shortcut-grid.evaluation-shortcuts .shortcut-card .sc-link { color: #b45309; }
.shortcut-grid.evaluation-shortcuts .shortcut-card:hover { background: #b45309; box-shadow: 0 4px 16px rgba(180,83,9,0.2); }
.shortcut-grid.evaluation-shortcuts .shortcut-card:hover .sc-link { color: #fff; }

/* ===== 혁신과제 한눈에 보기 ===== */
.inno-overview {
	margin-top: 60px;
	margin-bottom: 50px;
}
.inno-overview > h3 {
	font-size: 24px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 28px;
	letter-spacing: -0.5px;
}
.overview-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.overview-section {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
	transition: box-shadow 0.25s, transform 0.25s;
}
.overview-section:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}
.overview-section-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 18px 22px;
	color: #fff;
	font-weight: 700;
}
.overview-section-header .material-symbols-outlined {
	font-size: 24px;
}
.overview-section-header h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	flex: 1;
}
.overview-count {
	font-size: 13px;
	font-weight: 500;
	background: rgba(255,255,255,0.2);
	padding: 3px 10px;
	border-radius: 12px;
}
.overview-section-header.curriculum { background: #175edc; }
.overview-section-header.student { background: #15803d; }
.overview-section-header.evaluation { background: #b45309; }

.overview-list {
	list-style: none;
	padding: 8px 10px;
	margin: 0;
}
.overview-list li {
	margin-bottom: 1px;
}
.overview-list li a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 16px;
	color: #374151;
	text-decoration: none;
	transition: all 0.15s;
	line-height: 1.4;
}
.overview-list li a:hover {
	background: #f3f4f6;
	color: #175edc;
}
.overview-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: #f3f4f6;
	font-size: 13px;
	font-weight: 700;
	color: #6b7280;
	flex-shrink: 0;
}
.overview-list li a:hover .overview-num {
	background: #dbeafe;
	color: #175edc;
}


/* 설명 박스 (grey_box) */
.inno-desc-box {
	background: #f7f7f7;
	border: 1px dashed #999;
	padding: 40px 60px;
	margin-bottom: 50px;
}
.inno-desc-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.inno-desc-box ul li {
	position: relative;
	padding-left: 16px;
	font-size: 15px;
	line-height: 1.85;
	color: #666;
	margin-bottom: 6px;
}
.inno-desc-box ul li:last-child {
	margin-bottom: 0;
}
.inno-desc-box ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
}



/* 전체 열기/닫기 버튼 */
.toggle-label {
	font-size: 14px;
	font-weight: 600;
	color: #6b7280;
}
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 24px;
}
.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0; left: 0; right: 0; bottom: 0;
	background: #ccd2da;
	border-radius: 24px;
	transition: all 0.3s;
}
.toggle-slider::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	left: 3px;
	bottom: 3px;
	background: #fff;
	border-radius: 50%;
	transition: transform 0.3s;
}
.toggle-switch input:checked + .toggle-slider {
	background: #3b7be8;
}
.toggle-switch input:checked + .toggle-slider::before {
	transform: translateX(20px);
}

/* ===== 사업 상세 카드 (교육과정, 학생지원, 평가 공통) ===== */
.inno-section {
	margin-bottom: 40px;
}
.inno-section-card {
	background: #fff;
	border: none;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 24px;
	transition: box-shadow 0.2s;
}
.inno-section-card:hover {
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.inno-section-header {
	display: flex;
	align-items: center;
	padding: 20px 24px;
	background: #3b7be8;
	border-bottom: none;
	cursor: pointer;
	user-select: none;
}
/* 학생지원 페이지 아코디언 색상 */
.page-student .inno-section-header {
	background: #15803d;
}
.page-student .inno-section-header .sec-num {
	color: #15803d;
}

.inno-section-header .sec-num {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	color: #175edc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 16px;
}
.inno-section-header .sec-meta {
	flex: 1;
}
.inno-section-header .sec-title {
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.5px;
}
.inno-section-header .sec-subtitle {
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	margin-top: 2px;
}
.sec-eng {
	font-size: 15px;
	font-weight: 400;
	color: rgba(255,255,255,0.75);
	letter-spacing: 0;
	margin-left: 4px;
}
.inno-section-header .sec-toggle {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255,255,255,0.2);
	transition: transform 0.3s;
	flex-shrink: 0;
}
.inno-section-header .sec-toggle .material-symbols-outlined {
	font-size: 20px;
	color: #fff;
	transition: transform 0.3s;
}
.inno-section-card.open .sec-toggle .material-symbols-outlined {
	transform: rotate(180deg);
}

.inno-section-body {
	display: none;
	padding: 24px;
	background: #f2f5fa;
	border-radius: 0 0 10px 10px;
}
.inno-section-card.open .inno-section-body {
	display: block;
}
.inno-section-desc {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	color: #1f2937;
	line-height: 1.7;
	font-weight: 500;
	letter-spacing: -0.3px;
	margin-bottom: 28px;
	padding: 0 0 20px 0;
	border-bottom: 2px dashed #d1d9e6;
}
.inno-section-desc .desc-icon {
	font-size: 22px;
	color: #175edc;
	flex-shrink: 0;
	font-variation-settings: 'FILL' 1, 'wght' 600;
}
/* 학생지원·평가 페이지 desc 아이콘 색상 */
.page-student .inno-section-desc .desc-icon { color: #15803d; }
.page-evaluation .inno-section-desc .desc-icon { color: #b45309; }

/* WHY / HOW / WHAT / OUTCOME 블록 */
.inno-block {
	margin-bottom: 16px;
}
.inno-block:last-child {
	margin-bottom: 0;
}
.inno-block-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 8px;
}
.inno-block-label .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #175edc;
	flex-shrink: 0;
	box-shadow: 0 0 0 3px rgba(23,94,220,0.15);
}
.page-student .inno-block-label .dot {
	background: #15803d;
}

/* 평가 페이지 아코디언 색상 */
.page-evaluation .inno-section-header {
	background: #b45309;
}
.page-evaluation .inno-section-header .sec-num {
	color: #b45309;
}
.page-evaluation .inno-block-label .dot {
	background: #b45309;
}

.inno-block-content {
	padding: 16px 20px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.85;
	color: #4b5563;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.inno-block-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.inno-block-content ul li {
	position: relative;
	padding-left: 14px;
	font-size: 16px;
	margin-bottom: 12px;
}
.inno-block-content ul li:last-child {
	margin-bottom: 0;
}
.inno-block-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	opacity: 0.5;
}
.inno-block li::before { background: #9ca3af; }

.inno-block-content p {
	margin: 0;
}



/* ===== 스크롤 애니메이션 ===== */
.scroll-anim {
	opacity: 0;
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.scroll-anim[data-anim="fade-up"] {
	transform: translateY(40px);
}
.scroll-anim[data-anim="fade-down"] {
	transform: translateY(-40px);
}
.scroll-anim[data-anim="fade-left"] {
	transform: translateX(-50px);
}
.scroll-anim[data-anim="fade-right"] {
	transform: translateX(50px);
}
.scroll-anim.is-visible {
	opacity: 1;
	transform: translate(0, 0);
}

/* 카드 스크롤 등장 애니메이션 */
.inno-section-card,
.shortcut-card {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.2s, border-color 0.25s;
}
.inno-section-card.scroll-visible,
.shortcut-card.scroll-visible {
	opacity: 1;
	transform: translateY(0);
}


/* ===== 자료실 아카이브 (AAMC Style) ===== */
.archive-wrap {
	max-width: 1300px;
	margin: 0 auto;
}

/* 2단 레이아웃 */
.archive-layout {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

/* 좌측 필터 사이드바 */
.archive-sidebar {
	width: 240px;
	flex-shrink: 0;
	position: sticky;
	top: 100px;
}
.sidebar-filter-toggle {
	display: none;
	align-items: center;
	gap: 6px;
	padding: 12px 16px;
	font-size: 15px;
	font-weight: 600;
	color: #1f2937;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	cursor: pointer;
}
.sidebar-filter-toggle .material-symbols-outlined {
	font-size: 20px;
}
.sidebar-filter-toggle .toggle-arrow {
	margin-left: auto;
	transition: transform 0.3s;
}
.sidebar-filter-toggle.open .toggle-arrow {
	transform: rotate(180deg);
}
.sidebar-filter-body {
	/* visible by default on desktop */
}
.filter-group {
	margin-bottom: 28px;
}
.filter-group:first-child .filter-group-title {
	padding-bottom: 16px;
}
.filter-group-title {
	font-size: 15px;
	font-weight: 700;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e7eb;
}
.filter-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.filter-list li {
	margin-bottom: 2px;
}
.filter-item,
.filter-type-item {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 8px 12px;
	border: none;
	background: transparent;
	font-size: 16px;
	color: #4b5563;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.15s;
	text-align: left;
}
.filter-item:hover,
.filter-type-item:hover {
	background: #f3f4f6;
	color: #175edc;
}
.filter-item.active,
.filter-type-item.active {
	background: #eef2ff;
	color: #175edc;
	font-weight: 600;
}
.filter-count {
	margin-left: auto;
	font-size: 12px;
	color: #9ca3af;
	background: #f3f4f6;
	padding: 1px 8px;
	border-radius: 10px;
}
.filter-item.active .filter-count {
	background: #dbeafe;
	color: #175edc;
}
/* 파일타입 dot */
.ft-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 8px;
	flex-shrink: 0;
}
.dot-pdf { background: #e53e3e; }
.dot-hwp { background: #3182ce; }
.dot-excel { background: #38a169; }
.dot-ppt { background: #dd6b20; }
.dot-image { background: #805ad5; }
.dot-video { background: #e53e3e; }

/* 우측 메인 콘텐츠 */
.archive-main {
	flex: 1;
	min-width: 0;
}

/* 검색 바 */
.archive-search-bar {
	display: flex;
	align-items: center;
    overflow: hidden;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 0 0 0 16px;
	margin-bottom: 20px;
	transition: border-color 0.2s;
}
.archive-search-bar:focus-within {
	border-color: #175edc;
	box-shadow: 0 0 0 3px rgba(23,94,220,0.08);
}
.archive-search-bar .material-symbols-outlined {
	font-size: 22px;
	color: #9ca3af;
	margin-right: 10px;
	flex-shrink: 0;
}
.archive-search-bar input {
	flex: 1;
	border: none;
	outline: none;
	background: transparent;
	font-size: 15px;
	padding: 12px 0;
	color: #1f2937;
}
.archive-search-bar input::placeholder {
	color: #9ca3af;
}
.archive-search-bar button {
	background: #175edc;
	color: #fff;
	border: none;
	padding: 8px 24px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
	flex-shrink: 0;
}
.archive-search-bar button:hover {
	background: #0f4abf;
}

/* 툴바 (카운트 + 정렬) */
.archive-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e7eb;
}
.archive-result-info {
	font-size: 14px;
	color: #6b7280;
}
.archive-result-info strong {
	color: #175edc;
	font-weight: 700;
	font-size: 18px;
}
.archive-sort {
	display: flex;
	align-items: center;
	gap: 6px;
}
.archive-sort label {
	font-size: 13px;
	color: #9ca3af;
	margin-right: 4px;
}
.archive-sort .sort-btn {
	background: transparent;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 500;
	color: #6b7280;
	cursor: pointer;
	transition: all 0.2s;
}
.archive-sort .sort-btn:hover {
	color: #175edc;
	border-color: #175edc;
}
.archive-sort .sort-btn.active {
	background: #175edc;
	color: #fff;
	border-color: #175edc;
}

/* 툴바 우측 영역 */
.archive-toolbar-right {
	display: flex;
	align-items: center;
	gap: 12px;
}
.archive-write-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #175edc;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 8px 18px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
}
.archive-write-btn:hover {
	background: #0f4abf;
}
.archive-write-btn .material-symbols-outlined {
	font-size: 18px;
}

/* 자료 카드 그리드 */
.archive-grid {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* 자료 카드 - AAMC 스타일 */
.archive-card {
	display: flex;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.25s;
	word-break: keep-all;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
}
.archive-card:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transform: translateY(-3px);
}

/* 썸네일 영역 */
.arc-thumb {
	width: 150px;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.arc-thumb .material-symbols-outlined {
	font-size: 44px;
	color: #fff;
}
.arc-thumb-pdf,
.arc-thumb-hwp,
.arc-thumb-excel,
.arc-thumb-ppt,
.arc-thumb-image,
.arc-thumb-video { background: #eef3fb; }
.arc-thumb .material-symbols-outlined { color: #175edc; }

/* 카드 바디 */
.arc-body {
	flex: 1;
	padding: 18px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.arc-badges {
	display: flex;
	gap: 6px;
	margin-bottom: 10px;
}
.arc-type-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.badge-pdf { background: #fff5f5; color: #c53030; }
.badge-hwp { background: #ebf8ff; color: #2b6cb0; }
.badge-excel { background: #f0fff4; color: #2f855a; }
.badge-ppt { background: #fffaf0; color: #c05621; }
.badge-image { background: #faf5ff; color: #6b46c1; }
.badge-video { background: #fff5f5; color: #c53030; }

.arc-cat-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
}
.cat-curriculum { background: #e0f2fe; color: #0369a1; }
.cat-student { background: #dcfce7; color: #15803d; }
.cat-evaluation { background: #fef3c7; color: #b45309; }

.arc-title {
	font-size: 21px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 6px;
	line-height: 1.4;
}
.archive-card:hover .arc-title {
	/*color: #175edc;*/
    text-decoration: underline;
}
.arc-desc {
	font-size: 16px;
	color: #6b7280;
	line-height: 1.6;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* 해시태그 (카드) */
.arc-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}
.arc-tag {
	display: inline-block;
	padding: 2px 10px;
	background: #f0f5ff;
	color: #175edc;
	font-size: 12px;
	font-weight: 500;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.2s;
	letter-spacing: -0.3px;
}
.arc-tag:hover {
	background: #175edc;
	color: #fff;
}

.arc-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 13px;
	color: #9ca3af;
}
.arc-meta .material-symbols-outlined {
	font-size: 15px;
	vertical-align: -2px;
	margin-right: 3px;
}
.arc-date, .arc-size {
	display: inline-flex;
	align-items: center;
}

/* 검색 결과 없음 */
.archive-empty {
	text-align: center;
	padding: 80px 20px;
	color: #9ca3af;
}
.archive-empty .material-symbols-outlined {
	font-size: 64px;
	display: block;
	margin-bottom: 16px;
}
.archive-empty p {
	font-size: 16px;
}

/* 페이지네이션 */
.archive-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-top: 40px;
	padding-bottom: 20px;
}
.archive-pagination .page-btn,
.archive-pagination .page-num {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	color: #4b5563;
	cursor: pointer;
	transition: all 0.2s;
}
.archive-pagination .page-btn:hover,
.archive-pagination .page-num:hover {
	border-color: #175edc;
	color: #175edc;
}
.archive-pagination .page-num.active {
	background: #175edc;
	color: #fff;
	border-color: #175edc;
}
.archive-pagination .page-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
.archive-pagination .page-btn .material-symbols-outlined {
	font-size: 20px;
}

/* ===== 자료실 상세 페이지 ===== */
.archive-detail {
	max-width: 1300px;
	margin: 0 auto;
}

/* 뒤로가기 + 수정 버튼 */
.detail-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.detail-edit-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #4b5563;
	cursor: pointer;
	transition: all 0.2s;
}
.detail-edit-btn:hover {
	border-color: #175edc;
	color: #175edc;
	background: #f0f5ff;
}
.detail-edit-btn .material-symbols-outlined {
	font-size: 18px;
}
.detail-back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #4b5563;
	cursor: pointer;
	transition: all 0.2s;
}
.detail-back:hover {
	border-color: #175edc;
	color: #175edc;
	background: #f0f5ff;
}
.detail-back .material-symbols-outlined {
	font-size: 18px;
}

/* 상세 헤더 */
.detail-header {
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 32px;
}
.detail-badges {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
}
.detail-title {
	font-size: 26px;
	font-weight: 700;
	color: #1f2937;
	line-height: 1.4;
	margin-bottom: 16px;
	letter-spacing: -0.5px;
}
.detail-meta {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 14px;
	color: #9ca3af;
}
.detail-meta .material-symbols-outlined {
	font-size: 16px;
	vertical-align: -3px;
	margin-right: 4px;
}
.detail-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

/* 상세 본문 */
.detail-body {
	margin-bottom: 40px;
}

/* 미리보기 영역 */
.detail-preview {
	margin-bottom: 28px;
	border-radius: 12px;
	overflow: hidden;
	background: #f9fafb;
}
.detail-preview:empty {
	display: none;
}
.detail-preview img {
	width: 100%;
	display: block;
	border-radius: 12px;
}
.detail-preview .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 12px;
}
.detail-preview .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 12px;
}

/* 상세 설명 */
.detail-desc {
	font-size: 16px;
	line-height: 1.8;
	color: #374151;
	margin-bottom: 32px;
}
.detail-desc:empty {
	display: none;
}

/* 다운로드 영역 */
.detail-download {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px 28px;
}
.detail-download:empty {
	display: none;
}
.detail-download-title {
	font-size: 14px;
	font-weight: 700;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.detail-download-title .material-symbols-outlined {
	font-size: 20px;
}
.detail-file-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 16px 20px;
	margin-bottom: 10px;
	transition: all 0.2s;
}
.detail-file-item:last-child {
	margin-bottom: 0;
}
.detail-file-item:hover {
	border-color: #175edc;
	box-shadow: 0 2px 8px rgba(23,94,220,0.08);
}
.detail-file-info {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 1;
	min-width: 0;
}
.detail-file-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	flex-shrink: 0;
}
.detail-file-icon .material-symbols-outlined {
	font-size: 24px;
}
.detail-file-icon.icon-pdf { background: #fff5f5; color: #c53030; }
.detail-file-icon.icon-hwp { background: #ebf8ff; color: #2b6cb0; }
.detail-file-icon.icon-excel { background: #f0fff4; color: #2f855a; }
.detail-file-icon.icon-ppt { background: #fffaf0; color: #c05621; }
.detail-file-icon.icon-image { background: #faf5ff; color: #6b46c1; }
.detail-file-icon.icon-video { background: #fff5f5; color: #c53030; }
.detail-file-name {
	font-size: 15px;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail-file-size {
	font-size: 13px;
	color: #9ca3af;
}
.detail-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #175edc;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
	flex-shrink: 0;
}
.detail-download-btn:hover {
	background: #0f4abf;
}
.detail-download-btn .material-symbols-outlined {
	font-size: 18px;
}

/* 이전글/다음글 */
.detail-pager {
	display: flex;
	gap: 12px;
	border-top: 1px solid #e5e7eb;
	padding-top: 24px;
}
.detail-pager:empty {
	display: none;
}
.pager-item {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 16px 20px;
	cursor: pointer;
	transition: all 0.2s;
	text-decoration: none;
}
.pager-item:hover {
	border-color: #175edc;
	background: #f0f5ff;
}
.pager-item .material-symbols-outlined {
	font-size: 22px;
	color: #9ca3af;
	flex-shrink: 0;
}
.pager-item:hover .material-symbols-outlined {
	color: #175edc;
}
.pager-label {
	font-size: 12px;
	color: #9ca3af;
	margin-bottom: 2px;
}
.pager-title {
	font-size: 14px;
	font-weight: 600;
	color: #1f2937;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pager-item.pager-next {
	text-align: right;
	flex-direction: row-reverse;
}
.pager-text {
	flex: 1;
	min-width: 0;
}
.pager-item.pager-next .pager-text {
	text-align: right;
}

/* ===== 자료실 입력/수정 폼 ===== */
.archive-form-wrap {
	max-width: 1300px;
	margin: 0 auto;
}
.form-nav {
	margin-bottom: 24px;
}
.form-header {
	margin-bottom: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e7eb;
}
.form-title {
	font-size: 24px;
	font-weight: 700;
	color: #1f2937;
	letter-spacing: -0.5px;
}
.archive-form {
	/* reset */
}
.form-group {
	margin-bottom: 24px;
}
.form-row {
	display: flex;
	gap: 16px;
}
.form-half {
	flex: 1;
}
.form-label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 8px;
}
.form-required {
	color: #e53e3e;
}
.form-input,
.form-select,
.form-textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 15px;
	color: #1f2937;
	background: #fff;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
	outline: none;
	border-color: #175edc;
	box-shadow: 0 0 0 3px rgba(23,94,220,0.08);
}
.form-input::placeholder,
.form-textarea::placeholder {
	color: #9ca3af;
}
.form-textarea {
	resize: vertical;
	min-height: 100px;
	line-height: 1.6;
}
.form-select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%236b7280' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 40px;
}

/* 유튜브 입력 */
.form-youtube-input {
	display: flex;
	align-items: center;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	padding: 0 0 0 14px;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.form-youtube-input:focus-within {
	border-color: #175edc;
	box-shadow: 0 0 0 3px rgba(23,94,220,0.08);
}
.form-youtube-input .material-symbols-outlined {
	font-size: 22px;
	color: #e53e3e;
	flex-shrink: 0;
	margin-right: 8px;
}
.form-youtube-input .form-input {
	border: none;
	padding: 12px 16px 12px 0;
	box-shadow: none;
}
.form-youtube-input .form-input:focus {
	box-shadow: none;
}

/* 유튜브 미리보기 */
.youtube-preview {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 12px;
	padding: 14px 18px;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 10px;
}
.youtube-preview-thumb {
	width: 140px;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
}
.youtube-preview-thumb img {
	width: 100%;
	display: block;
	border-radius: 8px;
}
.youtube-preview-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.youtube-preview-label {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #15803d;
}
.youtube-preview-label .material-symbols-outlined {
	font-size: 18px;
}
.youtube-preview-id {
	font-size: 13px;
	color: #6b7280;
}

/* 파일 드롭 영역 */
.form-file-drop {
	border: 2px dashed #d1d5db;
	border-radius: 12px;
	padding: 40px 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
	background: #fafbfc;
}
.form-file-drop:hover,
.form-file-drop.drag-over {
	border-color: #175edc;
	background: #f0f5ff;
}
.form-file-drop .material-symbols-outlined {
	font-size: 44px;
	color: #9ca3af;
	display: block;
	margin-bottom: 10px;
}
.form-file-drop p {
	font-size: 15px;
	color: #6b7280;
	margin-bottom: 6px;
}
.form-file-browse {
	color: #175edc;
	font-weight: 600;
	text-decoration: underline;
}
.form-file-hint {
	font-size: 13px;
	color: #9ca3af;
}

/* 파일 목록 */
.form-file-list {
	margin-top: 12px;
}
.form-file-list:empty {
	display: none;
}
.form-file-entry {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 10px 14px;
	margin-bottom: 8px;
}
.form-file-entry-info {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	min-width: 0;
}
.form-file-entry-info .material-symbols-outlined {
	font-size: 20px;
	color: #175edc;
}
.form-file-entry-name {
	font-size: 14px;
	color: #374151;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form-file-entry-size {
	font-size: 12px;
	color: #9ca3af;
	margin-left: 8px;
	flex-shrink: 0;
}
.form-file-remove {
	background: none;
	border: none;
	cursor: pointer;
	color: #9ca3af;
	padding: 4px;
	border-radius: 4px;
	transition: color 0.2s;
	flex-shrink: 0;
}
.form-file-remove:hover {
	color: #e53e3e;
}
.form-file-remove .material-symbols-outlined {
	font-size: 18px;
}
.form-file-limit {
	font-size: 13px;
	color: #9ca3af;
	margin-top: 8px;
	text-align: right;
}

/* 해시태그 입력 */
.form-tag-input-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	min-height: 46px;
	cursor: text;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.form-tag-input-wrap:focus-within {
	border-color: #175edc;
	box-shadow: 0 0 0 3px rgba(23,94,220,0.08);
}
.form-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.form-tag-list:empty {
	display: none;
}
.form-tag-item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	background: #eef2ff;
	color: #175edc;
	font-size: 13px;
	font-weight: 600;
	border-radius: 14px;
	cursor: pointer;
	transition: all 0.2s;
}
.form-tag-item:hover {
	background: #e53e3e;
	color: #fff;
}
.form-tag-item .material-symbols-outlined {
	font-size: 14px;
}
.form-tag-input {
	flex: 1;
	min-width: 120px;
	border: none;
	outline: none;
	background: transparent;
	font-size: 14px;
	padding: 4px 0;
	color: #1f2937;
}
.form-tag-input::placeholder {
	color: #9ca3af;
}
.form-tag-hint {
	display: block;
	font-size: 12px;
	color: #9ca3af;
	margin-top: 6px;
}

/* 상세 페이지 해시태그 */
.detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 6px;
}
.detail-tag {
	display: inline-block;
	padding: 4px 14px;
	background: #f0f5ff;
	color: #175edc;
	font-size: 13px;
	font-weight: 500;
	border-radius: 14px;
	cursor: pointer;
	transition: all 0.2s;
}
.detail-tag:hover {
	background: #175edc;
	color: #fff;
}

/* 버튼 영역 */
.form-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding-top: 28px;
	border-top: 1px solid #e5e7eb;
	margin-top: 12px;
}
.form-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px 28px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
	border: none;
}
.form-btn-cancel {
	background: #f3f4f6;
	color: #4b5563;
}
.form-btn-cancel:hover {
	background: #e5e7eb;
}
.form-btn-submit {
	background: #175edc;
	color: #fff;
}
.form-btn-submit:hover {
	background: #0f4abf;
}
.form-btn-submit .material-symbols-outlined {
	font-size: 18px;
}

.tab_zone.three a {
    width: calc((100% / 3) + 1.75px);
}
.tab_zone.five a {
    width: calc((100% / 5) + 1.75px);
}

.label-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 16px;
}

/* ============================================================
   통합 반응형 미디어 쿼리
   1300px → 1200px → 1024px → 768px
   ============================================================ */

/* ── 1300px 이하 ── */
@media (max-width: 1400px) {
	.archive-wrap,
    #sub_body .inner2 {
		padding: 0 16px;
	}
    #sub_body {
        padding: 60px 0px;
    }
    .inno-intro .intro-hero {
        background: none;
        padding: 0 0 60px 0;
    }
}

/* ── 1200px 이하 ── */
@media (max-width: 1200px) {
	.overview-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* ── 1024px 이하 ── */
@media (max-width: 1024px) {
    
    .tab_zone a {
        font-size: 17px;
        line-height: 48px;
    }
    .tab_zone a.on {
        font-size: 17px;
    }
    
    .inno-intro .intro-hero h3 {
        font-size: 36px;
    }
    .inno-vision h3 {
        font-size: 27px;
    }
    .inno-section-header .sec-title {
        font-size: 19px;
    }
    .archive-main {
        width: 100%;
    }
    .inno-section {
        margin-bottom: 0;
    }

	/* 바로가기 카드 */
	.shortcut-grid {
		flex-wrap: wrap;
		justify-content: center;
	}

	/* 설명 박스 */
	.inno-desc-box {
		padding: 30px;
	}

	/* 자료실 레이아웃 */
	.archive-layout {
		flex-direction: column;
	}
	.archive-sidebar {
		width: 100%;
		position: static;
	}
	.sidebar-filter-toggle {
		display: flex;
	}
	.sidebar-filter-body {
		display: none;
		margin-top: 12px;
	}
	.sidebar-filter-body.open {
		display: block;
	}
}

/* ── 768px 이하 ── */
@media (max-width: 768px) {
    
    .tab_zone a {
        font-size: 14px;
        line-height: 42px;
    }
    .tab_zone a.on {
        font-size: 14px;
    }

	/* --- 스크롤 탑 버튼 --- */
	.btn-scroll-top.visible {
		display: none !important;
	}

	/* --- 코어 페이지네이션 (PC 숨김 역전) --- */
	.core-pagination {
		display: none;
	}

	/* --- 아코디언 헤더/바디 --- */
	.sec-eng {
		display: block;
		margin-top: 2px;
		margin-left: 0;
		font-size: 12px;
	}
	.inno-section-header {
		padding: 14px 16px;
		border-radius: 8px 8px 0 0;
	}
	.inno-section-card:not(.open) .inno-section-header {
		border-radius: 8px;
	}
	.inno-section-header .sec-title {
		font-size: 16px !important;
		letter-spacing: -0.3px !important;
	}
	.inno-section-header .sec-num {
		width: 28px;
		height: 28px;
		font-size: 13px;
	}
	.inno-section-body {
		padding: 16px;
		border-radius: 0 0 8px 8px;
	}
	.inno-section-desc {
		font-size: 15px;
		padding: 0 0 14px 0;
		margin-bottom: 18px;
	}
	.inno-section-desc .desc-icon {
		font-size: 18px;
	}
	.inno-block {
		margin-bottom: 12px;
	}
	.inno-block-label {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.inno-block-content {
		padding: 12px 14px;
		border-radius: 8px;
	}
	.inno-block-content ul li {
		font-size: 14px;
		margin-bottom: 8px;
		padding-left: 12px;
	}
	.inno-block-content p {
		font-size: 14px;
	}
	.inno-section-card {
		border-radius: 8px;
	}

	/* --- 바로가기 카드 --- */
	.shortcut-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 24px;
	}
	.shortcut-grid .shortcut-card {
		flex: 1 1 calc(50% - 5px);
		max-width: calc(50% - 5px);
		padding: 14px 12px;
		border-radius: 8px;
	}
	.shortcut-card .sc-icon {
		font-size: 28px;
		width: 42px;
		height: 42px;
		margin-bottom: 10px;
		border-radius: 8px;
	}
	.shortcut-card .sc-title {
		font-size: 13px;
		margin-bottom: 4px;
	}
	.shortcut-card .sc-link {
		font-size: 12px;
		padding-top: 6px;
	}
	.shortcut-card .sc-sub {
		font-size: 11px;
	}

	/* --- 토글 스위치 --- */
	.toggle-label {
		font-size: 13px;
	}

	/* --- 비전/미션 카드 --- */
	.inno-vision {
		padding: 24px 16px;
		border-radius: 16px;
	}
	.inno-vision h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.vm-card {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		border-width: 4px;
		border-radius: 16px;
		padding: 14px 18px;
		gap: 4px 12px;
		margin-bottom: 10px;
	}
	.vm-text {
		flex-basis: 100%;
		font-size: 13px;
		line-height: 1.6;
	}
	.vm-mat-icon {
		font-size: 28px;
		margin-right: 0;
	}
	.vm-label {
		font-size: 16px;
		margin-right: 0;
		min-width: auto;
	}
	.inno-core-card {
		border-width: 4px;
		border-radius: 8px;
	}
	.contents-card {
		border-width: 4px;
		border-radius: 8px;
	}
	.contents-grid {
		flex-direction: column;
		gap: 14px;
	}
	.contents-plus {
		display: none;
	}

	/* --- 혁신과제란(사업소개) 페이지 --- */
	.inno-intro .intro-hero {
		padding: 20px 16px;
		margin-bottom: 32px;
	}
	.inno-intro .intro-hero h3 {
		font-size: 26px;
		letter-spacing: -1.5px;
	}
	.inno-intro .intro-hero .hero-subtitle {
		font-size: 15px;
	}
	.intro-desc {
		font-size: 14px;
		padding: 0 8px;
		margin-top: 14px;
	}
	.intro-divider {
		margin-bottom: 32px;
	}
	.intro-tags {
		gap: 10px;
		flex-direction: column;
		margin-top: 18px;
	}
	.intro-tag {
		width: 100%;
		box-sizing: border-box;
		flex-direction: column;
		font-size: 14px;
		padding: 14px 16px;
		border-radius: 8px;
		gap: 8px;
		white-space: nowrap;
	}
	.intro-tag br {
		display: none;
	}
	.intro-tag .material-symbols-outlined {
		font-size: 22px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}

	/* --- 설명 박스 --- */
	.inno-desc-box {
		padding: 16px;
	}
	.inno-desc-box ul li {
		font-size: 13px;
	}

	/* --- 한눈에보기 --- */
	.inno-overview > h3 {
		font-size: 20px;
	}
	.overview-grid {
		gap: 10px;
	}
	.overview-section-header {
		padding: 10px 12px;
		border-radius: 8px 8px 0 0;
	}
	.overview-section-header h4 {
		font-size: 16px;
	}
	.overview-section-header .overview-num {
		font-size: 11px;
	}
	.overview-list li a {
		font-size: 14px;
		padding: 7px 10px;
	}

	/* --- 핵심 추진 과제 --- */
	.inno-core-tasks {
		margin-bottom: 60px;
	}
	.inno-core-tasks h3 {
		font-size: 20px;
	}
	.inno-core-card h4 {
		font-size: 15px;
	}
	.inno-core-card p {
		font-size: 13px;
	}

	/* --- 자료실 목록 --- */
	.archive-wrap {
		padding: 0;
		width: 100%;
	}
	.archive-layout {
		width: 100%;
		gap: 16px;
	}
	.archive-main {
		width: 100%;
		min-width: 0;
	}
	.archive-search-bar {
		margin-bottom: 12px;
		padding: 0 4px 0 12px;
		border-radius: 6px;
	}
	.archive-search-bar .material-symbols-outlined {
		font-size: 20px;
		margin-right: 6px;
	}
	.archive-search-bar input {
		font-size: 14px;
		padding: 10px 0;
	}
	.archive-search-bar button {
		font-size: 13px;
		padding: 7px 14px;
	}
	.archive-toolbar {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		margin-bottom: 14px;
		padding-bottom: 12px;
	}
	.archive-result-info {
		font-size: 13px;
	}
	.archive-result-info strong {
		font-size: 16px;
	}
	.archive-toolbar-right {
		width: 100%;
		justify-content: space-between;
	}
	.archive-sort {
		flex: 1;
	}
	.archive-sort label {
		font-size: 12px;
	}
	.archive-sort .sort-btn {
		font-size: 12px;
		padding: 5px 10px;
	}
	.archive-write-btn {
		font-size: 13px;
		padding: 7px 14px;
	}
	.archive-grid {
		gap: 12px;
	}
	.archive-card {
		flex-direction: column;
		border-radius: 8px;
	}
	.arc-thumb {
		width: 100%;
		min-height: 56px;
		height: 56px;
		border-radius: 8px 8px 0 0;
	}
	.arc-thumb .material-symbols-outlined {
		font-size: 26px;
	}
	.arc-body {
		padding: 12px 14px;
	}
	.arc-badges {
		margin-bottom: 8px;
	}
	.arc-type-badge,
	.arc-cat-badge {
		font-size: 10px;
		padding: 2px 8px;
	}
	.arc-title {
		font-size: 15px;
		margin-bottom: 4px;
	}
	.arc-desc {
		font-size: 13px;
		margin-bottom: 8px;
		-webkit-line-clamp: 1;
	}
	.arc-meta {
		font-size: 12px;
		gap: 10px;
	}
	.arc-meta .material-symbols-outlined {
		font-size: 13px;
	}
	.archive-pagination {
		margin-top: 28px;
	}
	.archive-pagination .page-btn,
	.archive-pagination .page-num {
		width: 34px;
		height: 34px;
		font-size: 13px;
		border-radius: 6px;
	}
	.archive-pagination .page-btn .material-symbols-outlined {
		font-size: 18px;
	}
	.filter-group-title {
		font-size: 12px;
	}
	.filter-item,
	.filter-type-item {
		font-size: 13px;
		padding: 7px 10px;
	}
	.filter-count {
		font-size: 11px;
	}
	.archive-sidebar {
		border-radius: 8px;
	}

	/* --- 자료실 상세 --- */
	.detail-title {
		font-size: 21px;
	}
	.detail-meta {
		flex-wrap: wrap;
		gap: 10px;
	}
	.detail-download {
		padding: 16px;
		border-radius: 8px;
	}
	.detail-file-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		border-radius: 8px;
	}
	.detail-download-btn {
		width: 100%;
		justify-content: center;
	}
	.detail-pager {
		flex-direction: column;
	}
	.detail-preview,
	.detail-preview img {
		border-radius: 8px;
	}
	.pager-item {
		border-radius: 8px;
	}

	/* --- 자료실 입력/수정 폼 --- */
	.form-row {
		flex-direction: column;
		gap: 0;
	}
	.form-actions {
		flex-direction: column;
	}
	.form-btn {
		justify-content: center;
		width: 100%;
	}
	.youtube-preview {
		flex-direction: column;
		align-items: flex-start;
	}
	.youtube-preview-thumb {
		width: 100%;
	}
}
