@charset "utf-8";

/*-----------------------------------------------------------------------------
//
//		예산별 상품 추천
//
-----------------------------------------------------------------------------*/
.gudgetGoodsWrap .gudgetGoodsSearch div:nth-child(1){
	width:30%;
	padding-right:3px;
}

.gudgetGoodsWrap .gudgetGoodsSearch div:nth-child(2){
	width:5%;
}

.gudgetGoodsWrap .gudgetGoodsSearch div:nth-child(3){
	width:30%;
	padding:0 3px;
}

.gudgetGoodsWrap .gudgetGoodsSearch div:nth-child(4){
	width:5%;
}

.gudgetGoodsWrap .gudgetGoodsSearch div:nth-child(5){
	width:30%;
	padding-left:10px;
}

.gudgetGoodsWrap .gudgetGoodsSearch div:nth-child(2) p
, .gudgetGoodsWrap .gudgetGoodsSearch div:nth-child(4) p{
	margin-top:23px;
	text-align:center;
	line-height:32px;
}

.gudgetGoodsWrap .gudgetGoodsSearch div:nth-child(5) p{
	padding-left:3px;
}

.gudgetGoodsWrap .gudgetGoodsSearch .form-group .form-control.readonly{
	border:0;
	line-height:32px;
}

.gudgetGoodsWrap .btnWrap{
	margin-top:15px;
}

/*-----------------------------------------------------------------------------
//
//		예산별 상품 추천
//
-----------------------------------------------------------------------------*/
.themeGoodsWrap{
	padding:30px 0 15px;
}

.themeGoodsWrap .themeGoods li{
	width:50%;
	margin-bottom:15px;
	max-height:70px;
	overflow:hidden;
}

.themeGoodsWrap .themeGoods li .linkBox{
	display:table-row;
}

.themeGoodsWrap .themeGoods li .imgWrap{
	float:left;
	width:70px;
	height:70px;
	border-radius:35px;
	overflow:hidden;
}

.themeGoodsWrap .themeGoods li .imgWrap img{
	width:100%;
}

.themeGoodsWrap .themeGoods li p{
	padding-left:7px;
	max-width:75px;
	max-height:70px;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
    overflow: hidden;
	line-height:18px;
}

/*-----------------------------------------------------------------------------
//
//		가격별 상품 추천
//
-----------------------------------------------------------------------------*/
.priceGoodsWrap .priceGoods li{
	width:33.333%;
	margin-bottom:15px;
}

.priceGoodsWrap .userPriceGoods input.form-control{
	width:45%;
}

.priceGoodsWrap .userPriceGoods .inputSide{
	display:block;
	width:10%;
	line-height:32px;
	text-align:center;
}

.priceGoodsWrap .btnWrap{
	margin-top:15px;
}