@charset "utf-8";

/* 내용관리 */


.sec .tit  {
    margin-bottom: 60px !important;
}

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


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

.sec .cont .txt_wr {
    width: 60%;
    padding-right: 10%;
}
.sec .cont .img_wr {
    width: 40%;
}

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



@media (max-width: 1024px) {


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


.sec .cont {
    flex-flow: column-reverse;
}


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

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

.sec .cont .txt_wr {
    width: 100%;
    padding-right: 0;
}



}