.product_list{
	display: flex;
	flex-wrap: wrap;
}
.product_one{
	width: 300px;
	margin-right: 26px;
	text-align: center;
}
.product_one:nth-child(4n){
	margin-right: 0;
}
.product_img{
	margin-bottom: 24px;
}
.product_recommend_txt{
	margin-bottom: 16px;
	color: #7f7f7f;
}
.product_one>p{
	margin-bottom: 16px;
}
.product_ttl{
	font-size: 16px;
}
.product_price{
	color: #C30D23;
}
.product_price span{
	font-size: 26px;
}
.product_btn{
	width: 140px;
}
@media screen and (max-width:768px){
.product_one{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.product_one:nth-child(2n){
    margin-right: 0;
}
.product_one>p{
    margin-bottom: 8px;
}
.product .price{
    font-size: 18px;
}
}