.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 0 !important;
}



.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 0px !important;
}



body.page-about .layout-menu-fixed:not(.layout-menu-collapsed) .layout-page,
body.page-about .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page {
    padding-inline-start: initial !important;
    /* 또는 원하는 값으로 설정 */
}


/* 특정 페이지에서 */
:root {
    --bs-menu-width: 0;
}



/* 해당 요소의 ::before와 ::after를 완전히 제거 */
.authentication-wrapper.authentication-basic .authentication-inner::before,
.authentication-wrapper.authentication-basic .authentication-inner::after {
    content: none !important;
    display: none !important;
    background: none !important;
    mask-image: none !important;
    all: unset !important; /* 모든 속성 초기화 (최후의 방법) */
}