/* 임원소개 */

/* 임원소개 */
.business-title{
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}
.business-photo{
    width: 140px;
    margin-right:30px;
}
.business-box{
    display: inline-flex;
    width:49%;
    margin-right:1%;
    justify-content: start;
    align-items: start;
    margin-top:20px;
}
.business-box-wrap{
    border:1px solid #ccc;
    padding:10px 40px 30px;
    border-radius:20px;
    box-shadow:3px 4px 4px #eee;
    margin-bottom: 50px;
    display: flex;
    flex-wrap:wrap;
    justify-content: start;
    
}
.business-name{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.business-list{
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    letter-spacing: -0.02em;
}
.form-text01{
    display: inline-block;
}

.business-title{
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.business-num{
    width:30px;
}
.business-btns{
    margin-top:20px;
}
.business-photo img{
    width: 100%;
}

@media screen and ( min-width:831px) and ( max-width:1199px) {
    .business-box-wrap {
        border: 1px solid #ccc;
        padding: 1rem 1rem;   
    }
    .business-photo{
        margin-right: 1rem;
        width: 30%;
    }
    
    .business-cont{
        width: 70%;
    }

}

@media screen and ( max-width:830px)  {
    .business-box-wrap {
        padding: 5px;
    }
    .business-box {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: start;
        margin-top: 20px;
    }
    .business-photo {
        width: 20%;
        margin-right: 5px;
    }
    .business-cont{
        width: 80%;
    }
    .business-name{
        margin-bottom: 0;
    }
}
