/* BASIC css start */
#contentWrapper{
  width: 94%;
  }
#contentWrap,
#content{
  width: 100%;
}
#content p, #content h1, #content h3, #content h4, #content ol li, #content ul li, #member_table td{
  font-family: 'NotoSans Light','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','돋움',dotum, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.714;
}
#location2{
  display: none;
}
#content h1{
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin: 20px 0;
  padding: 10px;
}
#content h3{
  font-weight: bold;
  font-size: 18px;
  border: 0px solid blue;
  margin-top: 16px;
}
#content h4{
  font-weight: bold;
  border: 0px solid blue;
  margin-top: 8px;
}
#content ol, #content ul{
  margin: 0 20px 8px 20px;
  border: 0px solid #eee;
}

#content .page1{
  border-top: 1px solid #000;
  padding: 0px;
  margin-bottom: 20px;
}
/* BASIC css end */

