@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: 0.4rem
}
.properties-N1 .header-title {
  margin-bottom: 0;
  margin-left: -1.2rem
}
.properties-N1 .header-title a {
  display: inline-flex;
  align-items: center;
  height: 3.84rem
}
.properties-N1 .header-title .brand-mark {
  display: block;
  width: 36.48rem;
  height: 4.86rem;
  margin-top: 0.2rem;
  background: url("../../../../new-assets/logo_off_h3.png") left center / contain no-repeat;
  font-size: 0;
  line-height: 0
}
.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-title .brand-mark > span {
  display: none
}
.properties-N1:hover .header-title .brand-mark,
.properties-N1 .header-title:hover .brand-mark {
  background-image: url("../../../../new-assets/logo_on_h3.png")
}
.properties-N1:not(.header-top-active) .header-title .brand-mark {
  background-image: url("../../../../new-assets/logo_on_h3.png")
}
.properties-N1.header-top-active .header-title .brand-mark {
  background-image: url("../../../../new-assets/logo_off_h3.png")
}
.properties-N1.header-top-active:hover .header-title .brand-mark {
  background-image: url("../../../../new-assets/logo_on_h3.png")
}
.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: #a00e15;
  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;
  background: #a00e15;
  border-color: #a00e15;
  color: #fff
}
.properties-N1 .header-utils .call-inline:hover,
.properties-N1 .header-utils .call-inline:focus-visible {
  background: #860b11;
  border-color: #860b11;
  color: #fff
}
.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
}
.properties-N1 .fullmenu-title {
  margin-bottom: 0;
  margin-left: max(0rem, calc(10% - 6rem))
}
.properties-N1 .fullmenu-title a {
  display: inline-flex;
  align-items: center;
  height: 5.16rem
}
.properties-N1 .fullmenu-title img {
  width: auto;
  height: 100%;
  object-fit: contain
}
.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.header-reserve-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.2rem 1.2rem 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 0.2rem;
  background: transparent;
  color: #fff;
  line-height: 1;
}
.properties-N1 .fullmenu-gnblink.header-reserve-link:hover span {
  border-color: rgba(255, 255, 255, 0.96);
  color: #fff;
}
.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 (min-width: 993px) {
.properties-N1 .header-left {
    gap: 0
 }
.properties-N1 .header-title .brand-mark {
    margin-top: 0.96rem
 }
.properties-N1 .header-gnb {
    margin-left: clamp(-20rem, -14vw, -8rem)
 }
.properties-N1 .header-gnblink {
    padding: 2.8rem 3rem
 }
.properties-N1 .header-gnbitem:first-child .header-gnblink {
    padding-left: 3rem
 }
.properties-N1 .header-reserve-link {
    padding-left: 1.4rem;
    padding-right: 1.4rem
 }
.properties-N1 .header-reserve-link span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0.2rem 1.2rem 0.1rem;
    border: 1px solid rgba(160, 14, 21, 0.55);
    border-radius: 0.2rem;
    background: transparent;
    color: #a00e15;
    line-height: 1
 }
.properties-N1 .header-reserve-link span::after,
  .properties-N1 .header-gnbitem:hover .header-reserve-link span::after {
    content: none !important;
    display: none !important
 }
.properties-N1.header-top-active .header-reserve-link span {
    border-color: rgba(255, 255, 255, 0.88);
    background: transparent;
    color: #fff
 }
.properties-N1.header-top-active:hover .header-reserve-link span {
    border-color: rgba(160, 14, 21, 0.6);
    background: transparent;
    color: #a00e15
 }
}
@media (max-width: 1120px) {
.properties-N1 .header-container {
    gap: 4rem
 }
.properties-N1 .header-gnblink {
    padding: 2.8rem 2.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: 3.12rem
 }
.properties-N1 .header-title .brand-mark {
    width: 25.8rem;
    height: 3.48rem
 }
.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: #a00e15;
    color: #fff
 }
.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;
    background: #a00e15;
    border-color: #a00e15;
    color: #fff
 }
.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 {
    width: 21.36rem;
    height: 2.94rem
 }
