.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}


.ico-datepicker-primary {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-image: url("../img/sub/ico-datepicker-primary@2x.png");
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "malgun gothic", Arial, sans-serif;
  font-weight: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  will-change: box-shadow, transform;
}
.btn .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.btn .ico:first-child {
  margin-right: 4px;
}
.btn .ico:only-child {
  margin-left: 0;
  margin-right: 0;
}
.btn * + .ico {
  margin-left: 4px;
}

.datepicker {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.monthpicker {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: -10px;
}
.datepicker .form-datepicker {
  padding-right: 45px;
}
.monthpicker .start-date-ym {
  padding-right: 45px;
}
.monthpicker .end-date-ym {
  padding-right: 45px;
}
.monthpicker .to-date2 {
  padding-right: 45px;
}
.datepicker .btn {
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  padding: 0 10px;
  background-color: transparent;
}
.monthpicker .btn {
  position: absolute;
  right: 0;
  top: -6px;
  bottom: 0;
  padding: 0 10px;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .datepicker {
    display: block;
  }
    .datepicker .btn {
      top: 7px;
    }
}

@media (max-width: 767.98px) {
  .monthpicker {
    display: block;
  }
    .monthpicker .btn {
      top: 1px;
    }
}

@media (max-width: 767.98px) {
  .calendar .datepicker {
    display: block;
  }
    .calendar .datepicker .btn {
      top: 1px;
    }
}

#inseq-datepicker {
  position: absolute;
  width: 250px;
  padding: 12px;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 15px rgba(66, 73, 80, 0.15);
          box-shadow: 0px 8px 15px rgba(66, 73, 80, 0.15);
  z-index: 1500;
}
#inseq-datepicker caption {
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#inseq-datepicker table {
  table-layout: auto;
  margin-top: 0;
  width: 100%;
  text-align: center;
  border: 0px solid #000;
  color: #333;
  line-height: 2;
}
#inseq-datepicker table a {
  line-height: 2;
}
#inseq-datepicker table th {
  height: auto;
  background: none;
  padding: 0 0 0.5em;
  border: 0;
  margin: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
}
#inseq-datepicker table td {
  padding: 0 !important;
  margin: 0;
  height: 28px;
  text-align: center;
  border: 0;
  line-height: 1;
}
#inseq-datepicker table tbody td {
  height: 28px;
  color: #767676;
}
#inseq-datepicker table tbody td a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  color: #000;
  text-decoration: none;
}
#inseq-datepicker table tbody td a.today {
  border-radius: 50%;
  color: #fff !important;
  background-color: #1f76eb;
  font-weight: bold;
}
#inseq-datepicker #tableCalendarTitle {
  margin-bottom: 8px;
}
#inseq-datepicker #tableCalendarTitle td {
  font-size: 16px;
}
#inseq-datepicker #tableCalendarTitle td a {
  font-size: inherit;
}
#inseq-datepicker #tableMonthTitle td a {
  font-size: 16px;
}
#inseq-datepicker #tableYearTitle {
  margin-bottom: 5px;
}
#inseq-datepicker #tableYearTitle td {
  font-size: 16px;
}
#inseq-datepicker #tableCalendarTitle a,
#inseq-datepicker #tableYear a,
#inseq-datepicker #tableMonthTitle a,
#inseq-datepicker #tableMonth a {
  color: #000;
}
#inseq-datepicker #tableCalendar th:first-child,
#inseq-datepicker #tableCalendar td:first-child {
  color: #cf2121;
}
#inseq-datepicker #tableCalendar th:first-child a,
#inseq-datepicker #tableCalendar td:first-child a {
  color: inherit;
}
#inseq-datepicker #tableCalendar th:last-child,
#inseq-datepicker #tableCalendar td:last-child {
  color: #0072cf;
}
#inseq-datepicker #tableCalendar th:last-child a,
#inseq-datepicker #tableCalendar td:last-child a {
  color: inherit;
}
#inseq-datepicker .prev,
#inseq-datepicker .next {
  width: 21px;
  height: 21px;
  border-radius: 11px;
  line-height: 21px;
  border: 0;
  padding: 0;
  background: url(../img/sub/ico-chevron-left-gray@2x.png) no-repeat;
  background-size: 20px auto;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}
#inseq-datepicker .prev {
  float: left;
  margin-left: 30px;
  background-position: right center;
}
#inseq-datepicker .next {
  float: right;
  margin-right: 30px;
  background-image: url(../img/sub/ico-chevron-right-gray@2x.png);
  background-position: left center;
}
#inseq-datepicker .btn-cal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
#inseq-datepicker .btn-cal-close a {
  display: block;
  width: 20px;
  height: 20px;
  color: transparent;
  background: url(../img/sub/ico-times-gray@2x.png) no-repeat center center;
  background-size: 20px auto;
}
@media (max-width: 767.98px) {
  #inseq-datepicker {
    left: 50% !important;
    margin-left: -125px !important;
  }
}
