.gnb-aside {
    position: relative;
}

.gnb-aside-body {
    position: relative;
}

.gnb-aside-items {
    list-style: none;
    padding: 20px 10px 0 10px;
    margin: 0;
}

.gnb-aside-items li {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.gnb-aside-items .image {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    padding: 5px;
    box-sizing: border-box;
}

.gnb-aside-items img {
    border: 0px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.gnb-aside-items .name {
    font-size: 14px;
    line-height: 120%;
    color: #383636;
    padding: 0 10px;
}

.gnb-aside-items .btn-play {
    margin-left: auto;
}

.gnb-aside-header {
    text-align: center;
}

.gnb-aside-header p {
    margin: 15px 0 0 0;
    font-size: 18px;
    line-height: 25px;
    color: #1E2223;
}