.Box{width:800px;height:400px;border-radius:10px;margin-top:2rem;box-shadow:0 3px 8px rgba(0,0,0,.24);transition:.2s ease-in-out;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.Box:hover{transform:translateY(-10px)}.Box_line{border:1px solid #764abc}.Box_title{text-align:center;padding:1rem}.Box_summary{display:flex;justify-content:center;padding:1rem}.Box_iconDiv{width:100%;margin-top:8rem;text-align:center}.Box_iconDiv_icon{border-radius:70%;margin:1rem;box-shadow:0 3px 8px rgba(0,0,0,.24);width:100px;height:100px;background-size:auto}.mainPage_title{text-align:center;padding:1rem}.mainPage_subTitle{font-size:14px;font-weight:lighter;text-align:center;margin-bottom:20px}.mainPage_desc{text-align:center}.mainPage_boxList{flex-direction:column}.Button,.mainPage_boxList{display:flex;justify-content:center;align-items:center}.Button{background-color:#764abc;width:100px;height:60px;border-radius:10px;transition:.2s ease-in-out;cursor:pointer;color:#f2f2f2;font-size:2rem;-webkit-user-select:none;-ms-user-select:none;user-select:none}.Button:hover{transform:scale(1.05)}.CounterPage{width:100%}.CounterPage_reduxContainer{height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.CounterPage_codeContainer_title{text-align:center}.CounterPage_codeContainer_card{margin-top:3rem}.CounterPage_state{padding:2rem;display:flex;justify-content:center;align-items:center}.CounterPage_buttonWrap{display:flex}.Todo{width:100%}.Todo_reduxContainer{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh}.Todo_codeContainer_title{text-align:center}.Todo_codeContainer_card{margin-top:3rem}.TodoInput{height:15%;display:flex;justify-content:center;align-items:center;flex-direction:column}.TodoInput_input{outline:none;border:2px solid #764abc;padding:.4rem;border-radius:40px;margin-top:20px}.TodoItem{padding:1rem;margin-bottom:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:10px;transition:.3s ease-in-out;display:flex;justify-content:space-between;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.TodoItem_done_style{text-decoration:line-through}.TodoItem_deleteBtn{opacity:0;transition:.3s ease-in-out}.TodoItem:hover{transform:translateY(-7px) scale(1.05)}.TodoItem:hover .TodoItem_deleteBtn{opacity:1}.TodoTemplate{width:300px;height:500px;box-shadow:0 1px 3px 0 rgba(0,0,0,.02),0 0 0 1px rgba(27,31,35,.15);padding:10px;border-radius:10px}.TodoList{height:85%;overflow:auto}.PostItem{width:400px;height:100px;padding:10px;margin-bottom:20px;border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.24);overflow:auto;-webkit-user-select:none;-ms-user-select:none;user-select:none}.PostItem_body{font-weight:lighter}.PostItem_userId{color:#764abc}.PostItem_userId:before{content:"작성자ID : "}.PostList{margin-top:30px;height:60vh;overflow:auto;padding:30px;box-shadow:0 1px 3px 0 rgba(0,0,0,.02),0 0 0 1px rgba(27,31,35,.15);border-radius:10px}.JsonPlaceholder{width:100%}.JsonPlaceholder_reduxContainer{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh}.JsonPlaceholder_codeContainer_title{text-align:center}.JsonPlaceholder_codeContainer_card{margin-top:3rem}.GithubCard{width:300px;height:500px;border-radius:5px;padding:1rem;box-shadow:0 3px 8px rgba(0,0,0,.24)}.GithubCard_avatar{width:100%;border-radius:70%;-webkit-user-select:none;-ms-user-select:none;user-select:none}.GithubCard_bio{margin-bottom:20px;display:block;background:#f5f5f5;padding:10px;border-radius:10px}.GithubCard_followers_icon{margin-right:10px}.GithubCard_followers:after{content:"﹒"}h1{font-size:30px;font-weight:700}h3{font-weight:bolder;font-size:18px}h6{font-size:14px;font-weight:lighter}.warning{color:red;font-weight:700}.bounce_animation{position:absolute;bottom:20px;animation:bounce 1s infinite}@keyframes bounce{0%{margin-bottom:0}50%{margin-bottom:15px}to{margin-bottom:0}}.GithubPage{width:100%}.GithubPage_reduxContainer{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh}.GithubPage_reduxContainer_input{outline:none;border:2px solid #764abc;padding:.4rem;border-radius:40px;margin-top:20px;margin-bottom:20px}.GithubPage_codeContainer_title{text-align:center}.GithubPage_codeContainer_card{margin-top:3rem}*{padding:0;margin:0}body{box-sizing:border-box}
/*# sourceMappingURL=main.4470d1c6.chunk.css.map */