@charset "utf-8";

/* 내용관리 */

.sec {
    margin-bottom: 60px;
}

.tit p {

    color: #666;
    margin-bottom: 60px;
}

.tit h3, .tit h4 {
    display: inline-block;
}

.tit h4{
    margin-left: 15px;
}
.sec .cont ul {
    list-style: disc;
}

.sec H4 {
    margin-bottom: 15px;
}

.sec .cont ul li::marker {
    color: #2E76AD;
}

.sec .cont ul li{
    margin-left: 20px;
}

.sec .table_wr {
    width: 100%;
    display: flex;
    flex-flow: row;
    border-top: 1px solid #2E76AD;
    border-bottom: 1px solid #2E76AD;
}

.sec .cont table {
    width: 50%;

}

.sec .cont table tbody {
    display: flex;
    flex-flow: row;
}
.sec .cont table tr {
    display: flex;
    flex-flow: column;
}

.sec .cont table th{
    background: #f7f7f7;
    width: 120px;
    padding: 10px 0;
    color: #2E76AD;
}


.sec .cont table td {
    padding: 10px 0 10px 15px;
    width: 100%;
    text-align: center;
}


.sec .cont table tr:last-child {
    width: 100%;
}



.img_wr {
    padding-top: 50px;
}

.img_wr img {
    width: 140px;
    margin-right: 30px;
}


@media (max-width: 1024px){

    .sec .tit {
        padding: 0;
        margin-bottom: 40px;
    }
    
    .img_wr img {
        margin-bottom: 30px;
    }
  
    .sec {
        margin-bottom: 30px;
    }
    
    .tit p {
    
        color: #666;
        margin-bottom: 30px;
    }
    
}