@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap);body{align-items:center;background-color:#f6f6f6;display:flex;font-family:Noto Sans KR,sans-serif;justify-content:center;margin:0;min-height:100vh}@media (min-width:650px){.App{width:640px}}@media (max-width:650px){.App{width:90vw}}li,ul{list-style:none;margin:0;padding:0;text-decoration:none}#root{background-color:#fff;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2)}.App{min-height:100vh;padding:0 20px}.MyButton{border:none;border-radius:5px;cursor:pointer;font-size:14px;padding:10px 20px;white-space:nowrap}.MyButton_default{color:#666;font-weight:700}.MyButton_positive{background-color:#1f64ff;color:#fff}.MyButton_negative{background-color:#fd565f;color:#fff}header{align-items:center;border-bottom:1px solid #e2e2e2;padding:20px 0}header,header>div{display:flex}header .head_text{font-size:22px;font-weight:700;justify-content:center;width:70%}header .head_btn_left{justify-content:start;width:15%}header .head_btn_right{justify-content:end;width:15%}.DiaryList{padding-bottom:60px}.DiaryList .menu_wrapper{display:flex;justify-content:space-between;margin:15px 0}.DiaryList .menu_wrapper .menu_diary-length{color:#252525;font-size:14px;font-weight:700}.DiaryList .menu_wrapper .menu_diary-length span{color:#1f64ff;font-size:18px}.DiaryList .menu_wrapper .left_col{margin-top:10px}.DiaryList .menu_wrapper .bottom_col{bottom:16px;box-sizing:border-box;font-size:16px;font-weight:700;position:fixed}.DiaryList .menu_wrapper .bottom_col button{bottom:16px;box-sizing:border-box;font-size:16px;height:50px;width:100%}@media (min-width:700px){.DiaryList .menu_wrapper .bottom_col{width:640px}}@media (max-width:700px){.DiaryList .menu_wrapper .bottom_col{left:20px;right:20px}}.DiaryList .ControlMenu{background-color:#f5f5f5;border:none;border-radius:5px;cursor:pointer;font-size:14px;margin-right:10px;padding:10px}.Loading{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.Loading h4{color:#1f64ff;font-size:32px;font-weight:700}.ItemWrapper{border:1px solid #ececec;border-radius:8px;box-shadow:0 0 7px #dedede;margin-bottom:24px;padding:5px 15px 20px}.ItemWrapper .diary_content{cursor:pointer}.DiaryItem{border-bottom:1px solid #e2e2e2;display:flex;justify-content:space-between;padding:15px 10px}.DiaryItem .emotion_img_wrapper{cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.DiaryItem .emotion_img_wrapper img{height:100%;width:100%}.DiaryItem .Info_wrapper{cursor:pointer;flex-grow:1;margin-left:16px}.DiaryItem .diary_date{font-size:16px;font-weight:700;margin-bottom:5px}.DiaryItem .diary_date span{color:#012c91}.diary_time{color:#999;font-size:13px}.diary_content_preview{font-size:16px;padding:16px 8px}.DiaryItem .btn_wrapper{min-width:70px;position:relative;text-align:right}.DiaryItem .btn_wrapper button{background:transparent;font-size:20px;padding:5px 10px}.DiaryItem .correction_delete{background-color:#fff;border:1px solid #eee;border-radius:5px;position:absolute;right:10px;top:50px}.DiaryItem .correction_delete li{cursor:pointer;height:50px;line-height:50px;text-align:center;width:150px}.DiaryItem .correction_delete li:first-child{border-bottom:1px solid #eee}.DiaryItem .correction_delete li:last-child{color:red}.DiaryEditor section{margin-bottom:28px}.flex_diaryeditor{display:flex;justify-content:space-between;margin-top:10px}.flex_diaryeditor .input_box{margin-top:15px}.DiaryEditor h4{font-size:20px;font-weight:700}.DiaryEditor section .input_date{background-color:#f5f5f5;border:none;border-radius:5px;cursor:pointer;font-size:16px;padding:10px}.DiaryEditor textarea{background-color:#ececec;border:none;box-sizing:border-box;font-size:16px;min-height:200px;padding:20px;resize:vertical;width:100%}.todayDiary{display:flex;justify-content:space-between}.todayDiary button{background-color:rgba(31,98,255,.15);color:#1f64ff;font-size:16px;font-weight:700;margin:20px 0}.todayDiary input{display:none}.thumbNail{margin-bottom:16px;width:100%}.EmotionItem{align-items:center;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.emotion_list_wrapper{grid-gap:2%;border-radius:10px;display:grid;gap:2%;grid-template-columns:repeat(5,auto)}.EmotionItem img{margin-bottom:10px;width:40%}.EmotionItem span{color:#777;font-size:14px}.EmotionItem_on_1 img,.EmotionItem_on_2 img,.EmotionItem_on_3 img,.EmotionItem_on_4 img,.EmotionItem_on_5 img{-webkit-animation:emotion-img 1s infinite;animation:emotion-img 1s infinite;width:80%}.EmotionItem_on_1 span,.EmotionItem_on_2 span,.EmotionItem_on_3 span,.EmotionItem_on_4 span,.EmotionItem_on_5 span{color:#000;font-size:16px;font-weight:700}@-webkit-keyframes emotion-img{0%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}50%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}to{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}@keyframes emotion-img{0%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}50%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}to{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}.DiaryEditor_btn button{font-size:16px;height:50px;letter-spacing:4px;margin-bottom:20px;width:100%}.DiaryPage .head_btn_right button{background-color:rgba(31,98,255,.1);color:#1f64ff}.DiaryPage section{align-items:center;display:flex;flex-direction:column;width:100%}.DiaryPage .DiaryPage-flex{flex-direction:row;justify-content:space-between;padding:0 10px}.DiaryPage-emotion{color:#1f64ff;margin-left:10px}.DiaryPage h4{font-size:18px;font-weight:700;margin:20px 0 0}.DiaryPage .diary_time{font-size:14px;font-weight:400;margin:5px 0 20px 25px}.DiaryPage .diary_img_wrapper img{margin-right:20px;width:50px}.DiaryPage .diary_img_wrapper .emotion_descript{font-size:25px}.DiaryPage .diary_content_wrapper{background-color:#ececec;border-radius:5px;margin-bottom:20px;overflow-wrap:break-word;width:100%;word-break:keep-all}.DiaryPage .diary_content_wrapper p{font-size:20px;font-weight:400;line-height:1.5;padding:20px;text-align:left}.Diary-correction{display:flex;justify-content:flex-end}.Diary-correction button{background-color:rgba(31,98,255,.2);color:#1f64ff;margin-bottom:20px}
/*# sourceMappingURL=main.2b60b5fd.css.map*/