@charset "UTF-8";

html,
:root {
  --green-color: #009944;
  --main-color: #00aeea;
  --main-light: #00aeea;
  --main-deep: #254e97;
  --mint-blue: #00c2d5;
  --blue: #1c61a6;
  --main-gra: linear-gradient(to right, #00aeea, #22b2e9);
  --main-gra-rev: linear-gradient(to left, #00aeea, #22b2e9);
  --type1: #d86771;
  --type2: #eb8b2c;
  --type3: #cdb121;
  --type4: #71a042;
  --type5: #5daacc;
  --type6: #8f9090;
}

.gnb .menu li.logo img {
  height: 24px;
}
.list.vertical.prices > li .thumb {
  border-radius: 8px;
  overflow: hidden;
}
.main .map-picker.jpg .option.color-var {
  position: absolute;
  right: 0;
  left: initial;
  bottom: 5%;
  width: 36%;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
}
.main .map-picker.jpg .option.color-var .facilities {
  padding: 20px;
  font-size: 1.05em;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  gap: 0;
  row-gap: 1em;
  margin: 0;
  background-color: var(--gray-pale);
  border-radius: 8px;
}
.main .map-picker.jpg .option.color-var .facilities > p {
  width: 25%;
}
.sub .option.color-var {
  padding: 20px 0 0;
  position: relative;
  font-size: 1.05em;
  flex-direction: column;
}
.sub .option.color-var .facilities,
.sub .option.color-var .legend {
  gap: 2em;
  row-gap: 0.2em;
  flex-direction: column;
  margin: 0;
}
.sub .option.color-var .legend {
  gap: 0.5em;
}
.option.color-var p span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.option.color-var p img {
  height: 20px;
}
.sub.full .detail .detail-contents .sect .map-picker .option.color-var {
  margin-top: 0;
  flex-direction: row;
  gap: 5em;
}
.list.horizon.facilities li .thumb {
  --ratio: 4/3;
  width: 180px;
}
.map-picker .option.color-var {
  padding-bottom: 20px;
  margin-top: 0;
  position: absolute;
  top: 40px;
  left: 40px;
  align-items: flex-start;
}
.visual .swiper-slide::before {
  opacity: 0.85;
}
.co-name::before {
  content: '성남시';
}
.section .overview .subscript {
  width: 80%;
}
.promotion.banner {
  background-color: #e1eaf8;
}
.list.vertical.prices li .infos .price-multi .price {
  flex-wrap: nowrap;
  gap: 2em;
}
.list.vertical.prices li .infos .price-multi .price dl {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2em;
}
.list.vertical.prices li > h2 {
  margin-bottom: 20px;
  font-size: 1.6em;
}
.list.vertical.prices li .btns {
  margin-top: 0;
}
.list.vertical.prices li .btns a {
  flex-grow: 1;
  justify-content: center;
  font-size: 0.85em;
}
.list.vertical li .price {
  margin-top: 10px;
}
.list.vertical.prices li .price-multi + .info {
  margin-top: 20px;
}
.list.vertical.prices {
  --gap: var(--padding) !important;
}
.list.vertical.prices > li {
  --cell: 3 !important;
}
.list li .infos .price-multi .price dl dd {
  font-size: 1.1em;
}
.list + .ext {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 30px;
  /* border: 1px solid var(--gray-border); */
  border-radius: 6px;
  background-color: var(--gray-pale);
}
.list + .ext p {
  display: flex;
  gap: 5px;
}
.list + .ext p::before {
  content: '•';
  opacity: 0.5;
}
.promotion.banner {
  background-size: auto 55%;
  background-position: right 5% center;
  transition: 0s;
}
.promotion.banner:hover {
  animation: none;
  background-size: auto 55%;
  transition: 0s;
}
.prices.list.horizon > li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--gray-dark);
  bottom: 0;
  opacity: 0.2;
  transform-origin: left bottom;
  transform: scaleY(0.5);
}
.prices.list.horizon > li:first-child::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--gray-dark);
  top: 0;
  opacity: 0.2;
}
.sect.flex > div .overview.small {
  gap: 2em;
}

