@charset "utf-8";

/* 내용관리 */



.sec .cont.cont1 {
    margin: 0 0 60px ;
}

.sec .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: -30px -30px 60px -30px;
    /* border: 1px solid red; */

}

.sec .cont .img_wr {
    width: calc(50% - 60px);
    position: relative;
    margin: 30px;

    
}




/* .sec .cont .img_wr:hover:after {
    background-color: rgba(0,126,200,.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
} */


.sec2 .cont .img_wr img {

    object-fit: cover;
    height: 100%;
}

.sec2 .cont .img_wr figcaption {
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    font-weight: 700;
    bottom: 60px;
    left: 20px;
}

.mb30 {
    margin-bottom: 30px;
}


.sec .cont2 .img_wr {
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 1px 4px rgb(0 0 0 / 4%);
    overflow: hidden;
    position: relative;
    margin: 30px;
}

.sec .cont2 .img_wr::after {
    padding-bottom: 100%;
    content: '';
    display: inline-block;
}

.sec .cont2 .img_wr img {
    width: 100%;
    max-width: unset;
    /* height: 80%; */
    top: 40%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);

    /* height: 80%; */
    /* object-fit: cover; */
}

.sec .cont2 .img_wr figcaption {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 20px;
    height: 20%;
    font-weight: 700;
    font-size: 1.3rem;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}


.sec .cont2 .img_wr figcaption h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}


.sec2 .cont2 .img_wr figcaption {
    color: #333;
    font-size: 16px;
}

.sec3 .ptColor {
    color: #2E76AD;
}

.sec3 .cont {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    margin: 0;
}

.sec3 h4 {
    text-align: left;
    margin-bottom: 30px;
}


.sec3 .cont .img_wr img 
{
    width: 100%;
}


.sec3 .cont ul {
    width: 100%;
}

.sec3 .cont li {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}


@media (max-width: 1024px) {

    .sec3 ul li table td:first-child {
        border-right: none;
        text-align: center;
    }

    .sec3 ul li table td:last-child {
        padding-bottom: 20px;
    }

    .sec3 ul li table {
        min-width: unset;
    }

    .sec3 ul li table tr {
        display: flex;
        flex-flow: column;
    }
    
    .sec .cont2 .img_wr {
        width: 100%;
        margin: 30px 30px 0 30px;
    }

    .sec .cont2 .img_wr img {
        width: 100%;
    }

    .sec3 ul li table th, .sec3 ul li table td {
        padding: 10px;
    }

    .sec3 ul li table td img {
        max-width: 200px;
        margin: auto;
    }

    .sec3 .cont  {
        flex-flow: column;
    }

    .sec3 .cont .img_wr {
        width: 100%;
    }

}

