@import url(https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&family=Yeon+Sung&display=swap);body{align-items:center;background-color:#f6f6f6;display:inline-flex;font-family:Nanum Pen Script;justify-content:center;margin:0;width:100%}.App,body{min-height:100vh}.App{box-sizing:border-box;padding:20px}#root{background-color:#fff;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2)}@media(min-width:650px){.App{width:640px}}@media(max-width:650px){.App{width:90vw}}.MyButton{border:none;border-radius:5px;cursor:pointer;font-family:Nanum Pen Script;font-size:18px;padding:10px 20px;white-space:nowrap}.DiaryItem .MyButton.MyButton_negative{margin-right:10px}.MyButton.MyButton_positive{background-color:#52d350;color:#ececec}.MyButton.MyButton_negative{background-color:#eb5858;color:#ececec}header{align-items:center;border-bottom:1px solid #e2e2e2;display:inline-flex;padding:20px 0;width:100%}header>div{display:flex}header .head_text{display:inline-block;font-size:25px;text-align:center;width:50%}header .head_btn_left{justify-content:left;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:20px 0 30px}.DiaryList .menu_wrapper .right_col{flex-grow:1}.DiaryList .menu_wrapper .right_col button{width:100%}.DiaryList .ControlMenu{background-color:#ececec;border:none;border-radius:5px;cursor:pointer;font-family:Nanum Pen Script;font-size:18px;margin-right:10px;padding:10px 20px}.DiaryItem{border-bottom:1px solid #e2e2e2;display:flex;justify-content:space-between;padding:15px 0}.DiaryItem .emotion_img_wrapper{border-radius:5px;cursor:pointer;display:flex;height:80px;justify-content:center;min-width:120px}.DiaryItem .emotion_img_wrapper img{width:50%}.DiaryItem .emotion_img_wrapper_1{background-color:#64c964}.DiaryItem .emotion_img_wrapper_2{background-color:#9dd772}.DiaryItem .emotion_img_wrapper_3{background-color:#fdce17}.DiaryItem .emotion_img_wrapper_4{background-color:#fd8446}.DiaryItem .emotion_img_wrapper_5{background-color:#fd565f}.DiaryItem .info_wrapper{cursor:pointer;flex-grow:1;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{font-family:Nanum Pen Script}.DiaryEditor section{margin-bottom:40px}.DiaryEditor h4{font-size:22px;font-weight:700}.DiaryEditor .input_date{background-color:#ececec;border:none;border-radius:5px;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:#ececec;border:none;border-radius:5px;box-sizing:border-box;font-family:Nanum Pen Script;font-size:20px;min-height:200px;padding:20px;resize:vertical;width:100%}.DiaryEditor .control_box{justify-content:space-between}.DiaryEditor .control_box,.EmotionItem{align-items:center;display:inline-flex;width:100%}.EmotionItem{border-radius:5px;cursor:pointer;flex-direction:column;justify-content:center;padding:20px 0}.EmotionItem img{margin-bottom:10px;width:50%}.EmotionItem span{font-size:18px}.EmotionItem.off{background-color:#ececec}.EmotionItem.EmotionItem_on_1{background-color:#64c964;color:#fff}.EmotionItem.EmotionItem_on_2{background-color:#9dd772;color:#fff}.EmotionItem.EmotionItem_on_3{background-color:#fdce17;color:#fff}.EmotionItem.EmotionItem_on_4{background-color:#fd8446;color:#fff}.EmotionItem.EmotionItem_on_5{background-color:#fd565f;color:#fff}.DiaryPage section{align-items:center;display:flex;flex-direction:column;margin-bottom:100px;text-align:center;width:100%}.DiaryPage h4{font-size:22px;font-weight:700}.DiaryPage .diary_img_wrapper{align-items:center;background-color:#ececec;border-radius:5px;display:flex;flex-direction:column;height:250px;justify-content:space-around;width:250px}.DiaryPage .emotion_descript{font-size:25px}.DiaryPage .diary_img_wrapper_1{background-color:#64c964;color:#fff}.DiaryPage .diary_img_wrapper_2{background-color:#9dd772;color:#fff}.DiaryPage .diary_img_wrapper_3{background-color:#fdce17;color:#fff}.DiaryPage .diary_img_wrapper_4{background-color:#fd8446;color:#fff}.DiaryPage .diary_img_wrapper_5{background-color:#fd565f;color:#fff}.DiaryPage .diary_content_wrapper{background-color:#ececec;border-radius:5px;overflow-wrap:break-word;width:100%;word-break:keep-all}.DiaryPage .diary_content_wrapper p{font-size:20px;font-weight:400;line-height:2.5;padding:20px;text-align:left}
/*# sourceMappingURL=main.0206d998.css.map*/