<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup-container {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 10000;
  pointer-events: none;
}

.js-popup-wrapper {
  width: 100%;
  height: 500px;
  position: fixed;
  top: 50%;
  transform: translatey(-50%);
  justify-content: flex-start;
  display: flex;
  flex-direction: row-reverse;
}

.js-popup-images {
  display: flex;
  transition: 0.8s ease-in-out;
  width: auto;
  z-index: 100000;
  position: relative;
  object-fit: contain;
}

.js-popup-images.shrunk {
  transform: translateX(150%);
}

.js-popup-image {
  margin-left: 5px;
  width: 350px;
  max-width: 350px;

  &amp;:first-of-type {
    margin-left: 0px;
  }
}

.loan-popup-link {
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  margin-left: 5px;
  justify-content: flex-start;
  width: 350px;
  max-width: 350px;
  max-height: 100%;
}

/* .loan-popup-link img {
  width: 350px;
  max-width: 350px;
  max-height: 100%;
  object-fit: cover;
} */

.js-popup-toggle-button {
  height: 120px;
  width: 40px;
  outline: none;
  border: none;
  background-color: #201848;
  color: white;
  font-size: 18px;
  cursor: pointer;
  pointer-events: auto;
  margin-right: 0px;
}

.js-popup-controller-wrapper {
  background-color: white;
  height: 100%;
  width: 80px;
  min-width: 60px;
  border-radius: 10px;
  display: flex;
  border: 1px solid #201848;
  flex-direction: column;
  overflow: hidden;
  z-index: 100001;
  transition: 0.5s ease-in-out;
  pointer-events: auto;
}

.js-popup-controller-wrapper.shrunk {
  transform: translateX(120%);
}

.js-popup-controller {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  justify-content: center;
  gap: 30px;
}

.js-popup-controller-button {
  display: flex;
  flex-direction: column;
  height: fit-content;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}

.js-popup-controller-button&gt;span {
  font-size: 12px;
  text-align: center;
}

.js-popup-carousel {
  display: none;
}

.carousel-button {
  position: absolute;
  z-index: 100005;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #171717bb;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: white;
}

.next-button {
  cursor: pointer;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
}

.prev-button {
  cursor: pointer;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
}

.js-popup-close-button {
  height: 80px;
  outline: none;
  border: none;
  background-color: #201848;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.js-popup-reopen-button {
  cursor: pointer;
  position: fixed;
  top: 50%;
  right: 0;
  width: 50px;
  height: 300px;
  background-color: #f59b42;
  z-index: 100002;
  transform: translate(120%, -50%);
  transition: 0.5s ease-in-out;
  pointer-events: auto;
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}

.js-popup-reopen-button.grown {
  transform: translate(0%, -50%);
}

.mobile-close-popup-button {
  display: none;
}

@media (max-width: 1400px) {
  .js-popup-wrapper {
    gap: 5px;
  }

  .js-popup-images {
    display: none;
  }

  .js-popup-controller-wrapper {
    height: 450px;
  }

  .js-popup-toggle-button {
    display: none;
  }

  .js-popup-carousel {
    position: relative;
    display: flex;
    width: 300px;
    height: 450px;
    min-width: 300px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .js-popup-carousel.shrunk {
    transform: translateX(150%);
  }

  .carousel-images {
    display: flex;
    gap: 0px;
    width: 350px;
    height: auto;
    transition: 0.5s ease-in-out;
    transform: translateX(0%);
  }

  .js-popup-image {
    object-fit: contain;
    height: 450px;
    width: 300px;
    margin: 0;
    padding: 0;
  }

  @media (max-width: 500px) {
    .js-popup-controller-wrapper {
      display: none;
    }

    .loan-popup-link {
      margin-left: 0px;
    }

    .js-popup-reopen-button {
      height: 150px;
    }

    .carousel-mobile-controller {
      display: none;
    }

    .js-popup-wrapper {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 0px;
    }

    .carousel-images {
      display: flex;
      gap: 0px;
      width: 100%;
      height: 450px;
      transition: 0.5s ease-in-out;
      transform: translateX(0%);
    }

    .js-popup-carousel {
      position: relative;
    }

    .carousel-mobile-controller {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      font-size: 14px;
      width: 300px;
      height: 30px;
      background-color: rgba(219, 219, 219, 0.862);
      z-index: 100000;
      transition: 0.5s ease-in-out;
      pointer-events: auto;
    }

    .carousel-mobile-controller.shrunk {
      transform: translateX(150%);
    }


    .mobile-close-popup-button {
      display: flex;
      height: fit-content;
      align-items: center;
      font-weight: bold;
      cursor: pointer;
      pointer-events: auto;
    }

    .mobile-close-popup-button&gt;i,
    p {
      padding: 0px;
      margin: 0px;
    }
  }
}

.tits {
  margin: 0;
  margin-bottom: 10px;
  margin-left: 5px;
}

.tit_wrap.aos-animate .tits span {
  animation: tit .5s ease both;
}

@keyframes tit {
  0% {
    color: #e13234;
    left: -30px;
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  50% {
    color: #e13234;
    left: 0;
  }

  100% {
    color: #f47c20;
    left: 0;
    opacity: 1;
  }
}

#main1 {
  height: 100vh;
  min-height: 600px;
}

#main1 .main1_slide {
  width: 100%;
}

