.model_list {
  padding: 0 15px;
}

.model_list.two .menu-list__input-area {
  background: #fff;
}

.model_list > div {
  background: #eeeeee;
/*   padding: 20px 15px; */
/*   padding: 15px 0; */
}

.model_list .whitebox_selection li {
  background: #fff;
}

.menu-list__input-area {
  display: flex;
  align-items: center;
  border: .5px solid #e6e6e6;
  padding: 10px 12px;
  background: #fff;
}

/* .font_size10 ::placeholder {
  font-size: 10px;
} */

.menu-list__input-area input {
  border: none;
  background: none;
  padding: 0;
  color: #000; !important
}

.menu-list__input-area input:-ms-input-placeholder{
  padding: 10px 12px;
  padding-top:0;
}

.search_icon {
  width: 7%;
}

.model_list.two .error-message {
  padding: 0px 0 0 29px;
}

/* pc */
@media screen and (min-width: 1140px){
  .model_list {
    width: 1140px;
    margin: 0 auto;
    padding: 0px;
  }

  .model_list.two > div {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
/*     padding: 30px; */
    justify-content: center;
  }

  .model_list .menu-list__input-area {
    width: 610px;
  }

  .model_list .menu-list__input-area input {
    font-size: 18px;
/*     background: url(https://cdn2.hubspot.net/hubfs/6706445/images/search.png) no-repeat;
    background-size: 22px 22px;
    background-position: calc(100% - 15px) center; */
  }

  .model_list .whitebox_selection {
        width: 100%;
    justify-content: space-between;
  }

  .model_list .whitebox_selection li {
        width: 24.2%;
    margin: 0;
  }
}