

.content-button-section {
margin: 0 auto;
    background: #f4f5f5;
    padding: 0px 40px;
    height: 260px;
    line-height: 260px;
}

#content-button {
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1480px;
    margin:0 auto;
        align-items: center;
}

.menu-item {

    background: #f4f5f5;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s 
ease;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
}


.menu-item-title{
    width: 17%;
    color: #0a5aa9;
}
.menu-item-inner{ width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
 }

.menu-item-list{     display: flex
;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around; }







.menu-item:hover {
    transform: translateY(-5px);

    color:#0957c3;

}
.menu-item:hover 
.menu-icon {
    width: clamp(45px, 8vw, 100px);
    background: #c5cae9;
    border-radius: 8px;
    aspect-ratio: 1/1;
}

.menu-item:nth-child(1) .menu-icon {
    background: url("/static/newPub/public/menu-icon/1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.menu-item:nth-child(2) .menu-icon {
    background: url("/static/newPub/public/menu-icon/2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.menu-item:nth-child(3) .menu-icon {
    background: url("/static/newPub/public/menu-icon/3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.menu-item:nth-child(4) .menu-icon {
    background: url("/static/newPub/public/menu-icon/4.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.menu-item:nth-child(5) .menu-icon {
    background: url("/static/newPub/public/menu-icon/5.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.menu-item:nth-child(6) .menu-icon {
    background: url("/static/newPub/public/menu-icon/6.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.menu-label {
    font-size: clamp(14px, 1.5vw, 20px);
    margin-top: 13px;
    font-weight: 600;
    color: #1a1a1a;
 border-bottom: 1px solid #0957c3;
}

.menu-label:hover  {
    font-size: clamp(14px, 1.5vw, 20px);
    margin-top: 13px;
    font-weight: 600;
    color: #0957c3;
    
}

.menu-item img{ display: none; }

@media (max-width: 1620px) {

    .content-button-section {
    margin: 0 auto;
    background: #f4f5f5;
    padding: 0px 40px;
    height: 260px;
    line-height: 260px;
    margin-top: 200px;
}


}



/* Responsive */
@media (max-width: 1200px) {
    .content-button-section {
    margin: 0 auto;
    background: #f4f5f5;
    padding: 0px 40px;
    height: 260px;
    line-height: 260px;
    margin-top: 200px;
}

    .content-button-section {
    margin: 0 auto;
    background: #f4f5f5;
    padding: 0px 40px;
    height: 260px;
    line-height: 260px;
    /* margin-top: 100px; */
    margin-top: 179px;
}

 .menu-label {
        font-size: 18px !important;
        margin-top: 13px;
        font-weight: 600;
        color: #1a1a1a;
        border: none !important;
        margin-bottom: 30px;
}

    .content-button-section {
    margin: 0 auto;
    background: #f4f5f5;
    padding: 0px 40px;
  
        line-height: 21px;
        margin: 150px auto 20px auto !important;
        
}
.menu-item-title h1 {
    font-size: 28px;
    margin-bottom: 45px;
}
    .content-button-section {
padding: 0 20px;
        margin: 150px auto 20px auto;
    }
    
    #content-button {
        padding: 8% 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px !important;
        justify-content: stretch;
    }

    .menu-item {
        padding:0;
        max-width: none;
        aspect-ratio: 1 / 1;
    }
    .menu-item img{     width: 40%; }
    .menu-item img{ display: block;
        width: 48px; }

        .content-button-section {
        margin: 0 auto;
        background: #f4f5f5;
        padding: 0px 40px;
        height: 605px;
        line-height: 21px;
        margin: 150px auto 20px auto !important;
    }

    
    #content-button {
     
        grid-template-columns: repeat(auto-fit, minmax(120px, 150px));
    }
    .menu-item-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}
.menu-item-title {
 width: 100%;
        margin-top: 5%;
        margin-bottom: 2%;
}



    .menu-item {
        padding: 0;
        max-width: none;
        aspect-ratio: 1 / 1;
        width: 33%;
height: 170px;
    }


}

@media (max-width: 768px) {
    .menu-label {
        font-size: 18px !important;
        margin-top: 13px;
        font-weight: 600;
        color: #1a1a1a;
        border: none !important;
        margin-bottom: 30px;
}

    .content-button-section {
    margin: 0 auto;
    background: #f4f5f5;
    padding: 0px 40px;
    height: 400px;
        line-height: 21px;
        margin: 150px auto 20px auto !important;
        
}
.menu-item-title h1 {
    font-size: 28px;
    margin-bottom: 45px;
}
    .content-button-section {
padding: 0 20px;
        margin: 150px auto 20px auto;
    }
    
    #content-button {
        padding: 8% 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px !important;
        justify-content: stretch;
    }

    .menu-item {
        padding:0;
        max-width: none;
        aspect-ratio: 1 / 1;
        height: 120px;
    }
    .menu-item img{     width: 40%; }
    .menu-item img{ display: block;
        width: 48px; }
}