#main1 .main1_slide .swiper-slide {
  height: 100vh;
  min-height: 600px;
  text-wrap: nowrap;
}

#main1 .main1_slide .swiper-slide&gt;div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  padding-left: 17vw;
}

#main1 .main1_slide .swiper-slide&gt;div .main_tx {
  font-size: 4.2rem;
  margin: -190px 0 20px 0;
  word-spacing: -.2rem;
  letter-spacing: -.13rem;
}

#main1 .main1_slide .swiper-slide&gt;div .main_tx b {
  font-weight: 700;
  opacity: 0;
  margin-left: -50px;
  transition: opacity 1.2s, margin 1.2s;
}

#main1 .main1_slide .swiper-slide&gt;div .main_tx b:nth-of-type(2) {
  transition-delay: 1s;
}

#main1 .main1_slide .swiper-slide&gt;div .main_tx span {
  background: #19a570;
  background: #e08d06;
  font-weight: 800;
  padding: 3px 12px;
  margin: -3px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 1.2s .5s, margin 1.2s .5s;
}

#main1 .main1_slide .main1_slide2&gt;div .main_tx span {
  background: #29229c;
}

#main1 .main1_slide .main1_slide3&gt;div .main_tx span {
  background: #19a570;
}

#main1 .main1_slide .swiper-slide&gt;div&gt;p {
  align-self: flex-start;
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 10px;
}

#main1 .main1_slide .swiper-slide.swiper-slide-active&gt;div .main_tx b {
  margin-left: 0;
  opacity: 1;
}

#main1 .main1_slide .swiper-slide.swiper-slide-active&gt;div .main_tx span {
  margin-left: 0;
  opacity: 1;
}

#main1 .main1_slide .swiper-slide&gt;div&gt;p span {
  font-weight: 800;
  color: #ffa02b;
}

#main1 .main1_slide .swiper-slide&gt;div&gt;.firstige {
  align-self: flex-start;
  word-spacing: -.05rem;
  letter-spacing: -.02rem;
  margin-top: 50px;
}

#main1 .main1_slide .swiper-slide&gt;div&gt;.firstige b {
  font-weight: 700;
  font-size: 1.5rem;
}

#main1 .main1_slide .swiper-slide&gt;div&gt;.firstige p {
  font-weight: 300;
  font-size: 1.3rem;
}

#main1 .main1_slide .swiper-slide&gt;div&gt;.firstige::after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffffb5;
  margin-top: 8px;
}

#main1 .main1_slide .swiper-slide&gt;div&gt;.firstige::before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffffb5;
  margin-bottom: 8px;
}

#main1 .main1_slide .main1_slide1 {
  background: url(../images/main_top.jpg) center / cover no-repeat;
}

#main1 .main1_slide .main1_slide2 {
  background: url(../images/main_top2.jpg) center / cover no-repeat;
}

#main1 .main1_slide .main1_slide3 {
  background: url(../images/main_top4.jpg) center / cover no-repeat;
}

#main1 .swiper-pagination {
  bottom: 100px;
  text-align: left;
  padding-left: 16vw;
}

#main1 .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  opacity: .5;
  border-radius: 0;
  margin: 0 2%;
}

#main1 .swiper-pagination-bullet span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: -.03rem;
}

#main1 .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
}

#main1 .swiper-pagination-bullet-active {
  opacity: 1;
}

#main1 .swiper-pagination-bullet-active::after {
  height: 2px;
  background: var(--back03);
}

#location {
  padding: 140px 0 160px 0;
}

#location .inner {
  padding: 0;
}

#location .tit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#location .tit_wrap&gt;img {
  width: 400px;
  height: 200px;
  object-fit: cover;
}

#location .tit_wrap&gt;div:nth-of-type(1) p:last-child {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 50px;
}

#location .tit_wrap&gt;div:nth-of-type(1) p:last-child b {
  font-weight: 700;
}

#location .tit_wrap&gt;div:nth-of-type(2) b {
  font-size: 2.2rem;
  font-weight: 700;
  word-spacing: -.2rem;
  color: var(--back03);
}

#location .tit_wrap&gt;div:nth-of-type(2) p {
  font-size: 1.45rem;
}

/* #location ul{width: 1400px; height: 500px; margin: 0 auto; display: flex;} */

#traffic {
  height: 900px;
}

#traffic .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#traffic .bg&gt;span {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

#traffic .bg&gt;span.active {
  opacity: 1;
}

#traffic .bg .bg1 {
  background: fixed url(../images/traffic1.jpg) center / cover no-repeat;
}

#traffic .bg .bg2 {
  background: fixed url(../images/traffic2.jpg) center / cover no-repeat;
}

#traffic .bg .bg3 {
  background: fixed url(../images/traffic3.jpg) center / cover no-repeat;
}

#traffic .bg .bg4 {
  background: fixed url(../images/traffic4.jpg) center / cover no-repeat;
}

