@charset "UTF-8";
/*-------------------------------------------------
title       : 레이아웃
Author      : PLAN I
-------------------------------------------------*/
html.scroll-no {
  overflow: hidden !important;
}

/*-------------------------------------------------
  Portal Root - 모달과 오버레이를 위한 최상위 컨테이너
-------------------------------------------------*/
#portal-root {
  position: relative;
  z-index: 10000;
}
#portal-root > .overlay, #portal-root > .modal {
  position: fixed;
}

.topbanner {
  display: none;
}

#wrap {
  word-break: keep-all;
}
#wrap.scroll-up #header {
  transform: translateY(-100%);
}
#wrap.scroll-down #header {
  background: #fff;
  --header-text-color: var(--gray900);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
#wrap.scroll-down #header .logo a {
  background: url(/template/mps/img/layout/logo-active.svg) no-repeat center center/cover;
}
#wrap.scroll-down #header .header-external {
  background: #f4f5f4;
}
#wrap.scroll-down #header .header-external span {
  background: transparent;
  color: var(--color02);
  -webkit-text-fill-color: inherit;
}
#footer .inner, #header .header-in, .layout {
  max-width: var(--layout-width);
  margin: 0 auto;
  position: relative;
  width: calc(100% - var(--layout-padding-ratio) * 2);
}

#header {
  --header-text-color: #fff;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  transition: transform 0.35s;
}
#header .header-in {
  display: flex;
  justify-content: space-between;
  max-width: var(--layout-width);
  align-items: center;
  height: 100%;
  gap: var(--header-gap);
}
#header .header-menu {
  display: flex;
  justify-content: space-between;
  gap: var(--header-gap);
  flex-grow: 1;
  height: 100%;
  align-items: center;
}
#header .header-menu .inner {
  margin: auto;
  height: 100%;
}
#header .header-external {
  display: flex;
  color: var(--header-text-color);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  padding: 0 2rem;
  height: 5.4rem;
  border-radius: 10rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#header .header-external span {
  background: linear-gradient(90deg, #e2e925 10%, #8dc21f 90%, #aacc03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#header .header-external i {
  font-size: 2rem;
  font-weight: 400;
  margin-left: 1.2rem;
}
#header .header-utility {
  display: none;
}
#header .header-sitemap {
  font-size: 2.4rem;
  width: 40px;
  height: 40px;
  background: var(--gray900);
  color: #fff;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-sitemap.active i::before {
  content: "\eb98";
}
#header .logo a {
  display: block;
  width: 15.1891rem;
  aspect-ratio: 15.1891/6.1367;
  background: url("/template/mps/img/layout/logo.svg") no-repeat center center/cover;
}
@media screen and (max-width: 1279px) {
  #header .logo a {
    width: 14rem;
  }
  #header .header-menu {
    position: absolute;
    top: calc(var(--header-height) + 1rem);
    right: 0;
    height: auto;
    display: none;
  }
  #header .header-menu.active {
    display: block;
  }
  #header .header-menu .gnb-menu {
    margin: 0;
    padding: 0;
    width: auto;
    align-items: center;
    padding: 0.8rem;
    border-radius: 12px;
    border: 1px solid var(--gray200);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.04);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    flex-direction: column;
    gap: 0.4rem;
  }
  #header .header-menu .gnb-menu li a {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    position: relative;
    padding: 0 1.6rem;
    color: var(--gray800);
    gap: 0.8rem;
    border-radius: 0.8rem;
  }
  #header .header-menu .gnb-menu li a.active {
    background: var(--gray1000);
    color: #fff !important;
    font-weight: 600;
  }
  #header .header-external {
    display: none;
  }
  #header .header-utility {
    display: flex;
  }
}

.gnb-menu {
  display: flex;
  gap: var(--header-gap);
  height: 100%;
}
.gnb-menu li {
  height: 100%;
}
.gnb-menu li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.gnb-sub-trigger {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--header-text-color);
}

