.content-news { margin-top:20px; }
.news-txt { padding:0px 0px 40px 35px; margin-bottom:60px; line-height:1.8; }
.reco-items { width:25%; text-align:center; height:400px; margin-bottom:10px; }
.seller-items { width:25%; text-align:center; height:400px; margin-bottom:10px; }
.sns-fb { float:left; width:48%; }
.sns-insta { float:right; width:48%; }
.sns-insta2{ float:left; width:48%; }

@media (max-width: 768px) {
  .news-txt { padding:0px 0px 40px 0px; margin-bottom:60px; }
}

@media (max-width: 480px) {
  .reco-items { width:50%; height:400px; margin-bottom:10px; }
  .seller-items { width:50%; height:400px; margin-bottom:10px; }
  .sns-fb { float:none; width:100%; }
  .sns-insta { float:none; width:100%; }
  .sns-insta2 { display:none; }
}