@charset "utf-8";

/* properties-N1 */
/* top-gap-fix */
/* ---- 초소형 모바일 (400px 이하: Z Fold5 접힘, S8+ 등) ---- */
html, body { margin: 0 !important; padding: 0 !important
}
.properties-N1 { top: -4px !important;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
  transition: background 0.3s
}
.properties-N4 { margin-top: -4px !important
}
.properties-N1.top-menu-active {
  padding-top: 0 !important
}
.properties-N1.header-top-active {
  background: transparent;
  border-top: 0;
  box-shadow: none
}
.properties-N1.header-top-active::before {
  content: none
}
.properties-N1.header-top-active:hover {
  background: var(--white)
}
.properties-N1 .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
  min-height: 8rem
}
.properties-N1 .header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5
}
.properties-N1 .user-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px
}
.properties-N1 .user-menu li {
  position: relative
}
.properties-N1 .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.2rem;
  background: #e5e5e5
}
.properties-N1 .user-menu li a {
  padding: 2rem 1.2rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap
}
.properties-N1 .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem
}
.properties-N1 .header-left {
  display: flex;
  align-items: center;
  gap: 3rem
}
.properties-N1 .header-title {
  margin-bottom: 0;
  margin-left: -1.2rem
}
.properties-N1 .header-title a {
  display: inline-flex;
  align-items: center;
  height: 3.2rem
}
.properties-N1 .header-title .brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #163a67;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1
}
.properties-N1 .header-title .brand-prefix {
  margin-right: 0.1rem;
  font-size: 0.9em;
  font-weight: 600;
  opacity: 0.82
}
.properties-N1 .header-title .brand-text {
  white-space: nowrap
}
.properties-N1 .header-title .brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
  padding: 0.14em 0.42em 0.16em;
  border-radius: 0.3em;
  background: #163a67;
  color: #fff;
  font-size: 0.64em;
  font-weight: 700;
  line-height: 1
}
.properties-N1.header-top-active .header-title .brand-mark {
  color: #163a67
}
.properties-N1.header-top-active:hover .header-title .brand-mark {
  color: #163a67
}
.properties-N1 .header-center {
  flex: 1
}
.properties-N1 .header-gnblist {
  display: flex;
  align-items: center;
  height: 100%
}
.properties-N1 .header-gnbitem {
  position: relative
}
.properties-N1 .header-gnblink {
  padding: 2.8rem 3rem;
  height: 100%;
  font-weight: 500;
  text-align: center;
  white-space: nowrap
}
.properties-N1 .header-gnblink span {
  position: relative;
  transition: color 0.3s
}
.properties-N1.header-top-active .header-gnblink span {
  color: var(--white)
}
.properties-N1.header-top-active:hover .header-gnblink span {
  color: var(--black)
}
.properties-N1 .header-gnblink span::after {
  content: "";
  transform: scaleX(0);
  width: 100%;
  height: 0.2rem;
  transition: 0.3s
}
.properties-N1 .header-sublist {
  position: absolute;
  top: 100%;
  overflow: hidden;
  width: 100%;
  min-height: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none
}
.properties-N1 .header-gnbitem:hover .header-sublist {
  overflow: hidden;
  min-height: auto;
  opacity: 1;
  pointer-events: auto
}
.properties-N1 .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  transform: scaleX(1);
  background-color: var(--text-color1)
}
.properties-N1 .header-subitem {
  overflow: hidden;
  background: var(--white)
}
.properties-N1 .header-sublink {
  padding: 1rem;
  width: 100%;
  font-weight: 500;
  transition: color 0.2s, background 0.2s;
  will-change: color, background
}
.properties-N1 .header-sublink:hover {
  background: #163a69;
  color: var(--white)
}
.properties-N1 .header-right {
  display: flex;
  align-items: center
}
.properties-N1 .header-right .header-gnb {
  margin-right: 1.8rem
}
.properties-N1 .header-utils>ul {
  display: flex;
  align-items: center
}
.properties-N1 .header-utils>ul>li {
  margin-left: 1.2rem
}
.properties-N1 .header-utils>ul>li.button {
  margin-left: 0;
  display: flex;
  align-items: center
}
.properties-N1 .header-utils>ul>li.button+.allmenu {
  margin-left: 1.6rem
}
.properties-N1 .header-utils .call-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  padding: 0.74rem 1.06rem;
  font-size: 1.7rem;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  top: 1px
}
.properties-N1 .header-utils .call-inline .call-icon {
  font-size: 1.45rem;
  line-height: 1
}
.properties-N1 .header-utils .call-inline .call-text {
  display: inline-block;
  white-space: nowrap
}
.properties-N1 .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: filter 0.3s
}
.properties-N1 .header-right button {
  max-width: 3.2rem;
  background: none;
  border: none
}
.properties-N1 .header-right button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}
.properties-N1 .header-utils .member a {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0
}
.properties-N1 .header-utils .member img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}
.properties-N1 .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem
}
.properties-N1 .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem
}
.properties-N1 .header-utils .btn-allmenu .ico-hamburger,
.properties-N1 .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: var(--text-color1);
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s, background .3s;
  will-change: width, transform, opacity
}
.properties-N1 .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.properties-N1 .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem
}
.properties-N1.header-top-active .header-right .ico-hamburger {
  background: var(--white)
}
.properties-N1.header-top-active:hover .header-right .ico-hamburger {
  background: var(--black)
}
.properties-N1 .btn-momenu {
  display: none
}
.properties-N1 .btn-moclose {
  display: none
}
.properties-N1 .header-fullmenu {
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  visibility: hidden;
  background: var(--black);
  transition: 0.3s;
  opacity: 0
}
.properties-N1 .header-fullmenu.fullmenu-right {
  top: 0;
  right: 0;
  width: 0;
  height: 100%
}
.properties-N1 .header-fullmenu.fullmenu-left {
  top: 0;
  left: 0;
  width: 0;
  height: 100%
}
.properties-N1 .header-fullmenu.fullmenu-top {
  width: 100%;
  height: 0;
  top: 0;
  left: 0
}
.properties-N1 .header-fullmenu.fullmenu-bottom {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0
}
.properties-N1 .header-fullmenu.fullmenu-active {
  visibility: visible;
  width: 100%;
  height: 100vh;
  opacity: 1
}
.properties-N1 .fullmenu-wrapper {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem
}
.properties-N1 .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
  padding-left: 6.8rem
}
.properties-N1 .fullmenu-title {
  margin-bottom: 0
}
.properties-N1 .fullmenu-title a {
  display: inline-flex;
  align-items: center;
  min-height: 4.3rem;
  height: auto
}
.properties-N1 .fullmenu-title .brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #fff;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1
}
.properties-N1 .fullmenu-title .brand-prefix {
  margin-right: 0.1rem;
  font-size: 0.9em;
  font-weight: 600;
  opacity: 0.82
}
.properties-N1 .fullmenu-title .brand-text {
  white-space: nowrap
}
.properties-N1 .fullmenu-title .brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
  padding: 0.14em 0.42em 0.16em;
  border-radius: 0.3em;
  background: #fff;
  color: #163a67;
  font-size: 0.64em;
  font-weight: 700;
  line-height: 1
}
.properties-N1 .fullmenu-member {
  display: flex;
  position: absolute;
  top: 0;
  right: 0
}
.properties-N1 .fullmenu-member li {
  position: relative
}
.properties-N1 .fullmenu-member li a {
  padding: 1.2rem;
  font-weight: 500;
  color: var(--white)
}
.properties-N1 .fullmenu-member li::marker {
  content: ""
}
.properties-N1 .fullmenu-member li+li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.2)
}
.properties-N1 .fullmenu-gnblist {
  display: flex;
  justify-content: center
}
.properties-N1 .fullmenu-gnbitem {
  width: 20%
}
.properties-N1 .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem
}
.properties-N1 .fullmenu-gnblink {
  position: relative;
  padding-bottom: 4rem;
  width: 100%;
  font-weight: 500;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.properties-N1 .fullmenu-gnblink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s
}
.properties-N1 .fullmenu-gnblink.on::after {
  width: 18rem
}
.properties-N1 .fullmenu-sublist {
  padding-top: 4rem
}
.properties-N1 .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem
}
.properties-N1 .fullmenu-sublink {
  position: relative;
  padding-bottom: 5px;
  font-weight: 400;
  color: #a2a2a2;
  transition: 0.3s
}
.properties-N1 .fullmenu-sublink::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1)
}
.properties-N1 .fullmenu-sublink:hover {
  color: var(--white)
}
.properties-N1 .fullmenu-sublink:hover::before {
  right: auto;
  left: 0;
  width: 100%
}
.properties-N1 .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  padding: 0.5rem;
  width: 4.2rem;
  height: 4.2rem;
  background: transparent;
  border: none
}
.properties-N1 .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
@media (max-width: 1120px) {
.properties-N1 .header-container {
    gap: 4rem
 }
.properties-N1 .header-gnblink {
    padding: 2.8rem 2.4rem
 }
}
@media (max-width: 1279px) {
.properties-N1 .fullmenu-head {
    padding-left: 4rem
 }
}
@media (max-width: 992px) {
.properties-N1 {
    padding-top: 0;
    padding-bottom: 0
 }
.properties-N1 .header-gnb {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    padding: 0 1.6rem;
    width: 100%;
    height: 0;
    background-color: var(--white);
    transition: height 0.3s
 }
.properties-N1 .header-gnb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.3s, visibility 0.3s
 }
