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