@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);.react-calendar{width:33.5rem;height:35.6rem;padding:2.3rem 1.2rem;max-width:100%;background:#fff;border:none;border-radius:1rem}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box;text-decoration:none}.react-calendar button{width:4.2rem;height:4.2rem;margin:0;border:0;outline:none;font-family:Noto Sans KR;font-size:1.5rem;font-weight:400;color:#666}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:2rem;margin-bottom:3em;font-family:Noto Sans KR;font-size:1.5rem;font-weight:500}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__navigation__arrow .react-calendar__navigation__next-button{background-color:pink}.react-calendar__month-view__weekdays{width:31rem;display:flex;justify-content:space-around;margin-bottom:1rem;text-align:center;text-transform:uppercase;font-family:Noto Sans KR;font-size:1.5rem;font-weight:400}.react-calendar__month-view__weekdays__weekday{width:1.5rem}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px;border-radius:10rem}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc}.react-calendar__tile--active.selected-date,.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#006edc;color:#fff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.dot{width:.5rem;height:.5rem;background-color:#006edc;border:10rem}