.fixed-side {
  background-color: var(--primary-color);
}
table tr.rental_counsel th {
  background: var(--secondary-color);
}
table .rental_counsel td button {
  position: relative;
}
table .rental_counsel td button:before {
  content: "상담신청";
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}
table .rental_counsel td button h5 {
  opacity: 0;
}
#compare .btn_wrap button.compare {
  background: var(--secondary-color);
}
#compare .chk_wrap input[type="checkbox"]:checked + label {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
table .rental_counsel td button {
  display: inline-block;
  margin: 30px 0;
  padding: 2.5px 0px;
  line-height: 2em;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 20px;
  transition: all 0.3s;
}
