@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);*{box-sizing:border-box;font-family:Noto Sans KR,sans-serif;margin:0;padding:0}#root,body,html,main{height:100%;width:100%}main{align-items:center;background-color:#181824;display:flex;flex-direction:column;justify-content:center}.App_todo{height:35rem;width:28rem}.App_input_wrapper{align-items:center;background-color:#25273c;border-radius:15px;display:flex;height:2.5rem;overflow:hidden;width:100%}.App_input{background-color:initial;border:none;color:#fff;flex:1 1;font-size:1rem;outline:none;padding-left:1rem;padding-right:1rem}.App_input_button{align-items:center;background-color:#f706b6;color:#fff;cursor:pointer;display:flex;height:100%;justify-content:center;width:3rem}.App_todo_list{background-color:#25273c;border-radius:15px;height:90%;margin-top:2rem;overflow:auto}.empty{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#ddd;color:transparent;font-size:1.9rem;font-style:italic;font-weight:800;margin-top:6rem;text-align:center;text-transform:uppercase}@media screen and (max-width:600px){main{align-items:center;background-color:#181824;display:flex;flex-direction:column;height:100%;justify-content:baseline;width:100%}.App_todo{height:60%;width:90%}.App_input_wrapper{align-items:center;background-color:#25273c;border-radius:15px;display:flex;height:2rem;overflow:hidden;width:100%}.App_input{background-color:initial;border:none;color:#fff;font-size:1rem;outline:none;padding-left:1rem;padding-right:1rem}.App_input_button{align-items:center;background-color:#f706b6;color:#fff;cursor:pointer;display:flex;height:100%;justify-content:center;width:2.5rem}.App_todo_list{background-color:#25273c;border-radius:15px;height:90%;margin-top:1.5rem;overflow:auto}.empty{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#ddd;color:transparent;font-size:1.5rem;font-style:italic;font-weight:800;margin-top:6rem;text-align:center;text-transform:uppercase}}.todo_list{align-items:center;display:flex;padding:10px 20px;width:100%}.todo_checked,.todo_unchecked{align-items:center;background-color:#ff17c1;border:1px solid #ff52d1;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;margin-right:1rem;width:24px}.todo_text,.todo_text_checked{border-bottom:1px solid #484040;color:#fff;flex:1 1;padding:10px 0 10px 8px}.todo_text_checked{color:#6f3460;text-decoration:line-through}.todo_delete,.todo_edit{color:#ff17c1;cursor:pointer;margin-left:3px;padding:0 4px}.edit_input,.todo_unchecked{background-color:initial}.edit_input{border:none;border-bottom:1px solid #ff52d1;color:#ff52d1;flex:1 1;font-size:1rem;padding:10px 0 10px 8px}.edit_input:focus-visible{outline:none}.title_container{align-items:flex-start;color:#fff;display:flex;font-size:3rem;height:7rem;justify-content:center;width:28rem}@media screen and (max-width:600px){.title_container{align-items:flex-start;color:#fff;display:flex;height:5rem;justify-content:center;width:28rem}}*,:after,:before{box-sizing:border-box}.title_text{-webkit-text-stroke-width:2.25px;-webkit-text-stroke-color:#f537c6;color:#fa99e2;font-family:Pacifico,cursive;font-size:45px;position:relative;text-shadow:0 0 30px #f537c6,0 0 30px #f537c6,0 0 30px #f537c6;text-transform:uppercase}.title_text:after{-webkit-text-stroke-width:2.25px;-webkit-text-stroke-color:#440334;color:transparent;left:-.5%;position:absolute;top:-5%;z-index:-1}@media screen and (max-width:600px){.title_text{-webkit-text-stroke-width:.1rem;-webkit-text-stroke-color:#f537c6;color:#fa99e2;font-family:Pacifico,cursive;font-size:2rem;position:relative;text-shadow:0 0 30px #f537c6,0 0 30px #f537c6,0 0 30px #f537c6;text-transform:uppercase}.title_text:after{-webkit-text-stroke-width:.1rem;-webkit-text-stroke-color:#440334;color:transparent;left:-.5%;position:absolute;top:-5%;z-index:-1}}
/*# sourceMappingURL=main.20ebbeec.css.map*/