.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 */
/* PC only: keep hero copy in frame when viewport narrows */
/* Tablet width guard: prevent right white strip on some devices */
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;
  --icon-fs-mlw6lqc7: 1.6rem;
  --icon-fs-mlw8xjhm: 1.6rem;
  --width-mlw95uhc: 380px;
  --height-mlw95uhc: 530px
}
html.content-guard-on img,
html.content-guard-on video {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none
}
html.content-guard-on *:not(input):not(textarea):not([contenteditable="true"]) {
  -webkit-user-select: none;
  user-select: none
}
.properties-N4 .hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  background: #78b7e4
}
.properties-N4 .hero-slider.is-dragging {
  cursor: grabbing
}
.properties-N4 .hero-backdrop {
  position: absolute;
  inset: -3%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(2.4rem);
  transform: scale(1.08);
  opacity: 0;
  transition: opacity 0.36s ease;
  pointer-events: none
}
.properties-N4 .hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 31, 58, 0.08) 0%, rgba(12, 31, 58, 0.18) 100%)
}
.properties-N4 .hero-backdrop-primary {
  opacity: 0.88
}
.properties-N4 .hero-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1.15s ease, transform 5.5s ease
}
.properties-N4 .hero-slide.is-active {
  opacity: 1;
  transform: scale(1)
}
.properties-N4 .hero-slider.is-dragging .hero-slide {
  transition: none !important
}
.properties-N4 .hero-slider.is-snapping .hero-slide {
  transition: transform 0.36s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.36s cubic-bezier(0.22, 0.61, 0.36, 1) !important
}
.properties-N4 .hero-slide picture,
.properties-N4 .hero-slide img {
  display: block;
  width: 100%;
  height: 100%
}
.properties-N4 .hero-slide img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transform-origin: center center;
  will-change: transform
}
.properties-N4 .hero-slide.is-active img {
  animation: n4-hero-kenburns 7.2s ease-in-out infinite alternate
}
.properties-N4 .hero-slide:not(.is-active) img {
  animation: none
}
.properties-N4 .hero-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.2rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 0 2.4rem;
  pointer-events: none
}
.properties-N4 .hero-nav {
  pointer-events: auto;
  width: 4.8rem;
  height: 4.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(11, 29, 54, 0.26);
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease
}
.properties-N4 .hero-nav:hover {
  background: rgba(11, 29, 54, 0.42);
  border-color: rgba(255, 255, 255, 0.72);
  transform: translateY(-1px)
}
.properties-N4 .hero-nav:focus-visible,
.properties-N4 .hero-dot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px
}
.properties-N4 .hero-dots {
  pointer-events: auto;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem
}
.properties-N4 .hero-dot {
  width: 0.9rem;
  height: 0.9rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, transform 0.25s ease
}
.properties-N4 .hero-dot.is-active {
  background: #fff;
  transform: scale(1.15)
}
.properties-N4 .contents-container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1
}
.properties-N4 .contents-container:not(.fullscreen) {
  min-height: clamp(72rem, 50vw, 88rem)
}
.properties-N4 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  width: 100%;
  position: relative;
  min-height: inherit
}
.properties-N4 .title-area {
  position: absolute;
  left: 50%;
  top: 20%;
  z-index: 4;
  width: min(92rem, calc(100% - 7.2rem));
  overflow: visible;
  transform: translateX(-50%)
}
.properties-N4 .hero-copy {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.1rem;
  padding: 1.8rem 2.8rem 2rem;
  box-sizing: border-box;
  isolation: isolate;
  text-align: center;
  color: #fffaf0
}
.properties-N4 .hero-copy::before {
  content: "";
  position: absolute;
  inset: -2.6rem -7rem -2.2rem;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.98;
  filter: blur(2.2rem);
  transition: background 0.45s ease, opacity 0.45s ease, transform 0.45s ease
}
.properties-N4 .hero-copy-kicker,
.properties-N4 .hero-copy-title,
.properties-N4 .hero-copy-subtitle {
  margin: 0;
  opacity: 0;
  will-change: transform, opacity;
  animation: n4-copy-line-up 1.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards
}
.properties-N4 .hero-copy-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 0 1rem;
  font-size: clamp(2rem, 1.1vw + 1.2rem, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.2;
  white-space: nowrap;
  color: #f6f2e8;
  text-shadow: 0 0.8rem 2.2rem rgba(7, 17, 31, 0.24);
  animation-delay: 0.22s;
  font-style: italic;
  transform-origin: center;
  transition: color 0.45s ease, text-shadow 0.45s ease
}
.properties-N4 .hero-copy-title {
  max-width: 100%;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1.2rem;
  white-space: nowrap;
  font-size: clamp(4.1rem, 3.5vw, 7.2rem);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #1d3557;
  text-shadow:
    0 1rem 2.8rem rgba(9, 22, 39, 0.18),
    0 0.15rem 0 rgba(255,255,255,0.2);
  transition: color 0.45s ease, text-shadow 0.45s ease;
  animation-delay: 0.66s
}
.properties-N4 .hero-copy-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 2rem 0.78rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 208, 92, 0.96);
  background: linear-gradient(135deg, #c3191d 0%, #a61013 55%, #860d10 100%);
  box-shadow:
    0 1.35rem 3.2rem rgba(97, 12, 16, 0.34),
    0 0.35rem 1rem rgba(255, 208, 92, 0.18),
    inset 0 1px 0 rgba(255, 245, 214, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: clamp(2.4rem, 1.4vw + 1.4rem, 4rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #ffdf58;
  text-shadow:
    0 0.08rem 0 rgba(97, 12, 16, 0.34),
    0 0 0.95rem rgba(255, 223, 88, 0.2),
    0 0 0.24rem rgba(255, 247, 181, 0.28);
  animation-delay: 1.1s;
  transition: color 0.45s ease, background 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease
}
.properties-N4 .hero-copy-kicker::before,
.properties-N4 .hero-copy-kicker::after {
  content: "";
  width: clamp(6rem, 8vw, 12rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(229,216,183,0.8) 100%);
  transition: background 0.45s ease
}
.properties-N4 .hero-copy-kicker::after {
  background: linear-gradient(90deg, rgba(229,216,183,0.8) 0%, rgba(255,255,255,0) 100%)
}
.properties-N4.hero-theme-gold .hero-copy-kicker .kicker-highlight {
  color: #ffffff;
  text-shadow:
    0.028em 0 0 rgba(8, 8, 10, 0.9),
    -0.028em 0 0 rgba(8, 8, 10, 0.9),
    0 0.028em 0 rgba(8, 8, 10, 0.9),
    0 -0.028em 0 rgba(8, 8, 10, 0.9);
  -webkit-text-stroke: 0.15em rgba(8, 8, 10, 0.9);
  paint-order: stroke fill
}
.properties-N4.hero-theme-gold .hero-copy-kicker .kicker-start,
.properties-N4.hero-theme-gold .hero-copy-kicker .kicker-navy,
.properties-N4.hero-theme-gold .hero-copy-kicker .kicker-mid {
  text-shadow:
    0.028em 0 0 rgba(8, 8, 10, 0.9),
    -0.028em 0 0 rgba(8, 8, 10, 0.9),
    0 0.028em 0 rgba(8, 8, 10, 0.9),
    0 -0.028em 0 rgba(8, 8, 10, 0.9);
  -webkit-text-stroke: 0.15em rgba(8, 8, 10, 0.9);
  paint-order: stroke fill
}
.properties-N4.hero-theme-gold .hero-copy-kicker .kicker-start,
.properties-N4.hero-theme-gold .hero-copy-kicker .kicker-navy {
  color: #ffdf58
}
.properties-N4.hero-theme-gold .hero-copy-kicker .kicker-mid {
  color: #ffffff
}
.properties-N4.hero-theme-gold .hero-copy-kicker {
  color: #171311;
  text-shadow:
    0.028em 0 0 rgba(255, 255, 255, 0.98),
    -0.028em 0 0 rgba(255, 255, 255, 0.98),
    0 0.028em 0 rgba(255, 255, 255, 0.98),
    0 -0.028em 0 rgba(255, 255, 255, 0.98),
    0.02em 0.02em 0 rgba(255, 255, 255, 0.92),
    -0.02em 0.02em 0 rgba(255, 255, 255, 0.92),
    0 0 1.6rem rgba(255, 247, 236, 0.58),
    0 0.15rem 0 rgba(255, 255, 255, 0.22);
  -webkit-text-stroke: 0.1em rgba(255, 255, 255, 0.98);
  paint-order: stroke fill
}
.properties-N4.hero-theme-gold .hero-copy-kicker::before,
.properties-N4.hero-theme-gold .hero-copy-kicker::after {
  background: linear-gradient(90deg, rgba(23, 19, 17, 0) 0%, rgba(23, 19, 17, 0.78) 100%)
}
.properties-N4.hero-theme-gold .hero-copy-kicker::after {
  background: linear-gradient(90deg, rgba(23, 19, 17, 0.78) 0%, rgba(23, 19, 17, 0) 100%)
}
.properties-N4.hero-theme-gold .hero-copy::before {
  background: radial-gradient(ellipse at center, rgba(255, 249, 241, 0.74) 0%, rgba(255, 249, 241, 0.42) 34%, rgba(255, 249, 241, 0.16) 54%, rgba(255, 249, 241, 0) 76%)
}
.properties-N4.hero-theme-gold .hero-copy-title {
  color: #a61013;
  text-shadow:
    0.028em 0 0 rgba(255, 217, 128, 0.98),
    -0.028em 0 0 rgba(255, 217, 128, 0.98),
    0 0.028em 0 rgba(255, 217, 128, 0.98),
    0 -0.028em 0 rgba(255, 217, 128, 0.98),
    0.024em 0.024em 0 rgba(238, 191, 70, 0.92),
    -0.024em 0.024em 0 rgba(238, 191, 70, 0.92),
    0.06rem 0.8rem 1.8rem rgba(92, 26, 18, 0.18),
    0 1.2rem 3rem rgba(33, 10, 10, 0.24),
    0 0 1.25rem rgba(255, 231, 170, 0.32);
  -webkit-text-stroke: 0.028em rgba(255, 223, 142, 0.99);
  paint-order: stroke fill
}
.properties-N4.hero-theme-gold .hero-copy-subtitle {
  color: #ffdf58;
  background: linear-gradient(135deg, #c3191d 0%, #a61013 55%, #860d10 100%);
  border-color: rgba(255, 208, 92, 0.96);
  box-shadow:
    0 1.35rem 3.2rem rgba(97, 12, 16, 0.34),
    0 0.35rem 1rem rgba(255, 208, 92, 0.18),
    inset 0 1px 0 rgba(255, 245, 214, 0.22)
}
.properties-N4.hero-theme-navy .hero-copy-kicker .kicker-start,
.properties-N4.hero-theme-navy .hero-copy-kicker .kicker-navy {
  color: #ffdf58
}
.properties-N4.hero-theme-navy .hero-copy-kicker {
  color: #fffdf8;
  text-shadow:
    0.02em 0 0 rgba(5, 12, 35, 0.9),
    -0.02em 0 0 rgba(5, 12, 35, 0.9),
    0 0.02em 0 rgba(5, 12, 35, 0.9),
    0 -0.02em 0 rgba(5, 12, 35, 0.9),
    0 0 1.2rem rgba(255, 255, 255, 0.38),
    0 0 2.8rem rgba(160, 190, 255, 0.22),
    0 1rem 2.3rem rgba(7, 13, 22, 0.46);
  -webkit-text-stroke: 0.2em rgba(0, 0, 0, 0.85);
  paint-order: stroke fill
}
.properties-N4.hero-theme-navy .hero-copy-kicker::before,
.properties-N4.hero-theme-navy .hero-copy-kicker::after {
  background: linear-gradient(90deg, rgba(255, 253, 248, 0) 0%, rgba(255, 253, 248, 0.94) 100%)
}
.properties-N4.hero-theme-navy .hero-copy-kicker::after {
  background: linear-gradient(90deg, rgba(255, 253, 248, 0.94) 0%, rgba(255, 253, 248, 0) 100%)
}
.properties-N4.hero-theme-navy .hero-copy::before {
  background: radial-gradient(ellipse at center, rgba(7, 14, 22, 0.58) 0%, rgba(7, 14, 22, 0.34) 38%, rgba(7, 14, 22, 0.12) 56%, rgba(7, 14, 22, 0) 76%)
}
.properties-N4.hero-theme-navy .hero-copy-title {
  color: #ffffff;
  text-shadow:
    0.028em 0 0 rgba(166, 16, 19, 0.98),
    -0.028em 0 0 rgba(166, 16, 19, 0.98),
    0 0.028em 0 rgba(166, 16, 19, 0.98),
    0 -0.028em 0 rgba(166, 16, 19, 0.98),
    0.024em 0.024em 0 rgba(130, 13, 16, 0.92),
    -0.024em 0.024em 0 rgba(130, 13, 16, 0.92),
    0 1.2rem 3rem rgba(5, 12, 30, 0.42),
    0 0 1.5rem rgba(255, 255, 255, 0.42),
    0 0 3.5rem rgba(160, 190, 255, 0.25);
  -webkit-text-stroke: 0.1em rgba(166, 16, 19, 0.98);
  paint-order: stroke fill
}
.properties-N4.hero-theme-navy .hero-copy-subtitle {
  color: #a61013;
  background: linear-gradient(90deg, #f5c53f 0%, #e8a820 100%);
  border-color: rgba(166, 16, 19, 0.96);
  border-width: 3px;
  -webkit-text-stroke: 0em rgba(166, 16, 19, 0.9);
  paint-order: stroke fill;
  box-shadow:
    0 1.35rem 3.2rem rgba(97, 80, 12, 0.34),
    0 0.35rem 1rem rgba(166, 16, 19, 0.18),
    inset 0 1px 0 rgba(255, 245, 214, 0.22);
  text-shadow:
    0 0 0.6rem rgba(255, 255, 255, 0.9),
    0 0 1.4rem rgba(255, 255, 255, 0.6),
    0 0 2.5rem rgba(255, 255, 255, 0.3)
}
.properties-N4.hero-theme-bright .hero-copy-kicker::before,
.properties-N4.hero-theme-bright .hero-copy-kicker::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 100%)
}
.properties-N4.hero-theme-bright .hero-copy-kicker::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 100%)
}
.properties-N4.hero-theme-bright .hero-copy-kicker {
  color: #ffffff;
  text-shadow: 0 1rem 2.6rem rgba(7, 17, 31, 0.3)
}
.properties-N4.hero-theme-bright .hero-copy::before {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.12) 34%, rgba(255, 255, 255, 0) 72%)
}
.properties-N4.hero-theme-bright .hero-copy-title {
  color: #1d3557
}
.properties-N4.hero-theme-bright .hero-copy-subtitle {
  color: #ffdf58;
  background: linear-gradient(135deg, #c3191d 0%, #a61013 55%, #860d10 100%);
  border-color: rgba(255, 208, 92, 0.96);
  box-shadow:
    0 1.35rem 3.2rem rgba(97, 12, 16, 0.34),
    0 0.35rem 1rem rgba(255, 208, 92, 0.18),
    inset 0 1px 0 rgba(255, 245, 214, 0.22)
}
.properties-N4 .popup-overlay, .popup-overlay-hoisted {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 13, 22, 0.62);
  padding: 2.4rem 2rem
}
.properties-N4 .popup-overlay.is-hidden,
.popup-overlay-hoisted.is-hidden {
  display: none
}
.properties-N4 .popup-stage, .popup-overlay-hoisted .popup-stage {
  width: min(124rem, 92vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  --popup-desktop-scale: 0.9
}
.properties-N4 .popup-area, .popup-overlay-hoisted .popup-area {
  position: relative;
  width: 100%
}
.properties-N4 .popup-track, .popup-overlay-hoisted .popup-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(28rem, 36rem));
  gap: 2.2rem;
  justify-content: center
}
.properties-N4 .popup-card, .popup-overlay-hoisted .popup-card {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center
}
.properties-N4 .popup-card img,
.popup-overlay-hoisted .popup-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain
}
.properties-N4 .popup-nav, .popup-overlay-hoisted .popup-nav,
.properties-N4 .popup-dots, .popup-overlay-hoisted .popup-dots {
  display: none
}
.properties-N4 .popup-actions, .popup-overlay-hoisted .popup-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500
}
.properties-N4 .popup-dayoff, .popup-overlay-hoisted .popup-dayoff {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer
}
.properties-N4 .popup-dayoff-check, .popup-overlay-hoisted .popup-dayoff-check {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #000000
}
.properties-N4 .popup-close-btn, .popup-overlay-hoisted .popup-close-btn {
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  cursor: pointer;
  padding: 0
}
.properties-N4 .popup-close-btn:hover,
.popup-overlay-hoisted .popup-close-btn:hover {
  opacity: 0.85
}
@media (min-width: 993px) {
.properties-N4 {
    overflow: visible
 }
.properties-N4 .popup-stage, .popup-overlay-hoisted .popup-stage {
    transform: scale(var(--popup-desktop-scale));
    transform-origin: center center;
    transition: transform 0.18s ease-out
 }
.properties-N4 .popup-card, .popup-overlay-hoisted .popup-card {
    border: 2.2px solid rgba(255, 255, 255, 0.92);
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.04);
    box-shadow:
      0 1.4rem 3.2rem rgba(9, 18, 31, 0.22),
      0 0 0 1px rgba(255, 255, 255, 0.08) inset
 }
}
@media (max-width: 1700px) and (min-width: 993px) {
.properties-N4 .title-area {
    width: min(88rem, calc(100% - 6.4rem))
 }
}
@media (max-width: 1500px) and (min-width: 993px) {
.properties-N4 .title-area {
    width: min(82rem, calc(100% - 5.6rem))
 }
}
@media (max-width: 1366px) and (min-width: 993px) {
.properties-N4 .title-area {
    width: min(76rem, calc(100% - 4.8rem))
 }
}
@media (max-width: 1200px) and (min-width: 993px) {
.properties-N4 .title-area {
    width: min(68rem, calc(100% - 4rem))
 }
}
@media (min-width: 993px) and (max-width: 1180px) {
.properties-N4 .title-area {
    width: min(62rem, calc(100% - 3.2rem))
 }
}
@media (min-width: 901px) and (max-width: 1180px) {
html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important
 }
