.header{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.logo{font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:1px;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-item{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-item:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#fff;transition:width .3s ease}.nav-item:hover{background:#ffffff1a}.nav-item:hover:before{width:80%}@media(max-width:768px){.header{flex-direction:column;gap:1rem;padding:1rem}.nav-links{gap:1rem}.logo{font-size:1.5rem}.nav-item{font-size:.9rem;padding:.4rem .8rem}}.footer{background:linear-gradient(135deg,#667eea,#764ba2);padding:2.5rem 2rem;text-align:center;border-top:3px solid #5568d3;margin-top:auto;color:#fff}.footer-content{max-width:1200px;margin:0 auto}.footer-text{margin:0;font-size:.95rem;font-weight:400;opacity:.9}.footer-links{margin-top:1rem;display:flex;justify-content:center;gap:2rem;list-style:none;padding:0}.footer-link{color:#fff;text-decoration:none;font-size:.9rem;transition:opacity .3s ease}.footer-link:hover{opacity:.7;text-decoration:underline}.footer-divider{width:60px;height:2px;background:#ffffff80;margin:1.5rem auto;border:none}@media(max-width:768px){.footer{padding:2rem 1rem}.footer-links{flex-direction:column;gap:.8rem}.footer-text{font-size:.85rem}}.list-container{max-width:1200px;margin:0 auto;padding:20px}.list-header{margin-bottom:2rem;text-align:center}.list-header h2{font-size:2.2rem;color:#4a329a;font-weight:700;margin-bottom:.5rem}.list-header p{color:#666;margin-top:.5rem}.list-controls{display:flex;justify-content:space-between;margin-bottom:1.5rem;gap:10px}.list-controls input{flex:1;padding:10px;border-radius:8px;border:1px solid #ddd;font-size:1rem;transition:all .3s ease}.list-controls input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.list-controls select{padding:10px;border-radius:8px;border:1px solid #ddd;font-size:1rem;cursor:pointer;transition:all .3s ease}.list-controls select:focus{outline:none;border-color:#667eea}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-bottom:2rem}.case-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;cursor:pointer;transition:all .3s ease}.case-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #667eea33}.case-card .card-type{font-size:.8rem;color:#764ba2;font-weight:700;margin-bottom:.3rem}.case-card .card-title{margin:.5rem 0;font-size:1.1rem;color:#333}.case-card .card-content{font-size:.9rem;color:#666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;flex:1}.case-card .card-link{font-size:.85rem;color:#667eea;font-weight:600;text-align:right}.loading-container,.error-container,.empty-container{text-align:center;padding:100px 20px}.loading-container h3,.error-container h3,.empty-container h3{color:#333;margin-bottom:1rem}.loading-container p,.error-container p,.empty-container p{color:#666}.pagination .page-btn{transition:all .2s ease}.pagination .page-btn:disabled{background:#f5f5f5!important;border-color:#ddd!important;color:#999!important;cursor:not-allowed}.pagination .page-btn:hover:not(:disabled):not(.active){background:#f0ebff!important;transform:translateY(-2px)}.pagination .page-btn.active{background:#667eea!important;color:#fff!important;border-color:#667eea!important}@media(max-width:768px){.list-container{padding:1rem}.list-header h2{font-size:1.8rem}.list-controls{flex-direction:column}.list-controls input,.list-controls select{width:100%}.card-grid{grid-template-columns:1fr}}.detail-container{max-width:1200px;margin:0 auto;padding:2rem}.detail-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #667eea}.detail-title{font-size:2rem;color:#333;margin:1rem 0;font-weight:700}.back-button,.back-button-large{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.95rem;cursor:pointer;transition:all .3s ease;font-weight:500}.back-button:hover,.back-button-large:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.back-button:active,.back-button-large:active{transform:translateY(0)}.back-button-large{padding:1rem 2rem;font-size:1rem;font-weight:600;width:100%;max-width:300px}.back-button-large:hover{box-shadow:0 6px 20px #667eea66}.detail-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.detail-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.detail-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-title{font-size:1.4rem;color:#764ba2;margin-bottom:1.5rem;font-weight:700;display:flex;align-items:center}.section-title:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#667eea,#764ba2);margin-right:.8rem;border-radius:2px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item.full-width{grid-column:1/-1}.info-label{font-size:.85rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;color:#1f2937;font-weight:500;padding:.8rem;background:#f9fafb;border-radius:6px;border-left:3px solid #667eea}.badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;border:none}.content-box{background:#f9fafb;padding:1.5rem;border-radius:8px;margin-bottom:1rem;border:1px solid #e5e7eb}.content-box.highlight{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:2px solid #667eea}.content-subtitle{font-size:1rem;color:#4b5563;margin-bottom:.8rem;font-weight:600}.content-text{font-size:.95rem;color:#374151;line-height:1.7;white-space:pre-wrap;word-break:keep-all}.detail-footer{margin-top:3rem;text-align:center;padding-top:2rem;border-top:2px solid #e5e7eb}@media(max-width:768px){.detail-container{padding:1rem}.detail-content{padding:1.5rem}.detail-title{font-size:1.5rem}.section-title{font-size:1.2rem}.info-grid{grid-template-columns:1fr}.back-button-large{width:100%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.loading-state,.error-state{text-align:center;padding:100px 20px}.loading-state h2,.error-state h2{color:#333;margin-bottom:1rem;font-size:1.8rem}.loading-state p,.error-state p{color:#6b7280;margin-top:1rem}.loading-state .back-button,.loading-state .back-button-large,.error-state .back-button,.error-state .back-button-large{margin-top:2rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Noto Sans KR,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:#f8f9fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}main{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media(max-width:768px){main{padding:1rem}}
