@import "https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Noto+Sans+KR:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{color:#3d3229;-webkit-font-smoothing:antialiased;background:#f7f2ea;font-family:Noto Sans KR,Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif}#root{min-height:100%}nav::-webkit-scrollbar{display:none}input,textarea,button{font-family:inherit}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fadeUpToast{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@keyframes pulse{0%{opacity:1}to{opacity:.55}}.anim-fadeIn{animation:.3s fadeIn}.anim-fadeUp{animation:.35s fadeUp}.anim-pulse{animation:.8s infinite alternate pulse}.ccm-toast{animation:.25s fadeUpToast}@media (width<=720px){.song-grid,.mypage-grid{grid-template-columns:1fr!important}}
