/* ----- 공통 ----- */
.sub-cont .sub-title h3{
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.sub-cont .sub-title h3::before{
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    border-radius: 50%;
    border: 5px solid #0d8240;
}

.sub-cont h4{
    color: #222;
}

.table-wrap table{
    width: 100%;
    border-top: 1px solid #222;
}

.table-wrap thead{
    background: #f7f7f7;
}

.table-wrap table th, .table-wrap table td{
    padding: 10px;
}

.li5{
    display: inline-block;
    width: 20%;
    padding: 10px;
}

.img-caption p{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.flow p{
    padding: 5px 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
}

.sub-cont .row img{
    margin-bottom: 20px;
}

/* ----- 회사소개 ----- */

/* CEO 인사말*/
#sec-ceo .sub-cont h2{
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-top: 30px;
    margin-bottom: 30px;
}

#sec-ceo .sub-cont p{
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.8em;
}

#sec-ceo .sub-cont h3{
    font-size: 18px;
    display: block;
    text-align: right;
} 

/* 연락처 */

.sub-cont .contact-icon-wrap h3{
    font-size: 20px;
}

.sub-cont .contact-icon-wrap i{
    display: block;
    margin: 10px 0;
    text-align: center;
    color: #0d8240;
    font-size: 28px;
}

.sub-cont .contact-icon-wrap h4{
    font-size: 18px;
}

.sub-cont .contact-icon-wrap > div{
    background: #f7f7f7;
    padding: 30px 0;
}

.contact-place-wrap{
    margin-top: 30px;
}

.contact-place-wrap > div{
    margin-bottom: 30px;
}

.contact-place-wrap h2{
    font-size: 18px;
    color: #222;
    margin: 20px 0 10px;
}

@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1024px){


}

@media screen and (max-width: 992px){
 
}

@media screen and (max-width: 768px){

  
}

@media screen and (max-width: 575px){
    .sub-cont .sub-title h3{
        font-size: 20px;
    }

    .table-wrap{
        overflow-x: scroll;
    }

    .cont-g.table-wrap{
        overflow: none;
    }

    .cont-g .flow ul{
        row-gap: 10px;
    }

    .cont-g .flow li{
        width: 100%;
        text-align: center;
    }

    .img-caption p, .img-wrap p{
        margin-bottom: 20px !important;
    }

    .li5{
        width: 50%;
    }

    .txt-wrap{
        text-align: center;
    }
}

