/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
#main.buyDetail .firstRow {
  background-color: #fff;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .firstRow {
    padding: 2.5rem 0;
  }
}

#main.buyDetail .firstRow .prop-title {
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .firstRow .prop-title {
    font-size: 2rem;
  }
}

#main.buyDetail .firstRow .point-box {
  position: relative;
  border-top: 1px solid #FEB310;
  border-bottom: 1px solid #FEB310;
  padding-top: 0.8rem;
  margin-top: 0.75rem;
  background: #fff;
  padding: 1rem 0.75rem 0.5rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .firstRow .point-box {
    padding: 1rem 0.75rem 0.5rem;
  }
}

#main.buyDetail .firstRow .point-box .point-label {
  position: absolute;
  top: -12px;
  left: 0;
  background-color: #FEB310;
  padding: 0 1rem;
  font-family: "Kaushan Script", cursive;
  font-size: 0.9rem;
  font-weight: 700;
  transform: skewX(-10deg);
}

@media screen and (min-width: 768px) {
  #main.buyDetail .firstRow .point-box .point-label {
    font-size: 15px;
  }
}

#main.buyDetail .firstRow .point-box .point-label span {
  display: inline-block;
  transform: skewX(10deg);
}

#main.buyDetail .firstRow .point-box p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .firstRow .point-box p {
    font-size: 1rem;
  }
}

#main.buyDetail .firstRow .tags {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .firstRow .tags {
    justify-content: flex-start;
    gap: 0.75rem 1.5%;
  }
}

#main.buyDetail .firstRow .tags li {
  width: 48.5%;
  margin-bottom: 3%;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .firstRow .tags li {
    width: 18.8%;
    margin-bottom: 0;
  }
}

#main.buyDetail .firstRow .tags li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fffbd8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem 0;
}

#main.buyDetail .firstRow .listImage .mySwiper2 {
  margin-bottom: 10px;
}

#main.buyDetail .firstRow .listImage .mySwiper2 .swiper-wrapper .swiper-slide {
  height: 60vw !important;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .firstRow .listImage .mySwiper2 .swiper-wrapper .swiper-slide {
    height: 450px !important;
  }
}

#main.buyDetail .firstRow .listImage .mySwiper2 .swiper-wrapper .swiper-slide img {
  object-fit: cover;
}

#main.buyDetail .firstRow .listImage .mySwiper .swiper-wrapper .swiper-slide {
  height: 20vw !important;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .firstRow .listImage .mySwiper .swiper-wrapper .swiper-slide {
    height: 150px !important;
  }
}

#main.buyDetail .firstRow .listImage .mySwiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
}

#main.buyDetail .firstRow .listImage .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 5px solid #FFEB3F;
}

#main.buyDetail .secondRow {
  background-color: #F6F6F6;
  padding: 2.5rem 0;
}

#main.buyDetail .secondRow .box {
  margin-bottom: 3rem;
  /* =========================================
                OPSI 3: SOFT OUTLINE (Klasik Rapi)
                ========================================= */
}

#main.buyDetail .secondRow .box h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

#main.buyDetail .secondRow .box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 1px solid #FEB310;
}

#main.buyDetail .secondRow .box ul li p {
  font-weight: bold;
}

#main.buyDetail .secondRow .box ul li span {
  font-weight: 500;
  font-size: 115%;
}

#main.buyDetail .secondRow .box .property-wrapper table {
  table-layout: fixed;
  width: 100%;
}

#main.buyDetail .secondRow .box .property-wrapper table th {
  width: 18%;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .secondRow .box .property-wrapper table th {
    width: 10.75%;
  }
}

#main.buyDetail .secondRow .box .property-wrapper table td {
  width: 32%;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #main.buyDetail .secondRow .box .property-wrapper table, #main.buyDetail .secondRow .box .property-wrapper tbody, #main.buyDetail .secondRow .box .property-wrapper tr, #main.buyDetail .secondRow .box .property-wrapper th, #main.buyDetail .secondRow .box .property-wrapper td {
    display: block;
    width: 100% !important;
  }
  #main.buyDetail .secondRow .box .property-wrapper th {
    border-bottom: none !important;
  }
}

#main.buyDetail .secondRow .box .table-soft-outline {
  border: 1px solid #fefefe;
}

#main.buyDetail .secondRow .box .table-soft-outline th, #main.buyDetail .secondRow .box .table-soft-outline td {
  padding: 0.5rem 1rem;
  border: 1px solid #fefefe;
}

#main.buyDetail .secondRow .box .table-soft-outline th {
  background-color: #FEB310;
  font-weight: bold;
}

#main.buyDetail .secondRow .box .table-soft-outline td {
  padding: 0.75rem 1rem;
}

#main.buyDetail .secondRow .box .table-soft-outline td iframe {
  width: 100%;
  height: 70vw;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .secondRow .box .table-soft-outline td iframe {
    height: 300px;
  }
}

#main.buyDetail .secondRow .box .table-soft-outline .highlight-label {
  border-left: 3px solid #fd7e14;
  padding-left: 8px;
  color: #fd7e14;
}

#main.buyDetail .secondRow .contactInformation {
  background-color: #FFEB3F;
  padding: 1rem;
  border-radius: 1rem;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .secondRow .contactInformation {
    padding: 2rem;
  }
}

#main.buyDetail .secondRow .contactInformation .heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .secondRow .contactInformation .heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#main.buyDetail .secondRow .contactInformation .heading h4 {
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .secondRow .contactInformation .heading h4 {
    font-size: 1.5rem;
  }
}

#main.buyDetail .secondRow .contactInformation .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  #main.buyDetail .secondRow .contactInformation .list {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

#main.buyDetail .secondRow .contactInformation .list a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}

#main.buyDetail .secondRow .contactInformation .list a:hover {
  top: -6px;
}

/*# sourceMappingURL=buy_detail.css.map */