.layout-manage_type .layout {
    display:flex;
    flex-direction: column;
    gap:45px;
}

.layout-manage_type .header {
    visibility: visible;
}

.layout-manage_type .user_mark {
    display: block;
}

.layout-manage_type .main {
    padding: 60px 29px;
}

.layout-manage_type .manage_type {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.layout-manage_type .type_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.layout-manage_type .type_name {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 4vw;
    color: #C8C8C8;
}

.layout-manage_type .type_info {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 3vw;
    color: #888888;
}

.layout-manage_type .footer {
    visibility: visible;
}

.layout-manage_type .thumb {
    display: flex;
}

html > body > div.layout-manage_type > div.layout > main.main {
    margin-bottom: 0 !important;
}