abbr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
abbr[title] {
  text-decoration: none;
}

/* 제목 */
.react-calendar__navigation__label__labelText--from {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #23242d;
}
.react-calendar {
  min-width: 350px;
  max-width: 100%;
  background: white;
  font-family: JikJi;
  line-height: 1.125em;
}
.react-calendar--doubleView {
  width: 700px;
}
.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}
.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.43;
  color: #23242d;
}
.react-calendar__month-view__weekNumbers {
  color: #23242d;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 32px 32px;
}
.react-calendar__month-view__days__day--weekend {
  /* color: #bbbbbb; */
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #bbbbbb;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  /* padding: 0.75em 0.75em; */
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  /* background-color: #e6e6e6; */
}
.react-calendar__tile--now > abbr {
  border-radius: 50%;
  background: #23242d;
  color: #fff;
}
.react-calendar__tile--now:enabled:hover > abbr,
.react-calendar__tile--now:enabled:focus > abbr {
  /* background: #76baff; */
  /* border-radius: 50%; */
}
.react-calendar__tile--hasActive:hover {
  /* background: #76baff; */
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
}

.react-calendar__tile--active:enabled:focus > abbr {
  background: #dbc29c;
  border-radius: 50%;
}

.react-calendar__tile--active:enabled:hover > abbr,
.react-calendar__tile--active:enabled:focus > abbr {
  background: #dbc29c;
  border-radius: 50%;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  /* background-color: #e6e6e6; */
}
/* @media (max-width: 1100px) {
  .addressModal {
    width: 90% !important;
    background-color: white;
    height: 80%;
  }
} */

.addressModal {
  max-width: 532px;
  min-width: 300px;
  width: 80%;
  /* min-height: 425px; */
  max-height: 80%;
  overflow-y: scroll;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 501;
  box-shadow: 0px 10px 40px 10px rgba(100, 100, 100, 0.7);
  background-color: #ffffff;
}
/* .addressModal .content {
  max-width: 532px;
  min-width: 300px;
  max-height: 70%;
  width: 100%;
  height: 70%;
  transform: 'translate(-50%, -40%)';
  inset: '50% auto auto 50%';
  position: 'fixed';
  z-index: '4';
  box-shadow: '0px 0px 33px 26px rgba(100,100,100,0.7)';
  background-color: 'white';
} */
.custom-z-index {
  z-index: 10000 !important;
}

