@charset "utf-8";
.b_search.best_sch .b_search_wrap{
    padding-top: 10px;
    text-align: right;
}
.b_search.best_sch .b_search_wrap .best_sch_2{
    width: 100px;
}

.best.best_wrap{}
.best.best_wrap .gallery_wrap{}
.best.best_wrap .gallery_wrap .gallery_inner{
    height: auto;
    border: 1px solid #ccc;
}
.best.best_wrap .gallery_wrap .gallery_con{}
.best.best_wrap .gallery_wrap .img_wrap{
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.best.best_wrap .gallery_wrap .gallery_txt{}
.best.best_wrap .gallery_txt .best_tit{
    color: #000;
}
.best.best_wrap .gallery_txt .award_cat{
    display: inline-block;
    width: 40px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 20px;
    background-color: #307765;
}
.best.best_wrap .gallery_txt .award_name{
	display: inline-block;
	color: #000;
	padding-top: 0;
    font-size: 1.7rem;
}
.best.best_wrap .gallery_txt .best_txt{
    text-align: right;
}
.best.best_wrap .gallery_txt .best_txt span{
    color: #9E9E9E;
    font-weight: bold;
}
.best.best_wrap .gallery_txt .best_txt span:nth-of-type(2){
    color: #ccc;
}
.best.best_wrap .gallery_txt .bext_p{
    display: block;
    padding-top: 10px;
    overflow: visible;
	text-overflow: clip; 
     -webkit-line-clamp: 3; 
     -webkit-box-orient: vertical; 
     line-height: inherit; 
     max-height: inherit; 
}




