/*************** [board]basic ***************/
/*section_type_board_0 : 게시판*/
#section_type_board_0{background:url(/section/board/board_0/img/section3_bg_2.jpg) no-repeat center center; background-size:cover;}
#section_type_board_0 .new_family{text-align:center; margin-bottom:30px; padding-top:150px;}
#section_type_board_0 .new_family h2.title{color:#fff !important;position:relative; margin-bottom:40px !important;}
#section_type_board_0 .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:140px;
  border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
-o-border-radius:50px;
}
#section_type_board_0 .new_family ul{font-size:0; text-align:center}
#section_type_board_0 .new_family li{display:inline-block; width:23%; margin:1%; background:#fff;}
#section_type_board_0 .new_family li img{width:100%;object-fit: cover;}
#section_type_board_0 .new_family li p{padding:15px 10px; font-size:17px;}
#section_type_board_0 .new_family li a > p{color:#222}
#section_type_board_0 .new_family li p span{color:#666; display:block; font-size:15px; margin-bottom:5px;}

#section_type_board_0 .bbs_wrap{overflow:hidden; padding:0 0 100px 10px; 
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
#section_type_board_0 .bbs_wrap .inner_bbs{float:left; width:32%; margin-right:2%;}
#section_type_board_0 .bbs_wrap .inner_bbs:last-child {margin-right:0;}
/* #section_type_board_0 .bbs_wrap .inner_bbs + .inner_bbs{float:right;} */
#section_type_board_0 .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_0 .bbs_wrap .inner_bbs h2 > a{position:absolute; color:#fff; font-size:40px; font-weight:100; right:0; top:0;}
#section_type_board_0 .bbs_wrap .inner_bbs ul{border-top:2px solid #fff; border-bottom:2px solid #fff;}
#section_type_board_0 .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_0 .bbs_wrap .inner_bbs ul li:last-child{border-bottom:0}
#section_type_board_0 .bbs_wrap .inner_bbs ul li a{display:block; color:#fff; float:left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 95%;}
#section_type_board_0 .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_0{padding:100px 0}
	#section_type_board_0 .new_family{padding-top:0px;}
}
@media screen and (max-width:800px){ 
    #section_type_board_0 .bbs_wrap .inner_bbs ul li span{display:none;}
}
@media screen and (max-width:680px){ 
    #section_type_board_0 .new_family h2.title{text-align:center; font-size:30px; margin-bottom: 60px !important;}
    #section_type_board_0{padding:50px 0}
    #section_type_board_0{background-color:#465335; background-position:top center;}
    #section_type_board_0 .new_family li{width:48%;}
}
@media screen and (max-width:580px){ 
    #section_type_board_0 h1.title_w{font-size:28px;}
	#section_type_board_0 h1.title_w:after {height: 1px; margin-top: 20px;}
    #section_type_board_0 .new_family .more{top:150px;}
    #section_type_board_0 .bbs_wrap .inner_bbs h2{font-size:18px;}
    #section_type_board_0 .bbs_wrap .inner_bbs{float:none; width:100%;}
    #section_type_board_0 .bbs_wrap .inner_bbs + .inner_bbs{float:none; margin-top:30px}
}
@media screen and (max-width:480px){ 

}
@media screen and (max-width:320px){ 
    #section_type_board_0 .new_family li{width:80%;}
}

/*************** [board]animation ***************/
/*#section_type_board_0 .new_family ul{
  opacity: 0;
  transition: all 600ms ease;
  top:20%;
  position:relative;
}

#section_type_board_0 .inner_bbs{
  opacity: 0;
  transition: all 600ms ease;
  bottom:20%;
  position:relative;
  transition-delay:0.3s
}*/