.properties-N4,
  .properties-N5,
  .properties-N6,
  .properties-N7,
  .properties-N8,
  .properties-N9,
  .properties-N3 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    right: 0 !important
 }
.properties-N4 {
    overflow: hidden !important
 }
}
@keyframes n4-copy-line-up {
from {
    opacity: 0;
    transform: translateY(4rem)
 }
to {
    opacity: 1;
    transform: translateY(0)
 }
}
@keyframes n4-hero-kenburns {
from {
    transform: scale(1.05) translate3d(0, 0, 0)
 }
to {
    transform: scale(1.12) translate3d(-1.2%, 0.9%, 0)
 }
}
@media (prefers-reduced-motion: reduce) {
.properties-N4 .hero-copy-kicker,
  .properties-N4 .hero-copy-title,
  .properties-N4 .hero-copy-subtitle {
    opacity: 1;
    animation: none !important;
    transform: none !important
 }
.properties-N4 .hero-slide img {
    animation: none !important;
    transform: none !important
 }
}
@media (max-width: 992px) {
.properties-N4 .hero-slider {
    inset: 0 0 auto 0;
    height: calc(100vw * 2520 / 1620)
 }
.properties-N4 .contents-container:not(.fullscreen) {
    min-height: calc(100vw * 2520 / 1620)
 }
.properties-N4 .hero-slide {
    transform: scale(1.06)
 }
.properties-N4 .hero-slide.is-active {
    transform: scale(1)
 }
.properties-N4 .hero-slide img {
    object-fit: cover;
    object-position: center top
 }
.properties-N4 .hero-controls {
    bottom: 1.1rem;
    gap: 1rem;
    padding: 0 1.2rem
 }
.properties-N4 .hero-nav {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem
 }
.properties-N4 .hero-dots {
    gap: 0.6rem;
    transform: translateY(1.5rem)
 }
.properties-N4 .hero-dot {
    width: 0.75rem;
    height: 0.75rem
 }
.properties-N4 {
    padding-top: 0;
    padding-bottom: 0;
    background: #78b7e4 !important;
    --icon-fs-mlw6lqc7: 1.4rem;
    --icon-fs-mlw8xjhm: 1.4rem
 }
.properties-N4 .contents-container {
    align-items: flex-start;
    position: relative
 }
.properties-N4 .contents-inner {
    display: block;
    width: 100%;
    min-height: inherit;
    position: relative
 }
.properties-N4 .title-area {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 4;
    width: min(34rem, calc(100% - 2.4rem));
    padding: 0;
    transform: translateX(-50%);
    margin: 0
 }
.properties-N4 .hero-copy {
    width: min(64rem, 100%);
    margin: 0 auto;
    min-height: 0;
    gap: 0.9rem;
    padding: 1rem 1.2rem 1.1rem
 }
.properties-N4 .hero-copy::before {
    inset: -1.4rem -2.6rem -1.2rem;
    filter: blur(1.4rem)
 }
.properties-N4 .hero-copy-kicker {
    gap: 1rem;
    padding: 0 0.4rem;
    font-size: clamp(1.21rem, 2.53vw, 1.73rem);
    letter-spacing: 0.08em;
    white-space: nowrap
 }
.properties-N4 .hero-copy-kicker::before,
  .properties-N4 .hero-copy-kicker::after {
    width: clamp(3.2rem, 12vw, 6rem)
 }
.properties-N4 .hero-copy-title {
    font-size: clamp(2.76rem, 6.67vw, 4.37rem);
    line-height: 1.26;
    gap: 0.8rem;
    white-space: nowrap;
    flex-wrap: nowrap
  }
.properties-N4 .hero-copy-subtitle {
    padding: 0.5rem 1.2rem 0.56rem;
    font-size: clamp(1.32rem, 3.45vw, 1.84rem);
    letter-spacing: 0.08em
 }
.properties-N4.hero-theme-bright .hero-copy-title {
      color: #ffffff;
      text-shadow:
        0 1rem 2.6rem rgba(7, 17, 31, 0.24),
        0 0.15rem 0 rgba(255, 255, 255, 0.1)
 }
.properties-N4.hero-theme-gold .hero-copy-title {
    color: #a61013;
    text-shadow:
      0.026em 0 0 rgba(255, 217, 128, 0.98),
      -0.026em 0 0 rgba(255, 217, 128, 0.98),
      0 0.026em 0 rgba(255, 217, 128, 0.98),
      0 -0.026em 0 rgba(255, 217, 128, 0.98),
      0.02em 0.02em 0 rgba(238, 191, 70, 0.9),
      0 0.7rem 1.6rem rgba(33, 10, 10, 0.2),
      0 1.05rem 2.85rem rgba(33, 10, 10, 0.22),
      0 0 1rem rgba(255, 231, 170, 0.22);
    -webkit-text-stroke: 0.024em rgba(255, 223, 142, 0.98);
    paint-order: stroke fill
 }
.properties-N4.hero-theme-bright .hero-copy-subtitle {
    color: #183355;
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(24, 51, 85, 0.16);
    box-shadow:
      0 0.8rem 2.2rem rgba(16, 30, 48, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.82)
 }
.properties-N4 .popup-overlay, .popup-overlay-hoisted {
    padding: 1.6rem 0.8rem
 }
.properties-N4 .popup-stage, .popup-overlay-hoisted .popup-stage {
    width: 98vw;
    gap: 0;
    transform: translateY(-2rem)
 }
.properties-N4 .popup-area, .popup-overlay-hoisted .popup-area {
    width: min(32.5rem, 80.4vw);
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0
 }
.properties-N4 .popup-track, .popup-overlay-hoisted .popup-track {
    display: flex;
    width: 100%;
    justify-content: flex-start !important;
    gap: 0;
    transition: transform 0.35s ease;
    will-change: transform
 }
.properties-N4 .popup-card, .popup-overlay-hoisted .popup-card {
    flex: 0 0 100%;
    max-width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-bottom: none;
    border-radius: 0.55rem 0.55rem 0 0;
    background: rgba(255, 255, 255, 0.03);
    box-shadow:
      0 1rem 2.6rem rgba(9, 18, 31, 0.2),
      0 0 0 1px rgba(255, 255, 255, 0.06) inset
 }
.properties-N4 .popup-nav, .popup-overlay-hoisted .popup-nav {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(8, 18, 37, 0.56);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2
 }
.properties-N4 .popup-prev, .popup-overlay-hoisted .popup-prev {
    left: 0.8rem
 }
.properties-N4 .popup-next, .popup-overlay-hoisted .popup-next {
    right: 0.8rem
 }
.properties-N4 .popup-dots, .popup-overlay-hoisted .popup-dots {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0.95rem;
    transform: translateX(-50%);
    gap: 0.7rem;
    margin-top: 0;
    z-index: 2
 }
.properties-N4 .popup-dot, .popup-overlay-hoisted .popup-dot {
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0
 }
.properties-N4 .popup-dot.is-active, .popup-overlay-hoisted .popup-dot.is-active {
    background: #fff
 }
.properties-N4 .popup-actions, .popup-overlay-hoisted .popup-actions {
    margin-top: 0;
    width: min(32.5rem, 80.4vw);
    gap: 0;
    font-size: 1.6rem;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0 0 0.55rem 0.55rem;
    background: rgba(0, 0, 0, 0.38);
    box-shadow: 0 1rem 2.6rem rgba(9, 18, 31, 0.2);
    overflow: hidden
 }
.properties-N4 .popup-dayoff, .popup-overlay-hoisted .popup-dayoff {
    flex: 1;
    justify-content: center;
    padding: 1.1rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    white-space: nowrap
 }
.properties-N4 .popup-dayoff-check, .popup-overlay-hoisted .popup-dayoff-check {
    width: 1.5rem;
    height: 1.5rem
 }
.properties-N4 .popup-close-btn, .popup-overlay-hoisted .popup-close-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1rem 0;
    background: transparent;
    border-radius: 0
 }
}
@media (min-width: 768px) and (max-width: 992px) {
.properties-N4 .title-area {
    padding: 0 2rem
 }
.properties-N4 .hero-copy {
    width: min(64rem, 100%);
    min-height: 0
 }
}
/* properties-N5 */
/* Scroll reveal for N5 cards */
.properties-N5 {
  overflow: hidden;
  position: relative;
  margin-top: 0;
  padding-top: 2.8rem;
  padding-bottom: 6rem;
  background: #eef3f8
}
.properties-N5 .contents-inner {
  width: 100%
}
.properties-N5 .n5-lead-stack {
  display: grid;
  gap: 2.4rem;
  width: 100%;
  max-width: 112rem;
  overflow: visible;
  padding-top: 1rem;
  margin: -1rem auto 4rem
}
.properties-N5 .section-banner-card,
.properties-N6 .section-banner-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow:
    0 1rem 2.4rem rgba(19, 40, 74, 0.075),
    0 0.25rem 0.8rem rgba(19, 40, 74, 0.04),
    0 0 0 1px rgba(18, 28, 40, 0.04);
  transition: transform 0.42s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.42s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.properties-N5 .section-banner-card::before,
