/* ===== Reset & Base ===== */
*, *::before, *::after {box-sizing: border-box;	margin: 0;	padding: 0;}
html {scroll-behavior: smooth;}
body {font-family: 'Noto Sans KR', sans-serif;	background: hsl(var(--background));	color: hsl(var(--foreground));	line-height: 1.6;	overflow-x: hidden;}
img {max-width: 100%;height: auto;}

.main-content { max-width: 1400px; margin: 0 auto; padding: 80px 40px; }

/* 서브페이지 전용 스타일 */
.sub-visual {height: 570px; background:url('/img/svisual01.jpg')no-repeat; display: flex; align-items: center; margin-top: 0; position: relative; overflow: hidden;}
.sv1 {background:url('/img/svisual01.jpg')no-repeat;}
.sv2 {background:url('/img/svisual02.jpg')no-repeat;}
.sv3 {background:url('/img/svisual03.jpg')no-repeat;}
.sv4 {background:url('/img/svisual04.jpg')no-repeat;}
.sv5 {background:url('/img/svisual05.jpg')no-repeat;}
.sub-visual-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.2); display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; text-align: center; }
.sub-visual-bg {position: absolute; inset: 0; background-image:  repeating-linear-gradient(90deg, transparent 0, transparent 60px, rgba(255,255,255,0.02) 60px), repeating-linear-gradient(0deg, transparent 0, transparent 60px, rgba(255,255,255,0.02) 60px);}
.sub-visual-content {position: relative; color: white; text-align: center;}
.sub-visual h1 {font-size: 52px; font-weight: 700; margin-bottom: 16px;}
.sub-visual p {font-size: 18px; opacity: 0.9; margin-bottom: 24px;}
.breadcrumb {display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px;}
.breadcrumb a {color: white; text-decoration: none;}

@media (max-width: 768px) {
	.sub-visual-content {margin:40px auto 0;}
	.sub-visual p {margin-bottom:10px;}
}

