/* sec01 */
.sec01 .overview_img{
    margin: 0 auto;
}
@media(min-width:992px){
    .ipc_model .icon_all_grid{
        display: grid;
        grid-template-columns:repeat(9, 1fr);
        grid-column-gap: 15px;
    }
}
@media (max-width:991.9px){
    .sec01 .icon_all_grid{
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 15px;
    }
    .title .mobile-gap{
        margin-top: 3rem;
    }
    .sec01 .rl100-case{
        width: 85%;
        margin: 0 auto;
    }
}
/* sec02 */
.sec02{
    background-color: #eeeeee;
    
}
/* sec4 */
.sec04{
    background-color: #eeeeee;
}
@media (min-width: 992px){
    .sec04 img{
        width: 55%;
    }
}
/* sec6 */
.sec05{
   
}
/* sec8 */
.sec08{
    background-color: #f4f4f4;
}
