/* 실용화 기술개발 센터사업 > 기술협력서비스 */
.s0204_topbox{border-radius:100px;padding:12px;border:5px solid #ddd;;overflow:hidden;width:100%;box-sizing:border-box;margin:0 auto;margin-top:30px;text-align:center}
.s0204_topbox dl dt{box-sizing:border-box;display:block;width:100px;height:100px;float:left;border-radius:50%;text-align:center;color:#fff;padding:35px 0;background:#d80b8c;font-size:20px;font-weight:700}
.s0204_topbox dl dd{padding:12px 0 0 30px;width:80%;float:left;font-size:20px;font-weight:300}
.s0204_box{width:47%;float:left;border:1px solid #d80b8c;padding:24px;box-sizing:border-box;margin:40px 10px;height:400px}
.s0204_box h4{font-weight:200;font-size:19px;text-align:center;color:#333;margin:20px 0 40px;border-bottom:1px solid #ddd;padding-bottom:50px}
.s0204_box h4 span{font-weight:700;display:block}


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

.s0204_topbox{border-radius:0;padding:0 0 40px;}
.s0204_topbox dl dt{border-radius:0;width:100%;height:70px;line-height:70px;padding:0}
.s0204_topbox dl dd{width:100%;padding:20px 0 0}
.s0204_box{width:100%;margin:10px 0}

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

.s0204_topbox dl dd{width:70%}

}





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