@charset "UTF-8";
.rental_info {
  padding: 1.875rem 2.5rem;
  background: #F8F8FA;
}
@media only screen and (max-width: 1023px) {
  .rental_info {
    padding: 1.25rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .rental_info {
    padding: 1rem 1.25rem;
  }
}
.rental_info h3 {
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .rental_info h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .rental_info h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.5rem;
  }
}
.rental_info strong {
  font-weight: 400;
  color: #00AB4E;
  position: relative;
}
.rental_info strong a {
  text-decoration: underline;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-left: 0.375rem;
}
.rental_info > span {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 1023px) {
  .rental_info > span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .rental_info > span {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.rental_info p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #505050;
  padding-left: 0.625rem;
  position: relative;
}
.rental_info p + p {
  margin-top: 0.375rem;
}
@media only screen and (max-width: 1023px) {
  .rental_info p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .rental_info p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.rental_info p:before {
  content: "·";
  font-weight: 700;
  position: absolute;
  left: 0;
}
.rental_info p.star {
  padding-left: 0.75rem;
}
.rental_info p.star:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0.875rem;
  line-height: 0;
  font-size: 0.875rem;
}
.rental_info div {
  margin-top: 0.625rem;
  padding: 0.5rem;
}
.rental_info div h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .rental_info div h4 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.rental_info div a {
  display: flex;
  height: 2.125rem;
  width: 15.5625rem;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #00AB4E;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #00AB4E;
}
.rental_info div a img {
  display: block;
  width: 1.25rem;
}
.rental_step {
  padding: 5rem 0;
}
@media only screen and (max-width: 767px) {
  .rental_step {
    padding: 1.25rem 0;
  }
}
.rental_step h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .rental_step h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .rental_step h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.rental_step picture {
  display: block;
}
.rental_step picture img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .rental_step picture img {
    width: 6.25rem;
    height: 38.125rem;
    object-fit: contain;
    margin: auto;
  }
}
.rental_step .step-detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .rental_step .step-detail {
    gap: 0.5625rem;
    row-gap: 2.5rem;
  }
}
.rental_step .step-detail__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  aspect-ratio: 1;
  border: 0.125rem solid #00AB4E;
  border-radius: 50%;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .rental_step .step-detail__item {
    width: 5rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.rental_step .step-detail__item:last-of-type {
  background-color: #00AB4E;
  color: #00AB4E;
}
.rental_step .step-detail__item::after {
  content: attr(data-text);
  position: absolute;
  width: fit-content;
  bottom: -2.125rem;
}
@media only screen and (max-width: 767px) {
  .rental_step .step-detail__item::after {
    bottom: -2rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.rental_step .step-detail__icon-1 {
  background: url(../img/rental_1.svg) no-repeat center/cover;
  width: 3.75rem;
  height: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .rental_step .step-detail__icon-1 {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.rental_step .step-detail__icon-2 {
  background: url(../img/rental_2.svg) no-repeat center/cover;
  width: 3.75rem;
  height: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .rental_step .step-detail__icon-2 {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.rental_step .step-detail__icon-3 {
  background: url(../img/rental_3.svg) no-repeat center/cover;
  width: 3.75rem;
  height: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .rental_step .step-detail__icon-3 {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.rental_step .step-detail__icon-4 {
  background: url(../img/rental_4.svg) no-repeat center/cover;
  width: 3.75rem;
  height: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .rental_step .step-detail__icon-4 {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.rental_step .step-detail__icon-5 {
  background: url(../img/rental_5.svg) no-repeat center/cover;
  width: 3.125rem;
  aspect-ratio: 1;
}
@media only screen and (max-width: 767px) {
  .rental_step .step-detail__icon-5 {
    width: 1.875rem;
  }
}
.rental_step .step-detail > .right-arrow {
  background: url(../img/right-arrow.svg) no-repeat center/cover;
  width: 0.75rem;
  height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .rental_step .step-detail > .right-arrow {
    width: 0.6875rem;
    height: 1.25rem;
    margin-top: 1.25rem;
  }
}
.rental_step div:has(#realtime_rental) {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.rental_step div:has(#realtime_rental) a .icon {
  display: inline-block;
  width: 2.5rem;
  aspect-ratio: 1;
}
.rental_step div:has(#realtime_rental) a .icon > svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .rental_step div:has(#realtime_rental) a .icon {
    width: 1.75rem;
  }
}
.rental_step div:has(#realtime_rental) span .icon {
  display: inline-block;
  width: 2.5rem;
  aspect-ratio: 1;
}
.rental_step div:has(#realtime_rental) span .icon > svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .rental_step div:has(#realtime_rental) span .icon {
    width: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .rental_step div:has(#realtime_rental) {
    flex-flow: column nowrap;
    gap: 0.625rem;
    align-items: center;
    margin-top: 3.5rem;
  }
}
.rental_step #realtime_rental, .rental_step #rental_workshop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.875rem;
  height: 4.375rem;
  background: #FFFFFF;
  color: #00AB4E;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 7.125rem;
  border: 0.0625rem solid #00AB4E;
  border-radius: 0.25rem;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .rental_step #realtime_rental, .rental_step #rental_workshop {
    width: 12.0625rem;
    height: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .rental_step #realtime_rental, .rental_step #rental_workshop {
    margin-top: 0;
    width: 12.875rem;
    height: 2.875rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.rental_step #realtime_rental::after, .rental_step #rental_workshop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  opacity: 0.9;
  background-color: #00AB4E;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.rental_step #realtime_rental:hover, .rental_step #rental_workshop:hover {
  color: #FFFFFF;
}
.rental_step #realtime_rental:hover::after, .rental_step #rental_workshop:hover::after {
  width: 100%;
}
.rental_step #realtime_rental:hover .icon svg g path, .rental_step #rental_workshop:hover .icon svg g path {
  fill: #FFFFFF;
}

.floor {
  padding-top: 7.5rem;
}
@media only screen and (max-width: 1023px) {
  .floor {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .floor {
    padding-top: 1rem;
  }
}
.floor h3 {
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .floor h3 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .floor h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.floor .floor-tab {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999999;
  font-weight: 500;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 1023px) {
  .floor .floor-tab {
    margin-top: 1.25rem;
  }
}
.floor .floor-tab > li {
  background-color: #F8F8FA;
  width: 6.25rem;
  padding-block: 0.625rem;
  text-align: center;
  cursor: pointer;
}
.floor .floor-tab > li[class=active] {
  color: #00AB4E;
  border-bottom: 0.125rem solid #00AB4E;
}
.floor .floor_detail {
  display: none;
}
.floor .floor_detail.active {
  display: block;
  padding-top: 1.875rem;
}
.floor .floor_detail .img {
  min-height: 25rem;
  background: var(--bg2);
}
@media only screen and (max-width: 1023px) {
  .floor .floor_detail .img {
    min-height: 18.75rem;
  }
}
.floor .floor_detail .img img {
  width: 100%;
  height: auto;
  display: block;
}
.floor .floor_detail ul {
  margin-top: 2.5rem;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
@media only screen and (max-width: 767px) {
  .floor .floor_detail ul {
    display: grid;
    grid-template-columns: 8.125rem 11.875rem;
  }
}
.floor .floor_detail ul li {
  display: grid;
  grid-template-columns: repeat(3, 18.75rem) 31.25rem;
  height: 5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 1023px) {
  .floor .floor_detail ul li {
    grid-template-columns: repeat(4, 1fr);
    height: 4.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .floor .floor_detail ul li {
    display: block;
    height: auto;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .floor .floor_detail ul li + li {
    border-left: 1px solid #E1E1E4;
  }
}
.floor .floor_detail ul li.tit {
  background: #F1F1F5;
  color: #303030;
  font-weight: 600;
}
.floor .floor_detail ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .floor .floor_detail ul li span {
    height: 2.375rem;
  }
}
.floor .floor_detail ul li span + span {
  border-left: 1px solid #E1E1E4;
}
@media only screen and (max-width: 767px) {
  .floor .floor_detail ul li span + span {
    border-left: none;
  }
}

.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 1.25rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .pop .inner {
    width: 100vw !important;
    height: 100dvh !important;
    border-radius: 0 !important;
    padding: 0 !important;
    overflow: auto;
  }
}
.pop .inner #realtime, .pop .inner #workshop {
  /* 선택된 li 색상 */
  /* 예약 불가 비활성화 스타일 */
}
@media only screen and (max-width: 767px) {
  .pop .inner #realtime, .pop .inner #workshop {
    height: 100%;
  }
}
.pop .inner #realtime .realtime_content, .pop .inner #workshop .realtime_content {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .pop .inner #realtime .realtime_content, .pop .inner #workshop .realtime_content {
    display: block;
    padding-inline: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .pop .inner #realtime .realtime_content, .pop .inner #workshop .realtime_content {
    padding: 1.25rem 0.75rem;
    height: calc(100% - 4.875rem);
    overflow-y: scroll;
  }
}
.pop .inner #realtime .realtime_content h4, .pop .inner #workshop .realtime_content h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.pop .inner #realtime .realtime_content .calendar, .pop .inner #workshop .realtime_content .calendar {
  width: 37.5625rem;
  padding-right: 1.25rem;
  border-right: 1px solid #00AB4E;
}
@media only screen and (max-width: 1023px) {
  .pop .inner #realtime .realtime_content .calendar, .pop .inner #workshop .realtime_content .calendar {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #00AB4E;
  }
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  gap: 1.25rem;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-prev,
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-next, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header .ui-datepicker-prev,
.pop .inner #workshop .realtime_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 #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-prev, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header .ui-datepicker-prev {
  display: none;
  order: 1;
  background-image: url(../img/prev.svg);
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title, .pop .inner #workshop .realtime_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 #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title::before, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title::before {
  content: attr(data-ym);
  display: inline-block;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title::after, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  aspect-ratio: 1;
  background: url(../img/calender.png) no-repeat center/cover;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title select, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title select {
  display: none;
  width: 6.25rem;
  height: fit-content;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title select > option:hover, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title select > option:hover {
  background: rgba(0, 171, 78, 0.1019607843);
  color: #00AB4E;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title select:first-of-type, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title select:first-of-type {
  right: 0;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title select:last-of-type, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header .ui-datepicker-title select:last-of-type {
  left: 0;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header .ui-datepicker-next, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header .ui-datepicker-next {
  display: none;
  order: 3;
  background-image: url(../img/next.svg);
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-header .ui-state-disabled, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-header .ui-state-disabled {
  filter: grayscale(1);
  opacity: 0.5;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar, .pop .inner #workshop .realtime_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 #realtime .realtime_content .calendar .ui-datepicker-calendar, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar {
    border: none;
  }
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar thead, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar thead {
  background: #F8F8FA;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar thead tr th, .pop .inner #workshop .realtime_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 #realtime .realtime_content .calendar .ui-datepicker-calendar thead tr th, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar thead tr th {
    height: 3rem;
    text-align: center;
    font-weight: 400;
  }
  .pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar thead tr th span, .pop .inner #workshop .realtime_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 #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td, .pop .inner #workshop .realtime_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 #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tbody tr td {
    height: 3rem;
  }
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td:nth-of-type(1) .ui-state-default, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tbody tr td:nth-of-type(1) .ui-state-default {
  color: #FF6384;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td:nth-of-type(7) .ui-state-default, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tbody tr td:nth-of-type(7) .ui-state-default {
  color: #4FAFFE;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable {
  cursor: default;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable a, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable a {
  cursor: default;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td span, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tbody tr td span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td span.availability_Y, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tbody tr td span.availability_Y {
  color: #00AB4E;
}
@media only screen and (max-width: 767px) {
  .pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td span.availability, .pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td span.holiday, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tbody tr td span.availability, .pop .inner #workshop .realtime_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 #realtime .realtime_content .calendar .ui-datepicker-calendar tbody tr td span.availability_Y, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tbody tr td span.availability_Y {
    background: #00AB4E;
  }
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar tr:not(:last-child) td, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tr:not(:last-child) td {
  border-bottom: 1px solid #E1E1E4;
}
@media only screen and (max-width: 767px) {
  .pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar tr:not(:last-child) td, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar tr:not(:last-child) td {
    border: none;
  }
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar td:not(:last-child), .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar td:not(:last-child) {
  border-right: 1px solid #E1E1E4;
}
@media only screen and (max-width: 767px) {
  .pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar td:not(:last-child), .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar td:not(:last-child) {
    border: none;
  }
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar .ui-datepicker-other-month .ui-state-default, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar .ui-datepicker-other-month .ui-state-default {
  color: #999999 !important;
}
.pop .inner #realtime .realtime_content .calendar .ui-datepicker-calendar .ui-datepicker-current-day, .pop .inner #workshop .realtime_content .calendar .ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: rgba(0, 168, 79, 0.1);
}
.pop .inner #realtime .realtime_content .list, .pop .inner #workshop .realtime_content .list {
  width: calc(100% - 37.5625rem);
  padding-left: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .pop .inner #realtime .realtime_content .list, .pop .inner #workshop .realtime_content .list {
    width: 100%;
    padding-left: 0;
    padding: 1.25rem 0 0;
  }
}
.pop .inner #realtime .realtime_content .list strong, .pop .inner #workshop .realtime_content .list strong {
  display: block;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.pop .inner #realtime .realtime_content .list strong + div, .pop .inner #workshop .realtime_content .list strong + div {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #505050;
}
.pop .inner #realtime .realtime_content .list strong + div a, .pop .inner #workshop .realtime_content .list strong + div a {
  color: #00AB4E;
  text-decoration: underline;
}
.pop .inner #realtime .realtime_content .list h3, .pop .inner #workshop .realtime_content .list h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .pop .inner #realtime .realtime_content .list h3, .pop .inner #workshop .realtime_content .list h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.125rem;
  }
}
.pop .inner #realtime .realtime_content .list .notice, .pop .inner #realtime .realtime_content .list .caution, .pop .inner #workshop .realtime_content .list .notice, .pop .inner #workshop .realtime_content .list .caution {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.pop .inner #realtime .realtime_content .list .notice > a, .pop .inner #realtime .realtime_content .list .caution > a, .pop .inner #workshop .realtime_content .list .notice > a, .pop .inner #workshop .realtime_content .list .caution > a {
  color: #00AB4E;
}
@media only screen and (max-width: 767px) {
  .pop .inner #realtime .realtime_content .list .notice, .pop .inner #realtime .realtime_content .list .caution, .pop .inner #workshop .realtime_content .list .notice, .pop .inner #workshop .realtime_content .list .caution {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-bottom: 0.125rem;
  }
}
.pop .inner #realtime .realtime_content .list .notice, .pop .inner #workshop .realtime_content .list .notice {
  color: #505050;
}
.pop .inner #realtime .realtime_content .list .caution, .pop .inner #workshop .realtime_content .list .caution {
  color: #F23F5C;
}
.pop .inner #realtime .realtime_content .list ul, .pop .inner #workshop .realtime_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 #realtime .realtime_content .list ul, .pop .inner #workshop .realtime_content .list ul {
    height: 9.625rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pop .inner #realtime .realtime_content .list ul, .pop .inner #workshop .realtime_content .list ul {
    height: auto;
    overflow-y: visible;
  }
}
.pop .inner #realtime .realtime_content .list ul li, .pop .inner #workshop .realtime_content .list ul li {
  display: flex;
  justify-content: space-between;
  border: 0.0625rem solid #E1E1E4;
  border-radius: 0.25rem;
  width: 100%;
  position: relative;
}
.pop .inner #realtime .realtime_content .list ul li + li, .pop .inner #workshop .realtime_content .list ul li + li {
  margin-top: 0.625rem;
}
.pop .inner #realtime .realtime_content .list ul li > label, .pop .inner #workshop .realtime_content .list ul li > label {
  width: 100%;
  padding: 1rem 0.625rem;
  cursor: pointer;
}
.pop .inner #realtime .realtime_content .list ul li > span, .pop .inner #workshop .realtime_content .list ul li > span {
  position: absolute;
  top: 1rem;
  right: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .pop .inner #realtime .realtime_content .list ul li, .pop .inner #workshop .realtime_content .list ul li {
    width: 99%;
  }
}
.pop .inner #realtime .realtime_content .list ul li .y, .pop .inner #workshop .realtime_content .list ul li .y {
  color: #00AB4E;
}
.pop .inner #realtime .realtime_content .list ul li .n, .pop .inner #workshop .realtime_content .list ul li .n {
  color: #767676;
}
.pop .inner #realtime .realtime_btns, .pop .inner #workshop .realtime_btns {
  text-align: center;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .pop .inner #realtime .realtime_btns, .pop .inner #workshop .realtime_btns {
    padding: 1rem 1.25rem;
    height: 4.875rem;
    margin-top: 0;
    border-top: 1px solid #E1E1E4;
  }
}
.pop .inner #realtime .realtime_btns span, .pop .inner #realtime .realtime_btns button, .pop .inner #workshop .realtime_btns span, .pop .inner #workshop .realtime_btns button {
  display: inline-block;
  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 #realtime .realtime_btns span, .pop .inner #realtime .realtime_btns button, .pop .inner #workshop .realtime_btns span, .pop .inner #workshop .realtime_btns button {
    width: 100%;
  }
}
.pop .inner #realtime .realtime_btns span.block, .pop .inner #realtime .realtime_btns button.block, .pop .inner #workshop .realtime_btns span.block, .pop .inner #workshop .realtime_btns button.block {
  background-color: #767676;
  cursor: auto;
}
.pop .inner #realtime .realtime_btns span, .pop .inner #workshop .realtime_btns span {
  background-color: #FFFFFF;
  color: #00AB4E;
  border: 0.0625rem solid #00AB4E;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .pop .inner #realtime .realtime_btns span, .pop .inner #workshop .realtime_btns span {
    margin-bottom: 0.625rem;
  }
}
.pop .inner #realtime .realtime_btns span::after, .pop .inner #workshop .realtime_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 #realtime .realtime_btns span:hover, .pop .inner #workshop .realtime_btns span:hover {
  color: #FFFFFF;
}
.pop .inner #realtime .realtime_btns span:hover::after, .pop .inner #workshop .realtime_btns span:hover::after {
  width: 100%;
  opacity: 1;
}
.pop .inner #realtime .checkbox_option input[type=checkbox], .pop .inner #workshop .checkbox_option input[type=checkbox] {
  display: none;
}
.pop .inner #realtime .checkbox_option, .pop .inner #workshop .checkbox_option {
  background-color: #FFFFFF;
}
.pop .inner #realtime .checkbox_option.active, .pop .inner #workshop .checkbox_option.active {
  border-color: #00AB4E;
  color: #00AB4E;
  background: rgba(0, 171, 78, 0.1019607843) !important;
  font-weight: 600;
}
.pop .inner #realtime .checkbox_option.disabled, .pop .inner #workshop .checkbox_option.disabled {
  pointer-events: none;
  color: #999;
  background: #E9E9ED;
}
.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;
}