/* n00000317.Alias3167.ThemeA */




.logo {
   
    height: 100px;
}

    .logo img {
        height: 100%;
    }

.catItem{
    width:100px;
    text-align:center;
}

.catItem img{
    width:100%;
    border-radius:14px;
    height:100px;
}

.catItem_Mobile {
    width: 80px;
    text-align: center;
}

    .catItem_Mobile img {
        width: 100%;
        border-radius: 14px;
        height: 80px;
    }

.cat{
    display:flex;
    gap:80px;
    flex-wrap:wrap;
    width:80%;
    margin:auto;
}

.cat_Mobile {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
}