@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;900&display=swap";.banner-wrap{max-width:960px;margin:0 auto 48px}.banner{background:linear-gradient(135deg,#145c5c,#2f855a 45%,#3ba357);border-radius:20px;padding:40px 40px 46px;color:#fff;box-shadow:0 20px 45px #00000059,0 0 0 1px #ffffff26;position:relative;overflow:hidden}.glow-light{position:absolute;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.35) 0%,transparent 70%);top:-40px;right:-20px;opacity:.8}.subtitle{font-size:18px;font-weight:600;opacity:.95;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.35)}.title{font-size:36px;font-weight:900;letter-spacing:.03em;margin-bottom:22px;text-shadow:0 3px 8px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.8)}.highlight{color:#facc15}.meta{display:flex;flex-wrap:wrap;gap:20px;font-size:16px;font-weight:600}.meta-item:before{content:"●";font-size:10px;margin-right:8px;position:relative;top:-1px}.video-section{max-width:960px;margin:48px auto;padding:0 16px}.video-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.mountain-video{width:100%;height:auto;max-height:500px;border-radius:8px}.attendees-section{max-width:960px;margin:48px auto;padding:0 16px}.attendees-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px 36px;box-shadow:0 1px 3px #0000001a}.attendees-title{font-size:20px;font-weight:600;margin-bottom:16px;border-bottom:1px solid #e5e7eb;padding-bottom:8px;color:#1f2937}.attendees-list{list-style:none;padding:0;margin:0;line-height:1.8;font-size:15px;color:#374151;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px 24px}.attendees-list li{padding:4px 0;transition:color .2s ease}.attendees-list li:hover{color:#10b981}.gallery-section{max-width:1200px;margin:0 auto;padding:0 16px}.gallery-title{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:32px;text-align:center}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:48px}.gallery-item{position:relative;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:4/3}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 100%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:16px}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-overlay span{color:#fff;font-size:14px;font-weight:600}.modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;cursor:zoom-out}.modal-content{position:relative;max-width:90vw;max-height:90vh}.modal-content img{width:100%;height:100%;object-fit:contain;border-radius:8px}.modal-close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:36px;font-weight:300;cursor:pointer;padding:8px 16px;transition:transform .2s ease}.modal-close:hover{transform:scale(1.1)}.footer{text-align:center;padding:48px 20px 32px;color:#6b7280;font-size:14px;border-top:1px solid #e5e7eb;margin-top:64px}.footer p{margin-bottom:8px}@media(max-width:720px){.banner{padding:28px 22px 34px}.title{font-size:28px}.subtitle{font-size:16px}.attendees-wrap{padding:24px 20px}.attendees-list{grid-template-columns:1fr;gap:8px}.video-container{padding:12px}.gallery{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.gallery-title{font-size:24px}.modal-close{top:10px;right:10px;background:#00000080;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans KR,sans-serif;background-color:#f3f4f6;padding:24px 8px}