.copyright {
  text-transform: capitalize;
}
.scroll-btn {
  display: none;
}
.pignose-calendar-unit-first-active:after,
.pignose-calendar-unit-second-active:after {
  content: '입실일';
}
.pignose-calendar-unit-second-active:after {
  content: '퇴실일';
}
.visual .swiper-slide .all-place > div {
  width: 25%;
}
.section div + .map-picker {
  margin-bottom: 0;
}
.subsect.guidance {
  gap: 0;
}
.subsect.guidance > div:first-child {
  width: calc(33% + 15px);
}
.section .overview {
  margin-top: 0;
}
.section + .section:has(.facilities) {
  margin-top: 0;
  padding-top: 0;
}
.section .list + .guidance {
  margin-top: 100px;
}
.sub.full .detail .detail-contents .sect .map-picker .label {
  border-color: #fff;
}
.list.vertical:has(li:first-child:nth-last-child(5), li:first-child:nth-last-child(5) ~ li) li :where(.thumb) {
  --ratio: 4/3;
}
.list.vertical:has(li:first-child:nth-last-child(2), li:first-child:nth-last-child(2) ~ li) li :where(.thumb) {
  --ratio: 4/3;
}
.list.horizon li .thumb {
  aspect-ratio: 4/3;
  width: auto;
}
@media (max-width: 1200px) {
  .map-picker .option.color-var {
    left: var(--padding);
    top: var(--padding);
  }
}
@media (max-width: 475px) {
  .gnb .menu li.logo img,
  .sub .gnb .menu li.logo img {
    height: 20px;
  }
  .section .overview .subscript {
    width: 100%;
  }
  .prices.list.horizon > li::after {
    transform: scaleY(0.33);
  }
  .sub.full .detail .detail-contents .sect .map-picker .option.color-var {
    padding: 10px;
    width: 100%;
    gap: 1em;
    font-size: 0.9em;
    position: static;
  }
  .option.color-var .facilities,
  .option.color-var .legend {
    flex-direction: row;
    row-gap: 0.5em;
  }
  .ui-sect .sect.sight {
    margin-bottom: 0;
  }
  .promotion.banner .ment h2 {
    font-size: 1.4em;
  }
  .promotion.banner .extra {
    display: none;
  }
  .promotion.banner {
    height: 120px;
    background-size: auto 45%;
  }
  .sect.promotion.banner {
    margin: 20px var(--padding);
  }
  .visual .swiper-slide {
    height: 150vw;
  }
  .visual .swiper-slide .all-place > div h2 {
    font-size: 1.7em;
  }
  .visual .swiper-slide .all-place > div {
    width: 100%;
    height: 25%;
  }
  .visual .swiper-slide .all-place .infos {
    padding: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
  .visual .swiper-slide .all-place .infos .btns {
    margin-top: 10px;
  }
  .visual .swiper-slide .all-place::before {
    height: calc(var(--top-h) + 40px);
  }
  .pause-play-state {
    justify-content: flex-end;
  }
  .times.times-multi {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .times.times-multi > li {
    width: calc(50% - 5px);
  }
  .sect.flex > div .overview.small:has(li:nth-child(4)) {
    justify-content: space-between;
    gap: 0;
  }
  .map-picker .map.notyet {
    padding: 0 10px;
  }
  .sect.flex > div .overview.small:has(li:nth-child(4)) li {
    flex-grow: 0;
  }
  .sect.flex > div .overview.small li {
    flex-grow: 1;
  }
  .section h2 br {
    display: none;
  }
  .list.vertical.prices li .thumb {
    height: auto;
  }
  .map-picker.jpg .option.color-var {
    position: static;
    width: 100%;
  }
  .list.vertical.prices > li .price-multi .price {
    flex-direction: row !important;
    justify-content: space-between;
  }
  .sub.full .sect.sight .map-area1200 .map,
  .sect.sight .map-area1200 .map,
  .sect.sight .map-area1200 .map > img {
    width: 900px;
    max-width: 900px;
    border-radius: 0;
    padding-left: 0;
  }
  .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row {
    border-bottom: 1px solid var(--gray-border);
  }
  .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row:last-child {
    border: 0;
  }
  .list.horizon.facilities {
    gap: 12px !important;
    padding: 0 var(--padding);
    row-gap: 36px !important;
  }
  .list.horizon.facilities li {
    width: calc(50% - 6px) !important;
    padding: 0 !important;
    gap: 16px !important;
  }
  .list.horizon li .thumb + .infos {
    margin-left: 0;
  }
  .section .list.horizon.facilities li p {
    margin-top: 0;
    font-size: 0.95em;
  }
  .option.color-var p img {
    height: 16px;
    width: 16px;
  }
  .main .map-picker.jpg .option.color-var {
    position: relative;
    font-size: 0.9em;
    width: 100%;
    background-color: transparent;
  }
  .main .map-picker.jpg .option.color-var .facilities {
    background-color: transparent;
    padding: 0 20px;
  }
  .section + .section:has(.facilities) {
    padding-top: var(--padding);
  }
  .list.horizon.facilities li .thumb {
    width: 100%;
    border-radius: 6px;
  }
  .sub .option.color-var .facilities,
  .sub .option.color-var .legend {
    flex-direction: row;
  }
  .main .map-picker.jpg .option.color-var .facilities {
    gap: 1.5em;
    row-gap: 0.5em;
  }
  .main .map-picker.jpg .option.color-var .facilities > p {
    width: auto;
  }
  .main .map img {
    width: 800px;
  }
}
