.BusinC {
    margin-top: 3rem;
}
.txt p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'NanumSquare', sans-serif;
    margin-bottom: 0;
}

.box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.box div {
   float: left;
    width: 200px;
    background: white;
    border-radius: 100%;
    height: 200px;
    margin: 3rem;
    border: 4px solid #ffc107;
    box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemBox li {
    text-align: center;
   
}
.itemBox li p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #404040;
}
ul.list {
    display: flex;
    justify-content: center;
}
ul.list {
    display: flex;
    justify-content: center;
}
li.listItem.col-sm-12.col-lg-6 {
    margin: 0 auto;
}
.listC {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.listItem h2 {
    color: #ffc107;
    font-weight: bold;
    margin-bottom: 1rem;
}
.businImg{
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.listItem {
    overflow: hidden;
}
.listItem p {
    margin-top: 1rem;
}
.listItem img {
    width: 100%;
    height: 300px;
}
#listItem_pa {
    padding: 0rem 2rem;
}
.listItem img:hover {
       -webkit-transform: scale(1.1);
    /*  크롬 */
    -moz-transform: scale(1.1);
    /* FireFox */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
    transition: transform .35s;
    -o-transition: transform .35s;
    -moz-transition: transform .35s;
    -webkit-transition: transform .35s;
}
li.listItem span {
    font-size: 1.4rem;
    color: black;
}
.businImgbox {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
}
.row.aboutCon01 {
    width: 100%;    
    margin: 0 auto;
}
    
@media (min-width: 320px) and (max-width: 480px) {

    .about-txt {
        top: 21%;
    }
    .about-txt > p {
        line-height: 29px;
    }
    .list-row {
        margin: 2rem;
    }
    .businImgbox li img {
        width: 100%;
    }
    .listItem img {
        width: 100%;
    }
    .list {
        padding: 0;
    }
}