.section-intro, .section-vision, .section-features {padding: 120px 0;}
.section-intro {background: white;}
.section-vision {background: linear-gradient(to bottom, #f8fafc, white);}
.section-label {display: inline-block; padding: 8px 20px; background: linear-gradient(135deg, #4A90E2, #2C5AA0); color: white; border-radius: 50px; font-size: 14px; font-weight: 600; margin-bottom: 16px;}
.section-title {font-size: 42px; font-weight: 700; color: #2C5AA0; margin-bottom: 60px; text-align: center;}


.section { margin-bottom: 100px; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag { display: inline-block; background: linear-gradient(135deg, #e8f4fc 0%, #d0e8f5 100%); color: #1a365d; padding: 8px 20px; border-radius: 30px; font-size: 0.85rem; font-weight: 600; margin-bottom: 16px; }
.section-title { font-size: 2.2rem; font-weight: 700; color: #1a365d; margin-bottom: 16px; }
.section-desc { font-size: 1.1rem; color: #64748b; max-width: 700px; margin: 0 auto; }

.intro-box {max-width: 900px; margin: 0 auto; text-align: center;}
.intro-text {font-size: 18px; line-height: 1.8; color: #666; margin-top: 24px;}
.intro-text strong {color: #4A90E2;}

.vision-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;}
.vision-card {background: white; padding: 50px 40px; border-radius: 24px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); transition: all 0.4s;}
.vision-card:hover {transform: translateY(-12px); box-shadow: 0 20px 50px rgba(74,144,226,0.2);}
.vision-number {width: 60px; height: 60px; background: linear-gradient(135deg, #4A90E2, #2C5AA0); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; margin-bottom: 24px;}
.vision-card h3 {font-size: 24px; font-weight: 700; color: #2C5AA0; margin-bottom: 16px;}
.vision-card p {font-size: 16px; line-height: 1.7; color: #666;}

.features-list {max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; gap: 40px;}
.feature-item {display: flex; gap: 32px; align-items: flex-start; padding: 40px; background: white; border-radius: 20px; box-shadow: 0 8px 30px rgba(0,0,0,0.06); transition: all 0.3s;}
.feature-item:hover {box-shadow: 0 15px 40px rgba(0,0,0,0.1); transform: translateX(8px);}
.feature-icon {flex-shrink: 0; width: 80px; height: 80px; background: linear-gradient(135deg, #f8fafc, #e8f2fa); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 40px;}
.feature-text h3 {font-size: 22px; font-weight: 700; color: #2C5AA0; margin-bottom: 12px;}
.feature-text p {font-size: 16px; line-height: 1.7; color: #666;}

@media (max-width: 768px) {
	.main-content { padding: 40px 20px; }
	.sub-visual { height: 300px; }
	.sub-visual h1 { font-size: 30px; margin-bottom: 0; }
	.vision-grid { grid-template-columns: 1fr; }
	.feature-item { flex-direction: column; padding: 32px 24px; }
}


/* Timeline */
.timeline { position: relative; max-width: 900px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 4px; height: 100%; background: linear-gradient(to bottom, #4a7ab0, #1a365d); border-radius: 2px; }
.timeline-item { display: flex; align-items: center; margin-bottom: 50px; position: relative; }
.timeline-item:nth-child(odd) { flex-direction: row-reverse; }
.timeline-content { width: 45%; background: white; border-radius: 20px; padding: 30px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; position: relative; }
.timeline-item:nth-child(odd) .timeline-content { text-align: right; }
.timeline-number { position: absolute; left: 50%; transform: translateX(-50%); width: 60px; height: 60px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; font-weight: 800; box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3); z-index: 1; }
.timeline-content h3 { font-size: 1.3rem; font-weight: 700; color: #1a365d; margin-bottom: 8px; }
.timeline-content .date { font-size: 1rem; color: #f59e0b; font-weight: 600; margin-bottom: 12px; }
.timeline-content p { color: #64748b; font-size: 0.95rem; }

/* Requirements */
.requirements-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.requirement-card { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; position: relative; overflow: hidden; }
.requirement-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #4a7ab0, #1a365d); }
.requirement-card h3 { font-size: 1.3rem; font-weight: 700; color: #1a365d; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.requirement-card h3 span { width: 40px; height: 40px; background: linear-gradient(135deg, #e8f4fc 0%, #d0e8f5 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.requirement-list { list-style: none; }
.requirement-list li { padding: 12px 0; color: #4a5568; font-size: 1.1rem; border-bottom: 1px solid #f1f5f9; display: flex; align-items: flex-start; gap: 12px; }
.requirement-list li::before { content: '✓'; color: #4a7ab0; font-weight: 700; flex-shrink: 0; }

/* Notice Box */
.notice-box { background: linear-gradient(135deg, #f8fafc 0%, #e8f4fc 100%); border-radius: 20px; padding: 40px; border-left: 5px solid #f59e0b; margin-top: 40px; }
.notice-box h4 { font-size: 1.1rem; font-weight: 700; color: #b45309; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.notice-box p { color: #64748b; font-size: 0.95rem; line-height: 1.8; }

/* CTA */
.cta-section { background: linear-gradient(135deg, #1a365d 0%, #4a7ab0 100%); border-radius: 32px; padding: 60px; text-align: center; color: white; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); }
.cta-section h2 { font-size: 2rem; font-weight: 700; margin-bottom: 16px; }
.cta-section p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 32px; }
.cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.cta-btn { padding: 16px 40px; border-radius: 30px; font-size: 1rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
.cta-btn.primary { background: white; color: #1a365d; }
.cta-btn.primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.cta-btn.secondary { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.5); }
.cta-btn.secondary:hover { background: rgba(255,255,255,0.1); border-color: white; }
@media (max-width: 1024px) {
	.requirements-grid { grid-template-columns: 1fr; }
	.timeline::before { left: 30px; }
	.timeline-item, .timeline-item:nth-child(odd) { flex-direction: column; align-items: flex-start; padding-left: 80px; }
	.timeline-number { left: 30px; transform: translateX(-50%); }
	.timeline-content { width: 100%; text-align: left !important; }
}
@media (max-width: 768px) {
	.cta-section { padding: 40px 20px; }
}


/* Hero Stats */
.hero-stats { background: linear-gradient(135deg, #1a365d 0%, #4a7ab0 100%); border-radius: 32px; padding: 60px; text-align: center; color: white; margin-bottom: 80px; position: relative; overflow: hidden; }
.hero-stats::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); }
.hero-stats h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 8px; }
.hero-stats h2 span { font-size: 4rem; }
.hero-stats p { font-size: 1.2rem; opacity: 0.9; margin-bottom: 40px; }
.stats-row { display: flex; justify-content: center; gap: 60px; }
.stat-item { text-align: center; }
.stat-item .number { font-size: 2.5rem; font-weight: 800; margin-bottom: 8px; }
.stat-item .label { font-size: 0.95rem; opacity: 0.8; }

/* Career Grid */
.career-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.career-card { background: white; border-radius: 24px; padding: 40px; box-shadow: 0 15px 50px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; text-align: center; transition: all 0.4s ease; position: relative; overflow: hidden; }
.career-card:hover { transform: translateY(-10px); box-shadow: 0 25px 60px rgba(0,0,0,0.12); }
.career-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #10b981, #059669); transform: scaleX(0); transition: transform 0.4s ease; }
.career-card:hover::before { transform: scaleX(1); }
.career-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; font-size: 2rem; }
.career-card h3 { font-size: 1.4rem; font-weight: 700; color: #1a365d; margin-bottom: 12px; }
.career-card p { color: #64748b; font-size: 0.95rem; line-height: 1.7; }

/* Partners */
.partners-section { background: #f8fafc; border-radius: 24px; padding: 60px; text-align: center; }
.partners-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 40px; }
.partner-item { background: white; border-radius: 16px; padding: 30px 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 120px; transition: all 0.3s ease; }
.partner-item:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.partner-item span { font-size: 0.9rem; color: #64748b; font-weight: 500; }

/* Process */
.process-section { margin-top: 80px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.process-card { text-align: center; padding: 40px 30px; background: white; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); position: relative; }
.process-number { width: 50px; height: 50px; background: linear-gradient(135deg, #10b981 0%, #059669 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.3rem; font-weight: 700; margin: 0 auto 20px; }
.process-card h4 { font-size: 1.1rem; font-weight: 700; color: #1a365d; margin-bottom: 12px; }
.process-card p { color: #64748b; font-size: 0.9rem; }
.process-arrow { position: absolute; right: -20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: #10b981; }
.process-card:last-child .process-arrow { display: none; }
@media (max-width: 1024px) {
	.career-grid { grid-template-columns: repeat(2, 1fr); }
	.partners-grid { grid-template-columns: repeat(3, 1fr); }
	.process-grid { grid-template-columns: repeat(2, 1fr); }
	.process-arrow { display: none !important; }
}
@media (max-width: 768px) {
	.hero-stats { padding: 40px 20px; }
	.stats-row { flex-direction: column; gap: 30px; }
	.career-grid, .partners-grid, .process-grid { grid-template-columns: 1fr; }
}




/* Contact Grid */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 60px; }
.contact-card { background: white; border-radius: 24px; padding: 40px 30px; box-shadow: 0 15px 50px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; text-align: center; transition: all 0.4s ease; }
.contact-card:hover { transform: translateY(-8px); box-shadow: 0 25px 60px rgba(0,0,0,0.12); }
.contact-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.8rem; }
.contact-card h3 { font-size: 1.2rem; font-weight: 700; color: #1a365d; margin-bottom: 12px; }
.contact-card p { color: #64748b; font-size: 1rem; line-height: 1.8; }
.contact-card a { color: #7c3aed; text-decoration: none; font-weight: 600; }
.contact-card a:hover { text-decoration: underline; }

/* Form Section */
.form-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.form-container { background: white; border-radius: 24px; padding: 50px; box-shadow: 0 15px 50px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; }
.form-container h3 { font-size: 1.5rem; font-weight: 700; color: #1a365d; margin-bottom: 30px; }
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-size: 0.95rem; font-weight: 600; color: #4a5568; margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 14px 18px; border: 2px solid #e2e8f0; border-radius: 12px; font-size: 1rem; font-family: inherit; transition: all 0.3s ease; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: #7c3aed; box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1); }
.form-group textarea { height: 150px; resize: vertical; }
.submit-btn { width: 100%; padding: 16px; background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); color: white; border: none; border-radius: 12px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(124, 58, 237, 0.3); }

/* Map Section */
.map-container { background: #f8fafc; border-radius: 24px; padding: 30px; height: 100%; }
.map-container h3 { font-size: 1.5rem; font-weight: 700; color: #1a365d; margin-bottom: 20px; }
.map-placeholder { background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%); border-radius: 16px; height: 300px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.map-placeholder span { color: #64748b; font-size: 1rem; }
.address-info { background: white; border-radius: 16px; padding: 24px; }
.address-info h4 { font-size: 1.1rem; font-weight: 700; color: #1a365d; margin-bottom: 12px; }
.address-info p { color: #64748b; font-size: 0.95rem; line-height: 1.8; }

/* FAQ */
.faq-section { margin-top: 60px; }
.faq-item { background: white; border-radius: 16px; margin-bottom: 16px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); overflow: hidden; }
.faq-question { padding: 24px 30px; font-size: 1.1rem; font-weight: 600; color: #1a365d; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.3s ease; }
.faq-question:hover { background: #f8fafc; }
.faq-question::after { content: '+'; font-size: 1.5rem; color: #7c3aed; font-weight: 300; }
.faq-item.active .faq-question::after { content: '−'; }
.faq-answer { padding: 0 30px 24px; color: #64748b; line-height: 1.8; display: none; }
.faq-item.active .faq-answer { display: block; }

@media (max-width: 1024px) {
	.contact-grid { grid-template-columns: repeat(2, 1fr); }
	.form-section { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	.contact-grid { grid-template-columns: 1fr; }
	.form-container { padding: 30px 20px; }
}

/* Hero Intro Section */
.intro-hero {display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 100px;}
.intro-hero-content h2 {font-size: 2.4rem; font-weight: 700; color: #1a365d; margin-bottom: 24px; line-height: 1.4;}
.intro-hero-content h2 span {background: linear-gradient(135deg, #4a7ab0 0%, #1a365d 100%); -webkit-background-clip: text; -webkit-text-fill-color:  transparent; background-clip: text;}
.intro-hero-content p {font-size: 1.2rem; color: #64748b; line-height: 1.7; margin-bottom: 32px;}
.intro-hero-image {position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);}
.intro-hero-image img {width: 100%; height: 400px; object-fit: cover;}
.intro-hero-image::after {content: ''; position: absolute; top: 20px; left: 20px; right: -20px; bottom: -20px; border: 3px solid #4a7ab0; border-radius: 24px; z-index: -1; opacity: 0.3;}

/* Feature Cards */
.feature-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;}
.feature-card {background: white; border-radius: 20px; padding: 40px 30px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; transition:  all 0.4s ease; position: relative; overflow: hidden;}
.feature-card::before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #4a7ab0, #1a365d); transform: scaleX(0); transition: transform 0.4s ease;}
.feature-card:hover {transform: translateY(-8px); box-shadow: 0 20px 60px rgba(0,0,0,0.12);}
.feature-card:hover::before {transform: scaleX(1);}
.feature-icon {width: 70px; height: 70px; background: linear-gradient(135deg, #e8f4fc 0%, #d0e8f5 100%); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px;}
.feature-icon svg {width: 32px; height: 32px; stroke: #1a365d;}
.feature-card h3 {font-size: 1.3rem; font-weight: 700; color: #1a365d; margin-bottom: 12px;}
.feature-card p {color: #64748b; line-height: 1.7; font-size: 0.95rem;}

/* Vision Section */
.vision-section {background: linear-gradient(135deg, #f8fafc 0%, #e8f4fc 100%); border-radius: 32px; padding: 80px; text-align: center; position: relative; overflow: hidden;}
.vision-section::before {content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(74, 122, 176, 0.1) 0%, transparent 70%); border-radius: 50%;}
.vision-title {font-size: 2rem; font-weight: 700; color: #1a365d; margin-bottom: 40px;}
.vision-items {display: flex; justify-content: center; gap: 60px;}
.vision-item {text-align: center;}
.vision-icon {width: 100px; height: 100px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;box-shadow: 0 10px 30px rgba(0,0,0,0.08);}
.vision-icon svg {width: 40px; height: 40px; stroke: #4a7ab0;}
.vision-item h4 {font-size: 1.2rem; font-weight: 600; color: #1a365d; margin-bottom: 8px;}
.vision-item p {color: #64748b; font-size: 0.9rem;}

/* Convergence Diagram */
.convergence-section {padding: 60px 0;}
.convergence-diagram {display: flex; align-items: center; justify-content: center; gap: 40px; margin-top: 50px;}
.convergence-circle {width: 180px; height: 180px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center;
color: white; text-align: center; box-shadow: 0 15px 40px rgba(0,0,0,0.15); transition: transform 0.3s ease;}
.convergence-circle:hover {transform: scale(1.08);}
.convergence-circle.beauty {background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);}
.convergence-circle.medical {background: linear-gradient(135deg, #2196f3 0%, #1565c0 100%);}
.convergence-circle.health {background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);}
.convergence-circle h4 {font-size: 1.4rem; font-weight: 700; margin-bottom: 8px;}
.convergence-circle p {font-size: 0.85rem; opacity: 0.9;}
.convergence-plus {font-size: 2.5rem; color: #cbd5e1; font-weight: 300;}
.convergence-arrow {font-size: 2.5rem; color: #4a7ab0;}
.convergence-result {width: 220px; height: 220px; border-radius: 50%; background: linear-gradient(135deg, #1a365d 0%, #4a7ab0 100%); display: flex;
flex-direction: column; align-items: center; justify-content: center; color: white; text-align: center; box-shadow: 0 20px 50px rgba(26, 54, 93, 0.3);}
.convergence-result h4 {font-size: 1.5rem; font-weight: 700; margin-bottom: 8px;}
.convergence-result p {font-size: 0.9rem; opacity: 0.9;}

/* Stats Section */
.stats-section {display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin: 80px 0;}
.stat-card {text-align: center; padding: 40px 20px; background: white; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); border: 1px solid #e2e8f0;}
.stat-number {font-size: 3rem; font-weight: 800; background: linear-gradient(135deg, #4a7ab0 0%, #1a365d 100%); -webkit-background-clip: text; 
-webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 8px;}
.stat-label {color: #64748b; font-size: 1rem; font-weight: 500; }

/* Responsive */
@media (max-width: 1024px) {
	.intro-hero {grid-template-columns: 1fr; gap: 40px;}
	.feature-grid {grid-template-columns: repeat(2, 1fr);}
	.stats-section {grid-template-columns: repeat(2, 1fr);}
	.convergence-diagram {flex-wrap: wrap;}
}
@media (max-width: 768px) {
	.feature-grid {grid-template-columns: 1fr;}
	.vision-section {padding: 40px 20px;}
	.vision-items {flex-direction: column;gap: 30px;}
	.convergence-circle {width: 140px;height: 140px;}
	.convergence-result {width: 180px;height: 180px;}
	.stats-section {grid-template-columns: 1fr;}
}



/* Track Cards */
.track-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 60px; }
.track-card { border-radius: 24px; padding: 50px 35px; text-align: center; color: white; position: relative; overflow: hidden; transition: transform 0.4s ease; }
.track-card:hover { transform: translateY(-10px); }
.track-card.beauty { background: linear-gradient(135deg, #ec4899 0%, #be185d 100%); }
.track-card.medical { background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%); }
.track-card.health { background: linear-gradient(135deg, #22c55e 0%, #15803d 100%); }
.track-card::before { content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 100%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%); }
.track-icon { width: 80px; height: 80px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; font-size: 2.5rem; }
.track-card h3 { font-size: 2rem; font-weight: 700; margin-bottom: 12px; }
.track-card h4 { font-size: 1.5rem; font-weight: 500; opacity: 1; margin-bottom: 20px; }
.track-card p { font-size: 1rem; opacity: 0.85; line-height: 1.2; }

/* Curriculum List */
.curriculum-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 40px; flex-wrap: wrap; }
.curriculum-tab { padding: 14px 32px; border-radius: 30px; border: 2px solid #e2e8f0; background: white; font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
.curriculum-tab.active { background: linear-gradient(135deg, #1a365d 0%, #4a7ab0 100%); color: white; border-color: transparent; }
.curriculum-tab:hover:not(.active) { border-color: #4a7ab0; color: #1a365d; }
.curriculum-content { /*display: none;*/ }
.curriculum-content.active { display: block; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.curriculum-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.curriculum-item { background: #f8fafc; border-radius: 16px; padding: 28px; border-left: 4px solid #4a7ab0; transition: all 0.3s ease; }
.curriculum-item:hover { background: white; box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
.curriculum-item.beauty { border-left-color: #ec4899; }
.curriculum-item.medical { border-left-color: #3b82f6; }
.curriculum-item.health { border-left-color: #22c55e; }
.curriculum-item h4 { font-size: 1.3rem; font-weight: 700; color: #1a365d; margin-bottom: 8px; }
.curriculum-item p { color: #64748b; font-size: 0.98rem; line-height: 1.6; }

/* Schedule */
.schedule-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.schedule-card { text-align: center; padding: 40px 30px; background: white; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; position: relative; }
.schedule-card::before { content: ''; position: absolute; top: -2px; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: linear-gradient(90deg, #4a7ab0, #1a365d); border-radius: 2px; }
.schedule-semester { font-size: 1.1rem; color: #64748b; margin-bottom: 8px; }
.schedule-year { font-size: 1.8rem; font-weight: 700; color: #1a365d; margin-bottom: 16px; }
.schedule-subjects { font-size: 1rem; color: #4a5568; line-height: 1.4; }
.schedule-subjects span {display:none;}

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.feature-box { background: white; border-radius: 16px; padding: 35px 25px; text-align: center; box-shadow: 0 10px 40px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; transition: all 0.3s ease; }
.feature-box:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.feature-box-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #e8f4fc 0%, #d0e8f5 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.5rem; }
.feature-box h4 { font-size: 1.4rem; font-weight: 700; color: #1a365d; margin-bottom: 8px; }
.feature-box p { color: #64748b; font-size: 1rem; }

@media (max-width: 1024px) {
	.track-grid { grid-template-columns: repeat(2, 1fr); }
	.curriculum-list { grid-template-columns: 1fr; }
	.schedule-grid { grid-template-columns: repeat(2, 1fr); }
	.features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.track-grid, .schedule-grid, .features-grid { grid-template-columns: 1fr; }
	.track-card {padding: 30px 35px;}
	.track-icon {margin:0 auto 10px;}
	.track-card h3 { font-size: 1.8rem; margin-bottom:0;}
	.track-card h4 { font-size: 1.3rem; margin-bottom:5px;}
	.track-card p { font-size: 1rem;}

	.curriculum-tab {padding:10px 25px;}
	
	.schedule-card {padding:30px;}
	.schedule-subjects {font-size:0.9rem;}
	.schedule-year {margin-bottom:10px;}
	.schedule-subjects span {display:contents;}
	.schedule-subjects br {display:none;}
	
	.feature-box h4 {font-size:1.5rem;}
	.feature-box p {font-size:1rem;}
}
	
	
/* Professor Cards */
.professor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.professor-card { background: white; border-radius: 24px; overflow: hidden; box-shadow: 0 15px 50px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; transition: all 0.4s ease; }
.professor-card:hover { transform: translateY(-10px); box-shadow: 0 25px 60px rgba(0,0,0,0.15); }
.professor-image { height: 280px; background: linear-gradient(135deg, #e8f4fc 0%, #d0e8f5 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.professor-image::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 100px; background: linear-gradient(to top, rgba(255,255,255,1) 0%, transparent 100%); }
.professor-avatar { width: 140px; height: 140px; background: linear-gradient(135deg, #4a7ab0 0%, #1a365d 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 3rem; font-weight: 700; box-shadow: 0 10px 30px rgba(26, 54, 93, 0.3); }
.professor-info { padding: 30px; text-align: center; }
.professor-name { font-size: 1.8rem; font-weight: 700; color: #1a365d; margin-bottom: 2px; }
.professor-title { font-size: 1.2rem; color: #4a7ab0; font-weight: 600; margin-bottom: 2px; }
.professor-affiliation { font-size: 1.1rem; color: #64748b; margin-bottom: 12px; padding-bottom: 16px; border-bottom: 1px solid #e2e8f0; }
.professor-expertise { font-size: 0.85rem; color: #64748b; line-height: 1.7; }
.professor-expertise strong { color: #1a365d; }

/* Featured Professor */
.featured-professor { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: center; background: linear-gradient(135deg, #f8fafc 0%, #e8f4fc 100%); border-radius: 32px; padding: 60px; margin-bottom: 80px; }
.featured-image { text-align: center; }
.featured-avatar { width: 200px; height: 200px; background: linear-gradient(135deg, #1a365d 0%, #4a7ab0 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 4rem; font-weight: 700; margin: 0 auto; box-shadow: 0 20px 50px rgba(26, 54, 93, 0.3); }
.featured-content h3 { font-size: 1.8rem; font-weight: 700; color: #1a365d; margin-bottom: 8px; }
.featured-content h4 { font-size: 1.1rem; color: #4a7ab0; font-weight: 600; margin-bottom: 24px; }
.featured-content p { color: #64748b; line-height: 1.8; margin-bottom: 24px; }
.featured-list { list-style: none; }
.featured-list li { padding: 8px 0; color: #4a5568; font-size: 0.95rem; display: flex; align-items: center; gap: 12px; }
.featured-list li::before { content: '✓'; color: #4a7ab0; font-weight: 700; }

/* Authority Section */
.authority-section { background: #f8fafc; border-radius: 24px; padding: 60px; }
.authority-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.authority-card { background: white; border-radius: 16px; padding: 30px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.authority-card h4 { font-size: 1.5rem; font-weight: 700; color: #1a365d; margin-bottom: 16px; }
.authority-card h5 { font-size: 1.1rem; color: #4a7ab0; margin-bottom: 2px; }
.authority-card p { font-size: 0.95rem; color: #64748b; line-height: 1.6; }


@media (max-width: 1024px) {
	.professor-grid { grid-template-columns: repeat(2, 1fr); }
	.featured-professor { grid-template-columns: 1fr; text-align: center; }
	.authority-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	.professor-grid { grid-template-columns: 1fr; }
	.featured-professor { padding: 40px 20px; }
}