/* pd_list */
.pd_list{display:flex; justify-content: space-between; flex-wrap: wrap;}
.pd_list > .pd_con{border:1px solid #e1e1e1; border-radius: 0.8rem; background:#fff; overflow:hidden; width:calc((100% / 2) - 0.5rem);}
.pd_list > .pd_con:not(:first-child){margin-top:1.5rem;}
.pd_list > .pd_con:nth-of-type(2){margin-top:0px;}

.pd_list > .pd_con .photo{position:relative; background:#f2f2f2; display: flex; align-items: center; overflow:hidden; padding-bottom:100%;}
.pd_list > .pd_con .photo > img{object-fit: contain; margin: 0 auto; width:100%; height:100%; position:absolute; top:0; left:0;}

.pd_list > .pd_con .con{padding:1rem;}
.pd_list > .pd_con .con > .price{display:flex; margin:1rem 0; align-items: center;}
.pd_list > .pd_con .con > .price > div:not(:last-child){margin-right:0.8rem;}

.pd_list > .pd_con .con > .info{border-top:1px solid #f3f3f3; padding-top:1rem;}

@media (max-width:570px){
	.pd_list > .pd_con{width:100%;}
	.pd_list > .pd_con:nth-of-type(2){margin-top:1.5rem;}
}
	