/*--------------------*
#group_prof
*--------------------*/
#group_prof{
  margin:0 auto 20px;
}
#group_prof .section_bdy{
  background: url(../img/profile/group_prof/section_bdy.jpg) repeat-y 50% top;
  background-size: 100% auto;
}
#group_prof .section_ftr{
  background: url(../img/profile/group_prof/section_ftr.jpg) no-repeat 50% bottom;
  background-size: 100% auto;
  padding: 0 0 40px;
}
#group_prof .section_hdr{
  padding-top:3%;
}
#group_prof .detail_txt h3{
  margin: 20px 0;
}
#group_prof .detail_txt,
#group_info .detail_txt{
  margin: 0 auto;
  width: calc(100% - 36px);
  text-align: justify;
  line-height: 1.5;
  font-size: 16px;
}
/*--------------------*
#group_info
*--------------------*/
#group_info {
  margin: 0 auto 20px;
}
#group_info .section_bdy {
  background: url(../img/profile/group_info/section_bdy.jpg) repeat-y 50% top;
  background-size: 100% auto;
}
#group_info .section_ftr {
  padding-bottom: 40px;
  background: url(../img/profile/group_info/section_ftr.jpg) no-repeat 50% bottom;
  background-size: 100% auto;
}
#group_info .section_hdr{
  padding: 8px 0 0;
}
#group_info .detail_txt p{
  margin: 12px 0 0;
}
#group_info .detail_txt p:first-child{
  margin: 0;
}