/* 실용화 기술개발 센터사업 > 연구목표 */
.use_goal {overflow:hidden}
.use_goal li{padding:60px 20px;box-sizing:border-box;width:31%;margin-right:15px;border:1px solid #ddd;float:left;text-align:center;font-size:18px;font-weight:300;color:#666}
.use_goal li span{font-weight:500;color:#000;font-size:19px}



/****** Mobile ******/
@media screen and (max-width:690px){
.use_goal li{width:100%;margin:0 0 10px;padding:30px }

}

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


}


/****** Tablet Device ******/
@media screen and (min-width:899px) and (max-width:1024px) {

}


/****** wide desktop ******/

@media screen and (min-width:1025px) and (max-width:1440px) {


}
