/* 회사소개 */
.con_1_inner{
    margin: 75px 0 50px 0;
    display: flex;
    justify-content: space-between;
}
.con_1_text{
    padding: 0 20px;
    width: 100%;
    /* text-align: center; */
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
}
.con_1_text h3{
    width: 100%;
    font-size: 20px;
}
.con_1_text p{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
.con_1_img{
    display: none;
    width: 50%;
}
/* 회사개요 */
.con_2_inner{
    margin: 0 0 100px 0;
}
.con_2_title{
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 100px;
}
