.tab-area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 767.98px) {
  .tab-area {
    justify-content: space-between;
  }
}
.tab-area .tab {
  width: 230px;
  border: 0.5px solid #231815;
  text-align: center;
  margin: 4px 10px 5px;
  z-index: 1;
  color: #231815;
  border-radius: 50vh;
  padding: 13px 20px;
}
.land .tab-area .tab.land,
.house-new .tab-area .tab.house-new,
.house-used .tab-area .tab.house-used,
.term-house-used .tab-area .tab.house-used {
  color: #fff;
  background: #231815;
  border-color: #231815;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .tab-area .tab {
    width: calc(33.3333333333% - 5px);
    margin: 20px 0px 5px;
    padding: 10px 10px;
  }
}
.entry-header {
  margin: 6rem 0 4rem;
  .estate-status {
    background: #231815;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 3px 15px;
    &.open {
      background: #a81f24;
    }
  }
}

article.estate section .estate-h1 {
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  padding: 5px 3rem 0px;
  margin-top: 3rem;
  font-size: 22px;
}

article.estate {
  counter-reset: section;
}
article.estate section {
  counter-increment: section;
  margin-bottom: 4rem;
}
article.estate section .estate-h1::before {
  content: counter(section, decimal-leading-zero) " ";
  position: absolute;
  left: 0;
  bottom: 8px;
  font-size: 40px;
  font-family: "Oswald-Light", sans-serif;
}
/*
article.estate section .estate-h1::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem; 
  height: 2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}
article.estate section:nth-of-type(1) .estate-h1::before {
  background-image: url('../../img/point/01.svg');
}
article.estate section:nth-of-type(2) .estate-h1::before {
  background-image: url('../../img/point/02.svg');
}
article.estate section:nth-of-type(3) .estate-h1::before {
  background-image: url('../../img/point/03.svg');
}
article.estate section:nth-of-type(4) .estate-h1::before {
  background-image: url('../../img/point/04.svg');
}
article.estate section:nth-of-type(5) .estate-h1::before {
  background-image: url('../../img/point/05.svg');
}
article.estate section:nth-of-type(6) .estate-h1::before {
  background-image: url('../../img/point/06.svg');
} */
article.estate section .slick-slider {
  max-width: 640px;
  margin: 2rem auto;
}
article.estate section img {
  max-width: 640px;
  aspect-ratio: 640 / 450;
  object-fit: contain;
  display: block;
  margin: 02rem auto 10px;
  width: 100%;
}
article.estate section th {
  background: #f1f0f0;
  width: 25%;
  padding: 1rem 1rem;
}
.google-map-link {
  a {
    text-decoration: none;
  }
  svg {
    width: 15px;
    margin-left: 5px;
    position: relative;
    bottom: -1px;
    opacity: 0.9;
  }
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  content: "";
  display: none;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url("../../img/top/arrow_b.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.2s;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 1;
}
.slick-slider .slick-prev {
  left: -20px;
  transform: rotate(180deg);
}
.slick-slider .slick-next {
  right: -20px;
}

@media (max-width: 767.98px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 28px;
    height: 28px;
    margin-top: -15px;
  }
  .slick-slider .slick-prev {
    left: -14px;
  }
  .slick-slider .slick-next {
    right: -14px;
  }
}

.post-list .estate-item {
  text-align: left;
  margin-bottom: 60px;
  position: relative;
  background: #fff;
}
.post-list .estate-item .btn-bk {
  background: #231815;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.post-list .estate-item .btn-bk.open {
  background: #a81f24;
}
.post-list .estate-item img {
  aspect-ratio: 705/500;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.post-list .estate-item .estate-item-inner {
  padding: 10px 15px 20px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.post-list .estate-item .estate-item-inner .date {
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 5px;
}
.post-list .estate-item .estate-item-inner h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
.archive .main-section {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.main-section-no-posts p {
  text-align: center;
  margin: 2rem 0;
}
.single-estate p.big {
  font-size: 1.3em;
  font-weight: bold;
}
.single-estate .next-prev {
  margin-top: 100px;
}
.single-estate .recommended {
  margin-top: 4em;
}
.single-estate .recommended h3 {
  text-align: center;
  font-size: 1.3rem;
}
.single-estate .recommended ul {
  max-width: 640px;
  margin: 0 auto;
}
.single-estate .recommended ul li {
  border-bottom: 0.5px solid #a8a8a8;
  padding: 0.6rem 15px;
  margin: 0;
}
.single-estate .recommended ul li:first-child {
  border-top: 0.5px solid #a8a8a8;
}
.single-estate .estate-sub-status .btn {
  background: #231815;
  border-color: #231815;
color: #fff;
    font-size: 1.4rem;
    padding: 8px 50px;
    margin-top: 30px;
    display: inline-block;
}
.estate-status{
    margin-bottom: 10px;
  }
@media (max-width: 767.98px) {
  .estate-status{
    margin-bottom: 10px;
  }
  .single-estate .estate-sub-status .btn {
    font-size: 1.4rem;
    padding: 5px 30px;}

}