

.job{
    font-family: 'Nanum Gothic', serif;
    font-size:15px;
    color:#555;
    margin:10px;
    overflow:hidden;
    text-align:justify;
    line-height:1.6em;
}
.j_con{margin-bottom:25px;}
.j_con h3{background: url(/app/dubu_sourcecode/docs/imgs/1519611885_title_box2.jpg) no-repeat; padding-left:28px; font-size:22px; margin-bottom:20px;}
.j_con ul{overflow:hidden; margin:15px 0;}
#strength li {float:left; width:33.3%; text-align:center;}
#strength li p{margin:2px; background:#0072bc; color:#fff; padding:20px 0; border-radius:0 5px 0  5px;}

#process li{text-align:center; border:1px solid #ccc; padding:10px 0;  margin:0 auto;}
#process li:nth-child(even){box-shadow:none; border:none; padding:2px 0; color:#999;}
#process li:last-child{background-color:#00aeef; color:#fff; border:none;}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    #strength li {float:none; width:100%;}
}
