@charset "UTF-8";
.page_title {
  display: none;
}

.program_title {
  display: none;
}

.program-detail {
  position: relative;
}
.program-detail .event-title {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  color: #00AB4E;
}
@media only screen and (max-width: 1023px) {
  .program-detail .event-title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail .event-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.program-detail__title {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 0.625rem;
  margin-top: 1rem;
  padding-top: 0.25rem;
  padding-right: 16.25rem;
}
@media only screen and (max-width: 1023px) {
  .program-detail__title {
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-top: 0.75rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail__title {
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-top: 0.625rem;
    padding-right: 0;
  }
}
.program-detail__title .status {
  display: inline-block;
  width: fit-content;
  padding: 0.5rem 0.75rem;
  border-radius: 1.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 0.25rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .program-detail__title .status {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail__title .status {
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.program-detail__title .status.open {
  background-color: #F1340E;
  width: 4.125rem;
}
.program-detail__title .status.open + h2 {
  width: calc(100% - 4.75rem);
}
@media only screen and (max-width: 1023px) {
  .program-detail__title .status.open {
    width: auto;
  }
  .program-detail__title .status.open + h2 {
    width: 100%;
  }
}
.program-detail__title .status.closed {
  background-color: #303030;
  width: 6.1875rem;
}
.program-detail__title .status.closed + h2 {
  width: calc(100% - 6.8125rem);
}
@media only screen and (max-width: 1023px) {
  .program-detail__title .status.closed {
    width: auto;
  }
  .program-detail__title .status.closed + h2 {
    width: 100%;
  }
}
.program-detail__title > h2 {
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .program-detail__title > h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail__title > h2 {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}
.program-detail .field {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  width: 100%;
  height: 17.8125rem;
}
.program-detail .field div:has(img) {
  margin-top: 1.25rem;
  background-color: #111111;
}
.program-detail .field img {
  height: 17.6875rem;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .program-detail .field {
    flex-flow: column nowrap;
    height: fit-content;
  }
  .program-detail .field img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail .field div:has(img) {
    width: 100%;
  }
}
.program-detail .field .program-info .table__td {
  padding-block: 0.438rem;
}
.program-detail .program-info {
  border-block: 0.0625rem solid #111111;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .program-detail .program-info {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail .program-info {
    margin-top: 0.75rem;
  }
}
.program-detail .table__tr {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 50%;
  border-bottom: 0.0625rem solid #E1E1E4;
}
@media only screen and (max-width: 767px) {
  .program-detail .table__tr {
    width: 100%;
  }
}
.program-detail .table__th {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 100%;
  text-align: center;
  background-color: #F1F1F5;
  color: #303030;
  padding-block: 1.4375rem;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .program-detail .table__th {
    width: 7.5rem;
    padding-block: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail .table__th {
    padding-block: 0.875rem;
  }
}
.program-detail .table__td {
  width: 100%;
  padding: 1.4375rem 1.25rem;
  color: #505050;
}
@media only screen and (max-width: 1023px) {
  .program-detail .table__td {
    padding: 1.1875rem 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail .table__td {
    padding: 0.875rem 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail .program-contents img {
    width: 100% !important;
    height: 100% !important;
  }
}
.program-detail > .apply-btn {
  display: block;
  width: fit-content;
  padding: 0.9375rem 2.875rem;
  text-align: center;
  color: #FFFFFF;
  border-radius: 0.25rem;
  position: absolute;
  top: 3rem;
  right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .program-detail > .apply-btn {
    position: unset;
    width: 100%;
    margin-block: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail > .apply-btn {
    position: unset;
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0.75rem 2.875rem;
  }
}
.program-detail > .apply-btn.open {
  background-color: #00AB4E;
}
.program-detail > .apply-btn.closed {
  background-color: #999999;
  pointer-events: none;
}
.program-detail .program-contents {
  padding: 2.5rem 1.25rem;
  border-bottom: 0.0625rem solid #E1E1E4;
}
@media only screen and (max-width: 1023px) {
  .program-detail .program-contents {
    padding: 1.25rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .program-detail .program-contents {
    padding: 1rem 0.75rem;
  }
}
.program-detail .admin-btns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .program-detail .admin-btns {
    flex-flow: column nowrap;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.75rem;
    gap: 0.75rem;
  }
}
.program-detail .admin-btns > .return-btn {
  display: inline-block;
  color: #505050;
  width: 10rem;
  border-radius: 0.25rem;
  background-color: #F1F1F5;
  padding-block: 0.9375rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .program-detail .admin-btns > .return-btn {
    padding-block: 0.6875rem;
    width: 100%;
    order: 1;
  }
}
.program-detail .admin-btns > .return-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  opacity: 0.9;
  background-color: #00AB4E;
  border-radius: 0.25rem;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.program-detail .admin-btns > .return-btn:hover {
  color: #FFFFFF;
}
.program-detail .admin-btns > .return-btn:hover::after {
  width: 100%;
}
.program-detail .admin-btns__item {
  border-radius: 0.25rem;
  padding: 0.9375rem 2.625rem;
}
@media only screen and (max-width: 767px) {
  .program-detail .admin-btns__item {
    padding: 0.6875rem 0;
    text-align: center;
    width: 50%;
  }
}
.program-detail .admin-btns div {
  display: flex;
  gap: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .program-detail .admin-btns div {
    width: 100%;
  }
}
.program-detail .admin-btns div .del-btn {
  border: 0.0625rem solid #E1E1E4;
  cursor: pointer;
}
.program-detail .admin-btns div .modify-btn {
  display: inline-block;
  background-color: #00AB4E;
  color: #FFFFFF;
  font-weight: 600;
}

.pop .inner {
  max-width: none !important;
  width: 72.5rem !important;
  padding: 3.125rem 5rem !important;
}
@media only screen and (max-width: 1023px) {
  .pop .inner {
    width: 43rem !important;
    padding: 2.5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .pop .inner {
    width: 100vw !important;
    height: 100dvh !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
}
.pop .inner #schedule {
  /* 선택된 li 색상 */
  /* 예약 불가 비활성화 스타일 */
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule {
    height: 100%;
  }
  .pop .inner #schedule form {
    height: 100%;
  }
}
.pop .inner #schedule .schedule_content {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .pop .inner #schedule .schedule_content {
    display: block;
    padding-inline: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_content {
    padding: 1.25rem 0.75rem;
    height: calc(100% - 4.875rem);
    overflow-y: scroll;
  }
}
.pop .inner #schedule .schedule_content h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.pop .inner #schedule .schedule_content .calendar {
  width: 37.5625rem;
  padding-right: 1.25rem;
  border-right: 1px solid #00AB4E;
}
@media only screen and (max-width: 1023px) {
  .pop .inner #schedule .schedule_content .calendar {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #00AB4E;
  }
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  gap: 1.25rem;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-prev,
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-next {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background: no-repeat center center/cover;
  cursor: pointer;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-prev {
  display: none;
  order: 1;
  background-image: url(../img/prev.svg);
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-title {
  order: 2;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  padding-block: 0.4375rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-title::before {
  content: attr(data-ym);
  display: inline-block;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-title::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  aspect-ratio: 1;
  background: url(/modules/event/skins/rental/img/calender.png) no-repeat center/cover;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-title select {
  display: none;
  width: 6.25rem;
  height: fit-content;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-title select > option:hover {
  background: rgba(0, 171, 78, 0.1019607843);
  color: #00AB4E;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-title select:first-of-type {
  right: 0;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-title select:last-of-type {
  left: 0;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-datepicker-next {
  display: none;
  order: 3;
  background-image: url(../img/next.svg);
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-header .ui-state-disabled {
  filter: grayscale(1);
  opacity: 0.5;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #E1E1E4;
  border-radius: 0.625rem;
  /* 오른쪽 테두리만 추가 */
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar {
    border: none;
  }
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar thead {
  background: #F8F8FA;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar thead tr th {
  height: 3.125rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar thead tr th {
    height: 3rem;
    text-align: center;
    font-weight: 400;
  }
  .pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar thead tr th span {
    display: inline-block;
    overflow: hidden;
    letter-spacing: 0.25rem;
    width: 1.5ch;
    vertical-align: middle;
  }
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td {
  height: 4.1688rem;
  vertical-align: top;
  padding: 0.5rem 1rem;
  color: #505050;
  font-size: 0.875rem;
  line-height: 1.375rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td {
    height: 3rem;
  }
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td:nth-of-type(1) .ui-state-default {
  color: #FF6384;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td:nth-of-type(7) .ui-state-default {
  color: #4FAFFE;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable {
  cursor: default;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable a {
  cursor: default;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td span.availability_Y {
  color: #00AB4E;
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td span.availability, .pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td span.holiday {
    font-size: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #767676;
  }
  .pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tbody tr td span.availability_Y {
    background: #00AB4E;
  }
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tr:not(:last-child) td {
  border-bottom: 1px solid #E1E1E4;
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar tr:not(:last-child) td {
    border: none;
  }
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar td:not(:last-child) {
  border-right: 1px solid #E1E1E4;
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar td:not(:last-child) {
    border: none;
  }
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar .ui-datepicker-other-month .ui-state-default {
  color: #999999 !important;
}
.pop .inner #schedule .schedule_content .calendar .ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: rgba(0, 168, 79, 0.1);
}
.pop .inner #schedule .schedule_content .list {
  width: calc(100% - 37.5625rem);
  padding-left: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .pop .inner #schedule .schedule_content .list {
    width: 100%;
    padding-left: 0;
    padding: 1.25rem 0 0;
  }
}
.pop .inner #schedule .schedule_content .list strong {
  display: block;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.pop .inner #schedule .schedule_content .list strong + div {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #505050;
}
.pop .inner #schedule .schedule_content .list strong + div a {
  color: #00AB4E;
  text-decoration: underline;
}
.pop .inner #schedule .schedule_content .list h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_content .list h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.125rem;
  }
}
.pop .inner #schedule .schedule_content .list .notice, .pop .inner #schedule .schedule_content .list .caution {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.pop .inner #schedule .schedule_content .list .notice > a, .pop .inner #schedule .schedule_content .list .caution > a {
  color: #00AB4E;
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_content .list .notice, .pop .inner #schedule .schedule_content .list .caution {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-bottom: 0.125rem;
  }
}
.pop .inner #schedule .schedule_content .list .notice {
  color: #505050;
}
.pop .inner #schedule .schedule_content .list .caution {
  color: #F23F5C;
}
.pop .inner #schedule .schedule_content .list ul {
  height: 20rem;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .pop .inner #schedule .schedule_content .list ul {
    height: 9.625rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_content .list ul {
    height: auto;
    overflow-y: visible;
  }
}
.pop .inner #schedule .schedule_content .list ul li {
  display: flex;
  justify-content: space-between;
  border: 0.0625rem solid #E1E1E4;
  border-radius: 0.25rem;
  width: 100%;
}
.pop .inner #schedule .schedule_content .list ul li + li {
  margin-top: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .pop .inner #schedule .schedule_content .list ul li {
    width: 99%;
  }
}
.pop .inner #schedule .schedule_content .list ul li .y {
  color: #00AB4E;
}
.pop .inner #schedule .schedule_content .list ul li .n {
  color: #767676;
}
.pop .inner #schedule .schedule_btns {
  text-align: center;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .pop .inner #schedule .schedule_btns {
    padding-inline: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_btns {
    gap: 0.625rem;
    padding: 1rem 1.25rem;
    height: 4.875rem;
    margin-top: 0;
    border-top: 0.0625rem solid #E1E1E4;
  }
}
.pop .inner #schedule .schedule_btns span, .pop .inner #schedule .schedule_btns button {
  display: inline-block;
  min-width: 9.25rem;
  line-height: 2.875rem;
  text-align: center;
  border-radius: 0.25rem;
  background: #00AB4E;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_btns span, .pop .inner #schedule .schedule_btns button {
    min-width: 4.0625rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.pop .inner #schedule .schedule_btns span.block, .pop .inner #schedule .schedule_btns button.block {
  background-color: #767676;
  cursor: auto;
}
.pop .inner #schedule .schedule_btns button {
  flex-grow: 5;
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_btns button {
    flex-grow: 3;
  }
}
.pop .inner #schedule .schedule_btns span {
  background-color: #FFFFFF;
  color: #00AB4E;
  border: 0.0625rem solid #00AB4E;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .pop .inner #schedule .schedule_btns span {
    padding-block: 0.75rem;
  }
}
.pop .inner #schedule .schedule_btns span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  transform-origin: left;
  background-color: #00AB4E;
  border-radius: 0.25rem;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.pop .inner #schedule .schedule_btns span:hover {
  color: #FFFFFF;
}
.pop .inner #schedule .schedule_btns span:hover::after {
  width: 100%;
  opacity: 1;
}
.pop .inner #schedule .radio_option input[type=radio] {
  display: none;
}
.pop .inner #schedule .radio_option {
  cursor: pointer;
}
.pop .inner #schedule .radio_option input[type=radio]:checked,
.pop .inner #schedule .radio_option.active {
  border-color: #00AB4E;
  color: #00AB4E;
  background: rgba(0, 171, 78, 0.1019607843) !important;
  font-weight: 600;
}
.pop .inner #schedule .radio_option input[type=radio]:disabled,
.pop .inner #schedule .radio_option.disabled {
  pointer-events: none;
  color: #999;
  background: #E9E9ED;
}
.pop .inner #schedule .radio_option label {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 1rem 0.625rem;
  cursor: pointer;
}
.pop .custom-picker {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #F8F8FA;
  border: 0.0625rem solid #E1E1E4;
  border-radius: 0.3125rem;
  width: 12.5rem;
  white-space: nowrap;
}
.pop .ui-datepicker-title .custom-picker.visible,
.pop .ui-datepicker-title.active .custom-picker {
  display: flex;
}
.pop .year-select, .pop .month-select {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 50%;
  height: 18.75rem;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111111;
  font-weight: 400;
  padding-top: 2.875rem;
}
.pop .year-select::-webkit-scrollbar, .pop .month-select::-webkit-scrollbar {
  display: none;
}
.pop .year-select::before,
.pop .month-select::before {
  display: block;
  padding-block: 0.6875rem;
  text-align: center;
  position: fixed;
  top: 0;
  width: 50%;
  background-color: #F8F8FA;
  border-bottom: 0.0625rem solid #E1E1E4;
}
.pop .year-select::before {
  content: "Year";
}
.pop .month-select::before {
  content: "Month";
}
.pop .year-select li, .pop .month-select li {
  width: 100%;
  padding-block: 0.6875rem;
  text-align: center;
  cursor: pointer;
}
.pop .year-select li.selected,
.pop .month-select li.selected {
  background: rgba(0, 171, 78, 0.1019607843);
  color: #00AB4E;
}

