/* Made by Masstige */
.nursing-center {
  word-break: keep-all;
  position: relative;
}
.nursing-center .item {
  display: flex;
  justify-content: space-between;
}
.nursing-center .item--even .img-bx {
  max-width: 640px;
  border-radius: 0.75rem;
  border-bottom-right-radius: 6.25rem;
}
.nursing-center .item--odd .img-bx {
  max-width: 720px;
  border-radius: 0.75rem;
  border-top-left-radius: 6.25rem;
}
@media screen and (min-width: 768.02px) {
  .nursing-center .item--even {
    flex-direction: row-reverse;
  }
  .nursing-center .item--even .txt-bx {
    padding-right: 4.375rem;
  }
  .nursing-center .item--odd {
    align-items: center;
  }
  .nursing-center .item--odd .txt-bx {
    padding-left: 4.375rem;
  }
}
@media screen and (min-width: 768.02px) and (max-width: 1400px) {
  .nursing-center .item--even {
    flex-direction: row-reverse;
  }
  .nursing-center .item--even .txt-bx {
    padding-right: 2.5rem;
  }
  .nursing-center .item--odd .txt-bx {
    padding-left: 2.5rem;
  }
}
.nursing-center .item .img-bx {
  flex: 1 1 50%;
  overflow: hidden;
}
.nursing-center .item .txt-bx {
  flex: 1 1 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nursing-center .item {
    flex-wrap: wrap;
  }
  .nursing-center .item .img-bx,
.nursing-center .item .txt-bx {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .nursing-center .item .img-bx {
    text-align: center;
  }
}
.nursing-center .prop-bx {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.nursing-center .prop-bx .box {
  color: #1d3661;
  width: 13.7272727273em;
  height: 13.7272727273em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid #1d3661;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.5454545455;
  font-family: "MavenPro", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nursing-center .prop-bx .box {
    font-size: 1.0625em;
  }
}

.nursing-service {
  word-break: keep-all;
}
.nursing-service__item {
  padding-top: 1.75rem;
  margin-top: 5rem;
  border-top: 1px solid #ddd;
}
.nursing-service__item:nth-child(1) {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.nursing-service .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.nursing-service .wrap .txt-bx {
  padding-right: 1em;
  color: #585858;
  letter-spacing: -0.02em;
}
.nursing-service .wrap .img-bx {
  max-width: 51.875rem;
  flex: 0 0 59%;
}
@media screen and (max-width: 1024px) {
  .nursing-service .wrap .img-bx {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .nursing-service__item {
    margin-top: 3.125rem;
  }
  .nursing-service .wrap {
    flex-wrap: wrap;
  }
  .nursing-service .wrap .txt-bx {
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .nursing-service .wrap .img-bx {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.space-list--residence .wrap {
  display: block;
}
.space-list--residence .wrap:hover .img-bx img {
  opacity: 0.5;
}
.space-list--residence .wrap:hover .img-bx .icon {
  opacity: 1;
}
.space-list--residence .wrap:hover .txt-bx {
  background-color: #1d3661;
}
.space-list--residence .wrap:hover .txt-bx .txt {
  color: #fff;
}
.space-list--residence .wrap:hover .txt-bx .tit {
  background-color: #fff;
  color: #1d3661;
  font-weight: 600;
}
.space-list--residence .img-bx {
  background-color: #232425;
  display: block;
  position: relative;
  overflow: hidden;
}
.space-list--residence .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 66.66%;
}
.space-list--residence .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.space-list--residence .img-bx img {
  opacity: 1;
  transition: 400ms all;
}
.space-list--residence .img-bx .icon {
  transition: 400ms all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5rem;
  opacity: 0;
}
.space-list--residence .txt-bx {
  word-break: keep-all;
  text-align: center;
  position: relative;
  background-color: #f0f0f0;
  letter-spacing: -0.04em;
  transition: 400ms all;
}
.space-list--residence .txt-bx .tit {
  color: #fff;
  transition: 400ms all;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  position: relative;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0.6em 2em;
  min-width: 7em;
  margin: 0 auto;
  font-weight: 500;
  background-color: #1d3661;
}
.space-list--residence .txt-bx .txt {
  transition: 400ms all;
  padding-bottom: 2.1em;
}
@media screen and (max-width: 1024px) {
  .space-list--residence .img-bx .icon {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .space-list--residence .img-bx .icon {
    font-size: 12vw;
  }
  .space-list--residence .txt-bx .tit {
    display: block;
    transform: none;
  }
  .space-list--residence .txt-bx .txt {
    padding: 1em 0;
  }
}

.space-list--public .wrap {
  display: block;
}
.space-list--public .wrap:hover .img-bx:before {
  opacity: 1;
}
.space-list--public .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.space-list--public .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.space-list--public .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.space-list--public .img-bx:before {
  content: "";
  display: block;
  transition: 400ms all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #1d3661;
  opacity: 0;
  z-index: 2;
}
.space-list--public .txt-bx {
  margin-top: 1em;
  letter-spacing: -0.04em;
  color: #1d3661;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.space-list--public .txt-bx .tit {
  font-size: 1.75em;
}
.space-list--public .txt-bx .link {
  flex: 0 0 auto;
  margin-left: 1em;
}

.space-view__swiper {
  text-align: center;
  position: relative;
  padding: 0;
}
.space-view .swiper-pagination {
  font-size: 0;
  position: relative;
  bottom: auto;
  margin: 1.875rem auto;
}
.space-view .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin: 0 0.4375rem;
}
.space-view .swiper-button {
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
.space-view .swiper-button-disabled {
  opacity: 0.3;
}
.space-view .swiper-button:hover {
  opacity: 1;
}
.space-view .swiper-button--prev {
  left: 60px;
}
.space-view .swiper-button--next {
  right: 60px;
}
@media screen and (max-width: 1400px) {
  .space-view__swiper .wrap {
    padding: 0 80px;
  }
  .space-view .swiper-button--prev {
    left: 0;
  }
  .space-view .swiper-button--next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .space-view__swiper .wrap {
    padding: 0 40px;
  }
  .space-view .swiper-button svg {
    width: 36px;
    height: 9px;
  }
}

.ground-plan-list .wrap {
  display: block;
  padding: 3.125rem 0.9375rem;
  background-color: #fff;
  transition: 300ms background-color;
}
.ground-plan-list .wrap:hover {
  background-color: #1d3661;
}
.ground-plan-list .wrap:hover .txt-bx .tit,
.ground-plan-list .wrap:hover .txt-bx .txt {
  color: #fff;
}
.ground-plan-list .txt-bx {
  margin-top: 0.625rem;
}
.ground-plan-list .txt-bx .tit {
  font-weight: 500;
  transition: 300ms color;
}
.ground-plan-list .txt-bx .txt {
  color: #585858;
  transition: 300ms color;
}
@media screen and (max-width: 1024px) {
  .ground-plan-list .wrap {
    padding: 1.25rem 0.625rem;
  }
  .ground-plan-list svg {
    width: 54.4px;
    height: 48px;
  }
}

.pop-ground-plan {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 1.25rem;
}
.pop-ground-plan .txt-bx {
  letter-spacing: -0.04em;
}
.pop-ground-plan .swiper-container {
  padding: 0 5rem;
}
.pop-ground-plan .mfp-close {
  top: -40px;
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.pop-ground-plan .swiper-button {
  width: 5rem;
  height: 5rem;
  font-size: 1.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #999;
  z-index: 5;
}
.pop-ground-plan .swiper-button--prev {
  left: 0;
}
.pop-ground-plan .swiper-button--next {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .pop-ground-plan {
    padding: 0.9375rem;
  }
  .pop-ground-plan .swiper-container {
    padding: 0 3.125rem;
  }
  .pop-ground-plan .swiper-button {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.25rem;
  }
}

.move-in-step {
  word-break: keep-all;
  text-align: center;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  display: flex;
  justify-content: center;
}
.move-in-step .step {
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0 1.875rem;
  position: relative;
}
.move-in-step .step .arrow {
  width: 3.75rem;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  color: #585858;
  font-size: 1.875rem;
}
.move-in-step .inner {
  border: 1px solid #ddd;
  padding: 1.25rem 0.625rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.move-in-step .img-bx {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .move-in-step {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .move-in-step .step {
    padding: 0 0.625rem;
  }
  .move-in-step .step .arrow {
    width: 1.25rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .move-in-step {
    flex-wrap: wrap;
  }
  .move-in-step .step {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .move-in-step .step .arrow {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
    margin: 10px 0;
  }
  .move-in-step .inner {
    height: auto;
    padding: 10px;
  }
}

.nursing-gallery-list .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.nursing-gallery-list .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 66.66%;
}
.nursing-gallery-list .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
/*# sourceMappingURL=sub_nursing-home.css.map */