@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../font/Pretendard/Pretendard-Black.woff2") format("woff2");
}
/* @import url(https://db.onlinewebfonts.com/c/0a6ee448d1bd65c56f6cf256a7c6f20a?family=Bahnschrift); */
:root {
  --Line_Grey: #ddd;
  --Blue: #2f6ecb;
}

html,
body {
  font-family: "Pretendard", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  word-break: keep-all;
}

button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  vertical-align: middle;
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #cecece;
  border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8e8e8e;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 8px;
}

.blind {
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
}

.inner {
  width: 100%;
  height: 100%;
}

.no-scroll {
  overflow: hidden;
}

/* swiper navi */
.swiper-navi-wrap {
  display: flex;
  justify-content: end;
  gap: 20px;
  opacity: 1;
}
.swiper-navi-wrap .swiper-button-prev {
  position: static;
  display: block;
  width: 16px;
  height: 32px;
  opacity: 1;
  margin: 0;
  background: center/contain url("/build/images/common/swiper_prev_arrow.svg") no-repeat;
}
.swiper-navi-wrap .swiper-button-prev::after {
  display: none;
}
.swiper-navi-wrap .swiper-button-prev.bm-imginfo__navi-btn {
  background: center/contain url("/build/images/common/swiper_prev_arrow_b.svg") no-repeat;
}
.swiper-navi-wrap .swiper-button-prev.building-swiper__navi-btn {
  background: center/contain url("/build/images/common/swiper_prev_arrow_w.svg") no-repeat;
}
.swiper-navi-wrap .swiper-button-next {
  position: static;
  display: block;
  width: 16px;
  height: 32px;
  opacity: 1;
  margin: 0;
  background: center/contain url("/build/images/common/swiper_next_arrow.svg") no-repeat;
}
.swiper-navi-wrap .swiper-button-next::after {
  display: none;
}
.swiper-navi-wrap .swiper-button-next.bm-imginfo__navi-btn {
  background: center/contain url("/build/images/common/swiper_next_arrow_b.svg") no-repeat;
}
.swiper-navi-wrap .swiper-button-next.building-swiper__navi-btn {
  background: center/contain url("/build/images/common/swiper_next_arrow_w.svg") no-repeat;
}

/* swiper pagi */
.pagi-area {
  display: flex;
  justify-content: center;
}
.pagi-area .swiper-pagination {
  position: static;
  display: inline-flex;
  width: auto;
  height: auto;
  gap: 10px;
  transform: none;
}
.pagi-area .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.3s;
}
.pagi-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
.pagi-area .swiper-pagination.swiper-pagination--w .swiper-pagination-bullet {
  background: #434343;
}
.pagi-area .swiper-pagination.swiper-pagination--w .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/* #region swiper scrollbar */
.swiper-scrollbar-wrap {
  position: relative;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  left: auto;
  bottom: auto;
  top: auto;
  width: auto;
  height: 1px;
  border-radius: 0;
  background: var(--Line_Grey, #ddd);
}

.swiper-scrollbar-drag {
  background: var(--Blue, #2f6ecb);
  border-radius: 0;
}

/* #endregion swiper scrollbar */
.hp-sticky {
  position: sticky;
  top: 160px;
  left: 0;
  transition: 0.4s;
}

.hp-scroll-x {
  width: 100%;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
}
@media screen and (max-width: 1280px) {
  .hp-scroll-x.hp-scroll-x--w640-m20 {
    width: calc(100% + 20px);
    max-width: 727px;
  }
  .hp-scroll-x.hp-scroll-x--w640-m20 > * {
    min-width: 640px;
  }
}
.hp-scroll-x.hp-scroll-x--ty2 {
  width: calc(100% + 20px);
}
.hp-scroll-x.hp-scroll-x--scroll-none {
  /* 스크롤바 숨김 - Webkit 브라우저 (Chrome, Safari, Edge) */
  /* Firefox에서 스크롤바 숨김 */
  scrollbar-width: none;
  /* IE/Edge 구버전 호환성 */
  -ms-overflow-style: none;
}
.hp-scroll-x.hp-scroll-x--scroll-none::-webkit-scrollbar {
  display: none;
}

.hp-sticky-ty1 {
  position: sticky;
  top: 90px;
}
@media screen and (max-width: 1280px) {
  .hp-sticky-ty1 {
    position: static;
    top: auto;
  }
}

.hp-border-radius-ty1 {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .hp-border-radius-ty1 {
    border-radius: 8px;
  }
}
.hp-overflow-hidden {
  overflow: hidden;
}

/* swiper navi */
.swiper-navi-wrap {
  display: flex;
  justify-content: end;
  gap: 20px;
  opacity: 1;
}

.swiper-button-prev {
  position: static;
  display: block;
  width: 60px;
  height: 60px;
  opacity: 1;
  margin: 0;
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  position: static;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}
.swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 1280px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.hp-img-center {
  display: block;
  margin: 0 auto;
}

.hp-dot {
  position: relative;
  padding-left: 7px;
}
.hp-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ed1c24;
}

.hp-li-dot {
  position: relative;
  padding-left: 10px;
}
.hp-li-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #575757;
}
.hp-li-dot.hp-li-dot--w3::before {
  width: 3px;
  height: 3px;
}
.hp-li-dot.hp-li-dot--w3w::before {
  width: 3px;
  height: 3px;
  background-color: #fff;
}

.hp-li-dot2 {
  position: relative;
  padding-left: 11px;
}
.hp-li-dot2::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.46em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #999;
}
.hp-li-dot2.hp-li-dot2--777::before {
  background-color: #777;
}

.gutter {
  height: 1px;
}

.gutter--line {
  background-color: #777;
}

@media screen and (min-width: 1025px) {
  .mo {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
.hp-color-fff {
  color: #fff !important;
}

.hp-color-ddd {
  color: #ddd !important;
}

.hp-text-center {
  text-align: center;
}

#map {
  width: 100%;
  height: 100%;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #514b82;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.hp-fw-500 {
  font-weight: 500 !important;
}

@media screen and (max-width: 1024px) {
  [data-aos-breakpoint=only-pc][data-aos^=fade] {
    opacity: 1 !important;
    transform: none !important;
  }
}
[data-clip^=to] {
  opacity: 0;
}

[data-fade^=fade] {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .hp-mo-mt20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .mo-767 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-767 {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */