#calendar{border:2px solid #000;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:800px}#calendar,#calendar>div{display:flex;justify-content:center}#calendar>div{align-items:center;width:100%}#calendar>#monthBlock,#calendar>#yearBlock{border-bottom:2px solid #000;height:40px}#calendar>#yearBlock{position:relative}#calendar>#yearBlock>#nextMonthButton,#calendar>#yearBlock>#prevMonthButton{display:block;position:absolute}#calendar>#yearBlock>#nextMonthButton:before,#calendar>#yearBlock>#prevMonthButton:before{align-items:center;display:flex;justify-content:center}#calendar>#yearBlock>#prevMonthButton{left:10px}#calendar>#yearBlock>#nextMonthButton{right:10px}#calendar>#yearBlock>#prevMonthButton:before{content:"이전 달"}#calendar>#yearBlock>#nextMonthButton:before{content:"다음 달"}#calendar>#dayOfWeekBlock{border-bottom:2px solid #000;height:20px}#calendar>#dayOfWeekBlock>div{display:flex;flex-grow:1;flex-shrink:1;justify-content:center}#calendar>#calendarBlock{flex-direction:column}#calendar>#calendarBlock>.weekBlock{display:flex;height:20%;justify-content:center;width:100%}#calendar>#calendarBlock>.weekBlock:not(:last-of-type){border-bottom:2px solid #000}#calendar>#calendarBlock>.weekBlock>.dayBlock{flex-grow:1;height:30px;position:relative;width:100%}#calendar>#calendarBlock>.weekBlock>.dayBlock>.isToday{color:blue}#calendar>#calendarBlock>.weekBlock>.dayBlock>.notMonth{background-color:gray;color:#fff}#calendar>#calendarBlock>.weekBlock>.dayBlock:not(:last-of-type){border-right:2px solid #000}#calendar>#calendarBlock>.weekBlock>.dayBlock>span{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}
/*# sourceMappingURL=main.66276c0a.css.map*/