@charset "utf-8";

/* 내용관리 */


.sec2, .sec3 {
    margin-bottom: -30px;
}


.tit p {
    font-size: 20px;
    color: #666;
    margin-bottom: 80px;
}

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

.tit h4{
    margin-left: 15px;
}



.sec .cont  {
    margin-bottom: 60px;
}

.sec .cont ul {
    width :100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
}

.sec .cont ul li{
    width: calc(25% - 22.5px);
    margin-right: 30px;
    height: 100px;
    padding: 20px;

    border: 1px solid #EAEAEA;
    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sec .cont ul li:nth-child(4n) {
    margin-right: 0;
}

.sec h4 {
    margin-bottom: 30px;
}

h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.sec1 {
    margin-bottom: 60px;
}

.sec table {
    width: 100%;
}

table {
    width: 100%;
    border-top: 2px solid #2E76AD;
    border-bottom: 2px solid #2E76AD;
    border-right: 1px solid #fff !important;
}

th, td {
    padding: 20px 0;
    text-align: center;
    border-right: 1px solid #ccc;
    vertical-align: middle;
}

td {
    border-bottom: 1px solid #ccc;
}

td:last-child {
    border-right: none;

}

table th {
    border-bottom:  1px solid #ccc;
    color: #2E76AD;
    background: #f7f7f7;
}

tr:first-child th:last-child {
    border-right: none;
}

tr:last-child td {
    border-bottom: none;
}

.borderdisplay td {
    border-right:  1px solid #ccc;
}


.ptColor {
    color: #2E76AD;
}


.img_wr {
    padding-top: 50px;
}

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



@media (max-width: 1024px){

  
    .sec .tit {
        padding: 0;
        margin-bottom: 40px;
    }


    .sec .cont ul li{
        width: calc(50% - 7.5px);
        margin-right: 15px;
        height: 70px;
        padding: 20px;
        padding: 10px;
        border: 1px solid #EAEAEA;
        margin-bottom: 15px;
    
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }


    .sec .cont ul li img {
        max-width: 180px;
        width: 100%;
    }
    
    .sec .cont ul li:nth-child(2n) {
        margin-right: 0;
    }
    
}