#nav__center {
    position: relative;
    margin-bottom: 80px;

    z-index: 9;
}
#nav__center .flex {
    display: flex;
    position: relative;
}
#nav__center .flex i.xi-home {
    display: block;
    color: #999999;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}
#nav__center .flex i.xi-home::after {
    position: absolute;
    content: "/";
    top: 4px;
    left: 32px;
    font-size: 12px;
    color: #999;

}
#nav__center .flex .wrap.depth1 {
    margin-left: 40px;
    min-width: 140px;
    position: relative;
}
#nav__center .flex .wrap.depth2 {
    margin-left: 60px;
    min-width: 180px;
    position: relative;
}

#nav__center .flex .wrap .menu-btn {
    font-size: 17px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight: 600;
    display: block;
    line-height: 18px;
    cursor: pointer;
}
#nav__center .flex .wrap.depth1 .menu-btn {
    color: #999;
}

#nav__center .flex .menu-btn::after {
    font-family: 'xeicon';
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 14px;
    color: #c2c2c2;
    transition: 0.2s;

}
#nav__center .flex .menu-btn:hover::after {
    transform: rotate(90deg);
}

.depth {
    position: absolute;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0.6em;
    border: 1px #e8e8e8 solid;
    background: #fff;
    min-width: 220px;
    left: 0;
}
#nav__center .flex ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #5c5c5c;
    white-space: nowrap;
}

#nav__center .flex ul > li > a:focus,
#nav__center .flex ul > li > a:hover {
    background-image: none;
    background-color: transparent;
    color: #000;
    /* background-color: #f2f2f2; */
}
@media(max-width:991px) {
    #nav__center {
        margin-bottom: 60px;

    }
}
@media(max-width:786px) {
    #nav__center {
        margin-bottom: 40px;
    }
    #nav__center .flex {
        display: flex;
        gap: 8px;
        position: relative;
    }
    #nav__center .flex i.xi-home {
        display: none;
    }
    #nav__center .flex .wrap {
        background-color: #f3f3f5;
        border: 1px #e5e8ed solid;
        border-radius: 0.4em;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 20px;
    }

    #nav__center .flex .wrap.depth1 {
        margin-left: 0;
        min-width: 50%;
        position: relative;
    }
    #nav__center .flex .wrap.depth2 {
        margin-left: 0;
        min-width: 50%;
        position: relative;
    }
    #nav__center .flex .wrap .menu-btn {
        font-size: 15px;
        font-weight: 600;
        display: block;
        line-height: 18px;
        cursor: pointer;
        position: relative;
    }
    #nav__center .flex .wrap.depth1 .menu-btn {
        color: #999;
    }

    #nav__center .flex .menu-btn::after {
        font-family: 'xeicon';
        content: "";
        position: absolute;
        top: 0;
        right: 12px;
        font-size: 14px;
        color: #c2c2c2;
        transition: 0.2s;

    }
    #nav__center .flex ul > li > a {
        display: block;
        clear: both;
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        color: rgb(92, 92, 92);
        padding: 3px 20px;
        white-space: nowrap;
    }

}
/* ✅ 2열 그리드 스타일 */
/* .depth ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.depth li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}

.depth li a:hover {
    background-color: #f0f0f0;
} */
