@charset "UTF-8";

.p-detail {
  padding-top: clamp(80px, 9.1666666667vw, 110px);
  padding-bottom: clamp(100px, 10.8333333333vw, 130px);
  position: relative;
}

.detail {
  margin-top: clamp(80px, 8.3333333333vw, 100px);
  margin-bottom: clamp(120px, 14.1666666667vw, 170px);
  background: #ffffff;
  padding: 40px 20px 60px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 1078px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .detail {
    padding: 80px 40px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .detail {
    padding: 94px 78px 98px;
  }
}
.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news__item-date {
  color: #372710;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.28px;
}

.p-news__item-tag span {
  display: inline-block;
  padding: 2px 7px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  font-weight: 500;
  text-align: center;
  background: #ada79e;
}

.post-ttl {
  margin-top: 58px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #483C42;
  padding-bottom: 21px;
  border-bottom: 1.5px solid #d0d0d0;
  padding-left: 29px;
  position: relative;
  -webkit-text-stroke: 0.2px #635542;
}
@media screen and (min-width:768px) {
  .post-ttl {
    font-size: 22px;
  }
}

.post-ttl::before {
  content: "";
  position: absolute;
  background: #F9E14B;
  width: 8px;
  height: 57%;
  top: 6px;
  left: 0;
}

.post-detail__content img,
.detail img {
  margin: 40px auto 10px;
  margin-inline: auto;
  display: block;
  border-radius: 5px;
  width: auto;
  height: auto;
}

@media screen and (min-width: 768px) {
  .post-detail__content img,
  .detail img {
    margin: 65px auto;
  }
}
.post-detail__content img,
.detail img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-text {
  padding-block: 60px 105px;
  color: #555555;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 2.2142857143;
}
.detail-text p + p {
  padding-top: 30px;
}

.post-detail__content h4 {
  margin-top: 83px;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-bottom: 12px;
  border-bottom: 1.5px solid #372710;
  margin-bottom: 40px;
}

.post-detail__content > h3:first-child {
  margin-top: 0;
}

.post-detail__content h3 {
  margin-top: 53px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  -webkit-text-stroke: 0.2px #635542;
}

@media screen and (min-width: 768px) {
  .post-detail__content h3 {
    gap: 17px;
  }
}
.post-detail__content h3::before {
  content: "";
  width: 16px;
  height: 17px;
  border-radius: 3px;
  background: #F9E14B;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.detail__btn {
  display: block;
  min-width: 140px;
  background: #FAF9EC;
  border: 1px solid #FAF9EC;
  padding: 8.5px 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4666666667;
  letter-spacing: 0.75px;
  font-weight: 500;
  color: #4B4B4B;
  border-radius: 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .detail__btn {
    min-width: 183px;
    padding: 12.5px 52px;
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  .detail__btn:hover {
    background: #F9E14B;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.col-2 {
  min-width: 25%;
}
@media screen and (min-width:1024px) {
  .col-2 {
    min-width: unset;
  }
}
.col-2 img {
  max-width: 100%;
  height: auto;
}

.p-works__item-tag span {
  display: inline-block;
  padding: 2px 7px;
  color: #B9A57B;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  font-weight: 500;
  text-align: center;
  background: #FAF9EC;
}

.sliderImgBx {
  position: relative;
  padding: 0 15px 75%;
  aspect-ratio: 600/600;
  border-radius: 10px;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}

.sliderImgBx > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.indicatorImgBx {
  position: relative;
  aspect-ratio: 97/97;
  border-radius: 10px;
  overflow: hidden;
}

.indicatorImgBx > img {
  position: absolute;
  width: auto;
  height: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.worksIndicators {
  position: static;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  padding: 40px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.worksIndicators .indicator {
  width: 25%;
}

.propertySlider > .carousel-inner {
  max-width: 600px;
  width: 96%;
  margin: 80px auto 0;
}

@media screen and (min-width: 768px) {
  .worksIndicators {
    padding: 66px 0 0;
  }
  .worksIndicators .indicator {
    width: 10%;
  }
}