@charset "utf-8";

/* realestate-list */
/* 공통부분 */
.building-product-wrap {}
.building-product-wrap .inner {
  /* width: var(--cont-width);
  max-width: var(--cont-width);
  margin: 0 auto; */
}
.building-product-box {
  padding: 40px 0;
}
.building-product-box .building-product-box-inner {}
.building-product-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--cont-width);
  max-width: var(--cont-width);
  margin: 0 auto;
}
.building-product-box .title-wrap .title {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}
.building-product-box .title-wrap .tit {  
  font-size: var(--text-28);
  font-weight: 700;
  line-height: 1.2145;
}
.building-product-box .title-wrap .txt { 
  font-size: var(--text-16);
  letter-spacing: -.1em;
  color: var(--gray-600);
}
.building-product-box .title-wrap .num {
  font-weight: 700;
  color: var(--primary-color-900);
}
.building-product-box .title-wrap .title-btn-list {
  
}
.building-product-box .title-wrap .title-btn-list ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.building-product-box .title-wrap .title-btn-list ul li {}
.building-product-box .title-wrap .title-btn-list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 40px;
  background: #fff;
  font-size: var(--text-14);
  color: var(--gray-600);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.1em;
  text-align: center;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-6);
}
.building-product-box .title-wrap .title-btn-list ul li a.color-btn {
  background-color:var(--primary-color-900);
  border-color:var(--primary-color-900);
  color:var(--gray-0);
}
.building-product-box .title-wrap .title-btn-list.desktop {}
.building-product-box .title-wrap .title-btn-list.mobile {
  display: none;
  gap: 5px;
  min-width: 18rem;
}
.building-product-box .title-wrap .title-btn-list .building-btn-select-list {
  min-height: 3.6rem;
  height: 3.6rem;
  padding: 0 1.2rem 0 .8rem;
  font-size: var(--text-13);
  font-weight: 400;
  border: 1px solid var(--gray-100);
  letter-spacing: .009375em;
  border-radius: var(--radius-4);
  min-width: 10.8rem;
}
.building-product-box .title-wrap .title-btn-list .building-btn-select-list option {}
.building-product-box .title-wrap .title-btn-list .mo-building-write {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  height: 3.6rem;
  padding: 0 .8rem 0;
  font-size: var(--text-13);
  border: 1px solid var(--primary-color-900);
  background-color: var(--primary-color-900);
  color: var(--gray-0);
  border-radius: var(--radius-4);
  min-width: 8rem;
}




/* desktop-mobile */
.building-product-unit .desktop-info {}
.building-product-unit .mobile-info {display: none;}



.building-product-content {  
  width: var(--cont-width);
  max-width: var(--cont-width);
  margin: 24px auto 0;
}
.building-product-list {
  display: grid;
  gap: 20px;
}
.building-product-unit {}





/* urgent-building-content - 긴급매물 */
.urgent-building-content {}
.urgent-building-list {
  grid-template-columns: repeat(4, 1fr);
}
.urgent-building-unit {
  min-width:0;
}
.urgent-building-unit a {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-12) var(--radius-60) var(--radius-12) var(--radius-12);
  transition: box-shadow .2s ease;
  background-color: var(--gray-0);
  overflow: hidden;
}
.urgent-building-unit .thumb {
  height: 180px;
  position: relative;
}
.urgent-building-unit .thumb img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.urgent-building-unit .thumb .thumb-finished {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center; 
  font-size: var(--text-20); 
  font-weight: 700;
  color: var(--gray-0);
  background-color: rgba(0,0,0,0.7);
}
.urgent-building-unit .contents {
  padding: 14px 14px;
}
.urgent-building-unit .contents .keyword-list {
  display: flex;
  gap: 5px;
  margin-bottom: 7px;
}
.urgent-building-unit .contents .k-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 26px;
  padding: 0 10px;
  border-radius: var(--radius-4);
  border: 1px solid var(--gray-100);
  background: var(--gray-0);
  font-size: var(--text-14);
  color: var(--gray-600);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.1em;
}
.urgent-building-unit .contents .k-unit.ing {
  background-color:var(--primary-color-900) !important;
  border-color:var(--primary-color-900) !important;
  color:var(--gray-0) !important;
}
.urgent-building-unit .contents .k-unit.finished {
  background-color:var(--gray-900) !important;
  border-color:var(--gray-900) !important;
  color:var(--gray-0) !important;
}
.urgent-building-unit .contents .desktop-info .info-top {}
.urgent-building-unit .contents .desktop-info .info-top .subject {
  display: block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size: var(--text-20);
  font-weight: 700;
  color: var(--gray-900);
  word-break: keep-all;
  line-height: 1.445;
  letter-spacing: -.1em;
}
.urgent-building-unit .contents .desktop-info .info-top .summary {
  display: block;
  font-size: var(--text-16);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.8px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
}
.urgent-building-unit .contents .desktop-info .info-bottom {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap:10px;
  margin-top: 12px;
  padding: 12px 0 2px;
  border-top: 1px solid var(--gray-100);
}
.urgent-building-unit .contents .desktop-info .info-bottom .price-unit {
  min-width:0;
  display: flex;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.05em;
}
.urgent-building-unit .contents .desktop-info .info-bottom .price-unit .stit {
  width: 60px;
  font-weight: 700;
}
.urgent-building-unit .contents .desktop-info .info-bottom .price-unit .price {
  color: #999;
  font-weight: 500;
}
.urgent-building-unit .contents .desktop-info .info-bottom .price-unit .price.total {
  color:var(--primary-color-900);
  font-weight: 700;
}
.urgent-building-unit .contents .mobile-info {}
.urgent-building-unit .contents .mobile-info .price-info {}
.urgent-building-unit .contents .mobile-info .price-unit {
  font-size: var(--text-18);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.3;
}
.urgent-building-unit .contents .mobile-info .price-unit.main-color {
  color: var(--primary-color-900);
}
.urgent-building-unit .contents .mobile-info .summary {
  display: block;
  font-size: var(--text-14);
  font-weight: 400;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
}