.properties-N1.block-active .header-gnb {
    overflow-y: auto;
    height: calc(100vh - 6rem);
    padding-bottom: 19rem
 }
.properties-N1 .header-container {
    min-height: 6rem;
    gap: 0
 }
.properties-N1 .header-top {
    z-index: 10;
    visibility: hidden;
    border: none;
    opacity: 0;
    transition: opacity 0.3s 0.1s, visibilty 0.3s 0.1s;
    will-change: opacity, visibility
 }
.properties-N1.block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible
 }
.properties-N1 .user-menu {
    justify-content: flex-start;
    padding: 0 2.2rem
 }
.properties-N1 .user-menu li a,
  .properties-N1 .user-menu li:last-child a {
    padding: 2.4rem 1.2rem
 }
.properties-N1 .user-menu li:first-child a {
    padding-left: 0
 }
.properties-N1 .header-title a {
    width: auto;
    height: 2.6rem
 }
.properties-N1 .header-title .brand-mark {
    font-size: 1.8rem;
    gap: 0.3rem
 }
.properties-N1 .header-title {
    margin-left: -0.6rem
 }
.properties-N1 .header-center {
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    width: 100%;
    height: 0
 }
.properties-N1 .header-gnblist {
    display: block;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
    opacity: 0
 }
.properties-N1 .header-gnblink {
    display: flex;
    align-items: flex-end;
    padding: 1.8rem 0;
    width: 100%;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5
 }
.properties-N1.top-menu-active .header-gnbitem:first-child .header-gnblink {
    padding-top: 6.8rem
 }
.properties-N1 .header-gnbitem:hover .header-gnblink span {
    border: none
 }
.properties-N1 .header-gnbitem:hover .header-gnblink span::after {
    content: none
 }
.properties-N1 .header-sublist {
    display: none;
    position: relative;
    padding: 1.8rem 0 2rem 0;
    opacity: 1
 }
.properties-N1 .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid var(--text-color1)
 }
.properties-N1 .header-subitem {
    width: 100%
 }
.properties-N1 .header-subitem+.header-subitem {
    padding-top: 0.8rem
 }
.properties-N1 .header-sublink {
    padding: 0;
    color: var(--text-color3)
 }
.properties-N1 .header-sublink:active {
    color: var(--text-color1)
 }
.properties-N1 .header-sublink:hover {
    background: var(--white);
    color: var(--text-color1)
 }
.properties-N1 .header-right button,
  .properties-N1 .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem
 }
.properties-N1 .header-utils>ul>li {
    margin-left: 0.6rem
 }
.properties-N1 .header-utils>ul>li.button {
    margin-left: 0
 }
.properties-N1 .header-utils>ul>li.button+.allmenu {
    margin-left: 0.8rem
 }
.properties-N1 .header-utils .call-inline {
    gap: 0.52rem;
    padding: 0.48rem 0.96rem;
    font-size: 1.55rem;
    white-space: nowrap;
    top: 1px
 }
.properties-N1 .header-utils .call-inline .call-icon {
    font-size: 1.3rem
 }
.properties-N1 .header-utils .allmenu {
    display: none
 }
.properties-N1 .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 1.1rem
 }
.properties-N1 .btn-momenu .ico-hamburger {
    width: 2rem
 }
.properties-N1 .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem
 }
.properties-N1.block-active .header-center {
    pointer-events: auto
 }
