@charset "utf-8";

/* add css this page only */

@media screen and (min-width: 769px) {
    #contentsContainer .secSolution .sideListStyle06 {
        flex-wrap: wrap;
    }
    
    #contentsContainer .secSolution .sideListStyle06 > li {
        width: calc((100% - 4.4%) / 3);
        flex: inherit;
    }
}
