@import url(https://fonts.googleapis.com/css2?family=DotGothic16&family=Nanum+Pen+Script&family=Yeon+Sung&display=swap);@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap);body{align-items:center;background-color:#f6f6f6;display:flex;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 #64646f33}.App{font-family:Zen Maru Gothic,serif;min-height:100vh;padding:0 20px}.MyButton{border:none;border-radius:5px;cursor:pointer;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:20px 0}header,header>div{display:flex}header .head_text{font-size:2.5rem;justify-content:center;width:50%}header .head_btn_left{justify-content:start;width:25%}header .head_btn_right{justify-content:end;width:25%}.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-size:1rem;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 .info_wrapper{cursor:pointer;flex-grow:1;margin-left:20px}.DiaryItem .diary_date{font-size:1rem;font-weight:700;margin-bottom:5px}.DiaryItem .diary_content_preview{font-size:1.2rem}.DiaryItem .btn_wrapper{min-width:70px}.DiaryEditor section{margin-bottom:40px}.DiaryEditor h4{font-size:1.2rem;font-weight:700}.DiaryEditor .input_date{background-color:#ececec;border:none;border-radius:5px;cursor:pointer;font-size:2rem;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-size:1.2rem;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:20px 0}.EmotionItem img{margin-bottom:10px;width:50%}.EmotionItem span{font-size:1rem}.EmotionItem_off{border:5px solid #ececec}.EmotionItem_on_1{border:5px solid #64c964}.EmotionItem_on_2{border:5px solid #9dd772}.EmotionItem_on_3{border:5px solid #fdc117}.EmotionItem_on_4{border:5px solid #fd8446}.EmotionItem_on_5{border:5px solid #fd565f}.DiaryPage section{align-items:center;display:flex;flex-direction:column;margin-bottom:100px;text-align:center;width:100%}.DiaryPage h4{font-size:1.5rem;font-weight:700}.DiaryPage .diary_img_wrapper{align-items:center;border-radius:5px;display:flex;flex-direction:column;height:250px;justify-content:space-around;width:250px}.DiaryPage .diary_img_wrapper_1{border:5px solid #64c964}.DiaryPage .diary_img_wrapper_2{border:5px solid #9dd772}.DiaryPage .diary_img_wrapper_3{border:5px solid #fdc117}.DiaryPage .diary_img_wrapper_4{border:5px solid #fd8446}.DiaryPage .diary_img_wrapper_5{border:5px solid #fd565f}.DiaryPage .diary_img_wrapper img{width:150px}.DiaryPage .emotion_description{font-size:1.5rem}.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:1.2rem;line-height:2.5;padding:20px;text-align:left}
/*# sourceMappingURL=main.f348c69d.css.map*/