* { box-sizing: border-box; margin: 0; padding: 0; }
body { margin: 0; background: #f0ebe3; font-family: 'Noto Sans KR', sans-serif; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #ddd5c8; border-radius: 3px; }
select { appearance: auto; }
input:focus, select:focus, textarea:focus {
  border-color: #d4763c !important;
  outline: none;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
