/* 센터구성 > 사업참여기관 */

.orgbox {display:inline-block;width:100%;margin-bottom:30px;box-sizing:border-box;border:1px solid #efefef}
.orgbox h4{display:block;width:100%;box-sizing:border-box;padding:20px 40px;border-bottom:1px solid #efefef;font-size:18px;letter-spacing:-1px;background:#f9f9f9}
.orgbox ul{margin:20px;box-sizing:border-box;overflow:hidden}
.orgbox ul li {float:left;margin:2px}

.s0402_p{color:#666;padding: 0;text-align:center;font-size:16px}


/****** Mobile ******/
@media screen and (max-width:690px){

}
/****** Tablet Device ******/
@media screen and (min-width:691px) and (max-width:899px) {
}
/****** Desktop Device ******/
@media screen and (min-width:900px) and (max-width:1150px) {
}
