
/* search_con */
.search_con{width: 100%; overflow: hidden;}
.search_con .search-input{width: 640px;  margin: 0 auto; max-width: 100%; border-bottom: 2px solid #888;}
.search_con .search-input form input{outline: none; border: 0; width: calc(100% - 74px); padding: 16px 0; font-size: 18px; font-family: 'Pretendard'; font-weight: 300; color: #555;}
.search_con .search-input form .btn-cancle{width: 21px; height: 21px; margin-bottom: 3px; border-radius: 50%; background-color: #555; color: #fff;font-size: 14px; padding: 2px;}
.search_con .search-input form .btn-search{width: 35px; height: 35px; margin-left: 8px;}
.search_con .search-input form .btn-search i{font-size: 18px;}

.search_con .search-result .no-result{text-align: center; padding: 60px 0;}
.search_con .search-result .yes-result{padding: 60px 0;}
.search_con .search-result .yes-result .top_minilist p span{ color:#be3434; padding-left: 4px; font-weight: 600; padding-right: 0; margin-right: 0;}
.search_con .search-result .yes-result .top_minilist p span::before{display: none;}

.search_con .search-result .no-result p{font-family: 'Pretendard'; font-size: 16px; color: #555;}



.disb-in-m{display: inline-block; vertical-align: middle; margin-right: -4px;}


/* ********************************************* *
* 1400px max
* ********************************************* */

@media (max-width:1400px){


}

/* ********************************************* *
* 1200px max
* ********************************************* */
@media (max-width:1200px){
  
}

/* ********************************************* *
* 1024px max
* ********************************************* */
@media (max-width:1024px){
  
}
/* ********************************************* *
* 960px max
* ********************************************* */
@media (max-width:960px){
  
    
}
/* ********************************************* *
* 840px max
* ********************************************* */
@media (max-width:840px){

}
/* ********************************************* *
* 768px max
* ********************************************* */

@media (max-width:768px){
   
}
/* ********************************************* *
* 640px max
* ********************************************* */
@media (max-width:500px){

}
/* ********************************************* *
* 400px max
* ********************************************* */
@media (max-width:400px){

}