#footer {
  background: #f4f5f4;
  padding: 6rem 0;
  color: var(--gray900);
}
#footer .f-information {
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-end;
  gap: 4rem;
  justify-content: space-between;
}
#footer .f-link {
  display: flex;
  gap: 4rem;
  align-items: center;
}
#footer .f-link a,
#footer .f-link button {
  display: flex;
  align-items: center;
  height: 5rem;
  font-size: 1.8rem;
  gap: 0.8rem;
  white-space: nowrap;
}
#footer .f-link a i,
#footer .f-link button i {
  font-size: 1.6rem;
}
#footer .f-link-top {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbb;
}
#footer .f-link-top i {
  font-size: 2.4rem !important;
}
#footer .f-logo {
  width: 20.8rem;
  aspect-ratio: 208/80;
  overflow: hidden;
  background: url("/template/mps/img/layout/f-logo.webp") no-repeat center center/contain;
}
#footer .f-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .f-detail-addr p {
  margin-top: 2.4rem;
}
#footer .f-detail-image {
  width: 12rem;
}
@media screen and (max-width: 1279px) {
  #footer .f-link {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 0 4rem;
  }
  #footer .f-information {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 2rem;
  }
  #footer .f-detail p {
    margin-top: 2rem;
  }
  #footer .f-link {
    gap: 0;
    overflow: auto;
    width: calc(100% + 32px);
    margin-left: -16px;
    border-bottom: 1px solid #e0e0e0;
  }
  #footer .f-link a,
  #footer .f-link button {
    padding: 0 16px;
    flex: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #e0e0e0;
  }
  #footer .f-link a:last-child,
  #footer .f-link button:last-child {
    border-right: none;
  }
  #footer .f-link-top {
    display: none !important;
  }
  #footer .f-detail-image {
    display: none;
  }
}

