.search_office {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .search_office {
    margin-top: 50px;
  }
}

.bm-section-build-name {
  color: #000;
  /* Text */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .bm-section-build-name {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-bottom: 3px;
  }
}

.bm-section-t-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bm-section-t-wrap * {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .bm-section-t-wrap {
    margin-bottom: 12px;
  }
}

.bm-section-t {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
  letter-spacing: -0.52px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .bm-section-t {
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 12px;
  }
}

.bm-section-sub-info {
  color: var(--525252, #525252);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  white-space: nowrap;
  align-self: end;
}
@media screen and (max-width: 1024px) {
  .bm-section-sub-info {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

/* #region detail-main */
.detail-main {
  display: flex;
  gap: 4.67%;
  height: 608px;
}
@media screen and (max-width: 1024px) {
  .detail-main {
    flex-direction: column;
    gap: 25px;
    height: auto;
  }
}

.detail-main__1 {
  position: relative;
  width: 40.92%;
}
@media screen and (max-width: 1024px) {
  .detail-main__1 {
    width: 100%;
  }
}

.detail-main__2 {
  flex: 1;
}

.detail-main__tag {
  color: var(--Blue, #2f6ecb);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
}
@media screen and (max-width: 1024px) {
  .detail-main__tag {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}

.detail-main__t {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 46.8px */
  letter-spacing: -0.72px;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .detail-main__t {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-top: 3px;
  }
}

.detail-main__addr {
  color: var(--525252, #525252);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .detail-main__addr {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-top: 5px;
  }
}

.building_swiper {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .building_swiper {
    height: auto;
  }
}

.building-swiper__navi-wrap {
  position: absolute;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-switch-wrap {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .btn-switch-wrap {
    bottom: 30px;
  }
}

/* #endregion detail-main */
/* #region dmi-info */
.dmi-info__2 {
  margin-top: 86px;
}
@media screen and (max-width: 1024px) {
  .dmi-info__2 {
    margin-top: 25px;
  }
}

.dmi-info__3 {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .dmi-info__3 {
    margin-top: 15px;
  }
}

.dmi-info__4 {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .dmi-info__4 {
    margin-top: 15px;
  }
}
.dmi-info__4 .btn5 .btn5__btn-icon {
  min-height: 19px;
}
@media screen and (max-width: 1024px) {
  .dmi-info__4 .btn5 .btn5__btn-icon {
    height: 16px;
  }
}

/* #endregion dmi-info */
/* #region d-info */
.d-info__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  padding: 25px 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .d-info__list {
    padding: 15px 0;
    row-gap: 10px;
  }
}

.d-info__item {
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .d-info__item.d-info__item--1 {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1024px) {
  .d-info__item.d-info__item--2 {
    flex: 0 0 100%;
  }
}

.d-info-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 1024px) {
  .d-info-card {
    gap: 2px;
  }
}

.d-info-card__label {
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .d-info-card__label {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.d-info-card__value {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1024px) {
  .d-info-card__value {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}

/* #endregion d-info */
/* #region call-info */
.call-info {
  background: var(--F6F6F6, #f6f6f6);
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .call-info {
    padding: 14px;
  }
}

.call-info__t {
  color: #525252;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .call-info__t {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.call-info__con {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .call-info__con {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}

.call-card {
  display: flex;
  color: #525252;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
@media screen and (max-width: 1024px) {
  .call-card {
    font-size: 13px;
    letter-spacing: -0.26px;
  }
}

/* #endregion call-info */
/* #region bm-info */
.bm-info-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .bm-info-wrap {
    margin-top: 12px;
  }
}

.bm-info__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #111;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .bm-info__list {
    flex-direction: column;
    flex-wrap: nowrap;
    border-bottom: none;
  }
}

.bm-info__item {
  flex: 0 0 50%;
  border-bottom: 1px solid #ddd;
}
.bm-info__item.bm-info__item--pc-border-b-none {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .bm-info__item {
    flex: 0 0 100%;
  }
  .bm-info__item.bm-info__item--pc-border-b-none {
    border-bottom: 1px solid #ddd;
  }
}

.bm-card {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .bm-card {
    gap: 10px;
    padding: 12px 0;
  }
}

.bm-card__label {
  color: var(--666666, #666);
  /* Text */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .bm-card__label {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}

.bm-card__value {
  color: #000;
  /* Text */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .bm-card__value {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}

/* #endregion bm-info */
/* #region bm-info2 */
.bm-info2__list {
  display: flex;
  border-top: 1px solid #111;
  padding-top: 30px;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .bm-info2__list {
    flex-direction: column;
    padding-top: 15px;
    gap: 20px;
  }
}

.bm-info2__item {
  flex: 0 0 calc((100% - 60px) / 3);
  border-right: 1px solid #ddd;
  padding-left: 30px;
}
.bm-info2__item:last-child {
  border-right: none;
}
.bm-info2__item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .bm-info2__item {
    flex: 0 0 1;
    padding-left: 0;
    border-right: none;
  }
}

.bm-card2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bm-card2__label {
  color: var(--525252, #525252);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1024px) {
  .bm-card2__label {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}

.bm-card2__value {
  color: var(--Blue, #2f6ecb);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
}
@media screen and (max-width: 1024px) {
  .bm-card2__value {
    font-size: 22px;
    letter-spacing: -0.44px;
    margin-top: 3px;
  }
}

.bm-card2__value2 {
  color: var(--666666, #666);
  /* Text */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .bm-card2__value2 {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}

/* #endregion bm-info2 */
/* #region bm-imginfo */
.bm-imginfo {
  position: relative;
  height: 268px;
}
@media screen and (max-width: 1024px) {
  .bm-imginfo {
    height: auto;
    width: 100%;
    aspect-ratio: 289/204;
  }
}

.bm-imginfo__container {
  height: 100%;
  overflow: hidden;
}

.bm-imginfo__navi-wrap {
  position: absolute;
  width: calc(100% + 40px + 16px);
  justify-content: space-between;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* #endregion bm-imginfo */
/* #region blueprint */
.blueprint-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.blueprint {
  height: 100%;
  height: 100%;
}

.item_floor_plan {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.item_floor_plan img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* #endregion blueprint */
.building_swiper-scrollbar-wrap {
  margin-top: 15px;
}

.bm-imginfo-scrollbar-wrap {
  margin-top: 15px;
}/*# sourceMappingURL=building_model.css.map */