
.product-box .product-list .listbox > ul > li .txtbox dd { min-height:68px; }
@media screen and (max-width:1280px){
	.product-box .product-list .listbox > ul > li .txtbox dd { min-height:90px; }
}
@media screen and (max-width:1024px){
	.product-box .product-list .listbox > ul > li .txtbox dd { min-height:112px; }
}
@media screen and (max-width:860px){
	.product-box .product-list .listbox > ul > li .txtbox dd { min-height:auto; }
}