/* urgent-building - finished class 추가될 경우 */
.urgent-building-unit.finished {}
.urgent-building-unit.finished a {
  border-color: var(--gray-100);
}
.urgent-building-unit.finished .contents .k-unit {
  color: var(--gray-300);
}
.urgent-building-unit.finished .thumb-finished {
  display: flex;
}
.urgent-building-unit.finished .desktop-info {opacity: 0.3;}






/* building-product-list-header - 프리미엄&일반 사용 */
.building-product-list-header {
  display: flex;
  border: 1px solid var(--primary-color-100);
  border-radius: var(--radius-12);
  background-color: var(--primary-color-100);
  padding: 14px 16px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  font-size: var(--text-16);
  letter-spacing: -.05em;
}
.building-product-list-header > div {
  
}
.building-product-list-header .bplh-unit {
  flex: none;
  width: 100px;
}
.building-product-list-header .bplh-unit.subject {
  flex: 1;
  min-width: 0;
}
.building-product-list-header .bplh-unit.price {
  flex: none;
  width: 135px;
}




/* premium-building-content - 프리미엄 */
.premium-building-content {}
.premium-building-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.premium-building-unit {}
.premium-building-unit .desktop-info {  
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-12);
  background-color: var(--gray-0);
  transition: all .2s ease;
  padding: 16px 16px;
}
.premium-building-unit .desktop-info .bpu-p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: var(--gray-900);
  font-size: var(--text-16);
  letter-spacing: -.05em;
  font-weight: 500;
}
.premium-building-unit .desktop-info .state {
  width: 100px;
  flex:none;
  opacity: 1 !important;
}
.premium-building-unit .desktop-info .state > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 26px;
  padding: 0 10px;
  border-radius: var(--radius-4);
  border: 1px solid var(--gray-100);
  background: var(--gray-0);
  font-size: var(--text-14);
  color: var(--gray-600);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.05em;
}
.premium-building-unit .desktop-info .state .ing {
  background-color:var(--primary-color-900) !important;
  border-color:var(--primary-color-900) !important;
  color:var(--gray-0) !important;
}
.premium-building-unit .desktop-info .state .finished {
  background-color:var(--gray-900) !important;
  border-color:var(--gray-900) !important;
  color:var(--gray-0) !important;
}
.premium-building-unit .desktop-info .area {
  width: 100px;
  flex:none;
}
.premium-building-unit .desktop-info .size {
  width: 100px;
  flex:none;
}
.premium-building-unit .desktop-info .subject-content {
  flex: 1;
  min-width: 0;
  padding-right: 30px;
  text-align: left;
  gap: 20px;
  justify-content: flex-start;
}
.premium-building-unit .desktop-info .subject-detail {
  flex: 1;
  min-width: 0;
}
.premium-building-unit .desktop-info .subject-detail .subject {
  font-size: var(--text-18);
  font-weight: 700;
  line-height: 20px;
  line-height: 1.445;
  letter-spacing: -.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.premium-building-unit .desktop-info .subject-detail .location {
  display: block;
  font-size: var(--text-16);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
}
.premium-building-unit .desktop-info .thumb {
  width: 140px;
  height: 100px;
  min-width: 0;
  flex:none;
  overflow: hidden;
}
.premium-building-unit .desktop-info .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premium-building-unit .desktop-info .price01 {
  flex: none;
  width: 135px;
}
.premium-building-unit .desktop-info .price02 {
  flex: none;
  width: 135px;
}
.premium-building-unit .desktop-info .price-total {
  flex: none;
  width: 135px;
  color: var(--primary-color-900);
}
.premium-building-unit .mobile-info {}
.premium-building-unit .mobile-info a {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-8);
  background-color: var(--gray-0);
  transition: all .2s ease;
  padding: 10px 10px;
}
.premium-building-unit .mobile-info .keyword-wrap {
  display: flex;
  gap: 5px;
  margin-bottom: 7px;
}
.premium-building-unit .mobile-info .keyword-wrap .k-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 22px;
  padding: 0 5px;
  border-radius: var(--radius-4);
  border: 1px solid var(--gray-100);
  background: var(--gray-0);
  font-size: var(--text-12);
  color: var(--gray-600);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.05em;
}
.premium-building-unit .mobile-info .keyword-wrap .k-unit.ing {
  background-color:var(--primary-color-900) !important;
  border-color:var(--primary-color-900) !important;
  color:var(--gray-0) !important;
}
.premium-building-unit .mobile-info .keyword-wrap .k-unit.finished {
  background-color:var(--gray-900) !important;
  border-color:var(--gray-900) !important;
  color:var(--gray-0) !important;
}
.premium-building-unit .mobile-info .info-content {
  display: flex;
  gap: 8px;
}
.premium-building-unit .mobile-info .info-content .thumb {
  width: 12rem;
  height: 9rem;
  border-radius: var(--radius-4);
  overflow: hidden;
}
.premium-building-unit .mobile-info .info-content .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premium-building-unit .mobile-info .info-content .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  justify-content: space-between;
}
.premium-building-unit .mobile-info .info-content .info .price-info {
  font-size: var(--text-18);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.3;
}
.premium-building-unit .mobile-info .info-content .info .price-info .main-color {
  display: flex;
  color: var(--primary-color-900);
}
.premium-building-unit .mobile-info .info-content .info .location {
  display: block;
  font-size: var(--text-14);
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




/* premium-building-unit - finished  클래그 추가될 경우 */
.premium-building-unit.finished {}
.premium-building-unit.finished .desktop-info {
  border-color: var(--gray-100);
}
.premium-building-unit.finished .desktop-info .bpu-p {opacity: 0.3;}
.premium-building-unit.finished .mobile-info a {
  border-color: var(--gray-100);
}.premium-building-unit.finished .mobile-info .keyword-wrap .k-unit {
  color: var(--gray-300);
}
.premium-building-unit.finished .mobile-info .info-content {opacity: 0.3;}





/* basic-building-content - 일반 */
.basic-building-content {}
.basic-building-list {
  gap: 8px;
}
.basic-building-unit {}
.basic-building-unit .desktop-info {  
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-12);
  background-color: var(--gray-0);
  transition: all .2s ease;
  padding: 16px 16px;
}
.basic-building-unit .desktop-info .bpu-p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: var(--gray-900);
  font-size: var(--text-16);
  letter-spacing: -.05em;
  font-weight: 500;
}
.basic-building-unit .desktop-info .state {
  width: 100px;
  flex:none;
  opacity: 1 !important;
}
.basic-building-unit .desktop-info .state > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 26px;
  padding: 0 10px;
  border-radius: var(--radius-4);
  border: 1px solid var(--gray-100);
  background: var(--gray-0);
  font-size: var(--text-14);
  color: var(--gray-600);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.1em;
}
.basic-building-unit .desktop-info .state .ing {
  background-color:var(--primary-color-900) !important;
  border-color:var(--primary-color-900) !important;
  color:var(--gray-0) !important;
}
.basic-building-unit .desktop-info .state .finished {
  background-color:var(--gray-900) !important;
  border-color:var(--gray-900) !important;
  color:var(--gray-0) !important;
}
.basic-building-unit .desktop-info .area {
  width: 100px;
  flex:none;
}
.basic-building-unit .desktop-info .size {
  width: 100px;
  flex:none;
}
.basic-building-unit .desktop-info .subject-content {
  flex: 1;
  min-width: 0;
  padding-right: 30px;
  text-align: left;
  gap: 20px;
  justify-content: flex-start;
}
.basic-building-unit .desktop-info .subject-detail {
  flex: 1;
  min-width: 0;
}
.basic-building-unit .desktop-info .subject-detail .subject {
  font-size: var(--text-18);
  font-weight: 700;
  line-height: 20px;
  line-height: 1.445;
  letter-spacing: -.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.basic-building-unit .desktop-info .subject-detail .location {
  display: block;
  font-size: var(--text-16);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
}
.basic-building-unit .desktop-info .price01 {
  flex: none;
  width: 135px;
}
.basic-building-unit .desktop-info .price02 {
  flex: none;
  width: 135px;
}
.basic-building-unit .desktop-info .price-total {
  flex: none;
  width: 135px;
  font-weight: 700;
  color: var(--primary-color-900);
}

.basic-building-unit .mobile-info {}
.basic-building-unit .mobile-info a {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-8);
  background-color: var(--gray-0);
  transition: all .2s ease;
  padding: 10px 10px;
}
.basic-building-unit .mobile-info .keyword {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.basic-building-unit .mobile-info .keyword .left {
  display: block;
  font-size: var(--text-14);
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.basic-building-unit .mobile-info .keyword .state {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 22px;
  padding: 0 5px;
  border-radius: var(--radius-4);
  border: 1px solid var(--gray-100);
  background: var(--gray-0);
  font-size: var(--text-12);
  color: var(--gray-600);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.05em;
}
.basic-building-unit .mobile-info .keyword .state.ing {
  background-color:var(--primary-color-900) !important;
  border-color:var(--primary-color-900) !important;
  color:var(--gray-0) !important;
}
.basic-building-unit .mobile-info .keyword .state.finished {
  background-color:var(--gray-900) !important;
  border-color:var(--gray-900) !important;
  color:var(--gray-0) !important;
}
.basic-building-unit .mobile-info .info-content {}
.basic-building-unit .mobile-info .info-content .info {}
.basic-building-unit .mobile-info .info-content .price-info {
  font-size: var(--text-18);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.3;
}
.basic-building-unit .mobile-info .info-content .price-info .main-color {
  color: var(--primary-color-900);
}
.basic-building-unit .mobile-info .info-content .location {
  display: block;
  font-size: var(--text-14);
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
}



/* premium-building-unit - finished  클래그 추가될 경우 */
.basic-building-unit.finished {}
.basic-building-unit.finished .desktop-info {
  border-color: var(--gray-100);
}
.basic-building-unit.finished .desktop-info .bpu-p {opacity: 0.3;}
.basic-building-unit.finished .mobile-info a {
  border-color: var(--gray-100);
}
.basic-building-unit.finished .mobile-info .keyword .left {opacity: 0.3;}
.basic-building-unit.finished .mobile-info .info-content {opacity: 0.3;}





/* view page */
/* board-view-job-ct-header */
.board-view-job-ct-header .title-unit {
  flex-direction: column;
  border-bottom: 1px solid var(--gray-300);
}
.board-view-job-ct-header .title-state {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 32px;
  padding: 0 10px;
  margin-bottom: 0.2rem;
  border-radius: var(--radius-8);
  font-size: var(--text-16);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.05em;
  color: var(--gray-0);
  width: 100px;
}
.board-view-job-ct-header .title-state.ing {
  background-color: var(--primary-color-900) !important;
  border: 1px solid var(--primary-color-900) !important;
}
.board-view-job-ct-header .title-state.finished {
  background-color: var(--gray-900) !important;
  border-color: var(--gray-900) !important;
}

.board-view-job-ct-header .title-etc-list {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: var(--text-16);
  color: var(--gray-600);
  margin-top: 16px;
}
.board-view-job-ct-header .title-etc-unit {}
.board-view-job-ct-header .title-etc-unit:last-child {position: relative;}
.board-view-job-ct-header .title-etc-unit:last-child:before {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: var(--radius-circle);
  background-color: var(--gray-600);
  opacity: 0.5;
}


.board-view-building-ct-info {
  padding: 24px 40px;
}
.board-view-building-ct-info-box {
  display: flex;
  gap: 30px;
}

.bvb-ct-info-img-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  border-radius: var(--radius-12);
  overflow: hidden;
}
.bvb-ct-info-img-list {}
.bvb-ct-info-img-unit {}
.bvb-ct-info-img-unit img {
  width: 100%;
  height: 100%;
}
.bvb-ct-info-img-wrap .swiper-pagination {
  position: absolute;
  right: 12px;
  left: auto;
  bottom: 12px;
  width: auto;
  padding: .2rem 1rem;
  font-size: var(--text-12);
  font-weight: 700;
  color: var(--gray-0);
  border-radius: var(--radius-round);
  background-color: rgba(0,0,0,.4);
  z-index: 1;
}

.bvb-ct-info-content-wrap {  
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bvb-ct-area {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.2rem;
}
.bvb-ct-area .bvb-ct-shop {
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: var(--primary-color-900) !important;
  border: 1px solid var(--primary-color-900) !important;
}
.bvb-ct-area .bvb-ct-shop,
.bvb-ct-area .bvb-ct-size {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 36px;
  padding: 0 10px;
  margin-bottom: 0.2rem;
  border-radius: var(--radius-8);
  font-size: var(--text-18);
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.05em;
  color: var(--gray-0);
  width: auto;
}
.bvb-ct-area .bvb-ct-shop .tag {
  display: flex;
  align-items: center;
  gap: 2px;
}
.bvb-ct-area .bvb-ct-shop .tag:after {
  display: block;
  content: '/';
}
.bvb-ct-area .bvb-ct-shop .tag:first-child {}
.bvb-ct-area .bvb-ct-shop .tag:last-child:after {display: none;}
.bvb-ct-area .bvb-ct-size {
  color: var(--primary-color-900);
  border: 1px solid var(--primary-color-900);
  background-color: var(--gray-0);
}

.bvb-ct-price {}
.bvb-ct-price .bvb-ct-price-unit {
  display: flex;
  gap: 10px;
  color: var(--gray-900);
  font-size: var(--text-32);
  font-weight: 800;
  letter-spacing: -0.08rem;
  line-height: 1.3;
}
.bvb-ct-price .bvb-ct-price-unit > div {
  display: flex;
  gap: 7px;
  font-weight: inherit;
}
.bvb-ct-price .bvb-ct-price-unit > div + div:before {
  display: block;
  content: '/';
}
.bvb-ct-price .bvb-ct-price-unit .tit {}
.bvb-ct-price .bvb-ct-price-unit .txt {}

.bvb-ct-info-list {
  margin-top: 2rem;
}
.bvb-ct-info-list ul {}
.bvb-ct-info-list li {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bvb-ct-info-list li img {
  height: 16px;
  filter: var(--filter-color-gray-300);
}
.bvb-ct-info-list li .txt {
  color: var(--gray-700);
  font-size: var(--text-18);
}
.bvb-ct-info-list .bvb-ct-info-txt {
  display: flex;
  font-size: var(--text-16);
  color: var(--gray-500);
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid var(--gray-100);
}



.board-view-job-contents-unit + .board-view-job-contents-unit {margin-top: 60px;}
.board-view-job-contents-unit .board-view-job-contents-utitle {
  font-size: var(--text-24);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.05em;
  margin-bottom: 12px;
}

.bvbc-table-wrap {
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-12);
  letter-spacing: -.05em;
  overflow: hidden;
}
.bvbc-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.bvbc-table colgroup {}
.bvbc-table tr {
  border-bottom: 1px solid var(--gray-100);
}
.bvbc-table tr:last-child {border: 0;}
.bvbc-table th, td {
  padding: 16px 16px;
  word-break: break-all;
}
.bvbc-table th {
  font-weight: 700;
  background-color: var(--gray-50);
}
.bvbc-table td {text-align: left;}
.bvbc-table td.total {
  display: flex;
  gap: 5px;
}
.bvbc-table td .total-price {}
.bvbc-table td .txt{
  color: var(--gray-500);
}

.bvjc-content-notice {
  margin-top: 20px;
  position: relative;
  padding: 16px 24px 16px 24px;
  border-radius: var(--radius-12);
  background-color: var(--gray-50);
  text-align: center;
  color: var(--gray-700);
  font-size: var(--text-14);
  word-break: keep-all;
}

.bvjc-content-editor {
  padding: 32px 0;
  border-top: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
}











/************************ hover ************************/
@media (hover: hover) and (pointer: fine) {


	


}
/************************ hover ************************/



/* 반응형 중간기기 1260px 사이즈 이하*/
@media all and (max-width:1260px){


  /* 공통 */
  .board-view-wrap {
    padding-bottom: 100px;
  }
  .building-product-wrap .inner {
    width: 100%;
    max-width: 100%;
  }
  .building-product-box .building-product-box-inner {
    /* padding: 0 1.6rem; */
  } 
  .building-product-content {
    margin-top: 0.8em;
    width: 100%;
    max-width: 100%;
    padding: 0rem 1.6rem 0rem;
  }
  .building-product-unit .desktop-info {
    display: none;
  }
  .building-product-unit .mobile-info {
    display: block;
  }
  .building-product-box .title-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0rem 1.6rem 0rem;
  }
  .building-product-box .title-wrap .tit {
    font-size: var(--text-20);
    line-height: 2.6rem;
  }
  .building-product-box .title-wrap .txt {
    font-size: var(--text-14);
  }
  .building-product-box .title-wrap .title {
    justify-content: space-between;
    width: 100%;
  }
  .building-product-box .title-wrap02 .title {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: auto;
  }
  .building-product-box .title-wrap02 .txt {
    font-size: var(--text-10);
  }
  .building-product-box .title-wrap .title-btn-list.mobile {display: flex;}
  .building-product-box .title-wrap .title-btn-list.desktop {display: none;}



  /* 긴급매물 */
  .urgent-building-list {
    grid-template-columns: repeat(2,1fr);
    gap: 0.8rem;
  }
  .urgent-building-unit a {
    border-radius: var(--radius-8) var(--radius-40) var(--radius-8) var(--radius-8);
  }
  .urgent-building-unit .thumb {
    height: 10rem;
  }
  .urgent-building-unit .thumb .thumb-finished {
    font-size: var(--text-16);
  }
  .urgent-building-unit .contents {
    padding: 8px;
  }
  .urgent-building-unit .contents .k-unit {
    height: 22px;
    padding: 0 5px;
    font-size: var(--text-12);
    font-weight: 400;
  }


  /* building-product-list-header */
  .building-product-list-header {display: none;}



  /* view 페이지 */
  .board-view-job-ct-header {
    border: 0;
    border-radius: 0;
  }
  .board-view-job-ct-header .title-unit {
    border: 1px solid var(--gray-100);
    border-radius: var(--radius-12);
  }
  .board-view-job-ct-header .title-state {
    height: 24px;
    width: 65px;
    border-radius: var(--radius-6);
    font-size: var(--text-12);
  }
  .board-view-job-ct-header .title-etc-list {
    margin-top: 1rem;
    color: var(--gray-600);
    font-size: var(--text-12);
  }

  .board-view-building-ct-info-box {gap: 15px;}
  .board-view-building-ct-info {
    padding: 2rem;
    border: 1px solid var(--gray-100);
        border-radius: var(--radius-12);
        margin-top: .8rem;
  }
  .board-view-building-ct-info-box {
    flex-direction: column;
  }
  .bvb-ct-info-img-wrap {
    width: 100%;
  }


  .bvb-ct-area {margin-bottom: 1rem;}
  .bvb-ct-area .bvb-ct-shop, 
  .bvb-ct-area .bvb-ct-size {
    height: 28px;
    padding: 0 16px;
    margin-bottom: 0;
    border-radius: var(--radius-6);
    font-size: var(--text-14);
  }

  .bvb-ct-price {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  .bvb-ct-price .bvb-ct-price-unit {
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 0.3rem;
    font-size: var(--text-20);
  }
  .bvb-ct-price .bvb-ct-price-unit > div {gap: 2px;}

  /* .bvb-ct-price .bvb-ct-price-unit > div + div:before {display: none;} */

  .bvb-ct-info-list ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .bvb-ct-info-list li {height: auto;}
  .bvb-ct-info-list li .txt {font-size: var(--text-14);}
  .bvb-ct-info-list .bvb-ct-info-txt {
    font-size: var(--text-12);
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    line-height: 1.3;
  }



  .board-view-job-contents-unit .board-view-job-contents-utitle {
    font-size: var(--text-18);
    margin-bottom: 0.8rem;
  }
  .bvbc-table-wrap {border-radius:var(--radius-8);}
  .bvbc-table colgroup {
    display: none;
  }
  .bvbc-table th, td {
    padding: 12px 12px;
    font-size: var(--text-14);
  }
  .bvbc-table th {
    font-weight: 500;
    width: 85px;
  }
  .bvbc-table td.total {
    flex-direction: column;
    gap: 0;
  }
  

  .bvjc-content-editor {
    border-color: var(--gray-100);
  }
  .bvjc-content-notice {
    font-size: var(--text-12);
    line-height: 1.3;
  }
  
	

}
