/* CSS Document */


.top .contentWrap{
  grid-row-end: 2;
}
.top .categoryArea{
  grid-row-end: 3;
}
.top .subContentWrap{
  grid-column-start:1;
  margin-left: 0;

}
.top .subContentWrap ul.recommendList{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.top .subContentWrap ul.recommendList li{
  width: 24%;
  padding-right: 6px;
}
/*
.currentNews li:first-of-type{
  font-size: 1.5em;
}*/