@charset "utf-8";

/* 내용관리 */

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

.sec .cont .txt_wr {
    width: 50%;
    /* min-width: 600px; */
}

.sec1 {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ccc;
}

.sec1 .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;

}

.sec1 .cont img {
    margin-bottom: 40px;
    border-radius: 20px;
}

.sec1 .cont h4 {
    font-size: 2rem;
    text-align: center;
    word-break: keep-all;
}


.sec2 .cont{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    /* border: 1px solid red; */

}

.sec2 .cont > ul {
    columns: 2 ;
    column-gap: 25px;
    margin: 0 auto;
}


.sec2 .cont .txt_wr {
    width: 100%;
    padding: 40px;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 4%);
    border: 1px solid rgba(0,0,0,.09);
    display: inline-block;
    margin-bottom: 25px;
}

.sec2 .cont .txt_wr .flex_wr {
    display: flex;
    flex-flow: row;
    align-items: flex-start;

}

.sec2 .cont .txt_wr .flex_wr .content {
    text-align: left;
}


.sec2 .cont .txt_wr h4 {
    font-size: 1.5em;
    margin-right: 25px;
    white-space: nowrap;
    color: #2E76AD;
}


.sec2 .cont .txt_wr ul  li {
    text-align: left;
    margin-bottom: 10px;
}


@media (max-width: 1024px) {


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

.sec2 .cont .txt_wr {
    width: 100%;
}

.sec2 .cont > ul {
    columns: 1 ;
    column-gap: 25px;
    margin: 0 auto;
}

.sec2 .cont .txt_wr .flex_wr {
    flex-flow: column;
}

.sec2 .cont .txt_wr {
    flex-flow: column;
    padding: 30px;
}

.sec2 .cont .txt_wr h4 {
    margin-bottom: 25px;
}
}