@charset "utf-8";
/* ========================================================
search_result
======================================================== */

/* .search-list__wrap
----------------------- */
.search-list__wrap{
   display:flex;
   -ms-flex-pack:distribute;
   flex-wrap: wrap;
   margin-top: 80px;
   justify-content: center;
}
.search-list__inner{
 text-align: center;
  display: block;
  letter-spacing: -0.3em;
  margin: 0 auto;
  width: 1188px;
}
@media screen and (max-width: 768px){
  .search-list__wrap{
    display: block;
    margin-top: 3.8vw;
   justify-content: center;
  }
  .search-list__inner{
    width: 100%;
  }
}
/* .search-inner
----------------------- */
.search-inner{
  width: 85%;
  margine-buttom: 20px;
}
@media screen and (max-width: 768px){
.search-inner{
  width: 100%;
  }
}