


 .productList{
	width:1180px;
	margin:150px auto 0;
}


 .productList .title{
	font-size:36px;
	text-align:center;
	color:#222;
	font-family:'montserrat';
	font-weight:bold;
}



.productList .total{
	width:100%;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	font-family:roboto;
	color:#777;
}



 .productList .proList_four{
	width:100%;
	display:inline-block;
	margin-top:30px;
}

 .productList .proList_four li{
	width:280px;
	display:inline-block;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

 .productList .proList_four li:nth-child(4n+1){
	margin-left:0px;
}


 .productList .proList_three{
	width:100%;
	display:inline-block;
	margin-top:30px;
}

 .productList .proList_three li{
	width:380px;
	display:inline-block;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

 .productList .proList_three li:nth-child(3n+1){
	margin-left:0px;
}






 .productList  li .thum{
	width:100%;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
}

 .productList li .thum img{
	width:100%;
}



 .productList  li .subject{
	font-size:18px;
	text-align:center;
	color:#222;
	font-family:'montserrat','roboto','noto sans kr';
	margin-top:20px;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

 .productList  li .substance{
	font-size:14px;
	text-align:center;
	color:#777;
	margin-top:20px;
	font-family:'roboto','noto sans kr';
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-transform: uppercase;
}


 .productList li .price{
	font-size:14px;
	text-align:center;
	color:#777;
	font-family:'roboto','noto sans kr';
	margin-top:5px;
}




.productList li .price{
	font-size:16px;
	text-align:center;
	color:#777;
	font-family:'roboto','noto sans kr';
}

