.properties-N1.block-active .header-title {
    display: flex;
    align-items: center;
    height: 6rem
 }
.properties-N1.block-active .header-gnblist {
    visibility: visible;
    opacity: 1
 }
.properties-N1 .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("../resources/icons/ico_downarrow_black.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform
 }
.properties-N1.block-active .header-gnblink {
    align-items: center;
    justify-content: space-between
 }
.properties-N1.block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg)
 }
.properties-N1.block-active .header-member {
    display: flex
 }
.properties-N1.block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg)
 }
.properties-N1.block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg)
 }
.properties-N1.block-active .btn-momenu .ico-hamburger:nth-child(2) {
    visibility: hidden;
    opacity: 0
 }
.properties-N1 .header-fullmenu {
    display: none
 }
}
@media (max-width: 400px) {
.properties-N1 .header-title .brand-mark {
    font-size: 1.5rem
 }
.properties-N1 .header-utils .call-inline {
    font-size: 1.25rem;
    padding: 0.3rem 0.55rem;
    gap: 0.35rem
 }
.properties-N1 .header-utils .call-inline .call-icon {
    font-size: 1.1rem
 }
.properties-N1 .btn-momenu {
    margin-left: 0.6rem
 }
}
/* properties-N4 */
/* top-gap-fix */
html, body { margin: 0 !important; padding: 0 !important
}
.properties-N1 { top: -4px !important
}
.properties-N4 { margin-top: -4px !important;
  overflow: hidden;
  margin-top: -2px;
  position: relative;
  background: #78b7e4 url("../resources/images/main2.png") no-repeat center/cover;
  --icon-fs-mlw6lqc7: 1.6rem;
  --icon-fs-mlw8xjhm: 1.6rem;
  --width-mlw95uhc: 380px;
  --height-mlw95uhc: 530px
}
.properties-N4 .contents-container {
  display: flex;
  align-items: center
}
.properties-N4 .contents-container:not(.fullscreen) {
  min-height: 75rem
}
.properties-N4 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  width: 100%
}
.properties-N4 .title-area {
  flex: 1 1 74rem;
  padding: 2rem 2.4rem 2.2rem;
  transform: translate(-3.6rem, -15.2rem)
}
.properties-N4 .title-area h2 {
  color: var(--white)
}
.properties-N4 .title-area .slogan {
  text-align: left;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif
}
.properties-N4 .title-area .slogan .line {
  display: block;
  --hero-end-y: 0rem;
  opacity: 0;
  transform: translateY(calc(var(--hero-end-y) + 2rem));
  animation: n4HeroLineUp 1.05s cubic-bezier(0.22, 0.61, 0.2, 1) forwards
}
.properties-N4 .title-area .slogan .line-top {
  margin-bottom: 1.8rem;
  font-size: 3.6rem;
  font-weight: 800;
  color: #ef0f6f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), 0 3px 14px rgba(17, 30, 58, 0.2);
  animation-delay: 0.08s
}
.properties-N4 .title-area .slogan .line-main {
  --hero-end-y: -0.4rem;
  margin-bottom: 2.2rem;
  font-size: 5.9rem;
  font-weight: 900;
  color: #1f2530;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), 0 4px 16px rgba(17, 30, 58, 0.22);
  animation-delay: 0.58s
}
.properties-N4 .title-area .slogan .line-main em {
  font-style: normal;
  color: #ef0f6f
}
.properties-N4 .title-area .slogan .line-sub {
  --hero-end-y: -0.15rem;
  font-size: 2.9rem;
  font-weight: 700;
  color: #1f2530;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.64), 0 2px 10px rgba(17, 30, 58, 0.2);
  animation-delay: 0.58s
}
@keyframes n4HeroLineUp {
  from {
    opacity: 0;
    transform: translateY(calc(var(--hero-end-y) + 2rem))
  }
  to {
    opacity: 1;
    transform: translateY(var(--hero-end-y))
  }
}
.properties-N4 .slide-area {
  width: 100%;
  max-width: 380px;
  position: relative;
  overflow: hidden
}
.properties-N4 .slide-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 3.4rem;
  height: 3.4rem;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 29, 54, 0.45);
  color: rgba(255, 255, 255, 0.92);
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer
}
.properties-N4 .slide-close:hover {
  background: rgba(15, 29, 54, 0.62)
}
.properties-N4 .slide-area.is-closed .swiper,
.properties-N4 .slide-area.is-closed .paging,
.properties-N4 .slide-area.is-closed .slide-close {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}
.properties-N4 .swiper-slide a {
  display: block;
  height: 530px
}
.properties-N4 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.properties-N4 .paging {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  left: 50%;
  bottom: 2.4rem;
  transform: translateX(-50%);
  z-index: 4
}
.properties-N4 .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static
}
.properties-N4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #a6a6a6;
  transition: 0.3s
}
.properties-N4 .swiper-pagination-bullet-active {
  width: 2.2rem;
  border-radius: 10rem;
  background: var(--white)
}
.properties-N4 [class*="btn-"] {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  background: none;
  border: none;
  color: var(--white)
}
.properties-N4 [class*="btn-"].active {
  display: flex
}
.properties-N4 [class*="btn-"] img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
@media (max-width: 992px) {
 .properties-N4 {
    padding-top: 8.8rem;
    padding-bottom: 2.8rem;
    background: #78b7e4 url("../resources/images/main2.png") no-repeat center top/cover !important;
    --icon-fs-mlw6lqc7: 1.4rem;
    --icon-fs-mlw8xjhm: 1.4rem
 }
 .properties-N4 .contents-container:not(.fullscreen) {
    min-height: 0
 }
 .properties-N4 .contents-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.6rem
 }
 .properties-N4 .title-area {
    flex: none;
    width: 100%;
    padding: 1.2rem 1.4rem 1.4rem;
    transform: translate(-1rem, -2.2rem)
 }
 .properties-N4 .title-area .slogan .line-top {
    font-size: 2.4rem;
    margin-bottom: 1.2rem
 }
 .properties-N4 .title-area .slogan .line-main {
    --hero-end-y: -0.2rem;
    font-size: 3.9rem;
    margin-bottom: 1.4rem
 }
 .properties-N4 .title-area .slogan .line-sub {
    --hero-end-y: -0.1rem;
    font-size: 2rem;
 }
  .properties-N4 .slide-area {
    margin: 0 auto;
    max-width: 32.8rem
  }
  .properties-N4 .slide-close {
    top: 0.6rem !important;
    right: 0.6rem !important;
    left: auto !important;
    bottom: auto !important;
    width: 2.8rem !important;
    height: 2.8rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 2.6rem !important;
    transform: none !important
  }
  .properties-N4 .slide-close:hover {
    background: transparent
  }
  .properties-N4 .swiper-slide a {
    height: 32.8rem
  }
  .properties-N4 .paging {
    bottom: 1.2rem
  }
}

