@charset "utf-8";

/* 내용관리 */



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

}

.sec1 .tit1 {
    margin-bottom: 40px;
}

.sec1 .cont1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.sec1 .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: '';
} */


.sec1 .cont2 .img_wr img {

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

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



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

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

.sec1 .cont2 .img_wr img {
    top: 50% !important;
}

.sec1 .cont2 .img_wr:nth-child(2)  img{
    height: unset;
}

.sec1 .cont .img_wr img {
    width: unset;
    max-width: 800px;
    /* height: 80%; */
    top: 40%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);

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

.sec1 .cont3 .img_wr:nth-child(5) img,
.sec1 .cont3 .img_wr:nth-child(6) img {
    width: 100%;
}

.sec1 .cont3 .img_wr figcaption {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 20px;
    height: 20%;

    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.sec1 .cont3 .img_wr figcaption h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #333;
}


.sec2 .cont1 li:first-child {
    box-shadow: 0 1px 4px rgb(0 0 0 / 4%);
    border: 1px solid rgba(0,0,0,.09);
    padding: 60px;
}

.sec2 .cont1 li:first-child h4 {
    margin-bottom: 30px;
    text-align: center;
}

.sec2 .cont1 li:last-child h4 {
    padding-top: 40px;
    margin-bottom: 30px;
}

.sec2 .cont1 .table-border {
    width :100%;
    border-top: 2px solid #2E76AD;
    border-bottom: 2px solid #2E76AD;
    /* margin-bottom: 80px; */
}

.sec2 .cont1 .table-border  table {
    width: 100%;
}

.sec2 .cont1 table th,
.sec2 .cont1 table td {
    text-align: center;
    vertical-align: middle;
}

.sec2 .cont1 table th {
    width: 25%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 300px;
}

.sec2 .cont1 table td {
    width: 25%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 30px;
}

.sec2 .cont1 table th:nth-child(4),
.sec2 .cont1 table td:nth-child(4) {
    border-right: none;
}

.sec3 .cont {
    display: block;
}

.sec3 h4 {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 30px;
}

.sec3 ul  {
    background: #f7f7f7;
    padding: 50px;
}

.sec3 ul:first-child {
    margin-bottom: 60px;
}

.sec3 ul li {
    margin-bottom: 40px;
}

.sec3 ul li h5 {
    margin-bottom: 10px;
}

.sec3 ul:last-child {
    margin-bottom: 60px;
}


.sec2 .cont1 .table-border  table:last-child {
    width: 50%;
}

.sec2 .cont1 .table-border  table:last-child td{
    border-bottom: 0;
}

@media (max-width: 1024px) {

    
    .sec1 .cont3 .img_wr img {
        max-width: 1024px;
    }
    
    .sec1 .cont {
        margin: 30px -30px 30px -30px;
    }

    .sec1 .cont .img_wr {
        width: 100%;
        margin: 0 30px 30px 30px;
    }
    .sec2 .cont1 li:first-child  {
        padding: 20px;
    }

    /* .sec2 .cont1 .table_wr {
        display: flex;
        flex-flow: row;
    } */


    .sec2 .cont1 .table-border {
        width: max-content;
        display: flex;
        flex-flow: row;
    }


    .sec2 .cont1 li:last-child h4 {
        margin-bottom: 15px;
    }

    .sec2 .cont1 table {
        min-width: unset;
    }

    .sec2 .cont1 table th,
    .sec2 .cont1 table td {
        min-width: 280px;
        vertical-align: middle;
        min-height: unset;
        height: unset;
        padding: 20px 0;
    }

    .sec2 .cont1 table th:nth-child(4),
    .sec2 .cont1 table td:nth-child(4) {
        border-right: 1px solid #ccc;
    }


    /* .sec2 .cont1 table th {
        border-right: 0;
        border-bottom: 0;
        padding-bottom: 0;
        min-height: 240px; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
   */

    .sec3 ul {
        padding: 20px;
    }

    .sec3 ul:first-child {
        margin-bottom: 30px;
    }


}