/* BASIC css start */
#aside{
  border: 0px solid tomato;
}
#aside .lnb-wrap{
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  border: 0px solid #0000ff;
}
#aside h2{
  font-family: 'NotoSans Light','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','돋움',dotum, sans-serif;
  font-size: 1.5em;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-bottom: 20px;
}
#aside .lnb{
  width: 180px;
  border: 0px solid #ffff00;
  margin-bottom: 20px;
}
#aside .lnb2{
  border: 0px solid #00ff00;
  font-weight: bold;
}
#aside .lnb3{
  border: 0px solid red;
}
#aside .info{
  display: none;
}
/* BASIC css end */

