/*************** [board]basic ***************/
/*section_type_board_0 : 게시판*/
#section_type_board_5 {
	text-align: center;
    margin: 60px 0;
}
#section_type_board_5 .new_family {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
}
#section_type_board_5 .new_family h2.title {
    font-size: 34px;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
}
#section_type_board_5 .new_family .more {
  position: absolute;
  color: #fff;
  font-size: 14px;
  width: 80px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background: #0f1b13;
  right: 10px;
  top: 40px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
}
#section_type_board_5 .new_family ul {
  font-size: 0;
  text-align: center;
}
#section_type_board_5 .new_family li {
  display: inline-block;
  width: 23%;
  margin: 1%;
  background: #f4f4f4;
}
#section_type_board_5 .new_family li img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}
#section_type_board_5 .new_family li p {
  padding: 15px 10px;
  font-size: 17px;
}
#section_type_board_5 .new_family li a > p {
    color: #383838;
    font-weight: 400;
}

#section_type_board_5 .new_family li a > p:hover {
  color: #4878CA;
}

#section_type_board_5 .new_family li p span {
  color: #666;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 300;
}

#section_type_board_5 .bbs_wrap {
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#section_type_board_5 .bbs_wrap .inner_bbs {
  float: left;
  width: 48%;
}
#section_type_board_5 .bbs_wrap .inner_bbs + .inner_bbs {
  float: right;
}
#section_type_board_5 .bbs_wrap .inner_bbs h2 {
  position: relative;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  display: block;
  line-height: 145%;
  margin-bottom: 20px;
}
#section_type_board_5 .bbs_wrap .inner_bbs h2 > a {
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  right: 0;
  top: 0;
}
#section_type_board_5 .bbs_wrap .inner_bbs ul {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#section_type_board_5 .bbs_wrap .inner_bbs ul li {
  overflow: hidden;
  font-size: 17px;
  line-height: 145%;
  padding: 15px 0;
  border-bottom: 1px solid #949b85;
}
#section_type_board_5 .bbs_wrap .inner_bbs ul li:last-child {
  border-bottom: 0;
}
#section_type_board_5 .bbs_wrap .inner_bbs ul li a {
  display: block;
  color: #fff;
  float: left;
}
#section_type_board_5 .bbs_wrap .inner_bbs ul li span {
  color: #ccc;
  float: left;
  font-size: 15px;
  padding: 0 15px;
}

/*************** [board]responsive ***************/
/*게시판*/
@media screen and (max-width: 970px) {
  #section_type_board_5 {
    padding: 100px 0;
	margin:0;
  }
  #section_type_board_5 .new_family {
    padding-top: 0px;
  }
    #section_type_board_5 .new_family li {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  #section_type_board_5 .bbs_wrap .inner_bbs ul li span {
    display: none;
  }
  #section_type_board_5 .new_family h2.title {
    font-size: 30px;
  }
}
@media screen and (max-width: 680px) {
  #section_type_board_5 {
    padding: 50px 0;
  }
  #section_type_board_5 {
    /* background-color: #465335; */
    background-position: top right;
  }
  
}
@media screen and (max-width: 580px) {
  #section_type_board_5 .new_family .more {
    top: 27px;
  }
  #section_type_board_5 .bbs_wrap .inner_bbs h2 {
    font-size: 18px;
  }
  #section_type_board_5 .bbs_wrap .inner_bbs {
    float: none;
    width: 100%;
  }
  #section_type_board_5 .bbs_wrap .inner_bbs + .inner_bbs {
    float: none;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #section_type_board_5 .new_family li {
    width: 80%;
  #section_type_board_5 .new_family h2.title {
    /* text-align: left; */
	font-size: 26px;
  }
}



/*************** [board]animation ***************/
/*#section_type_board_5 .new_family ul{
  opacity: 0;
  transition: all 600ms ease;
  top:20%;
  position:relative;
}

#section_type_board_5 .inner_bbs{
  opacity: 0;
  transition: all 600ms ease;
  bottom:20%;
  position:relative;
  transition-delay:0.3s
}*/
