@import url(https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&family=Yeon+Sung&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{align-items:center;background-color:#f2f3ec;display:flex;font-family:Nanum Pen Script;justify-content:center;margin:4% 0 0}@media (min-width:650px){.App{width:400px}}@media (max-width:650px){.App{width:80vw}}#root{background-color:#fff;border-radius:10px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2)}.App{padding:15px}.MyButton{border:none;border-radius:5px;cursor:pointer;font-family:Nanum Pen Script;font-size:18px;padding:10px 20px;white-space:nowrap}.MyButton_default{background-color:initial;color:#000}.MyButton_positive{background-color:#64c964;color:#fff}.MyButton_negative{background-color:#fff}.MyButton_cancel{background-color:#f5b8b6;color:#fff}header{align-items:center;border-bottom:1px solid #e2e2e2;padding-bottom:10px;padding-top:10px}header,header>div{display:flex}header .head_text{font-size:20px;font-weight:700;justify-content:center;width:50%}header .head_btn_left{justify-content:start;width:25%}header .head_btn_right{justify-content:end;width:25%}header button{font-family:Nanum Pen Script}.DiaryList .menu_wrapper{display:flex;justify-content:space-between;margin-bottom:30px;margin-top:20px}.DiaryList .menu_wrapper .right_col{flex-grow:1}.DiaryList .menu_wrapper .right_col button{width:100%}.DiaryList .ControlMenu{background-color:#f9f8f8;border:none;border-radius:5px;cursor:pointer;font-family:Nanum Pen Script;font-size:18px;margin-right:10px;padding:10px 10px 10px 20px}.DiaryList .diaryitem_wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.DiaryItem{align-items:center;border-bottom:1px solid #e2e2e2;display:flex;justify-content:center;padding-bottom:15px;padding-top:15px}.DiaryItem .emotion_img_wrapper{border-radius:5px;cursor:pointer;display:flex;height:50px;justify-content:center;min-width:50px}.DiaryItem .emotion_img_wrapper_1{background-color:#81cb99}.DiaryItem .emotion_img_wrapper_2{background-color:#88ceec}.DiaryItem .emotion_img_wrapper_3{background-color:#f3cf67}.DiaryItem .emotion_img_wrapper_4{background-color:#eda342}.DiaryItem .emotion_img_wrapper_5{background-color:#ea7774}.DiaryItem .emotion_img_wrapper img{width:100%}.DiaryItem .info_wrapper{cursor:pointer;margin-left:20px}.DiaryItem .diary_date{font-size:25px;font-weight:700;margin-bottom:5px}.DiaryItem .diary_content_preview{font-size:18px}.DiaryItem .btn_wrapper{min-width:70px}.DiaryEditor>div{padding:20px}.DiaryEditor section{margin-bottom:40px}.DiaryEditor h4{font-size:22px;font-weight:700;text-align:center}.DiaryEditor .today_date{position:relative}.DiaryEditor .today_date:before{background-color:#88ceec;content:"";height:3px;position:absolute;top:20px;width:105px}.DiaryEditor .today_emotion{position:relative}.DiaryEditor .today_emotion:before{background-color:#88ceec;content:"";height:3px;position:absolute;top:20px;width:65px}.DiaryEditor .today_diary{position:relative}.DiaryEditor .today_diary:before{background-color:#88ceec;content:"";height:3px;position:absolute;top:20px;width:60px}.DiaryEditor .input_box{align-items:center;display:flex;justify-content:center}.DiaryEditor .input_date{background-color:#f9f8f8;border:.5px solid #dcddd6;border-radius:5px;color:#666;cursor:pointer;font-family:Nanum Pen Script;font-size:20px;padding:10px 20px}.DiaryEditor .emotion_list_wrapper{grid-gap:2%;display:grid;gap:2%;grid-template-columns:repeat(5,auto)}.DiaryEditor textarea{background-color:#f9f8f8;border:.5px solid #dcddd6;border-radius:5px;box-sizing:border-box;font-family:Nanum Pen Script;font-size:18px;min-height:100px;padding:20px;resize:vertical;text-align:center;width:100%}.DiaryEditor .control_box{align-items:center;display:flex;justify-content:space-between}.DiaryEditor .img_wrapper .thumbNail{border:3px solid #f7efc3;border-radius:7px;margin-bottom:30px;width:100%}.EmotionItem{align-items:center;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding-bottom:20px;padding-top:20px}.EmotionItem img{margin-bottom:10px;width:50%}.EmotionItem span{font-size:18px}.EmotionItem_off{background-color:#f9f8f8;border:.5px solid #dcddd6}.EmotionItem_on_1{background-color:#81cb99;color:#fff}.EmotionItem_on_2{background-color:#88ceec;color:#fff}.EmotionItem_on_3{background-color:#f3cf67;color:#fff}.EmotionItem_on_4{background-color:#eda342;color:#fff}.EmotionItem_on_5{background-color:#ea7774;color:#fff}.HomePage{border:1.5px solid #000;min-height:600px}.HomePage .home_page_inner{padding:20px}.HomePage .MyCountScore{margin-bottom:30px}.HomePage .count_score_wrapper{align-items:center;display:flex;justify-content:space-between}.HomePage .count{align-items:center;border:2px solid #eee;border-radius:10px;display:flex;flex-direction:column;height:80px;justify-content:center;width:30%}.HomePage .count h4{font-size:25px;margin:2px}.HomePage .count p{color:#959593;font-size:16px;margin:2px}.DiaryPage{border:1.5px solid #000;min-height:600px}.DiaryPage section{text-align:center;width:100%}.DiaryPage .diary_img_wrapper,.DiaryPage section{align-items:center;display:flex;flex-direction:column}.DiaryPage .diary_img_wrapper{border-radius:50%;justify-content:space-around}.DiaryPage .diary_img_wrapper img{margin-bottom:10px;margin-top:20px;width:80%}.DiaryPage.DiaryPage_1{background-color:#81cb99}.DiaryPage.DiaryPage_2{background-color:#88ceec}.DiaryPage.DiaryPage_3{background-color:#f3cf67}.DiaryPage.DiaryPage_4{background-color:#eda342}.DiaryPage.DiaryPage_5{background-color:#ea7774}.DiaryPage .emotion_descript{color:#000;font-size:25px}.DiaryPage .diary_content_wrapper{background-color:#f9f8f8;border-radius:5px;overflow-wrap:break-word;width:100%;word-break:keep-all}.DiaryPage .diary_content_wrapper p{font-family:Yeon Sung;font-size:20px;font-weight:400;line-height:2.5;padding:20px;text-align:center}.DiaryPage .img_wrapper{padding:0 20px}.DiaryPage h4{font-size:22px;font-weight:700;margin:20px;position:relative;z-index:0}.DiaryPage h4:before{background-color:#88ceec;content:"";height:5px;position:absolute;top:20px;width:90px;z-index:-1}.DiaryPage .today_emotion{font-size:22px;font-weight:700;margin:20px;position:relative;z-index:0}.DiaryPage .today_emotion:before{background-color:#88ceec;content:"";height:5px;position:absolute;top:20px;width:65px;z-index:-1}.DiaryPage .img_wrapper .thumbNail{border:3px solid #f7efc3;border-radius:7px;margin-bottom:30px;width:100%}.EditPage,.NewPage{border:1.5px solid #000}
/*# sourceMappingURL=main.2bfb591e.css.map*/