@charset "utf-8";
/* EM 변환 사이트 : https://nekocalc.com/px-to-em-converter */

.greeting {
  position: relative;
  padding: 5.3em 0.6em 0.6em 3.5em;
  border-radius: 1.7em;
  background: linear-gradient(135deg, #FFEEF5 2.55%, #F4F5FF 74.87%);
}

.greeting::before {
  content: '';
  position: absolute;
  right: 3.5em;
  top: 1.8em;
  width: 12.8em;
  height: 9.5em;
  background: url(../img/contents/greeting-tBg.svg) no-repeat 0 0 / 100%;
}

.greeting::after {
  content: '';
  position: absolute;    
  right: 3.9em;
  bottom: 0.6em;
  width: 11.3em;
  height: 16.3em;
  background: url(../img/contents/greeting-bBg.svg) no-repeat 0 0 / 100%;
}

.greeting p img {
  width: 13.6em;
  line-height: 0;
  margin-bottom: 0.94em;
  line-height: normal;
}

.greeting .con-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4em;
  min-height: 43.5em;
  padding: 4.1em 2.9em 4.7em 2.9em;
  border-radius: 1.7em;
  background: #FFF;
}

.greeting .con-box .tit {
  margin-bottom: 1.4em;
  font-size: 1.7em;
  font-style: normal;
  font-weight: 600;
}

.greeting .con-box .tit span {
  color: var(--main);
}

.greeting .con-box .txt span {
  font-weight: 600;
}

.greeting .con-box .name {
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.intro-center {
  display: flex;
  gap: 10px;
}

.intro-center img {
  border-radius: 0.3em;
  line-height: 0;
}

.intro-center .bl03 {
  margin-left: 0;
  padding: 1.8em;
  border-radius: 0.3em;
  background: #F1F1F1;
}

.intro-center .bl03 li {
  margin-top: 0.4em;
}

.con-history {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}

.con-history::before {
  content: '';
  position: absolute;
  left: 0.15em;
  top: 0.1em;
  height: 100%;
  width: 1px;
  border-left: 1px dashed #ccc;
}

.con-history li {
  position: relative;
  padding-left: 2em;
}

.con-history>li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #8C52C8;
}

.con-history dl {
  display: flex;
  gap: 2.4em;
}

.con-history dt {
  font-weight: 600;
}

.facility .info {
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  padding-left: 2.5em;
  background: url(../img/contents/facility-info.svg) no-repeat 0 0 / 1.8em;
}

.facility .info u {
  color: var(--red);
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.facility .box {
  display: flex;
  flex-direction: column;
  margin-top: 0.6em;
}

.facility .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.8em 3.1em;
  border: 1px solid #DDD;
  box-sizing: border-box;
}

.facility .caption {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8em;
  padding: 1.2em;
  border: 1px solid #DDD;
  border-top: none;
  background: #F5F5F5;
  box-sizing: border-box;
}

.facility .caption>li {
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.facility .caption>li::before {
  --width: 2.9em;
  --width--: calc(var(--width) * -1);
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--width);
  height: var(--width);
  border-radius: 0.6em;
  border: 1px solid #C9C9C9;
  background: #FFF url(../img/contents/facility-ic.svg) no-repeat 0 0 / auto var(--width);
}

.facility .caption>li.ic01::before { /* 주차장 */
  background-position: 0 0;
}

.facility .caption>li.ic02::before { /* 계단 */
  background-position: var(--width--) 0;
}

.facility .caption>li.ic03::before { /* 화장실 */
  background-position: calc(var(--width--) * 2) 0;
}

.facility .caption>li.ic04::before { /* 수유실 */
  background-position: calc(var(--width--) * 3) 0;
}

.facility .caption>li.ic05::before { /* 샤워실 */
  background-position: calc(var(--width--) * 4) 0;
}

.facility .list {
  margin-top: 3.5em;
}

.facility .list>li {
  display: flex;
  align-items: center;
  gap: 2.3em;
  padding-bottom: 1.2em;
  margin-top: 1.2em;
  border-bottom: 1px solid #DDD;
}

.facility .list>li .img {
  flex: 0 0 auto;
  width: 12em;
  height: 8.2em;
  border-radius: 0.6em;
  border: 1px solid #DDD;
  overflow: hidden;
}

.facility .list>li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility .list>li .con .tit {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 700;
}

.facility .list>li .con .tit span {
  padding: 0.05em 0.5em;
  color: #FFF;
  border-radius: 1em;
}

.facility .list>li .con .tit span.a {
  background: #8C52C8;
}

.facility .list>li .con .tit span.b {
  background: #277CDC;
}

