@charset "UTF-8";

/*이미지 대체*/
.icon_list{
    overflow:hidden;
}
.icon_list li {
    float:left;
    width:24%;
    background:#eee;
    margin: 0 0 0 1.3%;
    box-sizing:border-box;
    padding:120px 0 20px;
}
.icon_list  li:nth-child(1){
    background:#eaeae8 url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con1_1.png') center 35px no-repeat;
}
.icon_list  li:nth-child(2){
    background:#eaeae8 url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con1_2.png') center 35px no-repeat;
}
.icon_list li:nth-child(3){
    background:#eaeae8 url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con1_3.png') center 35px no-repeat;
}
.icon_list  li:nth-child(4){
    background:#eaeae8 url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con1_4.png') center 35px no-repeat;
}
.icon_list li:first-child{
    margin:0;
}
.icon_list li p{
    text-align: center;
    line-height: 20px;
}
.icon_list li p span{
    display: block;
    font-size:13px;
    line-height:17px;
    margin-top:4px;
}
.company_list {
    display: table;
    width:100%;
}
.company_list li {
    display: table-cell;
    vertical-align: middle;
    width:25%;
}
.bg-rightgray {
    background:#eee;
}