/* BASIC css start */
#contentWrapper{
  width: 94%;
  }
#contentWrap,
#content{
  width: 100%;
}
#all_service h1{
  font-family: 'NotoSans Light','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','돋움', dotum, helvetica, sans-serif;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin: 20px 0;
  padding: 10px;
}
#all_service h2{
  width:100%;
  margin-bottom: 20px;
}
#all_service li a{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.member{
  border: 1px solid tomato;
  display: none;
/*  display: flex; */
  flex-wrap: wrap;
}
.member ul{
  width: 300px;
  border: 1px solid blue;
  margin-bottom: 20px;
}
#all_service .lnb2 a{
  font-weight: bold;
}
/* BASIC css end */

