@charset "UTF-8";

#under_main {
    background: url(../images/family-top02.jpg)no-repeat center/cover;
    
}
#content section {
  margin-top: 100px;
}
#content .intro_left {
  width: 26%;
}
#content .intro_left h2 {
  text-align: left;
}
#content .intro_left h3 {
  font-weight: normal;
  font-size: 22px;
}




#content .intro_right {
  width: 73%;
  
  
}
#content .intro_right .family {
  border-bottom: 1px solid #bbb;
  padding-bottom: 50px;
  padding-top: 50px;
}
#content .intro_right li .family_img {
  width: 32%;
}
#content .intro_right li .family_img img{
  box-shadow: 5px 5px 5px rgba(108, 108, 109, 0.5);
}
#content .intro_right li .family_txt  {
  width: 62%;
  
}
#content .intro_right .family_txt h4 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px;
}
#content .intro_right .family_txt h4 small {
  font-size: 13px;
}
#content .intro_right .family_txt p {
  font-size: 13px;
  line-height: 1.9;
}
#content .intro_right .family_txt div {
  border: 1px solid #666;
  width: 150px;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.btn {
  margin-top: 50px;
}


@media screen and (max-width:768px) {
  #content section {
    margin-top: 50px;
}
#content .intro_left h2 {
  text-align: center;
  margin-bottom: 0px;
}
  #content .intro_left {
    margin: 0 auto;
    width: 50%;
}
  #content .intro_right {
    width: 100%;
}
  #content .intro_right li .family_img {
    width: 80%;
    margin: 0 auto;
}
#content .intro_right li .family_txt {
  width: 80%;
  text-align: center;
  margin: 20px auto;
}
#content .intro_right .family_txt div {
  margin: 20px auto;

}
#content .intro_right .family {
  width: 95%;
  margin: 0 auto;
}




}