/*----------------------------------------
 ¸¡º÷
 ----------------------------------------*/
.search_result {
    margin: 20px 0;
    padding: 10px 0;
    text-align: center;
}

.none {
    margin: 50px 0;
    text-align: center;
}

.search_word {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}
.search_word span {
    background-color: #eee;
    padding: 0px 20px;
    width: 200px;
}

.item_box{
float: left;
width: 200px;
height: 290px;
}


.item_img{
	width: 180px;
	height: 180px;
	margin: 10px;
	display: inline-block;
	box-shadow: 8px 8px 5px -5px rgba(0,0,0,0.5);
}

.item_photo img{
	width: 180px;
	height: 180px;
}

.item_detail{
width: 180px;
margin-left: 10px;
float: left;
font-size: 12px;
text-align: center;
}

.item_detail .cost{
font-size: 12px;
font-weight: bold;
}

.t-small{
font-size: 80%;
color:#aaa;
}