@import url(https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&family=Yeon+Sung&display=swap);body{align-items:center;background-color:#f6f6f6;display:flex;font-family:Nanum Pen Script;justify-content:center;margin:0;min-height:100vh}@media (min-width:650px){.App{width:640px}}@media (max-width:650px){.App{width:90vw}}#root{background-color:#fff;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2)}.App{min-height:100vh;padding-left:20px;padding-right:20px}.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:#ececec;color:#000}.MyButton_positive{background-color:#64c964;color:#fff}.MyButton_negative{background-color:#fd565f;color:#fff}header{align-items:center;border-bottom:1px solid #e2e2e2;padding-bottom:20px;padding-top:20px}header,header>div{display:flex}header .head_text{font-size:25px;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:#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-bottom:15px;padding-top:15px}.DiaryItem .emotion_img_wrapper{border-radius:5px;cursor:pointer;display:flex;height:80px;justify-content:center;min-width:120px}.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 .emotion_img_wrapper img{width:50%}.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 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{align-items:center;display:flex;justify-content:space-between}.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:#ececec}.EmotionItem_on_1{background-color:#64c964;color:#fff}.EmotionItem_on_2{background-color:#9dd772;color:#fff}.EmotionItem_on_3{background-color:#fdce17;color:#fff}.EmotionItem_on_4{background-color:#fd8446;color:#fff}.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 .diary_img_wrapper_1{background-color:#64c964}.DiaryPage .diary_img_wrapper_2{background-color:#9dd772}.DiaryPage .diary_img_wrapper_3{background-color:#fdce17}.DiaryPage .diary_img_wrapper_4{background-color:#fd8446}.DiaryPage .diary_img_wrapper_5{background-color:#fd565f}.DiaryPage .emotion_descript{color:#fff;font-size:25px}.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-family:Yeon Sung;font-size:20px;font-weight:400;line-height:2.5;padding:20px;text-align:left}
/*# sourceMappingURL=main.9bc604b0.css.map*/