@media (prefers-reduced-motion: reduce) {
  .properties-N4 .title-area .slogan .line {
    opacity: 1;
    animation: none;
    transform: translateY(var(--hero-end-y))
  }
}
/* properties-N5 */
.properties-N5 {
  overflow: hidden;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #eef3f8
}
.properties-N5 .contents-inner {
  width: 100%
}
.properties-N5 .title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 5rem;
  text-align: center
}
.properties-N5 .ico-dot {
  width: 1.6rem;
  height: 1.6rem;
  background: url("../resources/icons/ico_diamond.svg") no-repeat center/contain
}
.properties-N5 .n5-title-num {
  color: #ef0f6f;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1
}
.properties-N5 .n5-slider-wrap {
  position: relative;
  padding: 0 6rem
}
.properties-N5 .n5-swiper {
  overflow: hidden
}
.properties-N5 .n5-swiper .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0
}
.properties-N5 .n5-card {
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08)
}
.properties-N5 .n5-card-thumb {
  border-radius: 1.6rem 1.6rem 0 0;
  overflow: hidden
}
.properties-N5 .n5-card-thumb img {
  display: block;
  width: 100%;
  height: auto
}
.properties-N5 .n5-card-body {
  padding: 1.6rem 2rem 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem
}
.properties-N5 .n5-card-sub {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ef0f6f;
  line-height: 1.3;
  margin-top: 0.4rem
}
.properties-N5 .n5-card-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.4
}
.properties-N5 .n5-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 3.6rem;
  height: 3.6rem;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
