        :root { --primary: #1A2B4C; --primary-dark: #0F1B33; --secondary: #C5A059; --light-bg: #F8F9FA; --text-dark: #2C3E50; --white: #FFFFFF; --border: #E2E8F0; }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; }
        body { font-family: 'Noto Sans KR', sans-serif; color: var(--text-dark); line-height: 1.8; background-color: var(--white); }
        h1, h2, h3, h4 { font-family: 'Noto Serif KR', serif; }
        
        .top-bar { background-color: var(--primary-dark); color: var(--secondary); font-size: 0.85rem; text-align: center; padding: 0.5rem 1rem; font-weight: 500; }
        .top-bar span { color: var(--white); background: rgba(197, 160, 89, 0.2); padding: 2px 8px; border-radius: 4px; margin-right: 6px; font-weight: bold; }
        header { background-color: var(--primary); color: var(--white); padding: 1.2rem 2rem; position: sticky; top: 0; z-index: 1000; }
        .header-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
        .logo-group { display: flex; align-items: center; gap: 14px; }
        .logo-icon-small { width: 48px; height: 48px; background: var(--white); border: 2px solid var(--secondary); border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
        .logo-icon-small img { width: 100%; height: 100%; object-fit: cover; }
        .logo-title { font-size: 1.25rem; font-weight: 700; color: var(--white); }
        .logo-sub { font-size: 0.82rem; color: var(--secondary); font-weight: 300; display: block; }
        nav { display: flex; align-items: center; gap: 1.2rem; }
        nav a { color: var(--white); text-decoration: none; font-size: 0.92rem; }
        .btn-lms { background-color: var(--secondary); color: var(--primary-dark) !important; padding: 0.4rem 1rem; border-radius: 4px; font-weight: 700 !important; }
        
        .hero { background: linear-gradient(rgba(15, 27, 51, 0.92), rgba(26, 43, 76, 0.95)), url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&w=1600&q=80') center/cover; color: var(--white); padding: 4.5rem 2rem; text-align: center; }
        .hero-container { max-width: 900px; margin: 0 auto; }
        .hero h1 { font-size: 2.2rem; margin-bottom: 1rem; line-height: 1.4; font-weight: 700; }
        .hero p.lead { font-size: 1.1rem; color: #E2E8F0; margin-bottom: 2rem; font-weight: 300; }
        .kapc-badge-hero { display: inline-flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.12); border: 1px solid var(--secondary); padding: 0.7rem 1.5rem; border-radius: 30px; font-size: 0.95rem; color: var(--white); }
        
        section { padding: 5rem 2rem; }
        .bg-light { background-color: var(--light-bg); }
        .container { max-width: 1100px; margin: 0 auto; }
        
        .section-header { text-align: center; margin-bottom: 3.5rem; }
        .section-header h2 { font-size: 2rem; color: var(--primary); margin-bottom: 0.6rem; font-weight: 700; }
        .section-header p { color: #6C757D; font-size: 1.05rem; }
        .section-header .divider { width: 60px; height: 3px; background-color: var(--secondary); margin: 0.8rem auto 0; }
        
        .philosophy-card { background: var(--white); border: 2px solid var(--secondary); border-radius: 16px; padding: 2.5rem; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
        .main-logo-img { max-width: 100%; height: auto; max-height: 320px; border-radius: 10px; display: block; margin: 0 auto 1.5rem; }
        .logo-meaning-text { font-size: 1.1rem; color: #334155; background-color: #F8FAFC; padding: 1.5rem; border-radius: 12px; border-left: 6px solid var(--secondary); text-align: left; line-height: 1.8; }
        
        .curr-info-box { background-color: #EBF8FF; border: 1px solid #BEE3F8; padding: 1.2rem; border-radius: 10px; margin-bottom: 2rem; text-align: center; color: #2B6CB0; font-weight: 500; }
        .curr-table-container { overflow-x: auto; }
        .curr-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); margin-bottom: 1.5rem; }
        .curr-table th, .curr-table td { padding: 1.2rem 1rem; border: 1px solid var(--border); text-align: center; }
        .curr-table th { background-color: var(--primary); color: var(--white); font-size: 1.05rem; }
        .curr-table td.semester-title { font-weight: 700; color: var(--primary); background-color: #F7FAFC; text-align: left; padding-left: 1.5rem; }
        .curr-table td.subject { font-size: 1.05rem; font-weight: 600; color: #2D3748; }
        .curr-table td.credit { font-weight: 700; color: var(--secondary); }
        .curr-notice { font-size: 0.9rem; color: #718096; text-align: right; }

        .faculty-detail-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 2.5rem; margin-bottom: 2.5rem; border-left: 6px solid var(--primary); }
        .faculty-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--border); padding-bottom: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 20px; }
        .faculty-info-group { flex: 1; min-width: 280px; }
        .faculty-photo-frame { width: 140px; height: 175px; border-radius: 10px; overflow: hidden; border: 3px solid var(--secondary); box-shadow: 0 4px 10px rgba(0,0,0,0.1); flex-shrink: 0; background-color: #EDF2F7; }
        .faculty-photo-frame img { width: 100%; height: 100%; object-fit: cover; }
        .faculty-name h3 { font-size: 1.6rem; color: var(--primary); margin-bottom: 0.2rem; }
        .faculty-name .position { color: var(--secondary); font-weight: 700; font-size: 1rem; margin-bottom: 0.8rem; }
        
        .cv-title { font-size: 1.05rem; font-weight: 700; color: var(--primary); margin: 1.2rem 0 0.6rem; }
        .cv-list { list-style: none; padding-left: 0; }
        .cv-list li { position: relative; padding-left: 1.2rem; margin-bottom: 0.4rem; font-size: 0.95rem; color: #4A5568; }
        .cv-list li::before { content: "•"; color: var(--secondary); font-weight: bold; position: absolute; left: 0; font-size: 1.2rem; }

        .tuition-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 3rem; }
        .tuition-card { background: var(--white); border: 2px solid var(--border); border-radius: 16px; padding: 2rem; text-align: center; position: relative; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
        .tuition-card.featured { border-color: var(--secondary); background: #FFFDF9; }
        .badge-discount { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--secondary); color: var(--primary-dark); font-size: 0.85rem; font-weight: 700; padding: 4px 16px; border-radius: 20px; }
        .price-tag { font-size: 2.5rem; font-weight: 700; color: var(--primary); margin: 1rem 0; }
        .price-tag span { font-size: 1rem; color: #718096; font-weight: 400; }
        .original-price { text-decoration: line-through; color: #A0AEC0; font-size: 1.2rem; margin-right: 8px; }

        .apply-box { background: var(--primary); color: var(--white); border-radius: 16px; padding: 3rem 2rem; text-align: center; margin-top: 2rem; }
        .btn-apply { display: inline-block; background-color: var(--secondary); color: var(--primary-dark); font-size: 1.15rem; font-weight: 700; padding: 0.9rem 2.5rem; border-radius: 8px; text-decoration: none; margin-top: 1.5rem; transition: background 0.2s; }
        .btn-apply:hover { background-color: #d8b268; }

        footer { background-color: var(--primary-dark); color: #A0AEC0; padding: 3.5rem 2rem 2rem; font-size: 0.9rem; border-top: 3px solid var(--secondary); }
        .footer-container { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2.5rem; margin-bottom: 2rem; }
        .footer-col h4 { color: var(--white); font-size: 1.1rem; margin-bottom: 1rem; border-bottom: 2px solid var(--secondary); padding-bottom: 0.4rem; display: inline-block; }
        .footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; font-size: 0.82rem; }
