*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:-apple-system,Apple SD Gothic Neo,Noto Sans KR,BlinkMacSystemFont,sans-serif;background:#fdf6ff;color:#2d1b4e;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:16px!important}a{text-decoration:none}.card-action-btn{width:32px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:6px}.card-action-btn svg{width:15px;height:15px}@media (max-width:480px){.card-action-btn{width:28px;height:26px}.card-action-btn svg{width:13px;height:13px}}@keyframes grapeIn{0%{transform:scale(0) rotate(-20deg);opacity:0}to{transform:scale(1) rotate(0deg);opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}