﻿.listpage_comment {
  margin-top: 26px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.listpage_results {
  padding-top: 40px;
  margin-top: 45px;
  border-top: 1px solid #e5e5e5;
}
.page-search .listpage_results {
  padding-top: 0;
  margin-top: 20px;
  border-top: 0 none;
}
.listpage_condition_count {
  margin-top: 20px;
}
.listpage_condition_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 14px;
}
.listpage_condition_tag {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 30px 10px 10px;
  font-size: 11px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.listpage_condition_tag .icn-close {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 19px;
  height: 19px;
  padding: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.listpage_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 150px;
  height: 40px;
  margin-top: -12px;
}
.listpage_sort select {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 12px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 1;
  background: url("../../../img/design/icn/arrow-down.svg") 100% 50% no-repeat;
  border: 0 none;
  border-bottom: 2px solid #000;
}
.listpage_sort select option {
  padding: 0 5px;
}
.listpage_sort select:hover {
  border: 0 none;
  border-bottom: 2px solid #000;
}
.listpage .listpage_filter_savecond i::after, .listpage_filter_savecond .listpage i::after, .listpage .listpage_filter_savecond i::before, .listpage_filter_savecond .listpage i::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 14px;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibilty 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibilty 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.listpage_filter_savecond {
  margin-top: 16px;
}
.listpage_filter_savecond a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.listpage_filter_savecond i {
  position: relative;
  width: 16px;
  height: 14px;
}
.listpage_filter_savecond i::before {
  visibility: visible;
  content: "";
  background: url("../../../img/design/icn/fav_ol.svg") no-repeat;
  background-size: contain;
  opacity: 1;
}
.listpage_filter_savecond i::after {
  visibility: hidden;
  content: "";
  background: url("../../../img/design/icn/fav.svg") no-repeat;
  background-size: contain;
  opacity: 0;
}
.listpage_filter_savecond a.is-registed i::before {
  visibility: hidden;
  opacity: 0;
}
.listpage_filter_savecond a.is-registed i::after {
  visibility: visible;
  opacity: 1;
}
.listpage_listwrap {
  margin-top: 30px;
  margin-bottom: 40px;
}
.listpage_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px 15px;
}
.listpage_list .listitem_meta {
  margin-bottom: 10px;
}
.listpage_list .listitem_meta .listitem_icon {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listpage_area-bottom {
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
}
.listpage_recommend {
  padding: 35px 15px 40px;
  margin-top: 50px;
  margin-right: -15px;
  margin-left: -15px;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}