header .gnb ul {
    margin-bottom: 0;
}
.gnb ul li ul li {
    position: relative;
}
.flyout {
    display: none;
    position: absolute;
    width: 100%;
    top : calc(100% + 1.875rem  - 1.9rem) ;
    left:  0;
    z-index: 999;
    min-width: 8rem;
    padding: 0rem 0;
    background: rgba(255, 255, 255, 0.7);
}
.flyout ul {
    flex-direction: column;
    padding-left: 0;
    justify-content: center!important;
    gap: 0!important;
}
.flyout ul li {
width: 100%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
    
}
.flyout ul li a {
    border-bottom: 1px solid #000;
    width: 90%;
    display: block;
    padding: 0.5rem 0;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.875rem!important;
}
.flyout ul li:last-child a {
    border: none;
}
.mobileOnly {
    display: none!important;
}

.oneItem button a {
    width: 100%;
}


.oneItem button::after {
    background-image: none!important;
}

.accordion-button:focus {
    box-shadow: none!important;
}
.accordion-body ul {
    margin-bottom: 0;
}
#m_menu .top_box img {
    width: 25%;
}
#m_menu .top_box {
    padding: 1rem 10px;
}
#m_menu .top_box a img {
    max-width: 180px;
}

@media screen and (max-width: 1025px) {
    .mobileOnly {
        display: flex!important;
    }
    .m_btn {
        margin: 0!important;
    }
}