.facility .list>li .con ul>li {
  display: flex;
  gap: 0.6em;
  margin-top: 0.3em;
}

.facility .list>li .con ul>li>span {
  flex: 0 0 auto;
  color: #777;
  font-weight: 600;
}

.location .map-box {
  margin-bottom: 0.6em;
  height: 29.4em;
  border: 1px solid #B5B5B5;
}

.location .map-box+p {
  color: #000;
}

.location .con-box {
  margin-top: 3.5em;
  border-top: 1px solid #000;
}

.location .con-box>dl {
  display: flex;
  align-items: center;
  gap: 1.9em;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: 1px dashed #D9DAE1;
}

.location .con-box>dl dt {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.6em;
  width: 17.7em;
  padding: 1.2em 0;
  color: #000;
  background: #F5F5F5;
}

.location .con-box>dl dt::before {
  content: '';
  width: 4.4em;
  height: 4.4em;
  background-size: 100%;
  background-repeat: no-repeat;
}

.location .con-box>dl.bus dt::before {
  background-image: url(../img/contents/location-bus.svg);
}

.location .con-box>dl.subway dt::before {
  background-image: url(../img/contents/location-subway.svg);
}

.location .con-box>dl.car dt::before {
  background-image: url(../img/contents/location-car.svg);
}

.location .con-box>dl dd li {
  position: relative;
  padding-left: 0.8em;
  margin-top: 0.3em;
  color: #000;
}

.location .con-box>dl dd li:nth-child(1) {
  margin-top: 0;
}

.location .con-box>dl dd li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.5em;
  height: 1px;
  background: #000;
}

.location .con-box>.bus dd li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4em;
}

.location .con-box>.bus dd li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.7em;
  min-width: 4.4em;
  height: 2em;
  color: var(--main);
  font-size: 0.8em;
  line-height: normal;
  border-radius: 1.5em;
  border: 1px solid var(--main);
}

.location .con-box>.subway dd li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4em;
  padding-left: 0;
}

.location .con-box>.subway dd li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.7em;
  min-width: 4.4em;
  height: 2em;
  color: #FFF;
  font-size: 0.8em;
  line-height: normal;
  font-weight: 700;
  border-radius: 1.5em;
  border-radius: 20px;
  background: #FFA642;
}

.location .con-box>.subway dd li::before {
  display: none;
}

.guide-ol {
  align-self: stretch;
  counter-reset: guide;
}

.guide-ol>li {
  position: relative;
  margin-top: 0.3em;
  color: #555;
}

.guide-ol>li::before {
  counter-increment: guide;
  content: counter(guide) " . ";
}

.guide-ol>li.point-bl::before {
  display: none;
}

.shower-map {
  display: flex;
  margin-top: 0.4em;
  margin-left: 0.6em;
  border: 1px solid #C3C3C3;
}

.shower-map .bl03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4em;
  padding: 1.8em;
}

.shower-map .bl03 li {
  margin: 0;
}

.rule {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-left: 0.9em;
}

.rule>li>.tit {
  position: relative;
  padding: 0.3em 0 0 2.4em;
  min-height: 1.9em;
  font-size: 1.2em;
  font-weight: 500;
}

.rule>li>.tit>.num {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 2.1em;
  height: 2.1em;
  color: #FFF;
  font-size: 0.9em;
  font-weight: 700;
  font-style: normal;
  border-radius: 0.2em;
  background: #8C52C8;
}

.rule>li .bl03 {
  margin-top: 0.6em;
  font-weight: 400;
}

.rule>li .bl03+table.data {
  margin-top: 0.6em;
  margin-left: 0.6em;
  width: calc(100% - 0.6em);
}

.rental {
  display: flex;
  gap: 0.7em;
  margin-top: 0.7em;
}

.rental>li {
  flex: 1 1 25%;
}

.rental>li>a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-radius: 1.2em;
  border: 1px solid #8C52C8;
  overflow: hidden;
}

.rental>li .txt {
  display: inline-block;
  padding: 0.2em 1em;
  margin-top: 1.7em;
  margin-bottom: 0.4em;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 1.3em;
  background: #DDDBF0;
}

.rental>li .tit {
  position: relative;
  padding-bottom: 5.6em;
  font-size: 1.1em;
  font-weight: 600;
}

.rental>li .tit::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.4em;
  margin: 0 auto;
  width: 5.3em;
  height: 3.7em;
  background-size: 100%;
}

.rental>li:nth-child(1) .tit::after {
  background-image: url(../img/contents/rental01.svg);
}

.rental>li:nth-child(2) .tit::after {
  background-image: url(../img/contents/rental02.svg);
}

