@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes imageReveal{0%{opacity:0;clip-path:inset(0 0 100% 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}@keyframes cardEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes commentReveal{0%{opacity:0;transform:scale(.9) translateY(10px)}60%{transform:scale(1.02) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes hashtagBounce{0%{opacity:0;transform:translateY(-15px) scale(.9)}60%{transform:translateY(3px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}div.notFoundContainer{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px}div.notFoundContainer>div.notFoundContent{text-align:center;max-width:480px}div.notFoundContainer>div.notFoundContent>h1.notFoundCode{font-family:Pretendard-Bold,sans-serif;font-size:80px;color:#62c6ff;line-height:1;margin-bottom:12px}div.notFoundContainer>div.notFoundContent>h2.notFoundTitle{font-family:Pretendard-Bold,sans-serif;font-size:24px;color:#212529;margin-bottom:12px}div.notFoundContainer>div.notFoundContent>p.notFoundDescription{font-size:14px;color:#6c757d;line-height:1.75;margin-bottom:32px}div.notFoundContainer>div.notFoundContent>div.notFoundActions{display:flex;justify-content:center;gap:12px}div.notFoundContainer>div.notFoundContent>div.notFoundActions>a.notFoundHomeBtn{border-radius:4px;padding:8px 16px;font-family:Pretendard-SemiBold,sans-serif;font-size:12px;transition:all .3s ease;cursor:pointer;background-color:#0090e1;color:#fff;border:none}div.notFoundContainer>div.notFoundContent>div.notFoundActions>a.notFoundHomeBtn:hover{background-color:#0077b8;box-shadow:0 2px 4px rgba(0,144,225,.15)}div.notFoundContainer>div.notFoundContent>div.notFoundActions>a.notFoundHomeBtn{padding:12px 24px;font-size:14px;text-decoration:none;border-radius:8px}div.notFoundContainer>div.notFoundContent>div.notFoundActions>a.notFoundContactBtn{border-radius:4px;font-family:Pretendard-SemiBold,sans-serif;font-size:12px;transition:all .3s ease;cursor:pointer;padding:12px 24px;font-size:14px;text-decoration:none;border-radius:8px;border:1px solid #dee2e6;color:#6c757d;background-color:#fff}div.notFoundContainer>div.notFoundContent>div.notFoundActions>a.notFoundContactBtn:hover{border-color:#0090e1;color:#0090e1}@media screen and (max-width:540px){div.notFoundContainer{padding:24px}div.notFoundContainer>div.notFoundContent>h1.notFoundCode{font-size:60px}div.notFoundContainer>div.notFoundContent>h2.notFoundTitle{font-size:20px}div.notFoundContainer>div.notFoundContent>div.notFoundActions{flex-direction:column}div.notFoundContainer>div.notFoundContent>div.notFoundActions>a.notFoundContactBtn,div.notFoundContainer>div.notFoundContent>div.notFoundActions>a.notFoundHomeBtn{width:100%;text-align:center}}