.customCalender1:before {
  position: absolute;
  left: 70%;
  top: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50em;
  content: '';
  display: block;
  background-color: #1782ff; }

.datepicker-custom-header {
  height:32px;
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; }
.datepicker-custom-header .datepicker-custom-header-item {
  display: block; }
.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-year {
  display: inline-block; }
.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-year span {
  color: #111111;
  font: normal normal normal 16px Pretendard;
  letter-spacing: -0.4px;
  opacity: 1; }
.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-select {
  display: inline-block;
  position: relative;
  width: 40px;
  background: transparent;
  align-self: center;
  cursor: pointer;
  margin-left: -1px; }
.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-select::before {
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  /*bottom: 2px;*/
  right: -5px;
  color: #111111;
  background: url("../images/icon/ic_down.svg") center center no-repeat;
}


.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-select label {
  font-size: 16px;
  text-align: center;
  padding-right: 16px; }
.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-select ul {
  position: absolute;
  list-style: none;
  top: 0;
  right: -80px;
  width: 80px;
  overflow-y: scroll;
  scrollbar-width:none;
  -ms-overflow-style:none;
  height: 180px;
  max-height: 0;
  padding: 0;
  border-radius: 4px;
  background-color: #FAFAFA;
  color: #444444;
  z-index: 3; }
.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-select ul::-webkit-scrollbar {
  display:none; }
.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-select ul.active {
  border: 1px solid #dddddd;
  max-height: none; }
.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-select ul li {
  font-size: 14px;
  padding: 4px 8px;
  transition: background-color 0.2s ease-in; }
.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-select ul li:hover {
  background-color: #E9F0FE; }
.datepicker-custom-header .datepicker-custom-header-item .datepicker-custom-header-btn {
  padding: 5px;
  color: #444444;
  text-align: center;
  font: normal normal normal 14px Pretendard;
  letter-spacing: -0.35px; }

.sunday:not(.react-datepicker__day--selected, .react-datepicker__day--outside-month) {
  color: #FF2424 !important; }
.saturday:not(.react-datepicker__day--selected, .react-datepicker__day--outside-month) {
  color: #2647FF !important; }
/*보여지는달력 해당월아닌 다른월 날짜는 회색컬러로 글자처리*/
.react-datepicker__day--outside-month {
  color: #a8a8a8 !important;
  pointer-events: none; }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3NzL2N1c3RvbWRhdGVwaWNrZXIuY3NzP3Y9NjA4Y2EiLCJtYXBwaW5ncyI6IkFBQ0E7RUFDSSxrQkFBa0I7RUFDbEIsU0FBUztFQUNULFFBQVE7RUFDUixVQUFVO0VBQ1YsV0FBVztFQUNYLG1CQUFtQjtFQUNuQixXQUFXO0VBQ1gsY0FBYztFQUNkLHlCQUF5QiIsInNvdXJjZXMiOlsid2VicGFjazovL2RhZGFtYWxsLXB1Yi8uL3NyYy9zY3NzL2N1c3RvbWRhdGVwaWNrZXIuc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyJAY2hhcnNldCBcIlVURi04XCI7XG4uY3VzdG9tQ2FsZW5kZXIxOmJlZm9yZXtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgbGVmdDogNzAlO1xuICAgIHRvcDogM3B4O1xuICAgIHdpZHRoOiA1cHg7XG4gICAgaGVpZ2h0OiA1cHg7XG4gICAgYm9yZGVyLXJhZGl1czogNTBlbTtcbiAgICBjb250ZW50OiAnJztcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMTc4MmZmO1xufSJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==*/