@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap";:root{--color-blue: #00aeef;--color-light-gray: #edebe9;--color-cool-gray: #f7f7f8;--color-gray: #cccccc;--color-charcoal-gray: #333333;--color-dark-gray: #545454;--color-black: #333333;--color-white: #ffffff;--color-beige: #fdfbf7;--color-creamy-white: #f9f6f0;--color-warm-white: #fdfbf7;--font-family-base: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-base-plus: 1.125rem;--font-size-m: 1.25rem;--font-size-lg: 1.5rem;--font-size-xl: 2rem;--font-weight-regular: 400;--button-font-weight: 500;--font-weight-bold: 700;--line-height-base: 1.6;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 3rem;--button-line-height: 3.125rem;--button-font-size: var(--font-size-sm);--button-padding: 0 var(--space-2);--break-point: 768px}body{font-family:Noto Sans KR,sans-serif}html,body{-webkit-user-select:none;user-select:none}:root{--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 20px;--font-size-xl: 24px;--font-size-xxl: 32px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 40px;--color-navy: #24388d;--color-light-blue: #7ac4e0;--color-accent: #e4f4fc;--color-black: #000000;--color-text-strong: #222;--color-text-default: #555;--color-text-light: #888;--color-text-white: #fff;--color-bg: #ffffff;--color-bg-light: #f9f9f9;--color-border: #ddd;--btn-radius: 6px;--btn-padding: 10px 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 3px 6px rgba(0, 0, 0, .15);--shadow-lg: 0 5px 10px rgba(0, 0, 0, .2);--transition-fast: .2s ease-in-out;--transition-slow: .4s ease-in-out}:root{--color-bg: #f8fbff;--color-white: #ffffff;--color-dark: #1e293b;--color-light-blue: #e3f2fd;--color-highlight: #0ba0f0;--color-muted: #64748b;--radius: 1rem;--shadow: 0 4px 12px rgba(0, 0, 0, .05)}body{margin:0;font-family:Noto Sans KR,sans-serif;background-color:var(--color-bg);color:var(--color-dark);line-height:1.6;padding:var(--space-5);padding-top:60px}.external-links{position:fixed;top:1rem;right:1rem;display:flex;gap:1rem;z-index:1000}.external-links a{display:flex;align-items:center;gap:.3rem;font-size:.875rem;text-decoration:none;color:var(--color-blue);font-weight:500}.section{background:var(--color-white);border-radius:var(--radius);padding:2rem;margin-bottom:2rem;box-shadow:var(--shadow)}.project-intro{display:flex;flex-flow:column}.project-intro img{width:100%;max-width:500px;margin:auto}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.team-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.member{display:flex;position:relative;flex-flow:column;align-items:center;background:var(--color-light-blue);border-radius:var(--radius);padding:1.5rem;text-align:center;box-shadow:var(--shadow);height:430px}.member img{width:70%;max-width:200px;aspect-ratio:1;border-radius:12px;object-fit:cover;margin-bottom:1rem}.member .name{font-size:1rem;font-weight:700}.member .role,.member .mbti{font-size:.85rem;color:var(--color-muted)}.member .intro{font-size:.9rem;margin:.5rem 0;color:var(--color-dark)}.member .email{position:absolute;bottom:55px;font-size:.85rem;color:var(--color-muted);margin-bottom:1rem}.github-btn{display:inline-block;position:absolute;width:80%;bottom:var(--space-5);background:var(--color-white);color:var(--color-balck);padding:.5rem 1rem;border-radius:9999px;text-decoration:none;font-size:.85rem}.accordion-item{background:var(--color-light-blue);border-radius:.75rem;margin-bottom:1rem;overflow:hidden;border:1px solid #e2e8f0}.accordion-toggle{width:100%;padding:1rem;font-size:1rem;font-weight:600;background:none;border:none;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#1e293b}.accordion-toggle:hover{background:#f1f5f9}.accordion-content{display:none;padding:1rem;background:#fff;border-top:1px solid #e2e8f0}.accordion-item.active .accordion-content{display:block}.accordion-content ul{margin:0;padding-left:1.25rem}.accordion-content li{margin-bottom:.5rem;font-size:.95rem;color:#334155}.accordion-item.active .icon:after{content:"−"}.icon:after{content:"+";font-weight:700;font-size:1.25rem}.components-wrapper{display:flex;flex-flow:column}.components-wrapper .blue{color:var(--color-blue)}.components-wrapper .navy{color:var(--color-navy)}.components-wrapper a{text-decoration:none;color:var(--color-black)}.components-wrapper h2{margin-bottom:10px}.components-wrapper h3{font-size:var(--font-size-lg)}.components summary{background:var(--color-light-blue);color:var(--color-black);padding:.75rem 1rem;font-weight:600;border-radius:.5rem;cursor:pointer;margin-bottom:1rem;border:1px solid #e2e8f0}.components summary:hover{background:#f1f5f9}.component-cards{display:flex;flex-flow:row wrap;gap:.75rem;margin:10px}.card{background:var(--color-white);width:fit-content;border-radius:.75rem;padding:.75rem;text-align:center;font-size:.9rem;font-weight:500;border:1px solid #e2e8f0;box-shadow:var(--shadow)}.card:hover{transform:translateY(-2px);transition:.2s;box-shadow:0 6px 12px #0000001a}.modal{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center}.modal-inner{display:flex;flex-flow:column;gap:5px;background:#fff;padding:2rem;border-radius:1rem;max-width:400px;width:90%;text-align:center;box-shadow:0 10px 30px #0003}.modal-buttons{display:flex;flex-flow:column;align-items:center;gap:var(--space-1);margin-top:1.5rem}.modal-buttons button{width:fit-content;padding:.5rem 1rem;border:none;border-radius:9999px;background-color:#0ba0f0;color:#fff;font-size:var(--font-size-xs);font-weight:700;cursor:pointer;transition:background .3s ease}.modal-buttons button:hover{background-color:#068cd2}@media (min-width: 768px){.components-group{display:grid;position:relative;grid-template-columns:repeat(2,1fr);gap:var(--space-6);padding-top:var(--space-7)}.components-group h2{position:absolute}}
