@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'), url(https://fonts.gstatic.com/s/notosanskr/v12/PbykFmXiEBPT4ITbgNA5CgmG0X7u.otf) format('opentype');
}
html,
body {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  font-family: 'Noto Sans KR', sans-serif;
}
.calendar {
  font-size: 1.5vw;
  margin: 0;
  height: 100%;
  text-align: center;
}
.calendar table.center.vmiddle {
  width: 100%;
  height: 100%;
}
.calendar table.month {
  border-collapse: collapse;
  display: inline-block;
  vertical-align: top;
  margin: 1vw;
}
.calendar table.month td.yearMonth {
  width: 3.5vw;
  height: 3.5vw;
  text-align: center;
  font-size: 2.25vw;
}
.calendar table.month td.day {
  border: 0.05vw solid #ccc;
  width: 3.5vw;
  height: 3.5vw;
  vertical-align: middle;
  text-align: center;
}
.calendar table.month td.day.weekday6 {
  color: #00f;
}
.calendar table.month td.day.weekday7,
.calendar table.month td.day.holiday {
  color: #f00;
}
.calendar table.month td.day.today {
  background-color: #eee;
}
.calendar button.prev,
.calendar button.next {
  position: fixed;
  transform: translate3d(0, 0, 0);
  top: 0;
  bottom: 0;
  width: 3.5vw;
  font-size: 1.5vw;
}
.calendar button.prev.prev,
.calendar button.next.prev {
  left: 0;
}
.calendar button.prev.next,
.calendar button.next.next {
  right: 0;
}
.links {
  position: fixed;
  left: 7vw;
  bottom: 3.5vw;
}
/*# sourceMappingURL=less.css.map */