.rental>li:nth-child(3) .tit::after {
  background-image: url(../img/contents/rental03.svg);
}

.rental>li:nth-child(4) .tit::after {
  background-image: url(../img/contents/rental04.svg);
}

.rental>li .tit span {
  color: #8C52C8;
}

.rental>li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em;
  width: 100%;
  gap: 0.2em;
  color: #FFF;
  font-weight: 600;
  background: #8C52C8;
}

.rental>li .link::after {
  content: '';
  width:  1.2em;
  height: 1.2em;
  background: url(../img/contents/rental-arr.svg) no-repeat 0 0 / 100%;
}

.program-list {
  display: flex;
  gap: 1.2em;
  flex-wrap: wrap;
}

.program-list>li {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 1.2em / 2);
  border-radius: 0.6em;
  border: 1px solid #E7E6F0;
  overflow: hidden;
}

.program-list .con-box {
  display: flex;
  align-items: center;
  gap: 1.1em;
  padding: 0.8em;
  height: 100%;
}

.program-list .con-box .img {
  width: 10em;
  height: 9.4em;
  border-radius: 0.4em;
  overflow: hidden;
}

.program-list .con-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-list .con-box .con {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.program-list .con-box .con .tit {
  margin-bottom: 0.6em;
  font-size: 1.2em;
  font-weight: 700;
}

.program-list .con-box .con ul>li {
  display: flex;
  align-items: center;
  gap: 0.7em;
  padding: 0.1em 0;
  font-size: 0.9em;
}

.program-list .con-box .con ul>li span {
  flex: 0 0 auto;
  width: 3.6em;
  color: #777;
  font-weight: 600;
  text-align-last: justify;
}

.program-list .link {
  display: flex;
}

.program-list .link>a {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  text-align: center;
  padding: 0.8em 0;
  font-size: 0.94em;
  font-weight: 500;
}

.program-list .link>a.down {
  color: #51506B;
  background: #E4E3EB;
}

.program-list .link>a.link {
  color: #FFF;
  background: #382466;
}

.program-list .link>a::after {
  content: '';
  width: 1.11em;
  height: 1.11em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.program-list .link>a.down::after {
  background-image: url(../img/contents/program-down.svg);
}

.program-list .link>a.link::after {
  background-image: url(../img/contents/program-link.svg);
}

.num-list {
  margin-top: 0.7em;
  margin-left: 0.6em;
}

.num-list>li {
  position: relative;
  margin-top: 0.7em;
}

.num-list>li span {
  padding-left: 1.5em;
  font-weight: 600;
}

.num-list>li i {
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
  font-weight: 400;
}

.member-list {
  margin-top: 0.6em;
  margin-left: 1.5em;
}

.member-list>li {
  font-weight: 600;
}

.member-list>li .num-list {
  margin-top: 0.3em;
  margin-bottom: 0.6em;
  margin-left: 1.1em;
}

.member-list>li .num-list>li {
  padding-left: 1.4em;
  margin-top: 0.2em;
  color: #555;
  font-weight: 400;
}

#poster-con {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  padding: 3rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  overflow-y: auto;
}

#poster-con.on {
  display: block;
}

#poster-con>div {  
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1020px;
}

#poster-con>div .close {
  position: absolute;
  right: -25px;
  top: -25px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3D3D3D url(../img/search-close.svg) no-repeat 0 0 / 100%;
}

#contents .tab.pro-tab>li:nth-last-child(1) {
  display: none;
}

/* mb */
@media screen and (max-width:1024px) {
  .intro-center {
    flex-direction: column;
  }
}

/* min-mb */
@media screen and (max-width:860px) {
  .greeting {
    padding: 30px 10px 10px 10px;
  }

  .greeting::before {
    display: none;
  }
  
  .greeting::after {
    width: 68px;
    height: 98px;
    right: 15px;
  }

  .greeting .con-box {
    padding: 15px;
    min-height: auto;
  }

  .greeting .con-box .tit {
    font-size: 17px;
  }
  
  .greeting .con-box .name {
    padding-right: 75px;
  }

  .location .con-box>dl {
    flex-direction: column;
    gap: 0;
  }

  .location .con-box>dl dt {
    width: 100%;
  }
  
  .location .con-box>dl dd {
    padding: 1.9em;
    width: 100%;
  }
  
  .shower-map {
    flex-direction: column;
  }
  
  .rental {
    flex-direction: column;
  }

  .program-list {
    flex-direction: column;
  }
  
  .program-list>li {
    max-width: 100%;
  }

  .facility .list {
    margin-top: 2em;
  }

  .facility .list>li {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}