#traffic&gt;ul {
  width: 100%;
  min-width: 1400px;
  height: 100%;
  display: flex;
}

#traffic&gt;ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000030;
  transition: background .5s;
}

#traffic&gt;ul li {
  width: 25%;
  height: 100%;
  border-right: 1px solid #ffffff35;
}

#traffic&gt;ul li&gt;div {
  position: absolute;
  bottom: 10%;
  left: 11%;
  color: #ffffff;
  transition: bottom .8s;
}

#traffic&gt;ul li&gt;div b {
  font-size: 4rem;
  font-weight: 100;
  opacity: .5;
  letter-spacing: -.15rem;
  display: block;
  margin-bottom: 20px;
}

#traffic&gt;ul li&gt;div p {
  font-size: 1.8rem;
  font-weight: 600;
  word-spacing: -.1rem;
  margin-bottom: 10px;
  opacity: .9;
}

#traffic&gt;ul li&gt;div i {
  font-size: 1.2rem;
  font-weight: 300;
  opacity: .9;
}

@media(min-width:1025px) {
  #traffic&gt;ul li:hover::before {
    background: #00000070;
  }

  #traffic&gt;ul li:hover&gt;div {
    bottom: 15%;
  }
}

#premium {
  background: #f7f6f5;
  background: url(../images/premium_bg.jpg) center / cover no-repeat;
  padding: 30px 0;
}

#premium .inner {
  display: flex;
  align-items: center;
  height: 900px;
  max-width: 100%;
  min-width: 1400px;
}

#premium .inner&gt;div {
  width: 53%;
}

#premium .inner&gt;div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  width: 47%;
  padding-left: 13vw;
}

#premium .pre_tit {
  font-size: 1.9rem;
  letter-spacing: -.06rem;
  margin-left: 6px;
  color: #777777;
  font-weight: 300;
}

#premium .pre_tits {
  font-size: 5.2rem;
  font-weight: 400;
  letter-spacing: -.1rem;
  line-height: .7;
  word-spacing: -.6rem;
  color: #414040;
  margin: 30px 0;
  font-family: "Cinzel", serif;
}

#premium .pre_tits span:nth-of-type(1),
#premium .pre_tits span:nth-of-type(9) {
  font-weight: 600;
  color: #333333;
}

#premium .pre_tits span:last-child {
  color: #f47c20;
  font-size: 8rem;
  font-weight: 500;
}

#premium .pre_tits span:nth-of-type(9) {
  margin-left: 50px;
}

#premium .titbox {
  font-size: 1.4rem;
  align-self: flex-start;
  background: var(--back00);
  padding: 10px 43px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 6px;
}

#premium .premium_slide .swiper-slide {
  height: 700px;
  margin-top: 50px;
  transition: margin .5s .3s;
  color: #ffffff;
}

#premium .premium_slide .swiper-slide.swiper-slide-active {
  margin-top: 0;
}

#premium .swiper-button-prev,
#premium .swiper-button-next {
  color: #333333;
  top: auto;
  bottom: -35%;
  display: none;
}

#premium .tit_wrap.aos-animate .tits span {
  animation: tit2 .5s ease-in-out both;
}

@keyframes tit2 {
  0% {
    left: -50px;
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

#premium .swiper-slide&gt;div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px;
}

#premium .swiper-slide&gt;div p {
  font-size: 1.3rem;
  margin: 30px 0 10px 0;
  opacity: .8;
  font-weight: 300;
  opacity: 0;
}

#premium .swiper-slide&gt;div b {
  font-size: 1.6rem;
  font-weight: 700;
}

#premium .swiper-slide&gt;div b:nth-of-type(1) {
  font-size: 1.3rem;
  top: 50px;
  letter-spacing: 0;
  transition: top .5s;
}

#premium .premium_slide .swiper-slide.swiper-slide-active p {
  opacity: 1;
  transition: opacity .5s .5s;
}

#premium .premium_slide .swiper-slide.swiper-slide-active b {
  top: 0;
}

#premium .img_tx {
  bottom: auto;
  top: 20px;
}

#premium .premium_slide1 {
  background: url(../images/premium1.jpg) center / cover no-repeat;
}

#premium .premium_slide2 {
  background: url(../images/premium2.jpg) center / cover no-repeat;
}

#premium .premium_slide3 {
  background: url(../images/premium3.jpg) center / cover no-repeat;
}

#premium .premium_slide4 {
  background: url(../images/premium4.jpg) center / cover no-repeat;
}

#premium .premium_slide5 {
  background: url(../images/premium5.jpg) center / cover no-repeat;
}

#premium .premium_slide6 {
  background: url(../images/premium6.jpg) center / cover no-repeat;
}

#unit .tit_wrap p:last-child {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 10px;
}

#unit .inner {
  padding-bottom: 30px;
}

#unit .unit_slide {
  background: #ffffff;
  margin-top: 50px;
}

#unit .unit_slide .swiper-slide {
  padding-top: 100px;
}

#unit .unit_slide .swiper-slide&gt;div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 20px 100px;
}

