@import"https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&family=Yeon+Sung&display=swap";body{margin:0}.App{padding-left:20px;padding-right:20px}.Button{cursor:pointer;border:none;border-radius:5px;padding:10px 20px;font-size:18px;white-space:nowrap;font-family:Nanum Pen Script}.Button_default{background-color:#ececec;color:#000}.Button_positive{background-color:#64c964;color:#fff}.Button_negative{background-color:#fd565f;color:#fff}.Header{padding-top:20px;padding-bottom:20px;display:flex;align-items:center;border-bottom:1px solid #e2e2e2}.Header>div{display:flex}.Header button{font-family:Nanum Pen Script}.Header .header_title{width:50%;font-size:25px;justify-content:center}.Header .header_left{width:25%;justify-content:start}.Header .header_right{width:25%;justify-content:end}.DiaryList .menu_wrapper{margin-top:20px;margin-bottom:30px;display:flex;justify-content:space-between}.DiaryList .left_col select{margin-right:10px;border:none;border-radius:5px;background-color:#ececec;padding:10px 20px;cursor:pointer;font-family:Nanum Pen Script;font-size:18px}.DiaryList .menu_wrapper .right_col{flex-grow:1}.DiaryList .menu_wrapper .right_col button{width:100%}.DiaryItem{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #e2e2e2;display:flex;justify-content:space-between}.DiaryItem .img_section{cursor:pointer;min-width:120px;height:80px;border-radius:5px;display:flex;justify-content:center}.DiaryItem .img_section_1{background-color:#64c964}.DiaryItem .img_section_2{background-color:#9dd772}.DiaryItem .img_section_3{background-color:#fdce17}.DiaryItem .img_section_4{background-color:#fd8446}.DiaryItem .img_section_5{background-color:#fd565f}.DiaryItem .img_section img{width:50%}.DiaryItem .info_section{flex-grow:1;margin-left:20px;cursor:pointer}.DiaryItem .info_section .date_wrapper{font-weight:700;font-size:25px;margin-bottom:5px}.DiaryItem .info_section .content_wrapper{font-size:18px}.DiaryItem .button_section{min-width:70px}.Editor .editor_section{margin-bottom:40px}.Editor h4{font-size:22px;font-weight:700}.Editor input,textarea{border:none;border-radius:5px;background-color:#ececec;padding:20px;font-size:20px;font-family:Nanum Pen Script}.Editor input{padding-top:10px;padding-bottom:10px;cursor:pointer}.Editor textarea{width:100%;min-height:200px;box-sizing:border-box;resize:vertical}.Editor .bottom_section{display:flex;justify-content:space-between;align-items:center}.Editor .emotion_list_wrapper{display:flex;justify-content:space-around;gap:2%}.EmotionItem{cursor:pointer;border-radius:5px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.EmotionItem img{width:50%;margin-bottom:10px}.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}.Viewer section{width:100%;margin-bottom:100px;display:flex;flex-direction:column;align-items:center;text-align:center}.Viewer h4{font-size:22px;font-weight:700}.Viewer .emotion_img_wrapper{background-color:#ececec;width:250px;height:250px;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.Viewer .emotion_img_wrapper_1{background-color:#64c964}.Viewer .emotion_img_wrapper_2{background-color:#9dd772}.Viewer .emotion_img_wrapper_3{background-color:#fdce17}.Viewer .emotion_img_wrapper_4{background-color:#fd8446}.Viewer .emotion_img_wrapper_5{background-color:#fd565f}.Viewer .emotion_descript{font-size:25px;color:#fff}.Viewer .content_wrapper{width:100%;background-color:#ececec;border-radius:5px;word-break:keep-all;overflow-wrap:break-word}.Viewer .content_wrapper p{padding:20px;text-align:left;font-size:20px;font-family:Yeon Sung;font-weight:400;line-height:2.5}