.properties-N5 .n5-btn-prev {
  left: 1.0rem
}
.properties-N5 .n5-btn-next {
  right: 1.0rem
}
.properties-N5 .n5-pagination {
  margin-top: 2.4rem;
  text-align: center;
  position: static
}
.properties-N5 .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.25);
  opacity: 1
}
.properties-N5 .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.6rem
}
.properties-N5 .swiper-pagination-bullet-active {
  background: var(--primary)
}
@media (max-width: 992px) {
  .properties-N5 {
    padding-top: 5rem;
    padding-bottom: 7rem
  }
  .properties-N5 .title-area {
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 3rem
  }
  .properties-N5 .ico-dot {
    width: 1.2rem;
    height: 1.2rem
  }
  .properties-N5 .n5-slider-wrap {
    padding: 0 5rem
  }
  .properties-N5 .n5-btn {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem
  }
  .properties-N5 .n5-btn-prev {
    left: 0.8rem
  }
  .properties-N5 .n5-btn-next {
    right: 0.8rem
  }
  .properties-N5 .n5-pagination {
    margin-top: 1.6rem
  }
}
/* properties-N6 */
.properties-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem
}
.properties-N6 .contents-inner {
  width: 100%
}
.properties-N6 .n6-image-list {
  display: flex;
  flex-direction: column;
  max-width: 120rem;
  margin: 0 auto
}
.properties-N6 .n6-image-item {
  overflow: hidden;
  border-radius: 0.8rem
}
.properties-N6 .n6-image-item+.n6-image-item {
  margin-top: 4rem
}
.properties-N6 .n6-image-item img {
  display: block;
  width: 100%;
  height: auto
}
.properties-N6.reveal-ready .n6-image-item {
  opacity: 0;
  transform: translateY(72px);
  transition: opacity 1.05s ease, transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform
}
.properties-N6.reveal-ready .n6-image-item.in-view {
  opacity: 1;
  transform: translateY(0)
}
@media (max-width: 992px) {
  .properties-N6 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
  .properties-N6 .n6-image-list {
    max-width: none
  }
  .properties-N6 .n6-image-item+.n6-image-item {
    margin-top: 2rem
  }
}
@media (prefers-reduced-motion: reduce) {
  .properties-N6.reveal-ready .n6-image-item {
    opacity: 1;
    transform: none;
    transition: none
  }
}
/* properties-N7 */
.properties-N7 {
  overflow: hidden;
  position: relative;
  padding-top: 14rem;
  padding-bottom: 4rem
}
.properties-N7 .contents-inner {
  width: 100%
}
.properties-N7 .title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 6rem;
  text-align: center
}
.properties-N7 .ico-dot {
  width: 1.6rem;
  height: 1.6rem;
  background: url("../resources/icons/ico_diamond.svg") no-repeat center/contain
}
.properties-N7 .wrap {
  display: flex;
  gap: 4rem
}
.properties-N7 .col-left {
  flex: 1 1 52rem
}
.properties-N7 .info {
  width: 100%;
  background: var(--primary)
}
.properties-N7 .info .item {
  overflow: hidden;
  position: relative;
  padding: 4rem;
  min-height: 31rem
}
.properties-N7 .title {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--secondary)
}
.properties-N7 .title strong {
  color: var(--secondary)
}
.properties-N7 .info-desc {
  display: flex;
  gap: 3.2rem;
  position: relative;
  z-index: 1;
  padding-top: 4rem
}
.properties-N7 .text-wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 2.4rem 2rem
}
.properties-N7 .text-wrap dt {
  color: var(--white);
  white-space: nowrap
}
.properties-N7 .text-wrap dd {
  margin: 0;
  color: var(--white);
  white-space: nowrap
}
.properties-N7 .bg-text {
  position: absolute;
  right: 0;
  bottom: -2rem;
  opacity: 0.06;
  font-size: 14rem;
  line-height: 1;
  color: var(--secondary);
  font-weight: var(--fw-bold);
  white-space: nowrap
}
.properties-N7 .desc {
  margin-top: 4rem
}
.properties-N7 .desc p {
  margin-top: 1.4rem;
  color: #767676
}
.properties-N7 .col-right {
  flex: 1 1 72rem
}
.properties-N7 .tabset .tabset-list {
  justify-content: flex-start;
  background: transparent
}
.properties-N7 .thumb {
  width: 100%;
  margin-top: 4rem
}
.properties-N7 .col-right .item {
  aspect-ratio: 72 / 41
}
.properties-N7 .item {
  display: none;
  position: relative
}
.properties-N7 .item.active {
  display: block
}
.properties-N7 .col-right .item img {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s, visibility 0.3s
}
.properties-N7 .item:hover .hover-img {
  opacity: 0;
  visibility: hidden
}
.properties-N7 .col-right .n7-item-a {
  background: url("../resources/images/84a_2.png") no-repeat center/cover
}
.properties-N7 .col-right .n7-item-b {
  background: url("../resources/images/84b_2.png") no-repeat center/cover
}
.properties-N7 .col-right .n7-item-c {
  background: url("../resources/images/84c_2.png") no-repeat center/cover
}
@media (max-width: 1200px) {
  .properties-N7 .info-desc {
    gap: 2.4rem
  }
}
@media (max-width: 992px) {
  .properties-N7 {
    padding-top: 7rem;
    padding-bottom: 4rem
  }
  .properties-N7 .fullscreen {
    height: auto
  }
  .properties-N7 .title-area {
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 3rem
  }
  .properties-N7 .ico-dot {
    width: 1.2rem;
    height: 1.2rem
  }
  .properties-N7 .wrap {
    flex-direction: column-reverse;
    gap: 2rem
  }
  .properties-N7 [class*="col-"] {
    flex: none;
    width: 100%
  }
  .properties-N7 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item:first-child {
    padding-left: 0
  }
  .properties-N7 .info .item {
    padding: 2.4rem;
    min-height: 22rem
  }
  .properties-N7 .title {
    padding-bottom: 1.2rem
  }
  .properties-N7 .info-desc {
    gap: 2rem
  }
  .properties-N7 .text-wrap {
    gap: 2.6rem 1.6rem
  }
  .properties-N7 .text-wrap dt,
  .properties-N7 .text-wrap dd {
    white-space: normal;
    overflow-wrap: anywhere
  }
  .properties-N7 .bg-text {
    font-size: 9.6rem
  }
  .properties-N7 .thumb {
    margin-top: 3rem
  }
  .properties-N7 .col-right .item {
    aspect-ratio: 41 / 30
  }
  .properties-N7 .col-right .n7-item-a {
    background-image: url("../resources/images/84a_2.png")
  }
  .properties-N7 .col-right .n7-item-b {
    background-image: url("../resources/images/84b_2.png")
  }
  .properties-N7 .col-right .n7-item-c {
    background-image: url("../resources/images/84c_2.png")
  }
  .properties-N7 .col-right .item .hover-img {
    opacity: 0;
    visibility: hidden
  }
  .properties-N7 .desc {
    margin-top: 2rem
  }
  .properties-N7 .desc p {
    margin-top: 1rem
  }
}
/* properties-N8 */
/* Scroll reveal for N8 image stack */
.properties-N8 {
  overflow: hidden;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fff
}
.properties-N8 .contents-inner {
  width: 100%
}
.properties-N8 .title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 6rem;
  text-align: center
}
.properties-N8 .ico-dot {
  width: 1.6rem;
  height: 1.6rem;
  background: url("../resources/icons/ico_diamond.svg") no-repeat center/contain
}
.properties-N8 .map-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem
}
.properties-N8 .addr {
  align-self: stretch
}
.properties-N8 .thumb {
  width: 100%;
  aspect-ratio: auto
}
.properties-N8 .thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block
}
.properties-N8.reveal-ready .addr {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.4s ease, transform 1.4s ease;
  will-change: opacity, transform
}
.properties-N8.reveal-ready .addr.in-view {
  opacity: 1;
  transform: translateY(0)
}
.properties-N8 dl {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin: 2rem 0 3.2rem
}
.properties-N8 dt {
  color: var(--primary);
  text-align: center
}
.properties-N8 dd {
  margin: 0;
  color: var(--primary)
}
.properties-N8 .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.9rem
}
.properties-N8 .link-wrap a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative
}
.properties-N8 .link-wrap a:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -1.3rem;
  width: 0.1rem;
  height: 1.6rem;
  background: #767676
}
.properties-N8 .link-wrap i {
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem
}
@media (max-width: 992px) {
  .properties-N8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  .properties-N8 .title-area {
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 3rem
  }
  .properties-N8 .ico-dot {
    width: 1.2rem;
    height: 1.2rem
  }
  .properties-N8 .map-area {
    grid-template-columns: 1fr;
    gap: 1.6rem
  }
  .properties-N8 .thumb {
    max-height: none;
    aspect-ratio: auto
  }
  .properties-N8 dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    margin: 1.6rem 0 2rem
  }
  .properties-N8 .link-wrap {
    gap: 2.5rem
  }
  .properties-N8 .link-wrap a {
    gap: 0.6rem
  }
  .properties-N8 .link-wrap i {
    width: 2rem;
    height: 2rem;
    font-size: 2rem
  }
}
@media (prefers-reduced-motion: reduce) {
  .properties-N8.reveal-ready .addr {
    opacity: 1;
    transform: none;
    transition: none
  }
}
/* properties-N9 */
/* Icon-font fallback fix */
.properties-N9 {
  overflow: hidden;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 8rem
}
.properties-N9 .checkset.checkset-fill .checkset-input:checked+.checkset-label::after {
  content: "";
  left: 0.72rem;
  top: 50%;
  width: 0.46rem;
  height: 0.84rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-58%) rotate(45deg);
  font-family: inherit !important;
  font-size: 0
}
.properties-N9 .modalset .modalset-header .modalset-close {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  transform: none !important;
  color: var(--text-color1)
}
.properties-N9 .modalset .modalset-header .modalset-close::before,
.properties-N9 .modalset .modalset-header .modalset-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.4rem;
  height: 2px;
  background: currentColor;
  border-radius: 1px
}
.properties-N9 .modalset .modalset-header .modalset-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
  color: var(--text-color1)
}
.properties-N9 .modalset .modalset-header .modalset-close::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}
.properties-N9 .contents-inner {
  width: 100%
}
.properties-N9 .title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 3.2rem;
  text-align: center
}
.properties-N9 .ico-dot {
  width: 1.6rem;
  height: 1.6rem;
  background: url("../resources/icons/ico_diamond.svg") no-repeat center/contain
}
.properties-N9 .form-group {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}
.properties-N9 .form-group form {
  width: 100%
}
.properties-N9 .form-group .form-tit {
  margin-bottom: 0.8rem;
  font-weight: var(--fw-medium)
}
.properties-N9 .form-group .form-tit+.checkset-wrap,
.properties-N9 .form-group .form-tit+.radioset-wrap {
  gap: 1.2rem 4rem;
  margin-top: 1.6rem;
  flex-wrap: wrap
}
.properties-N9 .form-group .form-tit span {
  color: #c90000
}
.properties-N9 .form-box+.form-box {
  margin-top: 1rem
}
.properties-N9 .inputset+.inputset {
  margin-top: 4rem
}
.properties-N9 .inputset .inputset-tit {
  margin-bottom: 0.8rem
}
.properties-N9 .inputset .inputset-label {
  width: 100%
}
.properties-N9 .inputset .inputset-textarea {
  height: 9rem;
  resize: none
}
.properties-N9 .form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem
}
.properties-N9 .contents-agree {
  display: flex;
  align-items: center;
  gap: 0.8rem
}
.properties-N9 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5
}
.properties-N9 .info-title h3 {
  font-size: var(--fs-h4)
}
.properties-N9 .modal-close {
  cursor: pointer
}
.properties-N9 .info-area {
  overflow-y: auto
}
.properties-N9 .info-group+.info-group {
  margin-top: 2.4rem
}
.properties-N9 .info-group strong {
  display: block;
  padding-bottom: 1.2rem;
  font-size: var(--fs-h5)
}
.properties-N9 .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem
}
.properties-N9 .info-desc::-webkit-scrollbar {
  width: 6px
}
.properties-N9 .info-desc::-webkit-scrollbar-track {
  background-color: #ddd
}
.properties-N9 .info-desc::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px
}
.properties-N9 .info-desc p {
  font-size: var(--fs-p1)
}
.properties-N9 .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}
.properties-N9 .info-desc .mtb {
  margin: 2.4rem 0
}
.properties-N9 .info-desc em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2.4rem 0 1rem;
  font-style: normal;
  font-weight: 600
}
.properties-N9 .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%
}
.properties-N9 .info-list p {
  padding-left: 1.2rem
}
.properties-N9 .privacy-policy-content {
  max-height: none;
  font-size: 1.5rem;
  line-height: 1.7;
  white-space: normal
}
.properties-N9 .modal-confirm .modal-area {
  position: relative;
  padding: 3.2rem;
  max-width: 36rem;
  background: var(--text-color1);
  border-radius: 0.8rem
}
.properties-N9 .modal-confirm .modal-icon {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent
}
.properties-N9 .modal-confirm .modal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.properties-N9 .modal-confirm .modal-figure {
  margin: 0 auto;
  width: 5.6rem;
  height: 5.6rem
}
.properties-N9 .modal-confirm .modal-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.properties-N9 .modal-confirm .modal-body {
  font-size: var(--fs-p1);
  text-align: center;
  color: var(--white)
}
.properties-N9 .modal-confirm .modal-textarea {
  margin: 1.6rem 0
}
.properties-N9 .modal-confirm .modal-footer {
  text-align: center
}
.properties-N9 .modal-confirm .modal-footer .btnset {
  min-width: 9.4rem;
  height: 4rem;
  border-radius: 0.4rem
}
.properties-N9 .modal-confirm .modal-footer .btnset.btnset-line-light {
  border-color: var(--white);
  color: var(--white)
}
@media (max-width: 992px) {
  .properties-N9 {
    padding-top: 2.4rem;
    padding-bottom: 4rem
  }
  .properties-N9 .title-area {
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 3rem
  }
  .properties-N9 .ico-dot {
    width: 1.2rem;
    height: 1.2rem
  }
  .properties-N9 .form-box+.form-box {
    margin-top: 1.4rem
  }
  .properties-N9 .form-group .form-tit+.checkset-wrap,
  .properties-N9 .form-group .form-tit+.radioset-wrap {
    gap: 0.8rem 2.4rem
  }
  .properties-N9 .form-wrap {
    display: block
  }
  .properties-N9 .form-btn {
    margin-top: 1.4rem;
    max-width: 100%
  }
  .properties-N9 .modal-confirm .modal-figure {
    width: 4.8rem;
    height: 4.8rem
  }
  .properties-N9 .modal-confirm .modal-textarea {
    margin: 0.8rem 0
  }
  .properties-N9 .form-group {
    max-width: 100%
  }
}
/* properties-N3 */
/* ==========================================
   FOOTER: properties-N3
   ========================================== */