#unit .unit_slide .swiper-slide .type {
  font-size: 1.8rem;
  text-wrap: nowrap;
}

#unit .unit_slide .swiper-slide .type b {
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: -.2rem;
}

#unit .unit_slide .swiper-slide ul {
  margin-top: 30px;
  width: 240px;
}

#unit .unit_slide .swiper-slide ul li {
  font-size: 1.2rem;
  padding: 13px 0;
  border-bottom: 1px solid #d1d1d1;
}

#unit .swiper-pagination3 {
  position: absolute;
  display: block;
  width: 100%;
  height: 55px;
  top: 0;
  display: flex;
  justify-content: space-between;
  border-radius: 0;
  z-index: 2;
}

#unit .swiper-pagination3 .swiper-pagination-bullet {
  width: 20%;
  opacity: 1;
  margin: 0;
  height: 100%;
  border-radius: 0;
}

#unit .swiper-pagination3 .swiper-pagination-bullet span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #f5f4f4;
  color: #212121;
  padding: 15px;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

#unit .swiper-pagination3 .swiper-pagination-bullet-active span {
  font-weight: 700;
  background: #333333;
  color: #ffffff;
}

#system .tit_wrap {
  margin-bottom: 50px;
}

#system .system_list {
  margin-bottom: 70px;
}

#system .system_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#system .system_list ul li {
  text-align: center;
  padding: 4% 0;
}

#system .system_list ul li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 75%;
  background: #dfdfdf;
}

#system .system_list ul li::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #dfdfdf;
}

#system .system_list ul li b {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 10px 0 6px 0;
}

#system .system_list ul li b::before {
  position: relative;
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  margin: 20px auto;
}

#system .system_list ul li p {
  font-size: 1.2rem;
}

#system .system_list ul li p span {
  display: block;
  font-size: 1rem;
  color: #999;
}

#system .system_list ul li p span:nth-of-type(1) {
  margin-top: 7px;
}

#system .energy&gt;p {
  width: 100%;
  line-height: 250px;
  text-align: center;
  background: url(../images/system_bg2.jpg) center / cover no-repeat;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#system .energy ul li {
  width: 24%;
}

#system .energy ul li:nth-of-type(4)::after,
#system .energy ul li:last-child::after {
  display: none;
}

#system .energy ul li:nth-of-type(n+5)::before {
  display: none;
}

#system .energy ul li b {
  color: rgb(36, 10, 6);
}

#system .energy ul li b::before {
  background: rgb(36, 10, 6);
}

#system .digital&gt;p {
  width: 100%;
  line-height: 250px;
  text-align: center;
  background: url(../images/system_bg3.jpg) center / cover no-repeat;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#system .digital ul li {
  width: 30%;
}

#system .digital ul li:last-child::after,
#system .digital ul li:nth-of-type(3)::after,
.digital ul li:nth-of-type(6)::after {
  display: none;
}

#system .digital ul li:nth-of-type(n+7)::before {
  display: none;
}

#system .digital ul li:nth-of-type(n+7) {
  width: 40%;
}

#system .digital ul li b {
  color: var(--back00);
}

#system .digital ul li b::before {
  background: var(--back00);
}

#system .security {
  margin-bottom: 0;
}

#system .security&gt;p {
  width: 100%;
  line-height: 250px;
  text-align: center;
  background: url(../images/system_bg4.jpg) center / cover no-repeat;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#system .security ul li {
  width: 24%;
}

#system .security ul li::before {
  display: none;
}

#system .security ul li:last-child::after {
  display: none;
}

#community {
  background: var(--back00);
  color: #ffffff;
}

#community::before {
  position: absolute;
  content: "";
  top: 8%;
  right: 3%;
  width: 634px;
  height: 98px;
  background: url(../images/community_bg.png) center / cover no-repeat;
}

#community .tit {
  color: #ffffff;
}

#community .tit_wrap p:last-child {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 10px;
}

#community ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  margin: 50px 0;
}

#community ul li {
  width: 19%;
}

#community ul li .community_img {
  width: 100%;
  max-width: 266px;
  overflow: hidden;
}

#community ul li .community_img img {
  width: 100%;
}

#community ul li p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
  text-wrap: nowrap;
}

#community ul li p:first-child {
  margin-top: 20px;
}

#community ul li p span {
  font-weight: 700;
  font-size: 1.4rem;
}

#community .community_slide {
  width: 100%;
  margin: 100px auto 0 auto;
  font-size: 0;
  border-radius: 20px;
}

#community .community_slide .swiper-slide {
  background: #ffffff;
  text-align: center;
}

#community .community_slide .swiper-slide img {
  width: 100%;
}

#community .swiper-pagination4 {
  position: relative;
  width: 100%;
  height: 60px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  z-index: 2;
}

#community .swiper-pagination4 .swiper-pagination-bullet {
  width: calc(100%/5);
  height: 100%;
  opacity: 1;
  margin: 0;
  border-radius: 0;
  border-right: 1px solid #dcdcdc;
}

#community .swiper-pagination4 .swiper-pagination-bullet:last-child {
  border: 0;
}

