@charset "utf-8";html{background-color:#f1f1f1}*{font-family:맑은 고딕,arial,sans-serif;margin:0;padding:0}.body{background-color:#fff;border-radius:20px;box-shadow:0 3px 3px #0003;height:600px;left:50%;margin:0 auto;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px}.todo-list-template{margin:0 auto;width:520px}.title{color:#ff8fb4;font-size:2.1rem;font-weight:700;line-height:100px;padding:1rem;text-align:center}.form-wrapper{border-bottom:2px dashed #ff8fb4;padding:1rem}.todos-wrapper{margin-top:20px;min-height:5rem}.form{display:flex;margin-bottom:20px}.form input{background-color:#fff;border:1px solid #ccc9;border-radius:10px;box-shadow:inset 0 0 5px #0000001a;flex:1 1;font-size:1.25rem;outline:none}.create-button{background-color:#ff8fb4;border-radius:3px;color:#fff;cursor:pointer;font-weight:700;margin-left:1rem;padding:.5rem 1rem}.create-button:hover{background-color:#ffd7e4}.todo-item{align-items:center;background-color:#f8f8f8;cursor:pointer;display:flex;padding:1rem;transition:.5s;-webkit-user-select:none;user-select:none}.todo-tiem:hover{background-color:#ccc}.todo-item:hover .remove{opacity:1}.todo-item+.todo-item{background-color:#f8f8f8}.remove{color:#e64980;font-weight:600;margin-right:1rem;opacity:0}.todo-text{flex:1 1;word-break:break-all}.todo-text>div{background-color:#f8f8f8}.checked{color:#ff8fb4;text-decoration:line-through}.check-mark{background-color:#f8f8f8;color:#ff8fb4;font-size:1.5rem;font-weight:700;line-height:100%;margin-left:1rem}
/*# sourceMappingURL=main.2afacd2a.css.map*/