.p-top_secttl:before {
  height:0px!important;
  background:none;
}


.topRecList2 {
    border: 0 !important;
}
#news-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:25px;
}
#news-list a {
  display:flex;
  flex-direction:column;
}
#news-list .thm {
  margin-bottom:20px;
}
#news-list .thm img {
  margin-bottom:0!important;
}
#news-list .title,
#news-list .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#news-list .info * {
  margin-top:0!important;
}
#news-list .info br {
  display:none!important;
}
#news-list .info img {
  margin-bottom:20px;
}


@media screen and (min-width: 768px) {
  .p-top-list .bx-wrapper {
    padding:0 40px!important;
  } 
} 
@media screen and (max-width: 767px) {
    .topRecList2 section {
        padding: 10px;
    }
}
.bx-wrapper .bx-viewport {
  left:0!important;
}