#community .swiper-pagination4 .swiper-pagination-bullet span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #f5f4f4;
  color: #212121;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

#community .swiper-pagination4 .swiper-pagination-bullet-active span {
  font-weight: 700;
  background: #333333;
  color: #ffffff;
}

#community .elevator {
  margin-top: 50px;
}

#community .elevator p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#community .elevator img {
  width: 100%;
}

#register {
  background: url(../images/register.jpg) center / cover no-repeat;
  padding-bottom: 120px;
}

#register .tit span {
  display: block;
  font-size: 2.2rem;
  letter-spacing: -.07rem;
  opacity: .7;
  line-height: .9;
  font-weight: 300;
}

#register .inner {
  padding-bottom: 30px;
}

#register .inner_bg {
  width: 1250px;
  padding: 80px 0 70px 0;
  background: #ffffff80;
  margin-left: auto;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

#register .input_s {
  width: 900px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 100px;
}

#register .input_s&gt;div {
  width: 49%;
}

#register .input_s&gt;b {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 700;
  top: -10px;
}

#register .input_s&gt;.agree {
  width: 100%;
}

#register .input_s&gt;div&gt;p {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 10px;
}

#register .input_s&gt;div&gt;p:after {
  position: relative;
  left: 2px;
  top: -2px;
  content: "*";
  color: var(--back03);
  font-size: 1.2rem;
}

#register .input_s&gt;div&gt;.pn:after {
  content: "";
}

#register .input_s input {
  width: 100%;
  height: 65px;
  background: transparent;
  border: solid 1px #0000001a;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

#register .input_s .agree {
  height: 180px;
  border: solid 1px #0000001a;
  border-radius: 5px;
  padding: 20px;
  padding-right: 15px;
  overflow-y: scroll;
  color: #5c5c5c;
  line-height: 1.3;
}

#register .input_s .contact {
  width: 100%;
}

#register .input_s .contact .checkbox label {
  display: flex;
  align-items: center;
  padding-left: 25px;
  left: 5px;
  top: 5px;
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 10px;
}

#register .input_s .contact .checkbox input {
  display: none;
}

#register .input_s .contact .checkbox input:checked+label:before {
  border: 2px solid var(--back03);
}

#register .input_s .contact .checkbox input:checked+label:after {
  background: var(--back03);
}

#register .input_s .contact .checkbox input+label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  border: 2px solid #ddd;
  border-radius: 50%;
}

#register .input_s .contact .checkbox input+label:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 6px;
  background: #fff;
  border-radius: 50%;
}

#register .contact_btn {
  width: 350px;
  line-height: 58px;
  background: var(--back03);
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  margin: 60px auto 0 auto;
}

#register .contact_btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#overview {
  background: #f7f6f5;
}

#overview .inner&gt;div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

#overview .inner&gt;div:nth-of-type(2)&gt;div {
  width: 56%;
  overflow: hidden;
}

#overview .inner&gt;div:nth-of-type(2)&gt;div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#overview .inner table {
  width: 40%;
  border-spacing: 0;
  font-size: 1.2rem;
}

#overview .inner table th {
  border-bottom: 2px solid var(--back00);
  font-size: 1.2rem;
  width: 120px;
}

#overview .inner table td {
  height: 60px;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 20px;
  font-weight: 300;
}

#location2 .location_map {
  width: 70%;
  margin-left: auto;
}

#location2 .location_map .map_1 {
  height: 400px;
  border: 1px rgb(223, 223, 223) solid;
  overflow: hidden;
}

#location2 .location_map .tx {
  text-align: left;
}

#location2 .location_map .tx b {
  font-size: 1.7rem;
  letter-spacing: -0.05em;
  display: block;
  line-height: 20px;
  font-weight: 600;
}

#location2 .location_map .tx p {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  margin-top: 5px;
}

#location2 .location_map .tx&gt;div:nth-child(2) {
  width: 222px;
  height: 2px;
  border-bottom: #040836 2px solid;
  display: inline-block;
}

#location2 .location_map .tx&gt;div:nth-child(3) {
  width: 120px;
  height: 2px;
  border-bottom: #a3a3a3 1px solid;
  display: inline-block;
  left: -2px;
}

#location2 .location_map .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#location2 .root_daum_roughmap_landing {
  width: 100% !important;
}





/* 
.yb_popup&gt;div a {
  position: absolute;
  width: 33%;
  height: calc(25 / 640 * 100vw);
  left: 0;
  bottom: 0;
}

.yb_popup&gt;div .pop_link3 {
  width: 15%;
  bottom: 17%;
  left: 50%;
  transform: translateX(-50%);
}

.yb_popup .yb_pop_img1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 1600px;
}

.yb_popup .yb_pop_img1 img {
  width: 400px;
}

.yb_popup .yb_pop_img1 img:last-child {
  width: 680px;
}

.yb_popup .yb_pop_img1 a {
  width: 24%;
  height: 90px;
  left: 2%;
  top: 53%;
}

.yb_popup .yb_pop_img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.yb_close {
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1%;
}

.yb_pop_img2 .img2_m {
  display: none;
} */

