/* --- »óÇÏ´Ü °øÅë ·¹ÀÌ¾Æ¿ô --- */
body {
    margin: 0;
    padding-top: 60px !important;
    padding-bottom: 80px !important;
    box-sizing: border-box;
}

/* --- °øÅë ¿À¹ö·¹ÀÌ --- */
.layout-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1800;
}

.layout-overlay.active {
    display: block;
}

/* --- »ó´Ü Çì´õ --- */
.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #000000;
    border-bottom: 1px solid #d4af37;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    z-index: 2000;
    box-sizing: border-box;
}

.header-left img {
    height: 45px;
    display: block;
}

.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-center img {
    height: 28px;
    display: block;
}

.header-right img {
    height: 32px;
    display: block;
    cursor: pointer;
}

/* --- »ó´Ü µå·Ó´Ù¿î ¸Þ´º --- */
.top-menu-dropdown {
    position: fixed;
    top: -450px;
    right: 0;
    width: 200px;
    background: #f8f9fa;
    border-bottom: 2px solid #d4af37;
    border-left: 2px solid #d4af37;
    transition: top 0.4s ease-in-out;
    z-index: 2500;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.5);
}

.top-menu-dropdown.active {
    top: 60px;
}

.top-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-menu-list li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.top-menu-list li a i {
    margin-right: 10px;
    color: #d4af37;
    width: 18px;
    text-align: center;
}

/* --- ÇÏ´Ü ³×ºñ°ÔÀÌ¼Ç --- */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1500;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.nav-item {
    color: #94a3b8;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-item img {
    width: 35px;
    height: 35px;
    margin-bottom: 3px;
    object-fit: contain;
}

.nav-item.active {
    color: #d4af37 !important;
}

/* --- ¸¶ÀÌÆäÀÌÁö ÆË¾÷ --- */
.user-menu-popup {
    position: fixed;
    bottom: -100%;
    right: 15px;
    width: 220px;
    background: #f8f9fa !important;
    border-radius: 15px;
    transition: all 0.4s ease-out;
    z-index: 2100;
    padding-bottom: 10px;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    visibility: hidden;
}

.user-menu-popup.active {
    bottom: 85px;
    visibility: visible;
}

.menu-header {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    color: #333;
    font-weight: bold;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f8f8f8;
    font-size: 14px;
}

.menu-list li a i {
    margin-right: 10px;
    color: #6a1b9a;
    width: 18px;
    text-align: center;
}