.buttons {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  padding: 0 2rem;
  height: var(--component-height);
  white-space: nowrap;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid var(--button-border);
  background: var(--button-background);
  color: var(--button-color);
  align-items: center;
  border-radius: 10rem;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.button--sm {
  height: var(--component-height-sm);
}
.button--md {
  height: var(--component-height-md);
  padding: 0 4.2rem;
}
.button--lg {
  padding: 0 3.2rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.button--mini {
  height: var(--component-height-mini);
  padding: 0 1.2rem;
  font-size: 1.4rem;
}
.button--square {
  border-radius: 0.4rem;
}
.button--round {
  border-radius: 1.2rem;
}
.button--xs {
  height: 4.4rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
}
.button:has(i) {
  padding: 0 1.6rem 0 2.4rem;
}
.button i {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 400;
}
.button.type01 {
  --button-color: var(--color05);
  --button-background: #fff;
  --button-border: var(--color05);
}
.button.type01:hover, .button.type01:focus {
  --button-background: var(--color05);
  --button-color: #fff;
}
.button.type02 {
  --button-color: #fff;
  --button-background: var(--color02);
  --button-border: var(--color02);
}
.button.type03 {
  --button-color: #fff;
  --button-background: transparent;
  --button-border: #fff;
}
.button.type04 {
  --button-color: var(--gray800);
  --button-background: transparent;
  --button-border: #ddd;
  font-weight: 500;
}
.button.type05 {
  --button-color: var(--color05);
  --button-background: #fff;
  --button-border: var(--color05);
}
.button.type06 {
  --button-color: var(--gray800);
  --button-background: #fff;
  --button-border: #ddd;
  font-weight: 500;
}

.select {
  --select-height: 5.6rem;
  max-width: 100%;
  display: inline-flex;
  font-size: 1.8rem;
  position: relative;
  min-width: 22.4rem;
}
.select select {
  width: 100% !important;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.select .chosen-with-drop .chosen-single::after {
  transform: translateY(-50%) rotate(180deg);
}
.select .chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.select .chosen-container {
  width: 100% !important;
  height: var(--component-height);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select .chosen-container .search-field {
  position: relative;
}
.select .chosen-container .search-field::after {
  display: block;
  content: "\f0d1";
  font-family: "remixicon";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray700);
  font-size: 1.8rem;
}
.select .chosen-container .search-field input {
  height: 4.8rem;
  border: none;
  background: #fafafa;
  outline: none;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  width: 100%;
}
.select .chosen-container-active .chosen-single {
  background: #fff;
  outline: 1px auto;
}
.select .chosen-single {
  line-height: 1.25;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 4.2rem 0 1.5rem;
  background: #e3edf7;
  border-radius: 1.2rem;
  font-weight: 500;
  color: var(--gray900);
  cursor: pointer;
}
.select .chosen-single:focus {
  outline: 1px auto;
}
.select .chosen-single::after {
  display: block;
  content: "\ea4e";
  font-family: "remixicon";
  font-size: 2.4rem;
  color: var(--gray700);
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  position: absolute;
  transition: 0.2s;
}
.select .chosen-single span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.select .chosen-search {
  height: 0;
  overflow: hidden;
  position: relative;
}
.select .chosen-search::after {
  display: block;
  content: "\ec3b";
  font-family: "iconoir";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #424242;
  font-size: 1.8rem;
}
.select .chosen-search input {
  height: 4.8rem;
  border: none;
  background: #fafafa;
  outline: none;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  width: 100%;
}
.select .chosen-drop {
  width: 100%;
  z-index: 20;
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  border: 2px solid var(--color02);
  border-radius: 1.2rem;
  background: #fff;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.select .chosen-drop li {
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  min-height: var(--select-height);
  display: flex;
  align-items: center;
  line-height: 1.25;
  border-bottom: 1px solid #e0e0e0;
  color: var(--gray700);
}
.select .chosen-drop li.highlighted {
  background: #f5f5f5;
}
.select .chosen-drop li.no-results {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  height: 19.2rem;
  gap: 0.8rem;
}
.select .chosen-drop li.no-results .no_results_custom {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  text-align: center;
}
.select .chosen-drop li.no-results strong {
  color: var(--gray600);
  font-weight: 500;
}
.select .chosen-drop li.no-results span {
  color: var(--gray500);
}
.select .chosen-results {
  position: relative;
  max-height: calc(var(--select-height) * 4);
  overflow: auto;
}
.select .chosen-with-drop .chosen-single {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .select {
    --component-height: 4.8rem;
    min-width: 17.4rem;
  }
}
@media screen and (max-width: 587px) {
  .select {
    min-width: 14.4rem;
  }
}

.board-label {
  padding: 0 0.8rem;
  height: 2.9rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 0.4rem;
  background: var(--board-label);
  display: inline-flex;
  align-items: center;
}
.board-label-wrap {
  display: flex;
  gap: 0.8rem;
  z-index: 1;
}
.board-label--lg {
  height: 3.5rem;
  padding: 0 1.2rem;
  font-size: 1.6rem;
}
.board-label.type01 {
  --board-label: var(--color01);
}
.board-label.type02 {
  --board-label: var(--color02);
}
.board-label.type03 {
  --board-label: var(--color03);
}
.board-label.type04 {
  --board-label: var(--color06);
}
.board-label.type05 {
  --board-label: #f1f7fa;
  border: 1px solid #4385a4;
  color: #4385a4;
}
.board-label.type06 {
  --board-label: #fcf4f6;
  border: 1px solid #d35d7f;
  color: #d35d7f;
}

.house-information-image {
  width: 100%;
  aspect-ratio: 560/240;
  overflow: hidden;
}
.house-information-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.house-information-detail {
  padding: 3.2rem 4rem;
}
.house-information-title {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--gray900);
  margin-bottom: 2.4rem;
}
.house-information-list {
  position: relative;
  border-top: 1px solid var(--color05);
}
.house-information-item {
  display: flex;
  gap: 1.6rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
}
.house-information-item-title {
  width: 10rem;
  font-weight: 600;
  color: var(--color05);
  flex-shrink: 0;
}
.house-information-item-detail {
  flex-grow: 1;
  color: #454545;
}
.house-information-viewmore {
  margin-top: 2.4rem;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}

.swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.swiper-button-prev, .swiper-button-next {
  display: flex;
  width: 3.6rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #666;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.swiper-pagination {
  display: flex;
  margin: 0 1.6rem;
}
.swiper-pagination-bullet {
  width: 3.2rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet::before {
  display: block;
  content: "";
  width: 1.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--gray300);
}
.swiper-pagination-bullet-active::before {
  background: var(--main);
}