/*ë©”ì¸íŒì—…*/
.yb_popup {
  position: fixed;
  height: 100%;
  width: 100%;
  min-width: 1500px;
  background: #000000c2;
  animation: ybpop 1.5s .5s both;
  z-index: 9999999;
  overflow: hidden;
}

@keyframes ybpop {
  from {
    opacity: 0;
    height: 0;
  }

  to {
    opacity: 1;
    height: 100%;
  }
}

.yb_popup&gt;div {
  display: flex;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  overflow-x: auto;
  width: 100vw;
  position: relative;

  /* border: 1px solid red; */
}


.yb_popup_imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 70%;
  width: auto;
  /* Allow the container to adapt */
  min-width: 100%;
  /* Ensure it doesn't shrink below viewport width */
  overflow-x: auto;
  /* Enable horizontal scrolling */

  /* border: 1px solid salmon; */
}

.popup_img {
  width: auto;
  /* Let the images scale naturally */
  max-width: 400px;
  /* Enforce maximum size */
  height: 100%;
  object-fit: contain;
  /* Ensure images retain aspect ratio */
}

.yb_close {
  margin-top: 20px;
  /* Space above the close button */
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Center the spans vertically */
  height: 40px;
  position: relative;
  overflow: visible;
  /* Ensure any child content is visible if it exceeds the container */
}

.yb_close span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
  /* Keep the spans inside the .yb_close box */
  transform-origin: center;
  /* Ensure rotation happens around the center */
}

.yb_close span:nth-of-type(1) {
  transform: rotate(45deg);
}

.yb_close span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.yb_close {

  /* Space above the close button */
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Vertically center the spans */
  height: 60px;
  /* Increase height to give room for the spans */
  position: relative;

  overflow: visible;
  /* Ensure no clipping occurs */
}

.yb_close span {
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  /* Independent positioning inside .yb_close */
  top: 50%;
  /* Place at the vertical center of .yb_close */
  left: 50%;
  /* Place at the horizontal center of .yb_close */
  transform: translate(-50%, -50%) rotate(45deg);
  /* Center and rotate */
}

.yb_close span:nth-of-type(1) {
  transform: rotate(45deg);
}

.yb_close span:nth-of-type(2) {
  transform: rotate(-45deg);
}

@media(max-width:1200px) {
  .yb_popup .yb_pop_img1 {
    min-width: 1200px;
  }

  .yb_popup .yb_pop_img1 img {
    width: 22%;
  }

  .yb_popup .yb_pop_img1 img:last-child {
    width: 480px;
  }

  .yb_popup .yb_pop_img1 a {
    width: 20%;
    height: 60px;
    left: 7%;
    top: 52%;
  }

  .yb_popup .yb_pop_img2 {
    max-width: 1200px;
  }

  .yb_popup .yb_pop_img2 img {
    width: 90%;
  }
}

@media(max-width:800px) {
  .yb_popup .yb_pop_img1 {
    min-width: 800px;
  }

  .yb_popup .yb_pop_img2 {
    min-width: 800px;
  }

  .yb_popup .yb_pop_img2 img {
    width: 100%;
  }

  .yb_popup&gt;div a {
    height: calc(30 / 640 * 100vw);
  }
}

@media(max-width:500px) {
  .yb_pop_img2 .img1_m {
    display: none;
  }

  .yb_pop_img2 .img2_m {
    display: block;
  }

  .yb_popup .yb_pop_img1 {
    min-width: auto;
  }

  .yb_popup .yb_pop_img2 {
    min-width: auto;
  }

  .yb_popup .yb_pop_img1 img {
    width: 40%;
  }

  .yb_popup .yb_pop_img1 img:last-child {
    width: 80%;
  }

  .yb_popup .yb_pop_img1 a {
    width: 34%;
    height: 40px;
    left: 13%;
    top: 28%;
  }

  .yb_popup&gt;div&gt;div&gt;div.yb_pop_img2 img {
    width: 88%;
  }

  .yb_popup&gt;div .pop_link3 {
    width: 30%;
    height: 8%;
    bottom: 13%;
  }
}

@media(max-height:550px) {
  .yb_popup .yb_pop_img1 {
    min-width: auto;
  }

  .yb_popup .yb_pop_img2 {
    min-width: auto;
  }

  .yb_popup .yb_pop_img1 img {
    width: 25%;
  }
}







@media(hover: hover) and (pointer: fine) {}

:root {
  --back00: #241c4c;
  --back03: #f47c20;
  overflow-x: hidden;
}

[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0)
}

@media(max-width:1600px) {
  #location .inner {
    width: 90%;
  }

  #premium .inner {
    max-width: 100%;
  }

  #location img {
    width: 100%;
  }
}

@media(max-width:1400px) {
  #community ul li {
    width: 20%;
  }

  #community ul li p {
    font-size: 1.1rem;
  }

  #community ul li p span {
    font-size: 1.2rem;
  }
}