.properties-N6 .section-banner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 18%, rgba(255, 255, 255, 0) 42%);
  opacity: 0.82;
  transition: opacity 0.42s ease;
}
.properties-N5 .section-banner-card::after,
.properties-N6 .section-banner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
  opacity: 0.9;
  transition: box-shadow 0.42s ease, opacity 0.42s ease;
}
.properties-N5 .section-banner-card img,
.properties-N6 .section-banner-card img {
  display: block;
  width: 100%;
  height: auto;
}
.properties-N5 .n5-lead-banner-wrap {
  width: 80%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  overflow: visible;
}
.properties-N5 .n5-lead-banner {
  width: 100%;
  margin: 0;
}
.properties-N5 .n5-lead-item {
  overflow: hidden;
  border-radius: 1.8rem;
  background: #ffffff;
  box-shadow: 0 1.2rem 3rem rgba(19, 40, 74, 0.12);
  opacity: 0;
  transform: translateY(42px);
  visibility: hidden
}
.properties-N5 .n5-lead-item img,
.properties-N5 .n5-lead-item video,
.properties-N5 .n5-lead-item iframe {
  display: block;
  width: 100%;
  height: auto
}
.properties-N5 .n5-lead-link {
  display: block
}
.properties-N5 .n5-lead-item video,
.properties-N5 .n5-lead-item iframe {
  background: #000
}
.properties-N5 .n5-lead-item iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  height: auto
}
.properties-N5.reveal-ready .n5-lead-item {
  transition: opacity 1.25s ease, transform 1.25s ease;
  will-change: opacity, transform
}
.properties-N5.reveal-ready .n5-lead-item.in-view {
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}
.properties-N5 .n5-mobile-top-stack {
  display: none
}
.properties-N5 .n5-mobile-top-item img {
  display: block;
  width: 100%;
  height: auto
}
.properties-N5 .n5-mobile-top-item {
  border-radius: 0.8rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(42px);
  visibility: hidden
}
.properties-N5.reveal-ready .n5-mobile-top-item {
  transition: opacity 1.25s ease, transform 1.25s ease;
  will-change: opacity, transform
}
.properties-N5.reveal-ready .n5-mobile-top-item.in-view {
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}
.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: #c00d6f;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1
}
.properties-N5 .n5-slider-wrap {
  position: relative;
  width: min(160rem, calc(100vw - 3.2rem));
  max-width: none;
  margin: 0 auto;
  padding: 0
}
.properties-N5 .n5-swiper {
  overflow: hidden;
  border-radius: 2.2rem
}
.properties-N5 .n5-swiper .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0
}
.properties-N5 .n5-card {
  background: transparent;
  border-radius: 2.2rem;
  overflow: hidden;
  box-shadow: none
}
.properties-N5 .n5-card-thumb {
  border-radius: 2.2rem;
  overflow: hidden
}
.properties-N5 .n5-card-thumb img {
  display: block;
  width: 100%;
  height: auto
}
.properties-N5 .n5-card-thumb img.n5-zoomable {
  cursor: default
}
.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: #c00d6f;
  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: 30;
  width: 5.2rem;
  height: 5.2rem;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: rgba(160, 14, 21, 0.9);
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1rem 2.4rem rgba(160, 14, 21, 0.24)
}
.properties-N5 .n5-btn-prev {
  display: none
}
.properties-N5 .n5-btn-next {
  right: clamp(4rem, 9vw, 14rem);
  display: none !important
}
.properties-N5 .n5-pagination {
  position: absolute !important;
  left: 40% !important;
  right: auto !important;
  width: auto !important;
  bottom: 2rem;
  z-index: 11;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateX(-50%) !important
}
.properties-N5 .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(244, 246, 249, 0.96);
  opacity: 1
}
.properties-N5 .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.6rem
}
.properties-N5 .swiper-pagination-bullet-active {
  background: #a00e15
}
.properties-N5 .n5-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease
}
.properties-N5 .n5-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}
.properties-N5 .n5-lightbox-inner {
  position: relative;
  max-width: min(96vw, 92rem);
  max-height: 90vh
}
.properties-N5 .n5-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 1.2rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none
}
.properties-N5 .n5-lightbox-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 3.8rem;
  height: 3.8rem;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center
}
.properties-N5.reveal-ready .n5-card {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 1.25s ease, transform 1.25s ease;
  will-change: opacity, transform
}
.properties-N5.reveal-ready .n5-card.in-view {
  opacity: 1;
  transform: translateY(0)
}
@media (max-width: 992px) {
  .properties-N5 {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 4rem
  }
  .properties-N5 .n5-lead-stack {
    gap: 1.6rem;
    margin-bottom: 2.4rem
  }
  .properties-N5 .section-banner-card,
  .properties-N6 .section-banner-card {
    border-radius: 1rem;
    box-shadow:
      0 0.7rem 1.8rem rgba(19, 40, 74, 0.07),
      0 0 0 1px rgba(18, 28, 40, 0.035);
  }
  .properties-N5 .n5-lead-banner-wrap {
    width: 92%;
  }
  .properties-N5 .n5-mobile-top-stack {
    display: block;
    margin: 0 0 2rem
  }
  .properties-N5 .n5-mobile-top-item + .n5-mobile-top-item {
    margin-top: 2rem
  }
  .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 {
    width: calc(100vw - 2.4rem)
  }
  .properties-N5 .n5-btn {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.2rem
  }
  .properties-N5 .n5-btn-prev {
    display: none
  }
  .properties-N5 .n5-btn-next {
    display: none !important
  }
  .properties-N5 .n5-pagination {
    left: 50% !important;
    bottom: 1.2rem
  }
  .properties-N5 .n5-lightbox {
    padding: 1.4rem
  }
  .properties-N5 .n5-lightbox-close {
    top: 0.8rem;
    right: 0.8rem;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2.4rem
  }
  .properties-N5 .n5-card-thumb img.n5-zoomable {
    cursor: zoom-in
  }
}
@media (min-width: 993px) {
  .properties-N5 {
    margin-top: 0;
    padding-top: 2.8rem;
    padding-bottom: 6.4rem
  }
  .properties-N5 .n5-lead-stack {
    max-width: 132rem;
    margin-bottom: 3.6rem
  }
  .properties-N5 .n5-swiper .swiper-slide {
    height: auto
  }
  .properties-N5 .n5-card-thumb img {
    width: 100%;
    height: auto
  }
  .properties-N5 .n5-btn {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2.2rem
  }
}
@media (prefers-reduced-motion: reduce) {
  .properties-N5.reveal-ready .n5-lead-item {
    opacity: 1;
    transform: none;
    transition: none;
    visibility: visible
  }
  .properties-N5.reveal-ready .n5-mobile-top-item {
    opacity: 1;
    transform: none;
    transition: none;
    visibility: visible
  }
  .properties-N5.reveal-ready .n5-card {
    opacity: 1;
    transform: none;
    transition: none
  }
}
/* properties-N6 */
/* Scroll reveal for N6 images */
.properties-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem
}
.properties-N6 .contents-inner {
  width: 100%
}
.properties-N6 .n6-image-list {
  display: flex;
  flex-direction: column;
  max-width: 120rem;
  overflow: visible;
  padding-top: 1rem;
  margin: -1rem auto 0
}
.properties-N6 .n6-image-item {
  overflow: visible;
  border-radius: 0.8rem
}
.properties-N6 .n6-image-item-first {
  padding-top: 4.5rem
}
.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 .n6-image-combo {
  display: flex;
  flex-direction: column;
  overflow: visible
}
.properties-N6 .n6-section-banner {
  width: 88%;
  margin: 0 auto 1.8rem;
  cursor: default;
}
.properties-N6 .n6-section-banner,
.properties-N6 .n6-section-banner * {
  cursor: default !important;
}
.properties-N6 .n6-section-banner img {
  width: 100%;
  max-width: none;
  margin: 0;
}
.properties-N6 .n6-location-card {
  width: 88%;
  margin: 0 auto;
  cursor: zoom-in;
}
.properties-N6 .n6-location-card,
.properties-N6 .n6-location-card * {
  cursor: zoom-in;
}
.properties-N6 .n6-location-card img {
  width: 100%;
  max-width: none;
  margin: 0;
}
.properties-N6 .n6-location-card img + img {
  margin-top: 0;
}
.properties-N6 .section-banner-card {
  cursor: default;
}
.properties-N6 .n6-complex-card {
  width: 88%;
  margin: 0 auto;
}
.properties-N6 .n6-complex-card img {
  width: 100%;
  max-width: none;
  margin: 0;
}
.properties-N6 .n6-community-card {
  width: 88%;
  margin: 0 auto;
}
.properties-N6 .n6-community-card img {
  width: 100%;
  max-width: none;
  margin: 0;
}
.properties-N6 .section-banner-card .n6-magnifier-lens {
  position: absolute;
  top: 0;
  left: 0;
  width: 31rem;
  height: 31rem;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 5;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 1.5rem 3.2rem rgba(16, 28, 48, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.88),
    0 0 0 0.8rem rgba(255, 255, 255, 0.24);
  transform: translate(-50%, -50%) scale(0.92);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.properties-N6 .section-banner-card.is-magnifying .n6-magnifier-lens {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .properties-N5 .section-banner-card:hover,
  .properties-N6 .section-banner-card:hover {
    transform: translateY(-6px);
    box-shadow:
      0 1.7rem 3.4rem rgba(19, 40, 74, 0.13),
      0 0.45rem 1.1rem rgba(19, 40, 74, 0.07),
      0 0 0 1px rgba(18, 28, 40, 0.055);
  }
  .properties-N5 .section-banner-card:hover::before,
  .properties-N6 .section-banner-card:hover::before {
    opacity: 0.96;
  }
  .properties-N5 .section-banner-card:hover::after,
  .properties-N6 .section-banner-card:hover::after {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.5),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
    opacity: 1;
  }
}
.properties-N6 .n6-image-combo img + img {
  margin-top: 0
}
.properties-N6 .n6-community-block {
  display: flex;
  flex-direction: column
}
.properties-N6 .n6-community-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0
}
.properties-N6 .n6-community-split img {
  width: 100%
}
.properties-N6 .n6-community-split img:last-child {
  transform: translateY(6.8rem)
}
.properties-N6 .n6-rooftop-block {
  display: flex;
  flex-direction: column
}
.properties-N6 .n6-rooftop-block img + img {
  margin-top: 0
}
.properties-N6 .n6-mobile-only {
  display: none
}
.properties-N6 .n6-mobile-location-block {
  display: flex;
  flex-direction: column
}
.properties-N6 .n6-mobile-location-block img {
  width: 100%;
  height: auto;
  display: block
}
.properties-N6 .n6-mobile-location-block img + img {
  margin-top: 0
}
.properties-N6 .n6-mobile-section-head {
  text-align: center;
  margin: 0 0 1.2rem
}
.properties-N6 .n6-mobile-section-title {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0;
  color: #15181d;
  font-size: clamp(2.05rem, 4.9vw, 2.7rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.12
}
.properties-N6 .n6-mobile-section-word {
  white-space: nowrap
}
.properties-N6 .n6-mobile-section-diamond {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 0.22em;
  height: 0.45em;
  margin: 0 0.62rem 0 0.84rem;
  transform: translateY(0.02em)
}
.properties-N6 .n6-mobile-section-diamond::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #c7161f 0%, #910b12 100%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  box-shadow: 0 0.18rem 0.48rem rgba(167, 13, 20, 0.14)
}
.properties-N6 .n6-mobile-section-sub {
  font-size: 0.44em;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #323842;
  margin-left: 0.38rem
}
.properties-N6 .n6-mobile-community-block {
  display: flex;
  flex-direction: column
}
.properties-N6 .n6-mobile-community-block img + img,
.properties-N6 .n6-mobile-community-block img + .n6-mobile-community-pair,
.properties-N6 .n6-mobile-community-pair + .n6-mobile-community-pair {
  margin-top: 0
}
.properties-N6 .n6-mobile-community-block img[src*="M_Community1_main_a.png"] {
  margin-top: 3rem
}
.properties-N6 .n6-mobile-community-block img[src*="M_Community1_main_b.png"] {
  margin-top: 2.6rem
}
.properties-N6 .n6-mobile-community-block img[src*="M_Community1_main_c.png"] {
  margin-top: 2.6rem;
  margin-bottom: 3rem
}
.properties-N6 .n6-mobile-community-block img[src*="M_Community1_main.png"] {
  margin-top: 2.4rem
}
.properties-N6 .n6-mobile-community-block .n6-mobile-community-pair {
  margin-top: 1.8rem
}
.properties-N6 .n6-mobile-community-block .n6-mobile-community-pair + .n6-mobile-community-pair {
  margin-top: 1.8rem
}
.properties-N6 .n6-mobile-community-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0
}
.properties-N6 .n6-mobile-forest-block {
  display: flex;
  flex-direction: column
}
.properties-N6 .n6-mobile-forest-block img + img {
  margin-top: 0
}
.properties-N6 .n6-mobile-rooftop-block {
  display: flex;
  flex-direction: column
}
.properties-N6 .n6-mobile-rooftop-block img + img {
  margin-top: 0
}
.properties-N6 .n6-mobile-rooftop-block > img:first-child {
  margin-top: 3.2rem
}
.properties-N6 .n6-mobile-rooftop-block > img:nth-child(2) {
  margin-top: 1.4rem
}
.properties-N6 .n6-mobile-rooftop-group {
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem
}
.properties-N6 .n6-mobile-rooftop-group img + img {
  margin-top: 0
}
.properties-N6 .n6-mobile-type-label {
  display: none
}
.properties-N6.reveal-ready .n6-image-item {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 1.3s ease, transform 1.3s ease;
  will-change: opacity, transform
}
.properties-N6.reveal-ready .n6-image-item.in-view {
  opacity: 1;
  transform: translateY(0)
}
.properties-N6 .n6-image-item-second img {
  width: 100%;
  margin: 0 auto
}
@media (min-width: 993px) {
  .properties-N6 .n6-image-item-first img {
    width: 80%;
    margin: 0 auto
  }
  .properties-N6 .n6-image-item-second img {
    width: 70%
  }
  .properties-N6 .n6-image-item-first .n6-section-banner img {
    width: 100%;
    margin: 0;
  }
  .properties-N6 .n6-image-item-first .n6-location-card img {
    width: 100%;
    margin: 0;
  }
  .properties-N6 .n6-complex-card img {
    width: 100%;
    margin: 0;
  }
  .properties-N6 .n6-community-card img {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .properties-N6 {
    padding-top: 0;
    padding-bottom: 1rem
  }
  .properties-N6 .n6-image-list {
    max-width: none
  }
  .properties-N6 .n6-image-item+.n6-image-item {
    margin-top: 2rem
  }
  .properties-N6 .n6-image-item-first {
    padding-top: 1.6rem
  }
  .properties-N6 .n6-section-banner {
    margin-bottom: 1.2rem;
  }
  .properties-N6 .n6-image-item-second img {
    width: 100%
  }
  .properties-N6 .n6-image-item-first img {
    width: 100%
  }
  .properties-N6 .n6-image-item-first .n6-section-banner img {
    width: 100%;
    margin: 0;
  }
  .properties-N6 .n6-mobile-promotion .n6-section-banner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .properties-N6 .n6-image-item-first .n6-location-card {
    width: 100%;
  }
  .properties-N6 .n6-image-item-first .n6-location-card img {
    width: 100%;
    margin: 0;
  }
  .properties-N6 .n6-complex-card {
    width: 100%;
  }
  .properties-N6 .n6-complex-card img {
    width: 100%;
    margin: 0;
  }
  .properties-N6 .n6-community-card {
    width: 100%;
  }
  .properties-N6 .n6-community-card img {
    width: 100%;
    margin: 0;
  }
  .properties-N6 .n6-hide-mobile {
    display: none
  }
  .properties-N6 .n6-mobile-only {
    display: block
  }
  .properties-N6 .n6-mobile-promotion {
    margin-top: 1.6rem !important
  }
  .properties-N6 .n6-mobile-location {
    margin-top: 0 !important
  }
  .properties-N6 .n6-mobile-community {
    margin-top: 2rem !important
  }
  .properties-N6 .n6-mobile-rooftop {
    margin-top: 2rem !important
  }
  .properties-N6 .n6-mobile-forest {
    margin-top: 2rem !important
  }
  .properties-N6 .n6-mobile-school {
    margin-top: 2rem !important
  }
  .properties-N6 .n6-mobile-rooftop .n6-mobile-section-head {
    margin-bottom: 1.4rem
  }
  .properties-N6 .n6-mobile-rooftop + .n6-mobile-forest {
    margin-top: 2rem !important
  }
  .properties-N6 .n6-mobile-only + .n6-mobile-only {
    margin-top: 0 !important
  }
  .properties-N6 .n6-mobile-rooftop.n6-mobile-only + .n6-mobile-forest.n6-mobile-only {
    margin-top: 2rem !important
  }
  .properties-N6 .n6-mobile-forest.n6-mobile-only + .n6-mobile-school.n6-mobile-only {
    margin-top: 2rem !important
  }
  .properties-N6 .n6-mobile-type-label {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 1.2rem 0 0.8rem;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.05;
    color: #2d3c56;
    letter-spacing: -0.01em
  }
  .properties-N6 .n6-mobile-type-label::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #c00d6f;
    border-radius: 1px;
    flex: 0 0 auto
  }
  .properties-N6 .n6-mobile-type-label sup {
    font-size: 0.62em;
    line-height: 0;
    vertical-align: super
  }
}
@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: 3rem;
  padding-bottom: 3rem
}
.properties-N7 .contents-inner {
  width: 100%
}
.properties-N7 .n7-image-list {
  display: flex;
  flex-direction: column;
  max-width: 120rem;
  margin: 0 auto
}
.properties-N7 .n7-image-item {
  overflow: hidden;
  border-radius: 0.8rem
}
.properties-N7 .n7-image-item + .n7-image-item {
  margin-top: 4rem
}
.properties-N7 .n7-image-item img {
  display: block;
  width: 100%;
  height: auto
}
.properties-N7 .n7-mobile-only {
  display: none
}
.properties-N7 .n7-mobile-premium-block {
  display: flex;
  flex-direction: column
}
.properties-N7 .n7-mobile-premium-block img + img {
  margin-top: 2.2rem
}
.properties-N7.reveal-ready .n7-image-item,
.properties-N7.reveal-ready .landscape-head,
.properties-N7.reveal-ready .landscape-slider-wrap,
.properties-N7.reveal-ready .landscape-pagination {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 1.3s ease, transform 1.3s ease;
  will-change: opacity, transform
}
.properties-N7.reveal-ready .n7-image-item.in-view,
.properties-N7.reveal-ready .landscape-head.in-view,
.properties-N7.reveal-ready .landscape-slider-wrap.in-view,
.properties-N7.reveal-ready .landscape-pagination.in-view {
  opacity: 1;
  transform: translateY(0)
}
@media (max-width: 992px) {
  .properties-N7 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  .properties-N7 .landscape-head {
    margin-bottom: 2rem
  }
  .properties-N7 .landscape-slider-wrap {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto 1.8rem;
  }
  .properties-N7 .landscape-swiper {
    width: 100%;
    flex: none;
    overflow: hidden;
    padding-top: 0;
    margin-top: 0;
  }
  .properties-N7 .landscape-btn {
    display: none
  }
  .properties-N7 .landscape-card {
    border-radius: 1.8rem
  }
  .properties-N7 .landscape-card img {
    width: 100%;
    max-width: none
  }
  .properties-N7 .landscape-pagination {
    margin-top: 1.2rem
  }
  .properties-N7 .n7-image-item + .n7-image-item {
    margin-top: 2rem
  }
  .properties-N7 .n7-hide-mobile {
    display: none
  }
  .properties-N7 .n7-mobile-only {
    display: block
  }
  .properties-N7 .n7-mobile-premium {
    margin-top: 3.2rem !important
  }
}
@media (prefers-reduced-motion: reduce) {
  .properties-N7.reveal-ready .n7-image-item {
    opacity: 1;
    transform: none;
    transition: none
  }
}

