/* 레이아웃 CSS */
@media all and (max-width:1024px) { 
    .gnb_wrap .inner {padding-left: 0px !important; padding-right: 0px !important;}
}

.gnb_wrap .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px; /* 높이는 필요에 따라 조정 */
}

.logo_wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.snb_wrap {
    margin-left: auto; /* 오른쪽 정렬 */
    display: flex;
    align-items: center;
}