@media(max-width:1200px) {
  #main1 .main1_slide .swiper-slide&gt;div {
    padding-left: 9vw;
  }

  #main1 .swiper-pagination {
    padding-left: 9vw;
  }

  #location .tit_wrap&gt;div:nth-of-type(2) b {
    font-size: 1.7rem;
  }

  #location .tit_wrap&gt;div:nth-of-type(2) p {
    font-size: 1.3rem;
  }

  #unit .unit_slide .swiper-slide&gt;div&gt;img {
    width: 70%;
    margin-left: 5%;
  }

  #unit .unit_slide .swiper-slide&gt;div {
    padding: 20px 50px;
  }

  #community ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  #community ul li {
    width: 31%;
    margin: 0 10px 50px 10px;
  }

  #community ul li:last-child {
    margin-bottom: 0;
  }

  #community ul li .community_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #community ul li p {
    font-size: 1.3rem;
  }

  #community ul li p span {
    font-size: 1.4rem;
  }

  #system .energy ul li {
    width: 30%;
  }

  #system .energy ul li:nth-of-type(4)::after {
    display: block;
  }

  #system .energy ul li:nth-of-type(3)::after,
  #system .energy ul li:nth-of-type(6)::after {
    display: none;
  }

  #system .energy ul li:nth-of-type(n+5)::before {
    display: block;
  }

  #system .energy ul li:nth-of-type(n+7)::before {
    display: none;
  }
}

@media(max-width:1024px) {
  #main1 .main1_slide .swiper-slide&gt;div .main_tx {
    margin: -100px 0 20px 0;
  }

  #overview .inner&gt;div:nth-of-type(2) {
    flex-direction: column-reverse;
  }

  #overview .inner table {
    width: 100%;
  }

  #overview .inner&gt;div:nth-of-type(2)&gt;div {
    width: 100%;
  }

  #location&gt;div:nth-of-type(2) {
    flex-direction: column-reverse;
    align-items: center;
  }

  #location&gt;div:nth-of-type(2)&gt;img {
    width: 90%;
    margin: 50px 0;
  }

  #traffic {
    height: 1200px;
  }

  #traffic&gt;ul {
    flex-direction: column;
    min-width: auto;
  }

  #traffic&gt;ul li {
    width: 100%;
    border-right: 0;
  }

  #traffic .bg {
    display: none;
  }

  #traffic&gt;ul li::before {
    background: #0000006e;
  }

  #traffic&gt;ul li:nth-of-type(1) {
    background: url(../images/traffic1.jpg) center / cover no-repeat;
  }

  #traffic&gt;ul li:nth-of-type(2) {
    background: url(../images/traffic2.jpg) center / cover no-repeat;
  }

  #traffic&gt;ul li:nth-of-type(3) {
    background: url(../images/traffic3.jpg) center / cover no-repeat;
  }

  #traffic&gt;ul li:nth-of-type(4) {
    background: url(../images/traffic4.jpg) center / cover no-repeat;
  }

  #traffic&gt;ul li&gt;div p {
    font-size: 2rem;
  }

  #traffic&gt;ul li&gt;div i {
    font-size: 1.4rem;
  }

  #premium .inner {
    flex-direction: column;
    min-width: auto;
    height: auto;
  }

  #premium .inner&gt;div:nth-of-type(1) {
    width: 410px;
    padding-left: 0;
  }

  #premium .inner&gt;div {
    width: 90%;
  }

  #premium .premium_slide {
    width: 90%;
    margin-top: 50px;
  }

  #traffic&gt;ul li&gt;div {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  #unit .unit_slide .swiper-slide ul {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
  }

  #community .swiper-pagination4 .swiper-pagination-bullet span {
    font-size: 1.1rem;
  }

  #system .energy ul li {
    width: 45%;
  }

  #system .digital ul li {
    width: 45%;
  }

  #system .digital ul li:nth-of-type(n+7) {
    width: 45%;
  }

  #system .security ul li {
    width: 45%;
  }

  #system .energy ul li:nth-of-type(3)::after {
    display: block;
  }

  #system .energy ul li:nth-of-type(2)::after,
  #system .energy ul li:nth-of-type(4)::after,
  #system .energy ul li:nth-of-type(6)::after {
    display: none;
  }

  #system .digital ul li:nth-of-type(3)::after {
    display: block;
  }

  #system .digital ul li:nth-of-type(2)::after,
  #system .digital ul li:nth-of-type(4)::after {
    display: none;
  }

  #system .security ul li:nth-of-type(2)::after {
    display: none;
  }


  #register .inner_bg {
    width: 90%;
    margin: 0 auto;
    border-radius: 30px;
    padding: 60px 0;
  }

  #register .input_s {
    width: 90%;
    margin: 0 auto;
  }

  #register .input_s&gt;div {
    width: 100%;
  }

  #location2 .location_map {
    width: 100%;
  }

  #location2 .location_map .map_1 {
    height: 250px;
  }
}

