
/*컨텐츠2*/



/*뉴스*/
.news_box {width:100%;}
.news_box ul {overflow:hidden; margin-left:-40px;}
.news_box ul li {width:33.33%; float:left; margin-bottom:40px;}
.news_box ul li dl {border:1px solid #ddd; margin-left:40px;}
.news_box ul li dl dt {}
.news_box ul li dl dt img {width:100%;}
.news_box ul li dl dd {padding:30px; overflow:hidden;}
.news_box ul li dl dd h4 {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font-size:18px!important;}
.news_box ul li dl dd p.txt {word-break:break-all; font-size:14px; overflow:hidden; height:75px; margin-bottom:15px; color:#7c7c7c; line-height:1.4!important;}
.news_box ul li dl dd span.date {display:inline-block; float:right; font-size:12px;}

@media screen and (max-width:800px){
.news_box ul { margin-left:-20px;}
.news_box ul li dl { margin-left:20px;}
.news_box ul li {width:50%; margin-bottom:20px;}
}
@media screen and (max-width:550px){
.news_box ul li {width:100%; }
}





/*인재상*/
.talent_box {overflow:hidden; text-align:center;}
.talent_box .round_wraps {display:inline-block;} 
.talent_box .round_wrapp {display:inline-block; margin:0 10px;} 
.talent_box .round_wrap { background:url('../img/contents/grad.png') no-repeat 50% 50%;  width:300px; height:300px; border-radius:150px; text-align:center;
 vertical-align:middle; display:table-cell;  }
.talent_box .round_wrap .round {background:#fff; width:260px; height:260px; border-radius:130px; display:inline-block;}
.talent_box .round_wrap .round dl {margin-top:50px; padding:10px;}
.talent_box .round_wrap .round dl dt {font-size:20px; margin-bottom:15px; color:#207cb9;}

@media screen and (max-width:1000px){
.talent_box .round_wrapp:last-child {margin-top:-30px;}
}
@media screen and (max-width:700px){

.talent_box .round_wrapp:last-child {margin-top:0px;}
.talent_box .round_wrapp {display:block; margin:0; margin-bottom:10px; } 

}
@media screen and (max-width:550px){
.talent_box .round_wrap {  width:260px; height:260px; border-radius:130px; }
.talent_box .round_wrap .round {width:230px; height:230px;border-radius:115px; }
.talent_box .round_wrap .round dl {margin-top:40px;}

}








.special_tech{ text-align:left}
.special_tech section{  overflow:hidden; clear:both;}
.special_tech section:after{ clear:both; display:block; content:"";}
.special_tech table{  margin:0 auto; }
.special_tech table th{ font-weight:normal}
.special_tech section h4{ border-bottom:1px solid #333; display:inline-block; margin:0 auto; line-height:0.2em; margin-bottom:20px; }
.special_tech section p{ }
.special_tech .play_img {width:30%; margin-right:5%; float:left; margin-bottom:10px}
.special_tech .play_img img{ }
.tech_intro{ }

@media screen and (max-width:860px){
.special_tech .play_img{width:40%;}	
}

@media screen and (max-width:640px){
.special_tech .play_img{width:45%;}	
}






