#list .filter_wrap {
  display: none !important;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
#list .filter {
  border: none;
}
.list_box .list_img {
  margin: 0 20px;
  width: 60%;
}
.list_box .list_decs > label {
  font-size: 0.875em;
  font-weight: 500;
}
.list_box .list_decs .list_info .info.col1 {
  text-decoration: line-through;
  color: #424242;
}
.list_box .list_decs .list_info .info.col2,
.list_box .list_decs .list_spec dd.spec_info > span {
  color: var(--secondary-color);
}
#list .filter .filter_list .filter_chk_list {
  background: var(--secondary-color_opct05);
}
#filter_ul_wrap .filter_tit button:hover,
#filter_ul_wrap .filter_tit button.more {
  color: var(--secondary-color);
}
.list_box .list_img a {
  padding-left: 1px;
}
.list_box .list_decs h4,
.list_box .list_decs .list_info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_box .list_decs .list_info dd {
  padding: 7px 0;
  color: #424242;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_box .list_decs .list_info.support,
.list_box .list_decs .list_info.support dd {
  border-bottom: none;
  font-size: 1em;
  font-weight: 600;
}
.list_box .list_decs .list_info.support dd {
  border-radius: 1000px;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.list_box .list_decs .list_info.support dd:nth-child(1) {
  background: rgba(59, 89, 197, 0.1);
  color: #3b59c5;
}
.list_box .list_decs .list_info.support dd:nth-child(1) strong {
  color: #3b59c5;
}
.list_box .list_decs .list_info.support dd:nth-child(2) {
  background: rgba(7, 130, 199, 0.1);
  color: #0782c7;
}
.list_box .list_decs .list_info.support dd:nth-child(2) strong {
  color: #0782c7;
}
.list_box .list_decs .list_info.support dd:nth-child(3) {
  background: rgba(140, 140, 140, 0.1);
  color: #4e4e4c;
  margin-bottom: 0;
}
.list_box .list_decs .list_info.support dd:nth-child(3) strong {
  color: #4e4e4c;
}

.list_box .list_decs .list_info.support .rentalcom_wrap {
  font-size: 1em;
  font-weight: 600;
}
.list_box .list_decs .list_info.support dd span {
  display: none;
}
.list_box .list_decs .list_info.support .info.col1 {
  text-decoration: none;
}

.list_box .list_decs h4.support-name {
  border-bottom: none;
}
@media all and (max-width: 1310px) {
  .list_box .list_decs .list_info.support dd {
    padding: 6px 15px;
  }
}
@media all and (max-width: 650px) {
  #list {
    padding-top: 145px;
  }
}
@media all and (max-width: 1064px) {
  .list_box .list_img {
    width: 40%;
  }
}
@media all and (max-width: 880px) {
  .list_box .list_img {
    width: 50%;
  }
}
@media all and (max-width: 650px) {
  .list_box .list_img {
    width: 55%;
  }
}
@media all and (max-width: 542px) {
  .list_box .list_img {
    margin: 20px 0;
  }
}
@media all and (max-width: 520px) {
  .list_box .list_img {
    width: 60%;
    margin: 0 15px;
  }
}
@media all and (max-width: 450px) {
  .list_box .list_img {
    margin: 0;
    width: 100%;
  }
}