.properties-N7 {
  padding-top: 5.2rem;
  padding-bottom: 5.8rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #eef3f7 0%, #f7f3ec 100%);
}
.properties-N7 .landscape-head {
  text-align: center;
  margin-bottom: 3.6rem;
}
.properties-N7 .landscape-title {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0;
  color: #15181d;
  font-size: clamp(2.4rem, 2.7vw, 4.1rem);
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.15;
}
.properties-N7 .landscape-word {
  white-space: nowrap;
}
.properties-N7 .landscape-diamond {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 0.24em;
  height: 0.49em;
  margin: 0 0.7rem 0 0.92rem;
  transform: translateY(0.02em);
}
.properties-N7 .landscape-diamond::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #c7161f 0%, #910b12 100%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  box-shadow: 0 0.22rem 0.62rem rgba(167, 13, 20, 0.15);
}
.properties-N7 .landscape-sub {
  font-size: 0.46em;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #323842;
  margin-left: 0.42rem;
}
.properties-N7 .landscape-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  width: 100%;
  max-width: 136rem;
  overflow: visible;
  margin: 0 auto 2.4rem;
}
.properties-N7 .landscape-swiper {
  flex: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  margin-top: -1.2rem;
}
.properties-N7 .landscape-swiper .swiper-slide {
  height: auto;
  background: transparent;
}
.properties-N7 .landscape-card {
  box-sizing: border-box;
  aspect-ratio: 3840 / 2561;
  height: 100%;
  overflow: hidden;
  padding: 0;
  border-radius: 2.4rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 0.38s ease;
}
.properties-N7 .landscape-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  background: transparent;
  box-shadow:
    0 1.8rem 3.8rem rgba(20, 34, 56, 0.09),
    0 0.45rem 1.2rem rgba(20, 34, 56, 0.04);
  transition: box-shadow 0.38s ease;
}
.properties-N7 .landscape-card:hover {
  transform: translateY(-0.8rem);
}
.properties-N7 .landscape-card:hover img {
  box-shadow:
    0 2.2rem 4.2rem rgba(20, 34, 56, 0.12),
    0 0.65rem 1.4rem rgba(20, 34, 56, 0.05);
}
.properties-N7 .landscape-btn {
  flex-shrink: 0;
  width: 4.6rem;
  height: 4.6rem;
  border: 1.5px solid rgba(156, 10, 15, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #a00e15;
  font-size: 2.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.properties-N7 .landscape-btn:hover {
  background: #a00e15;
  color: #fff;
  border-color: #a00e15;
}
.properties-N7 .landscape-pagination {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.properties-N7 .landscape-pagination .swiper-pagination-bullet {
  width: 2.8rem;
  height: 0.3rem;
  border-radius: 999px;
  background: rgba(24, 34, 47, 0.14);
  opacity: 1;
  transition: background 0.24s ease, transform 0.24s ease;
}
.properties-N7 .landscape-pagination .swiper-pagination-bullet-active {
  background: #a00e15;
  transform: scaleX(1.08);
}
@media (min-width: 993px) {
  .properties-N7 .landscape-slider-wrap {
    display: block;
  }
  .properties-N7 .landscape-btn {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
  }
  .properties-N7 .landscape-prev {
    left: -5.8rem;
  }
  .properties-N7 .landscape-next {
    right: -5.8rem;
  }
}
@media (max-width: 992px) {
  .properties-N7 {
    padding-top: 3.6rem;
    padding-bottom: 4rem;
  }
  .properties-N7 .landscape-head {
    margin-bottom: 2.4rem;
  }
  .properties-N7 .landscape-title {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.42rem;
  }
  .properties-N7 .landscape-sub {
    width: 100%;
    margin-top: 0.35rem;
  }
  .properties-N7 .landscape-slider-wrap {
    display: block;
    width: 100%;
    max-width: none;
    gap: 0;
    margin: 0 auto 1.8rem;
  }
  .properties-N7 .landscape-swiper {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
  .properties-N7 .landscape-card {
    border-radius: 1.6rem;
  }
  .properties-N7 .landscape-card img {
    width: 100%;
    max-width: none;
    border-radius: inherit;
  }
  .properties-N7 .landscape-btn {
    display: none !important;
  }
  .properties-N7 .landscape-pagination {
    margin-top: 1.2rem;
  }
  .properties-N7 .landscape-pagination .swiper-pagination-bullet {
    width: 2rem;
  }
}
/* properties-N8 */
.properties-N8 {
  display: block !important;
  overflow: visible;
  position: relative;
  padding-top: 4.4rem;
  padding-bottom: 5.8rem;
  border-top: 1px solid rgba(148, 160, 178, 0.16);
  border-bottom: 1px solid rgba(148, 160, 178, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, #f8f3ea 0%, #fbf9f5 100%);
}
.properties-N8.reveal-ready .n8-banner-card {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 1.15s ease, transform 1.15s ease;
  will-change: opacity, transform;
}
.properties-N8.reveal-ready .n8-banner-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.properties-N8 .contents-inner {
  width: 100%;
}
.properties-N8 .n8-banner-wrap {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  display: grid;
  gap: 2.8rem;
  overflow: visible;
}
.properties-N8 .n8-banner-card {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  background: transparent;
  box-shadow:
    0 1.6rem 3.6rem rgba(19, 40, 74, 0.1),
    0 0.4rem 1rem rgba(19, 40, 74, 0.045);
  transition: transform 0.38s ease, box-shadow 0.38s ease;
}
.properties-N8 .n8-banner-card-noise {
  aspect-ratio: 2400 / 1720;
}
.properties-N8 .n8-banner-card-myhills {
  aspect-ratio: 2400 / 2535;
}
.properties-N8 .n8-banner-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.properties-N8 .n8-banner-card-myhills {
  display: flex;
  flex-direction: column;
}
.properties-N8 .n8-banner-card-myhills img + img {
  margin-top: 0;
}
.properties-N8 .n8-banner-card-myhills .n8-mobile-extra {
  display: none;
}
.properties-N8 .n8-banner-card-hservice {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .properties-N8 .n8-banner-card:hover {
    transform: translateY(-0.7rem);
    box-shadow:
      0 2rem 4rem rgba(19, 40, 74, 0.12),
      0 0.55rem 1.2rem rgba(19, 40, 74, 0.055);
  }
}
@media (max-width: 992px) {
  .properties-N8 {
    padding-top: 2.8rem;
    padding-bottom: 3.6rem;
  }
  .properties-N8 .n8-banner-wrap {
    gap: 1.8rem;
  }
  .properties-N8 .n8-banner-card {
    border-radius: 1.2rem;
  }
  .properties-N8 .n8-banner-card-noise,
  .properties-N8 .n8-banner-card-myhills {
    aspect-ratio: auto;
  }
  .properties-N8 .n8-banner-card img {
    height: auto;
    object-fit: initial;
  }
  .properties-N8 .n8-banner-card-myhills .n8-mobile-extra {
    display: block;
  }
  .properties-N8 .n8-banner-card-noise img {
    display: none;
  }
  .properties-N8 .n8-banner-card-noise::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 720 / 1747;
    background: url("../../../../new-assets/mobile/M_inter-floor_noise_h1.jpg") no-repeat center/100% 100%;
  }
  .properties-N8 .n8-banner-card-hservice {
    display: block;
  }
}
/* properties-N10 */
.properties-N10 {
  display: none;
}
@media (max-width: 992px) {
  .properties-N10 {
    display: block;
    padding-top: 0.4rem;
    padding-bottom: 3rem;
    background: #fff;
  }
  .properties-N10 .contents-inner {
    width: 100%;
  }
  .properties-N10 .n10-type-stack {
    display: grid;
    gap: 1.6rem;
  }
  .properties-N10 .n10-type-card {
    display: block;
    overflow: hidden;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow:
      0 1.2rem 2.8rem rgba(19, 40, 74, 0.08),
      0 0.35rem 0.9rem rgba(19, 40, 74, 0.04);
  }
  .properties-N10 .n10-type-card img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.properties-N10.reveal-ready .n10-type-card {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 1.15s ease, transform 1.15s ease;
  will-change: opacity, transform;
}
.properties-N10.reveal-ready .n10-type-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
/* properties-N9 */
/* Icon-font fallback fix */
.properties-N9 {
  overflow: hidden;
  position: relative;
  padding-top: 4.8rem;
  padding-bottom: 4rem;
  background: #fff;
  scroll-margin-top: 12rem
}
.properties-N9.reveal-ready .title-area,
.properties-N9.reveal-ready .form-group,
.properties-N9.reveal-ready .n9-bottom-banner {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 1.15s ease, transform 1.15s ease;
  will-change: opacity, transform;
}
.properties-N9.reveal-ready .title-area.in-view,
.properties-N9.reveal-ready .form-group.in-view,
.properties-N9.reveal-ready .n9-bottom-banner.in-view {
  opacity: 1;
  transform: translateY(0);
}
.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 .consultation-anchor {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: relative;
  top: -11rem;
  visibility: hidden
}
.properties-N9 .title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 3.4rem;
  text-align: center;
  scroll-margin-top: 18rem
}
.properties-N9 .title-area .h6 {
  color: #a00e15
}
.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-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: 1.6rem
}
.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: 14rem;
  resize: none
}
.properties-N9 .form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.4rem
}
.properties-N9 .contents-agree {
  display: flex;
  align-items: center;
  gap: 0.8rem
}
.properties-N9 .n9-scroll-anchor {
  position: relative;
  top: -12rem;
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none
}
.properties-N9 .n9-bottom-banner {
  margin-top: 3.2rem
}
.properties-N9 .n9-bottom-banner-link {
  display: block
}
.properties-N9 .n9-bottom-banner-media {
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 1.4rem 3.2rem rgba(19, 40, 74, 0.12)
}
.properties-N9 .n9-bottom-banner-media img {
  display: block;
  width: 100%;
  height: auto
}
.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 (min-width: 993px) {
  .properties-N9 .title-area .h6 {
    color: #a00e15;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em
  }
  .properties-N9 .form-group {
    max-width: 1040px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
    border: 1px solid #cfd7e5;
    border-radius: 3.2rem;
    box-shadow: 0 2rem 5rem rgba(20, 36, 62, 0.08);
    padding: 4rem clamp(2.4rem, 4vw, 4.8rem)
  }
  .properties-N9 .form-group form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.2rem 2.4rem;
    align-items: start
  }
  .properties-N9 .form-box,
  .properties-N9 .inputset {
    height: 100%
  }
  .properties-N9 .form-box + .form-box {
    margin-top: 0
  }
  .properties-N9 .form-box:nth-child(3),
  .properties-N9 .form-box:nth-child(5),
  .properties-N9 .form-wrap {
    grid-column: 1 / -1
  }
  .properties-N9 .form-control {
    min-height: 6rem;
    padding: 0 2rem;
    border: 1px solid #d8e0ed;
    border-radius: 1.8rem;
    background: #f8fbff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease
  }
  .properties-N9 .inputset-textarea.form-control {
    min-height: 16rem;
    padding: 1.6rem 2rem
  }
  .properties-N9 .form-control:focus {
    border-color: #c00d6f;
    background: #ffffff;
    box-shadow: 0 0 0 0.4rem rgba(192, 13, 111, 0.08)
  }
  .properties-N9 .checkset-wrap {
    padding: 1.8rem 2rem;
    border: 1px solid #d8e0ed;
    border-radius: 1.8rem;
    background: #f8fbff
  }
  .properties-N9 .form-wrap {
    margin-top: 0.8rem;
    padding-top: 1.2rem
  }
  .properties-N9 .contents-agree {
    gap: 1rem
  }
  .properties-N9 .form-btn .btnset-primary {
    min-width: 18rem;
    height: 6rem;
    border-radius: 1.6rem;
    box-shadow: 0 1.2rem 2.4rem rgba(19, 40, 74, 0.14)
  }
}
@media (max-width: 992px) {
  .properties-N9 {
    padding-top: 3rem;
    padding-bottom: 2rem
  }
  .properties-N9 .title-area {
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 2.2rem;
    scroll-margin-top: 9rem
  }
  .properties-N9 .consultation-anchor {
    top: -7rem
  }
  .properties-N9 .title-area .h6 {
    color: #a00e15;
    font-size: clamp(2.6rem, 8.2vw, 3.6rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.01em
  }
  .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;
    margin-top: 1.8rem
  }
  .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 {
    background: #ffffff;
    border: 1px solid #cfd7e5;
    border-radius: 1.4rem;
    box-shadow: 0 0.8rem 2rem rgba(20, 36, 62, 0.08);
    padding: 1.6rem 1.4rem;
    max-width: 100%
  }
  .properties-N9 .n9-bottom-banner {
    margin-top: 2rem
  }
  .properties-N9 .n9-scroll-anchor {
    top: -9rem
  }
}
/* 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: 1.4rem;
  padding-bottom: calc(1.4rem + (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: 2.2rem;
  padding-bottom: 1.1rem;
  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: 0.7rem
}
.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: 0.8rem 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: 0.7rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2
}
.properties-N3 .footer-main-right p {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.8rem
}
.properties-N3 .footer-main-right p+p {
  margin-top: 0.8rem
}
.properties-N3 .footer-main-right .key,
.properties-N3 .footer-main-right .value {
  font-size: 1.4rem
}
.properties-N3 .footer-main-right .key::after {
  content: "|";
  display: inline-block;
  margin-left: 0.8rem;
  color: rgba(255, 255, 255, 0.75)
}
.properties-N3 .footer-copyright {
  margin: 1rem 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: 46% 54%;
  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-submit.is-loading {
  pointer-events: none
}
.fixed-consult-bar.is-split .consult-submit .consult-submit-spinner {
  width: calc(14px * var(--consult-scale));
  height: calc(14px * var(--consult-scale));
  border-radius: 50%;
  border: 2px solid rgba(17, 17, 17, 0.28);
  border-top-color: #111;
  animation: consult-submit-spin 0.8s linear infinite
}
.fixed-consult-bar.is-split .consult-submit .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
.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: 1.4rem;
    padding-bottom: 1.4rem
  }
.properties-N3 .footer-main {
    flex-direction: column;
    gap: 1.2rem;
    padding-bottom: 1rem
  }
.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: 0.7rem;
    font-size: 1.3rem;
    line-height: 1.45
  }
.properties-N3 .footer-main-right strong {
    font-size: 1.6rem;
    margin-bottom: 0.6rem
  }
.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.6rem
  }
.properties-N3 .footer-copyright {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.35
  }
}
@media (max-width: 900px) {
:root {
    --consult-base-height: 82;
    --consult-scale: clamp(0.82, calc((100vw / (var(--consult-base-width) * 1px)) * 1.2), 3)
  }
.fixed-consult-bar.is-split .fixed-consult-inner {
    grid-template-columns: 45% 55%
  }
.fixed-consult-bar.is-split .consult-call {
    padding: 0 calc(8px * var(--consult-scale))
  }
.fixed-consult-bar.is-split .consult-call-number {
    font-size: calc(26px * var(--consult-scale));
    letter-spacing: -0.02em
  }
.fixed-consult-bar.is-split .consult-call-label {
    font-size: 0;
    line-height: 1
  }
.fixed-consult-bar.is-split .consult-call-label::before {
    content: "클릭 시 전화 연결";
    display: inline-block;
    font-size: calc(19px * var(--consult-scale));
    font-weight: 800;
    line-height: 1.05;
    color: #ffffff;
    letter-spacing: -0.01em;
    white-space: nowrap
  }
.fixed-consult-bar.is-split .consult-call-sep {
    display: none
  }
.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)))
  }
}
@keyframes consult-submit-spin {
to {
    transform: rotate(360deg)
  }
}
@media (min-width: 901px) {
:root {
    --consult-base-height: 96
  }
.fixed-consult-bar.is-split .fixed-consult-inner {
    grid-template-columns: 48% 52%
  }
.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
  }
}
@media (min-width: 901px) and (max-width: 1180px) {
.fixed-consult-bar.is-split .fixed-consult-inner {
    grid-template-columns: 49% 51%
  }
.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
  }
}

#n5-mute-btn {
  position: absolute;
  top: 50%;
  left: calc(50% + 7rem);
  transform: translateY(-50%);
  width: 6.4rem;
  height: 6.4rem;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.2s ease;
  z-index: 10;
  backdrop-filter: blur(4px);
}
.n5-lead-video:hover #n5-mute-btn {
  opacity: 1;
}
#n5-mute-btn:hover {
  background: rgba(0, 0, 0, 0.75);
}
#n5-mute-btn svg {
  width: 3rem;
  height: 3rem;
}

/* PREMIUM8 */
.premium8-section { padding: 7rem 0 6rem; background: #fff; }
.premium8-head {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0.35rem 0 0.45rem;
}
.premium8-title {
  font-size: clamp(2.4rem, 2.8vw, 4rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
.premium8-num { color: #a00e15; font-size: 1.2em; }
.premium8-diamond {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 0.38em;
  height: 0.68em;
  margin: 0 0.42rem 0 0.34rem;
  color: transparent;
  font-size: 0.5em;
  line-height: 1;
  transform: translateY(0.02em);
  overflow: visible;
}
.premium8-diamond::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #212327 0%, #101115 58%, #000000 100%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  filter: drop-shadow(0 0.18rem 0.26rem rgba(0, 0, 0, 0.14));
}
.premium8-diamond::after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 50%;
  width: 0.1em;
  height: 0.16em;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  opacity: 0.48;
}
.premium8-sub {
  margin-left: 0.02rem;
  font-size: 0.48em;
  font-weight: 700;
  color: #2f2f32;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.premium8-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  overflow: visible;
  padding-top: 1.2rem;
  margin-top: -1.2rem;
  margin-bottom: 4.4rem;
}
.premium8-swiper {
  flex: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  margin-top: -1.2rem;
  box-sizing: border-box;
}
.premium8-card {
  position: relative;
  box-sizing: border-box;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 43/50;
  border: 3px solid #9c0a0f;
  background: #fff;
  box-shadow: 0 0.95rem 2rem rgba(18, 24, 32, 0.08);
  transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.34s ease;
  will-change: transform;
}
.premium8-card::after {
  content: none;
}
.premium8-card picture {
  display: block;
  width: 100%;
  height: 100%;
}
.premium8-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.4s ease;
}
.premium8-card:hover {
  transform: translateY(-1rem);
  border-color: #87080c;
  box-shadow: 0 1.5rem 3.1rem rgba(18, 24, 32, 0.12);
}
.premium8-card:hover img { transform: scale(1.02); }
.premium8-btn {
  flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 2px solid #a00e15;
  background: #fff;
  color: #a00e15;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.premium8-btn:hover { background: #a00e15; color: #fff; }
.premium8-pagination {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.4rem;
}
.premium8-pagination .swiper-pagination-bullet {
  width: 3rem;
  height: 0.3rem;
  border-radius: 0.2rem;
  background: #ddd;
  opacity: 1;
  transition: background 0.25s;
}
.premium8-pagination .swiper-pagination-bullet-active {
  background: #a00e15;
}
html.premium8-lightbox-open,
body.premium8-lightbox-open {
  overflow: hidden;
}
.premium8-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(10, 14, 21, 0.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.premium8-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.premium8-lightbox-inner {
  position: relative;
  width: min(100vw, 48rem);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.premium8-lightbox-swiper {
  width: 100%;
  height: 100%;
}
.premium8-lightbox-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.premium8-lightbox-swiper .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.8rem 1.4rem 5.8rem;
  box-sizing: border-box;
}
.premium8-lightbox-swiper .swiper-zoom-container > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.premium8-lightbox-close,
.premium8-lightbox-nav {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.premium8-lightbox-close {
  top: 1.6rem;
  right: 1.6rem;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 2.8rem;
  line-height: 1;
}
.premium8-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 4.4rem;
  height: 4.4rem;
  font-size: 2.8rem;
  line-height: 1;
}
.premium8-lightbox-prev {
  left: 1.2rem;
}
.premium8-lightbox-next {
  right: 1.2rem;
}
.premium8-lightbox-pagination {
  position: absolute !important;
  left: 50% !important;
  bottom: 1.6rem !important;
  width: auto !important;
  transform: translateX(-50%) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.premium8-lightbox-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.38);
  opacity: 1;
}
.premium8-lightbox-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
@media (min-width: 993px) {
  .premium8-slider-wrap {
    display: block;
    width: 100%;
    max-width: 128rem;
    margin-left: auto;
    margin-right: auto;
  }
  .premium8-swiper {
    width: 100%;
  }
  .premium8-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }
  .premium8-prev {
    left: -5.8rem;
  }
  .premium8-next {
    right: -5.8rem;
  }
}
@media (max-width: 992px) {
  .premium8-section { padding: 4.5rem 0 4rem; }
  .premium8-head {
    margin-bottom: 2.4rem;
    padding: 0.2rem 0 0.35rem;
  }
  .premium8-title { flex-wrap: wrap; justify-content: center; }
  .premium8-slider-wrap { margin-bottom: 3rem; }
  .premium8-sub { width: 100%; margin-top: 0.4rem; }
  .premium8-btn { width: 3.2rem; height: 3.2rem; font-size: 2rem; }
  .premium8-pagination .swiper-pagination-bullet { width: 2rem; }
  .premium8-card {
    cursor: zoom-in;
  }
  .premium8-lightbox-nav {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
  }
  .premium8-lightbox-prev {
    left: 0.8rem;
  }
  .premium8-lightbox-next {
    right: 0.8rem;
  }
}
