.footer {
    width: 90vw;
    height: calc(100vw * 0.46);
    padding: 5vw;
    text-align: left;
    background: #001626;
}

.list-box {
    float: left;
}

.list-topic {
    width: 100%;
    font-size: 1.2vw;
    margin-bottom: 0.5vw;
}

.list-items {
    width: 100%;
    line-height: 2vw;
    opacity: 0.7;
}

.dark {
    color: #666666;
}
