@charset "utf-8";

/* 내용관리 */


.subtab {
    display: flex;
    flex-flow: row;
    margin-bottom: 60px;
}

.subtab button {
    width: 50%;
    padding: 20px 0;
    background: #f7f7f7;
}

.subtab button.active {
    background:#0080c4;
    color: #fff;
}

.sec1 .cont h4 {
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #333;
}


.sec1 .img_wr {
    display: flex;
    align-items: center;
    justify-content: center;

}

.sec .cont .img_wr  {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

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

.sec1 .img_wr img {
    max-width: 360px;
}

.sec1 .cont {
    /* padding: 0 15%; */
    display: flex;
    flex-flow: column;
    margin-bottom: 60px;
}

.sec1 .cont ul {
    /* background: #f7f7f7; */
    padding: 40px 20px;
    border-radius: 20px;
    margin-bottom: 60px;
    list-style: disc;
}

.sec1 .cont ul li {
    line-height: 2;
}

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

.sec1 .cont img {
    margin-bottom: 60px;
}

.sec1 .cont ul:last-child {
    margin-bottom: 0;
}

.sec1 .cont2 p {
    font-size: 1.2rem;
}

.sec1 .cont3 .ptColor {
    font-weight: 700;
}

.sec1 .cont3 img {
    margin-bottom: 0;
}

.sec2 h3 {
    font-size: 2rem;
    margin-bottom: 40px;
}

.sec2 h4 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.sec2 ul {
    display: flex;
    flex-flow: row;
    margin-left: -30px;
    margin-right: -30px;
}

.sec2 ul  {
    width: 100%;
    margin-bottom: 100px;
}

.sec2 ul li {
    width: 50%;
    text-indent: -20px;
    margin-left: 20px;
    position: relative;
    padding: 0 20px 0 0;
}

.sec2 ul li span {
    position: relative;
    width: 16px;
    height: 16px;
   
}

.sec2 ul li span::after {
    display: inline-block;
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2E76AD;
    color: #fff;
    text-align: center;
    z-index: 9;
    text-indent: 0px;

}

.sec2 ul li:first-child span::after {
    content: '1';
}

.sec2 ul li:last-child span::after {
    content: '2';
}



.table_wr {
    margin-bottom: 60px;
}

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;
}

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

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

.ptColor {
    color: #2E76AD;
}


.ptColor1 {
    color: #CC753A;
}

.ptColor2 {
    color: #2E76AD;
}


.subtab_cont img {
    margin-bottom: 60px;
}

.subtab_cont .tcs {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
.subtab_cont .tcs img {
    margin-bottom: 10px;
}

.subtab_cont .tcsmedi img:nth-child(1) {
    margin-bottom: 30px;
}

.subtab_cont .tcs span {
    font-weight: 700;
    font-size: 20px;
}

.subtab_cont .tcs .big {
    font-size: 48px;
}

.subtab_cont .tcs figcaption {
    width: 40%;
    max-width: 400px;
}

.table1 td {
    border-right: none;
    border-bottom: 1px solid #ccc;
}

.table tr:last-child th {
    border-bottom: none;
}

.table tr:last-child td {
    border-bottom: none;
}
.table1 th {
    width: 40%;
}

.table2 td, .table3 td {
    border-bottom: 1px solid #ccc;
}

.table2 th:last-child,
.table2 tr:nth-child(2) td:last-child {
    border-right: none;
}


.table3 th:last-child,
.table3 td:last-child {
    border-right: none;
    width: 60%;
}


.table3.mb0 {
    margin-bottom: 0;
}


.table2 th, .table2 td {
    width: 20%;
}


/* .sec3 .cont .img_wr {
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 1px 4px rgb(0 0 0 / 4%);
} */

.sec3 .cont .img_wr img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

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

.sec3 .cont .img_wr figcaption h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}



@media (max-width: 1024px){

    
    .table_wr {
        margin-bottom: 30px;
    }

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

    .sec1 .cont {
        padding: 0;
        margin-bottom: 60px;
    }

    .sec1 .cont ul {
        padding : 30px 20px;
        margin-bottom: 30px;
    }

    .sec2 h3 {
        margin-bottom: 30px;
    }

    .sec2 ul {
        flex-flow: column;
        margin: 0 0 60px 0;
    }

    .sec2 ul li {
        width: 100%;
    }

    .sec2 ul li:nth-child(1) {
        margin-bottom: 15px;
    }

    .sec1 .cont img {
        margin-bottom: 30px;
    }    

    .subtab {
        margin-bottom: 30px;
    }

    .subtab_cont .tcs .big {
        font-size: 24px;
    }    
    .subtab_cont .tcs span {
        font-size: 16px;
    }

    .subtab_cont .tcs {
        flex-flow: column;
    }

    .subtab_cont .tcs figcaption {
        width: 100%;
        text-align: center;
    }

    .subtab_cont img {
        margin-bottom: 30px;
    }


    .table3 th {
        width: 20%;
    }

    .table3 th:last-child {
        width: 40%;
    }
    

    
}