.layout-manage .layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.layout-manage .header {
    visibility: visible;
}

.layout-manage .footer {
    display: none;
}

.layout-manage .user_mark {
    display: block;
}

.layout-manage .main {
    padding: 60px 29px;
}

.layout-manage .manage {
    display: flex;
    flex-direction: column;
    gap: 7vh;
}

.layout-manage .manage_title {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    font-size: 32px;
    color: #DEDEDE;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 2rem;
}

.layout-manage .manage_title > p {
    font-size: 4vw;
}

.layout-manage .manage_list_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.layout-manage .manage_list {
    width: 100%;
    height: 70px;
    display: grid;
    grid-template-columns:40px 1fr 20px;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #333333;
    padding: 4% 0;
}

.layout-manage .manage_text {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    font-size: 3vw;
    color: #C8C8C8;
}

.layout-manage .manage_list > div:first-child {
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-manage .manage_list .main_img {
    height: 100%;
}