.program-add .x_page-header h1 {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.program-add .x_control-group {
  border-bottom: 0.0625rem solid #E1E1E5;
  display: flex;
  gap: 0.625rem;
}
.program-add .x_control-group:first-of-type {
  border-top: 0.0625rem solid #E1E1E5;
}
.program-add .x_control-label {
  width: 10%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-block: 0.9375rem;
  background-color: #F1F1F5;
  text-align: center;
}
.program-add .x_controls {
  width: 100%;
  padding: 0.9375rem;
}
.program-add .x_controls input {
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 0.0625rem solid #CCCCCC;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 0.3125rem;
  outline: none;
}
.program-add .x_controls input:focus:invalid {
  color: #B94A48;
}
.program-add .x_controls input:focus:invalid:focus {
  border-color: #E9322D;
}
.program-add .x_controls > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.3125rem;
  column-gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
}
.program-add .x_controls > div > strong {
  font-weight: 700;
}
.program-add .x_help-block {
  display: block;
  margin-top: 0.625rem;
  color: #595959;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.program-add .cke_reset {
  width: 100%;
}
.program-add .btnArea > span {
  display: inline-block;
  background-color: #00AB4E;
  border-radius: 0.25rem;
}
.program-add .btnArea > span input {
  display: inline-block;
  color: #FFFFFF;
  padding: 0.9375rem 1.25rem;
}