* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    background: #0f172a;
    color: #e2e8f0;
    font-family: 'Malgun Gothic', sans-serif;
    min-height: 100vh;
}

.Menu_Title {
    display: flex;
    background: #040b1b;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #5d6488;
}
.Menu_Img {
    display: flex;
    align-items: center;
    
}
.Menu_Img img {
    height: 50px;
    margin-right: 10px;
}
.Menu_Name {
    display: flex;
    
    align-items: flex-start;
    font-size: 18px;
    font-weight: bold;
}

/* ===== 헤더 ===== */
h1 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid #5d6488;
    background: #09173a;
    padding: 10px;
    margin: 0px;
}

h1 img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
h1 span {
    font-size: 16px;
    font-weight: bold;
}
h1 label {
    font-size: 13px;
    font-weight: normal;
    color: #94a3b8;
}

.Menu_Title {
    display: flex;
    background: #040b1b;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #5d6488;
}
.Volume_List {
    display: flex;
    align-items: center;
    background: #040d29;
    border-bottom: 1px solid #394163;
    padding: 10px 20px;  
}
.Volume_List:hover {
    background: #09173a;
}
.Volume_Img img {
    height: 50px;
    margin-right: 35px;
}
.Volume_Arrow {
    position: absolute;
    padding: 25px 0px 0px 25px;
    
}
.Volume_Arrow img {
    width: 30px;
    height: 30px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #040d29;
}
.Volume_Name {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: bold;
}