@media(max-width:800px) {
  #main1 {
    height: 100%;
  }

  #main1 .swiper-wrapper {
    flex-direction: column;
  }

  #main1 .main1_slide .main1_slide2 {
    height: 600px;
  }

  #main1 .main1_slide .main1_slide3 {
    height: 600px;
  }

  #main1 .main1_slide .swiper-slide&gt;div .main_tx span {
    padding: 0 10px;
  }

  #main1 .main1_slide .swiper-slide&gt;div .main_tx {
    font-size: 3.6rem;
    margin: -7vh 0 20px 0;
  }

  #main1 .main1_slide .swiper-slide&gt;div .firstige {
    margin-top: 30px;
  }

  #main1 .main1_slide .main1_slide2&gt;div .main_tx,
  #main1 .main1_slide .main1_slide3&gt;div .main_tx {
    margin-top: -100px;
  }

  #main1 .main1_slide .main1_slide1 {
    background: url(../images/main_top1_m.jpg) center / cover no-repeat;
  }

  #main1 .main1_slide .main1_slide2 {
    background: url(../images/main_top2_m.jpg) center / cover no-repeat;
  }

  #main1 .main1_slide .main1_slide3 {
    background: url(../images/main_top4_m.jpg) center / cover no-repeat;
  }

  #main1 .swiper-pagination {
    display: none;
  }

  #location {
    padding: 60px 0;
  }

  #location .tit_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  #location .tit_wrap&gt;div:nth-of-type(1) p:last-child {
    margin-bottom: 20px;
  }

  #location .tit_wrap&gt;div:nth-of-type(2) {
    margin-bottom: 50px;
  }

  #location .tit_wrap&gt;div:nth-of-type(2) p {
    margin-top: 5px;
  }

  #premium {
    padding-bottom: 0;
  }

  #premium .premium_slide {
    width: 100%;
  }

  #premium .premium_slide .swiper-slide {
    height: 450px;
  }

  #premium .pre_tits {
    font-size: 4rem;
    margin: 20px 0;
  }

  #premium .pre_tit {
    font-size: 1.6rem;
  }

  #premium .pre_tits span:last-child {
    font-size: 6rem;
  }

  #premium .titbox {
    font-size: 1.3rem;
    padding: 8px 12px;
  }

  #premium .inner&gt;div:nth-of-type(1) {
    width: 303px;
  }

  #premium .inner&gt;div {
    width: 100%;
  }

  #unit .inner {
    padding-bottom: 20px;
  }

  #unit .unit_slide .swiper-slide {
    padding-top: 80px;
  }

  #unit .unit_slide .swiper-slide&gt;div {
    padding: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #unit .unit_slide .swiper-slide&gt;div&gt;img {
    width: 100%;
    margin-left: 0;
  }

  #unit .unit_slide .swiper-slide ul {
    width: auto;
    margin: 10px 0 20px 0;
  }

  #community ul li .community_img {
    height: 250px;
    max-width: 100%;
  }

  #community ul li {
    width: 100%;
    transition-delay: 0s !important;
  }

  #community::before {
    width: 400px;
    height: 62px;
    right: 0;
  }

  #community ul li p:first-child {
    margin-top: 10px;
  }

  #community .community_slide {
    margin: 50px auto;
  }

  #community .swiper-pagination4 {
    flex-wrap: wrap;
    height: 50px;
    margin-bottom: 50px;
  }

  #community .swiper-pagination4 .swiper-pagination-bullet {
    width: calc(100%/3);
  }

  #community .elevator p {
    font-size: 1.6rem;
  }

  #system .system_list ul li {
    margin: 0;
  }

  #system .system_list ul li b::before {
    margin: 12px auto;
  }

  #system .system_list ul li::after {
    display: none;
  }

  #system .system_list ul li p {
    font-size: 1.1rem;
  }

  #system .system_list ul li b {
    margin: 0 0 3px 0;
  }

  #system .energy&gt;p {
    line-height: 160px;
    font-size: 1.8rem;
  }

  #system .digital&gt;p {
    line-height: 160px;
    font-size: 1.8rem;
  }

  #system .security&gt;p {
    line-height: 160px;
    font-size: 1.8rem;
  }

  #system .energy ul li {
    width: 100%;
  }

  #system .digital ul li {
    width: 100%;
  }

  #system .digital ul li:nth-of-type(n+7) {
    width: 100%;
  }

  #system .security ul {
    justify-content: space-between;
  }

  #system .security ul li img {
    width: 100%;
  }

  #system .system_list ul li::before {
    display: block !important;
  }

  #system .system_list ul li::after {
    display: none !important;
  }

  #overview .inner table th {
    width: 90px;
  }

  #location2 .location_map .btn_wrap .btn {
    width: 150px;
  }

  #location2 .location_map .tx&gt;div:nth-child(2) {
    width: 150px;
  }

  #location2 .location_map .tx&gt;div:nth-child(3) {
    display: none;
  }

  #register {
    padding-bottom: 60px;
  }

  #register .inner_bg {
    padding: 40px 0;
  }

  #register .input_s {
    width: 85%;
    flex-direction: column;
  }

  #register .input_s&gt;div {
    width: 100%;
    margin-bottom: 0;
  }

  #register .input_s input {
    height: 70px;
    margin-bottom: 10px;
  }

  #register .input_s .agree {
    height: 150px;
  }

  #register .contact_btn {
    width: 60%;
    line-height: 50px;
    margin: 40px auto 0 auto;
  }
}</pre></body></html>