.sub-banner {
  margin: 17rem auto 0;
  padding: 18rem 0px;
  width: 96%;
  background-image: url("/_images/parking_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2rem;
}
.sub-banner .cmn-tit .txt-top {
  color: #fff;
  font-weight: 300;
  font-size: 1.8rem;
}
.sub-banner .cmn-tit .title {
  color: #fff;
  font-size: 6rem;
}

@media (max-width: 1279px) {
  .sub-banner {
    padding: 15rem 0px;
    margin: 13rem auto 0;
  }
  .sub-banner .cmn-tit .txt-top {
    font-size: 1.5rem;
  }
  .sub-banner .cmn-tit .title {
    font-size: 5.5rem;
  }
}
@media (max-width: 768px) {
  .sub-banner {
    width: 92%;
    margin: 10rem auto 0;
    padding: 6.5rem 0;
  }
  .sub-banner .cmn-tit .txt-top {
    padding: 0 0 25px;
    font-size: 1.1rem;
  }
  .sub-banner .cmn-tit .title {
    font-size: 33px;
    line-height: 1.35;
  }
}
.parking-section {
  padding: 10rem 0 16rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.parking-section .maxwidth {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.parking-section .maxwidth .cmn-tit .txt-top {
  font-weight: 300;
  font-size: 1.8rem;
}
.parking-section .maxwidth .cmn-tit .title {
  font-size: 6rem;
}
.parking-section .maxwidth .cmn-tit .desc {
  font-size: 2.5rem;
}
.parking-section .maxwidth .rough-map {
  padding: 7.5rem 0 4.5rem;
}
.parking-section .maxwidth .info-wrap .info {
  padding: 7.5rem 0;
}
.parking-section .maxwidth .info-wrap .info .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.parking-section .maxwidth .info-wrap .info .info-title .parking-place {
  display: flex;
  gap: 2.5rem;
}
.parking-section .maxwidth .info-wrap .info .info-title .parking-place .square-number {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  width: 5.5rem;
  height: 5.5rem;
}
.parking-section .maxwidth .info-wrap .info .info-title .parking-place h3 {
  font-weight: 700;
  font-size: 4rem;
}
.parking-section .maxwidth .info-wrap .info .info-title .link-list {
  display: flex;
  gap: 1rem;
}
.parking-section .maxwidth .info-wrap .info .desc-list {
  padding: 2rem 0 0 5%;
}
.parking-section .maxwidth .info-wrap .info .desc-list > li {
  font-weight: 300;
}
.parking-section .maxwidth .info-wrap .info .desc-list > li:not(.notice) {
  font-size: 2.8rem;
  line-height: 1.5;
}
.parking-section .maxwidth .info-wrap .info .desc-list > li.notice {
  padding: 1rem 0 0;
  font-size: 2rem;
  color: #7e7e7e;
}
.parking-section .maxwidth .info-wrap .info:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

@media (max-width: 1279px) {
  .parking-section .maxwidth .cmn-tit .txt-top {
    font-size: 1.5rem;
  }
  .parking-section .maxwidth .cmn-tit .title {
    font-size: 5.5rem;
  }
  .parking-section .maxwidth .cmn-tit .desc {
    font-size: 2.3rem;
  }
  .parking-section .maxwidth .info-wrap .info .info-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
  }
  .parking-section .maxwidth .info-wrap .info .desc-list {
    padding: 4rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .parking-section {
    padding: 7.5rem 0 10rem;
  }
  .parking-section .maxwidth .cmn-tit .txt-top {
    padding: 0 0 25px;
    font-size: 1.1rem;
  }
  .parking-section .maxwidth .cmn-tit .title {
    font-size: 33px;
    line-height: 1.35;
  }
  .parking-section .maxwidth .cmn-tit .desc {
    font-size: 2rem;
    text-wrap: balance;
  }
  .parking-section .maxwidth .rough-map {
    padding: 5.5rem 0 4.5rem;
  }
  .parking-section .maxwidth .info-wrap .info {
    padding: 5rem 0;
  }
  .parking-section .maxwidth .info-wrap .info .info-title .parking-place {
    align-items: center;
    gap: 1.5rem;
  }
  .parking-section .maxwidth .info-wrap .info .info-title .parking-place .square-number {
    width: 4rem;
    height: 4rem;
    font-size: 18px;
  }
  .parking-section .maxwidth .info-wrap .info .info-title .parking-place h3 {
    font-size: 3rem;
  }
  .parking-section .maxwidth .info-wrap .info .desc-list > li:not(.notice) {
    line-height: 1.6;
    font-size: 19px;
  }
  .parking-section .maxwidth .info-wrap .info .desc-list > li.notice {
    padding: 25px 0 0;
    font-size: 14px;
  }
}/*# sourceMappingURL=parking.css.map */