/*제목 폰트*/
h2.section-title { font-size:40px; font-family:"Lao UI"; text-align:center;  }
h3.sub-title { font-size:15px; text-align:center; margin-bottom:35px; font-weight:600;}

/* process_wrap 진행과정*/
.process_wrap { width:100%; background-color:#647da6; text-align:center;  color:#fff;  padding:60px 0; overflow:hidden; font-weight:600;}

/* contents2 포트폴리오 */
#contents2 { padding:60px 0; text-align:center; }
#contents2 .project { border:2px solid #e5e5e5;  }
#contents2 ul:after { content: ""; display: block; clear: both; margin-bottom:20px;} /*float해지*/

.project {width:286px; min-height:240px; padding:10px; margin-right:10px; margin-bottom:20px; border:1px solid #e5e5e5; float:left; text-align:left; 
color: #666; font-weight:600;}
/*.project a { color: #666; font-weight:600; text-decoration:none; } a링크 지운상태라 위에 일단 붙임*/
.project a:hover { color:#3399ff; } 
.project .project_tit { font-size:16px; margin:4px; display:block; }
.project .project_cont { color:#ccc; font-size:10px; margin-left:5px; }
.project .img_box { width:100%; height:200px; border:1px solid #e5e5e5; overflow:hidden;  display:block; }
.project .img_box img { width:100%; }