/* BASIC css start */
<style>
/* 365ÇÇ½Ì - »óÇ° 5°³ ¹­À½ ÁÙ¹Ù²Þ ÇØ°á */
@media screen and (min-width:701px){

    #contentWrapper .product-wrap .item-wrap{
        display:grid !important;
        grid-template-columns:repeat(5, 1fr) !important;
        width:1200px !important;
        margin:0 auto !important;
        padding:0 !important;
        box-sizing:border-box !important;
    }

    #contentWrapper .product-wrap .cateTit{
        grid-column:1 / -1 !important;
        width:100% !important;
        margin:55px 0 25px !important;
    }

    /* 5°³¾¿ ²÷±â´Â item-cont¸¦ È­¸é¿¡¼­´Â ÇÏ³ª·Î ÀÌ¾î ºÙÀÓ */
    #contentWrapper .product-wrap .item-cont{
        display:contents !important;
    }

    #contentWrapper .product-wrap .item-cont > .item-list{
        width:auto !important;
        min-width:0 !important;
        max-width:none !important;
        float:none !important;
        clear:none !important;
        margin:0 !important;
        padding:0 10px 35px !important;
        box-sizing:border-box !important;
    }

    #contentWrapper .product-wrap .item-list .thumb{
        width:100% !important;
        height:220px !important;
        padding:0 !important;
        margin:0 !important;
        box-sizing:border-box !important;
    }

    #contentWrapper .product-wrap .item-list .thumb a{
        display:block !important;
        width:100% !important;
        height:220px !important;
    }

    #contentWrapper .product-wrap .item-list .thumb img{
        display:block !important;
        width:100% !important;
        height:220px !important;
        object-fit:contain !important;
        margin:0 auto !important;
    }
}
</style>


/* BASIC css end */

