@charset "utf-8";

/* 내용관리 */





.sec .cont  {
    text-align: center;
    margin-bottom: 100px;
}

.sec .cont .img_wr {
    display: flex;
    flex-flow: row;
}

.sec .cont h4 {
    margin-bottom: 30px;
}
.sec .cont h4 p {
    text-align: center;
}

.sec .cont p span {
    font-size: 1.4rem;
}

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




.sec h4 {
    font-size: 1.3rem;
}

.sec1 .cont1 .tit  {
    margin-bottom: none;
}

.sec1 .cont1 dl {
    display: flex;
    flex-flow: row;
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    }

.sec1 .cont1 dt {
    /* background: #f7f7f7; */
    color: #333;
    font-weight: 700;
    font-size: 1.2em;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
}

 .sec1 .cont1 dt::after {
    content: '';
    display: inline-block;
    padding-bottom: 100%;

}

.sec1 .cont1 dd {
    
    width: 80%;

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

.sec1 .cont1 img {
    margin-bottom: 80px;
}

.sec1 .cont2 .wr .img_wr:nth-child(2) {
    padding-top: 60px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .cont2 .img_wr {
    margin-left: -30px;
    margin-right: -30px;
}


.sec1 .cont2 .img_wr .img_inner {
    width: 25%;
    margin: 15px;
    border: 1px solid rgba(0,0,0,.1)
}

.sec1 .cont2 ul {
    display: flex;
    flex-flow: row;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 80px;
}

.sec1 .cont2 ul li  {
    margin: 20px;
    width: 33.33%;
    padding: 30px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    word-break: keep-all;
}

.sec1 .cont3 .img_wr {
    margin-left: -30px;
    margin-right: -30px;
}

.sec1 .cont3 .img_wr .img_inner {
    width: 50%;
    position: relative;
    margin: 30px;
}

.sec1 .cont3 .img_wr .img_inner img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
}

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

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

.sec1 .cont4 .img_wr {
    width: 100%;
    margin-left: -30px;
    margin-right: -30px
}

.sec1 .cont4 .img_wr .img_inner {
    width: 33.33%;
    margin: 30px;
    border: 1px solid rgba(0,0,0,.1)
}


.sec2 .cont {

 
    /* border-bottom: 2px solid #333; */
    /* padding: 0 0 40px 0; */
}

.sec2 .cont h4,
.sec3 .cont h4  {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
    margin-bottom: 100px;
}

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

.sec2 .cont .img_wr .img_inner {
    width: 30%;
    margin-right: 5%;
}

.sec2 .cont .img_wr ul,
.sec2 .cont .img_wr .table_wr {
    width: 55%;
    text-align: left;
}

.sec2 .cont .img_wr table {
    margin-bottom: 20px;
    width: 100%;
    min-width: unset !important;
}

.sec2 .cont .img_wr table th {
    text-align: left;
}

.sec2 .cont .img_wr ul {
    text-indent: -15px;
    margin-left: 15px;
}

.sec2 .cont .img_wr ul li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 12px;
}

.sec2 .cont3 .img_wr {
    margin-bottom: 40px;
}

.sec2 .cont3 .img_wr img{
    width: 50%;
    margin: 0 30px 30px 30px;
}


.sec2 .cont3 .txt_wr {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    position: relative;
}

.sec2 .cont3 .txt_wr i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 48px;
}

.sec2 .cont3 .txt_wr p {
    width: 50%;
    padding: 0 10%;
}

.sec3 .cont3 .img_inner {
    margin-bottom: 40px;
}

.sec3 .cont3 p {
    text-align: left;
}

.sec3 .ptcolor1 {
    color: #CB7338;
}


.sec3 .ptcolor2 {
    color: #2E6CA4;
}

.sec3 .cont4 h4 {
    text-align: center;
    margin-bottom: 60px;
}

.sec3 .cont4 .img_inner {

    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .cont4 .img_inner img {
    box-shadow: 0 1px 4px rgb(0 0 0 / 4%);
    border: 1px solid rgba(0,0,0,.09);
    max-width: 600px;
    width: 100%;
}

.sec3 .cont4 p {
    text-align: center;
    font-size: 1.5em;
}

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

.sec3 .cont ul li {
    line-height: 2;
    text-align: left;
}

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

@media (max-width: 1024px) {



    .sub_title .txt_wr {
        width: 80%;
    }
    

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

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

    .sec .cont .img_wr {
        width: 100%;
        flex-flow: unset;
        flex-wrap: wrap;
        margin: 0;
    }

    .sec1 .cont2 .img_wr .img_inner {
        width: calc(50% - 7.5px);
        margin: 0;
        margin-bottom: 15px;
    }

    .sec1 .cont2 .img_wr .img_inner:nth-child(odd) {
        margin-right: 15px;
    }

    .sec1 .cont1 dl {
        flex-flow: column;
    }
    
    .sec1 .cont1 dt {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
    }

    .sec1 .cont1 dt::after {
        content: none;
    }

    .sec1 .cont1 dd {
        padding: 20px 0;
        width: 100%;
    }

    
    .sec1 .cont2 .wr .img_wr:nth-child(2) {
        padding-top: 30px;
        margin-bottom: 60px;
    }


    .sec1 .cont2 ul {
        flex-flow: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 0 0 60px 0;
    }

    .sec1 .cont2 ul li{
        width: 100%;  
        box-sizing: border-box;
        margin: 0;
    }

    .sec1 .cont2 ul li:nth-child(1) {}

    .sec1 .cont2 ul li:nth-child(2) {
        border: none;

    }
    
    .sec1 .cont3 .img_wr .img_inner{
        margin: 0;
        width: 100%;
    }

    .sec1 .cont3 .img_wr .img_inner:nth-child(1) {
        margin-bottom: 20px;
    }

    .sec1 .cont4 .img_wr .img_inner {
        width: calc(33.33% - 10px);
        margin: 0 15px 0 0 ;
    }

    .sec1 .cont4 .img_wr .img_inner:last-child {
        margin: 0;
    }

    .sec2 .cont .img_wr .img_inner {
        width: 100%;
        max-width: 600px;
        margin-bottom: 30px;
    }

    .sec2 .cont .img_wr ul {
        width: 100%;
    }

    .sec2 .cont .img_wr .table_wr {
        width: 100%;
    }

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

    .sec2 .cont3 .img_wr img {
        width: 100%;
        margin: 0 0 20px 0 ;
    }

    .sec3 .cont4 h4 {
        margin-bottom: 30px;
    }

    .sec3 .cont4 .img_inner {
        margin-bottom: 30px;
    }

}    