.footer_map .xo-event-calendar {
  position: relative;
  overflow: auto;
}

.footer_map .xo-event-calendar table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  background: transparent;
}

.footer_map .xo-event-calendar td,
.footer_map .xo-event-calendar th {
  padding: 0 !important;
  text-align: center;
}

.footer_map .xo-event-calendar .xo-months {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}

.footer_map .xo-event-calendar .xo-month-wrap {
  width: 48%;
}

.footer_map .xo-event-calendar .xo-month {
  border: none;
}

.footer_map .xo-event-calendar .month-header {
  padding: 8px 0 6px;
}

.footer_map .xo-event-calendar .calendar-caption {
  display: inline-block;
  color: #003366;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.footer_map .xo-event-calendar table.xo-month>thead th {
  height: 44px;
  border: 1px solid #d3d3d3;
  border-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.footer_map .xo-event-calendar .month-week {
  padding: 0 !important;
}

.footer_map .xo-event-calendar .month-dayname td {
  border: transparent;
  border-right: 1px solid #d3d3d3;
}

.footer_map .xo-event-calendar .month-dayname td:last-child {
  border-right: none;
}

.footer_map .xo-event-calendar .month-dayname td div {
  width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 700;
  color: #333;
}

.footer_map .xo-event-calendar .month-dayname td div.other-month {
  color: transparent !important;
  background-color: #f1f1f1 !important;
}

.footer_map .xo-event-calendar .month-dayname td div.holiday-all {
  color: #d93025;
}

.footer_map .xo-event-calendar .month-dayname td div.today {
  color: #2f8fbe !important;
}

.footer_map .xo-event-calendar .month-dayname-space,
.footer_map .xo-event-calendar .month-event-space,
.footer_map .xo-event-calendar .month-event-space td,
.footer_map .xo-event-calendar .month-event-space td div {
  display: none;
}

.footer_map .xo-event-calendar .holiday-titles {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.footer_map .xo-event-calendar .holiday-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 30px;
  color: #5d5d5d;
}

.footer_map .xo-event-calendar .holiday-title>span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #d3d3d3;
}

@media screen and (max-width: 767px) {
  .footer_map .xo-event-calendar .xo-months {
    display: block;
  }

  .footer_map .xo-event-calendar .xo-month-wrap {
    width: 100%;
  }
}