/* Footer: Mobile */
/* Keep footer content visible above the fixed consult bar */
/* ==========================================
   FIXED CONSULT BAR (SPLIT LAYOUT)
   ========================================== */
/* Icon-font fallback fix */
/* Prevent clipping on narrow desktop widths */
.properties-N3 {
  padding-top: 0;
  padding-bottom: 0;
  background: #0b0d12
}
.properties-N3 .footer-bottom {
  padding-top: 0;
  border-top: 0
}
.properties-N3 .footer-container {
  padding-top: 2.2rem;
  padding-bottom: calc(2.2rem + (var(--consult-base-height, 76) * 1px * var(--consult-scale, 1)))
}
.properties-N3 .footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.6rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35)
}
.properties-N3 .footer-main-left {
  flex: 1 1 auto
}
.properties-N3 .footer-main-right {
  flex: 0 0 24rem
}
.properties-N3 .footer-line {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 1rem
}
.properties-N3 .footer-line+.footer-line {
  margin-top: 1.2rem
}
.properties-N3 .footer-line .key,
.properties-N3 .footer-main-right .key {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25
}
.properties-N3 .footer-line .value,
.properties-N3 .footer-main-right .value {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35
}
.properties-N3 .footer-line .key::after {
  content: "|";
  display: inline-block;
  margin-left: 1rem;
  color: rgba(255, 255, 255, 0.75)
}
.properties-N3 .footer-address,
.properties-N3 .footer-note {
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: keep-all
}
.properties-N3 .footer-main-right strong {
  display: block;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2
}
.properties-N3 .footer-main-right p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem
}
.properties-N3 .footer-main-right p+p {
  margin-top: 1.4rem
}
.properties-N3 .footer-main-right .key,
.properties-N3 .footer-main-right .value {
  font-size: 1.4rem
}
.properties-N3 .footer-copyright {
  margin: 1.6rem 0 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4
}
.properties-N3 .footer-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden
}
.properties-N3 .footer-modal.block-active {
  opacity: 1;
  visibility: visible
}
.properties-N3 .modal-area {
  width: 100%;
  max-width: 92rem;
  background: #fff;
  border-radius: 0.6rem
}
.properties-N3 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5
}
.properties-N3 .modal-close {
  cursor: pointer
}
.properties-N3 .info-area {
  overflow-y: auto
}
.properties-N3 .modal-email .info-area {
  max-height: 17rem
}
.properties-N3 .modal-privacy .info-area {
  max-height: 70.3rem
}
.properties-N3 .info-group {
  padding: 2.4rem
}
.properties-N3 .info-group+.info-group {
  margin-top: 2.4rem
}
.properties-N3 .info-group strong {
  padding-bottom: 1.2rem;
  display: block
}
.properties-N3 .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none
}
.properties-N3 .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}
.properties-N3 .info-desc .mtb {
  margin: 2.4rem 0
}
.properties-N3 .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center
}
.properties-N3 .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #000;
  border-radius: 50%;
  margin-right: 0.8rem
}
.properties-N3 .info-list p {
  padding-left: 1.2rem
}
:root {
  --consult-base-width: 430;
  --consult-base-height: 76;
  --consult-scale: 1
}
body {
  padding-bottom: calc((var(--consult-base-height) + 6) * 1px * var(--consult-scale))
}
.fixed-consult-bar.is-split {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: calc(var(--consult-base-height) * 1px * var(--consult-scale));
  z-index: 9999;
  background: #163a69;
  border-top: none;
  box-shadow: none;
  overflow: hidden;
  display: block
}
.fixed-consult-bar.is-split::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #163a69;
  pointer-events: none
}
.fixed-consult-bar.is-split .fixed-consult-inner {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 0;
  height: calc(var(--consult-base-height) * 1px * var(--consult-scale));
  background: #163a69;
  overflow: hidden
}
.fixed-consult-bar.is-split .consult-call,
.fixed-consult-bar.is-split .consult-form-wrap {
  height: calc(var(--consult-base-height) * 1px * var(--consult-scale))
}
.fixed-consult-bar.is-split .consult-call {
  background: #163a69;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: calc(3px * var(--consult-scale));
  padding: 0 calc(8px * var(--consult-scale));
  color: #fff;
  text-align: center
}
.fixed-consult-bar.is-split .consult-call::before {
  display: none
}
.fixed-consult-bar.is-split .consult-call-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(3px * var(--consult-scale))
}
.fixed-consult-bar.is-split .consult-call-label {
  display: block;
  font-size: calc(17px * var(--consult-scale));
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  white-space: nowrap
}
.fixed-consult-bar.is-split .consult-call-sub {
  display: none
}
.fixed-consult-bar.is-split .consult-call-sep {
  font-weight: 400;
  opacity: 0.6;
  margin: 0 2px
}
.fixed-consult-bar.is-split .consult-call-number {
  font-size: calc(28px * var(--consult-scale));
  font-weight: 800;
  line-height: 1;
  color: #f0c84a;
  white-space: nowrap;
  letter-spacing: -0.01em;
  padding: 0 0.02em
}
.fixed-consult-bar.is-split .consult-form-wrap {
  position: relative;
  background: #ff006f;
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(5px * var(--consult-scale));
  padding: calc(17px * var(--consult-scale)) calc(8px * var(--consult-scale)) 0 calc(28px * var(--consult-scale))
}
.fixed-consult-bar.is-split .consult-form-wrap::before {
  content: none;
  display: none
}
.fixed-consult-bar.is-split .consult-form-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: calc(44px * var(--consult-scale));
  margin-right: calc(2px * var(--consult-scale));
  margin-top: calc(3px * var(--consult-scale));
  text-align: center;
  color: #fff;
  font-size: calc(14px * var(--consult-scale));
  font-weight: 800;
  line-height: 1.15;
  white-space: normal;
  word-break: keep-all;
  background: transparent;
  clip-path: none;
  padding: 0
}
.fixed-consult-bar.is-split .consult-form-group {
  flex: 1;
  min-width: 0;
  width: auto;
  max-width: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(2px * var(--consult-scale))
}
.fixed-consult-bar.is-split .consult-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(3px * var(--consult-scale));
  background: transparent
}
.fixed-consult-bar.is-split .consult-form input {
  display: block;
  width: 100%;
  height: calc(20px * var(--consult-scale));
  padding: 0 calc(6px * var(--consult-scale));
  font-size: calc(10px * var(--consult-scale));
  border: 0;
  border-radius: 2px;
  background: #fff
}
.fixed-consult-bar.is-split .consult-privacy {
  display: flex;
  align-items: center;
  gap: calc(4px * var(--consult-scale));
  font-size: calc(7px * var(--consult-scale));
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  white-space: nowrap
}
.fixed-consult-bar.is-split .consult-privacy > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.properties-N3 .modalset .modalset-header .modalset-close {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  transform: none !important;
  color: var(--text-color1)
}
.properties-N3 .modalset .modalset-header .modalset-close::before,
.properties-N3 .modalset .modalset-header .modalset-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.4rem;
  height: 2px;
  background: currentColor;
  border-radius: 1px
}
.properties-N3 .modalset .modalset-header .modalset-close::before {
  transform: translate(-50%, -50%) rotate(45deg)
}
.properties-N3 .modalset .modalset-header .modalset-close::after {
  transform: translate(-50%, -50%) rotate(-45deg)
}
.fixed-consult-bar.is-split .privacy-detail-btn {
  border: 0;
  background: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 1px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  white-space: nowrap
}
.fixed-consult-bar.is-split .consult-privacy-check {
  flex-shrink: 0;
  width: calc(9px * var(--consult-scale));
  height: calc(9px * var(--consult-scale));
  margin: 0;
  cursor: pointer;
  accent-color: #ecff2a
}
.fixed-consult-bar.is-split .consult-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: 0;
  width: calc(36px * var(--consult-scale));
  height: calc(43px * var(--consult-scale));
  border: 0;
  border-radius: calc(6px * var(--consult-scale));
  background: #ecff2a;
  color: #111;
  font-size: calc(11px * var(--consult-scale));
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  letter-spacing: -0.01em
}
.fixed-consult-bar.is-split .consult-form-title::before,
.fixed-consult-bar.is-split .consult-form-title::after,
.fixed-consult-bar.is-split .consult-submit::before,
.fixed-consult-bar.is-split .consult-submit::after {
  content: none;
  display: none
}
.properties-N3 .footer-privacy-policy {
  max-height: none;
  font-size: 1.5rem;
  line-height: 1.7;
  white-space: normal
}
@media (max-width: 992px) {
.properties-N3 {
    padding-top: 0;
    padding-bottom: 0
  }
.properties-N3 .footer-container {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
.properties-N3 .footer-main {
    flex-direction: column;
    gap: 1.6rem;
    padding-bottom: 1.4rem
  }
.properties-N3 .footer-main-right {
    flex: none
  }
.properties-N3 .footer-line .key,
  .properties-N3 .footer-line .value {
    font-size: 1.4rem
  }
.properties-N3 .footer-address,
  .properties-N3 .footer-note {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.45
  }
.properties-N3 .footer-main-right strong {
    font-size: 1.6rem;
    margin-bottom: 0.8rem
  }
.properties-N3 .footer-main-right .key,
  .properties-N3 .footer-main-right .value {
    font-size: 1.3rem
  }
.properties-N3 .footer-main-right p+p {
    margin-top: 0.9rem
  }
.properties-N3 .footer-copyright {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    line-height: 1.35
  }
}
@media (max-width: 900px) {
:root {
    --consult-base-height: 76;
    --consult-scale: clamp(0.74, calc((100vw / (var(--consult-base-width) * 1px)) * 1.12), 3)
  }
.fixed-consult-bar.is-split .consult-call {
    padding: 0 calc(8px * var(--consult-scale)) 0 calc(14px * var(--consult-scale))
  }
.fixed-consult-bar.is-split .consult-form-wrap {
    padding: calc(12px * var(--consult-scale)) calc(8px * var(--consult-scale)) 0 calc(28px * var(--consult-scale));
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    align-items: start;
    column-gap: calc(5px * var(--consult-scale))
  }
.fixed-consult-bar.is-split .consult-form-title {
    font-size: calc(15px * var(--consult-scale));
    margin-top: calc(6px * var(--consult-scale));
    transform: translateX(calc(-5px * var(--consult-scale)));
    grid-column: 1;
    grid-row: 1 / span 2
  }
.fixed-consult-bar.is-split .consult-submit {
    align-self: flex-start;
    margin-top: 0;
    grid-column: 3;
    grid-row: 1
  }
.fixed-consult-bar.is-split .consult-privacy {
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: calc(1px * var(--consult-scale));
    justify-self: start;
    margin-top: calc(-3px * var(--consult-scale));
    grid-column: 2 / 4;
    grid-row: 2
  }
.fixed-consult-bar.is-split .consult-privacy > span {
    max-width: none;
    overflow: visible;
    text-overflow: clip
  }
.fixed-consult-bar.is-split .privacy-detail-btn {
    flex-shrink: 0;
    margin-left: calc(2px * var(--consult-scale))
  }
.fixed-consult-bar.is-split .consult-form-group {
    display: contents
  }
.fixed-consult-bar.is-split .consult-form {
    grid-column: 2;
    grid-row: 1
  }
body {
    padding-bottom: calc((var(--consult-base-height) + 20) * 1px * var(--consult-scale))
  }
.properties-N3 .footer-container {
    padding-bottom: calc(2rem + ((var(--consult-base-height) + 20) * 1px * var(--consult-scale)))
  }
}
@media (min-width: 901px) {
:root {
    --consult-base-height: 96
  }
.fixed-consult-bar.is-split .fixed-consult-inner {
    grid-template-columns: 44% 56%
  }
.fixed-consult-bar.is-split .consult-call {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 0 24px 0 10px;
    overflow: hidden
  }
.fixed-consult-bar.is-split .consult-call-copy {
    width: auto;
    max-width: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 8px
  }
.fixed-consult-bar.is-split .consult-call-label {
    font-size: 24px;
    line-height: 1.2
  }
.fixed-consult-bar.is-split .consult-call-sub {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    color: #ecff2a;
    white-space: nowrap
  }
.fixed-consult-bar.is-split .consult-call-number {
    display: inline-block;
    font-size: 48px;
    width: auto;
    max-width: none;
    text-align: left;
    line-height: 1;
    padding-bottom: 2px
  }
.fixed-consult-bar.is-split .consult-form-wrap {
    align-items: center;
    padding: 0 16px 0 56px;
    gap: 12px
  }
.fixed-consult-bar.is-split .consult-form-title {
    width: 78px;
    margin-right: 10px;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.15
  }
.fixed-consult-bar.is-split .consult-form-group {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    gap: 4px
  }
.fixed-consult-bar.is-split .consult-form {
    gap: 4px
  }
.fixed-consult-bar.is-split .consult-form input {
    height: 26px;
    padding: 0 10px;
    font-size: 14px
  }
.fixed-consult-bar.is-split .consult-privacy {
    font-size: 10px
  }
.fixed-consult-bar.is-split .consult-submit {
  width: 72px;
  height: 76px;
  border-radius: 10px;
  font-size: 24px
  }

.fixed-consult-bar.is-split .consult-submit.is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fixed-consult-bar.is-split .consult-submit .consult-submit-spinner {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.24rem solid rgba(16, 47, 91, 0.22);
  border-top-color: #102f5b;
  animation: consultSubmitSpin 0.75s linear infinite;
}

@keyframes consultSubmitSpin {
  to {
    transform: rotate(360deg);
  }
}
}
@media (min-width: 901px) and (max-width: 1180px) {
.fixed-consult-bar.is-split .fixed-consult-inner {
    grid-template-columns: 46% 54%
  }
.fixed-consult-bar.is-split .consult-call {
    gap: 12px;
    padding: 0 14px 0 8px
  }
.fixed-consult-bar.is-split .consult-call-label {
    font-size: 20px
  }
.fixed-consult-bar.is-split .consult-call-sub {
    font-size: 13px
  }
.fixed-consult-bar.is-split .consult-call-number {
    font-size: 40px
  }
.fixed-consult-bar.is-split .consult-form-wrap {
    padding: 0 10px 0 42px;
    gap: 8px
  }
.fixed-consult-bar.is-split .consult-form-title {
    width: 60px;
    margin-right: 2px;
    font-size: 20px
  }
.fixed-consult-bar.is-split .consult-form-group {
    flex: 0 0 240px;
    width: 240px;
    max-width: 240px
  }
.fixed-consult-bar.is-split .consult-form input {
    height: 23px;
    font-size: 12px;
    padding: 0 8px
  }
.fixed-consult-bar.is-split .consult-privacy {
    font-size: 9px
  }
.fixed-consult-bar.is-split .consult-submit {
    width: 58px;
    height: 64px;
    font-size: 20px;
    border-radius: 9px
  }
}
