﻿.listpage_header {
  margin-top: 20px;
}
.listpage_comment {
  margin-top: 26px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.listpage_results {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid #e5e5e5;
}
.page-search .listpage_results {
  padding-top: 0;
  margin-top: 30px;
  border-top: 0 none;
}
.listpage_condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.listpage_condition--fixed {
  position: fixed;
  top: calc(var(--header-shrinkheight) - 1px);
  right: 0;
  left: calc(var(--scroll-x) * -1);
  z-index: 98;
  padding: 15px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.is-cond-fixed .listpage_condition--fixed {
  visibility: visible;
  border-radius: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.listpage_condition--fixed_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.listpage_condition_status {
  width: calc(100% - 200px);
}
.listpage_condition--fixed .listpage_condition_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listpage_condition--fixed .listpage_condition_count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.listpage_condition_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.listpage_condition--fixed .listpage_condition_tags {
  margin-top: 0;
}
.listpage_condition_tag {
  position: relative;
  padding: 10px 30px 10px 10px;
  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_filter_btn button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 46px;
  margin-left: auto;
  color: #fff;
  background-color: #323232;
  border-radius: 4px;
}
.listpage_filter_btn button::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../../img/design/icn/filter_wh.svg#filter_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.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: 20px;
  height: 17px;
  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: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.listpage_filter_savecond i {
  position: relative;
  width: 20px;
  height: 17px;
}
.listpage_filter_savecond i::before {
  visibility: visible;
  content: "";
  background: url("../../../img/design/icn/fav_ol.svg") no-repeat;
  background-size: 20px;
  opacity: 1;
}
.listpage_filter_savecond i::after {
  visibility: hidden;
  content: "";
  background: url("../../../img/design/icn/fav.svg") no-repeat;
  background-size: 20px;
  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_listnav {
  margin-top: 40px;
}
.listpage_sort {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 40px;
}
.listpage_sort::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  content: "";
  background-color: #000;
}
.listpage_sort select {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  padding: 5px 8px 8px;
  font-size: 15px;
  line-height: 1.6;
  background: url("../../../img/design/icn/arrow-down.svg") 96% 50% no-repeat;
  border: 0 none;
}
.listpage_sort select:hover {
  border: 0 none;
}
.listpage_listwrap {
  margin-top: 60px;
  margin-bottom: 70px;
}
.listpage_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 23px;
}
.listpage_list .listitem_meta .listitem_icon {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listpage_area-bottom {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid #e5e5e5;
}
.listpage_recommend {
  padding: 40px 30px 45px;
  margin-top: 80px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}