.c-content {
    width: 1020px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.c-content-line {
    width: 1020px;
    height: 80px;
    display: flex;
    flex-direction: row;
}

.c-content-block {
    width: 320px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 80px;
}

.c-content img {
    width: 14px;
    height: 14px;
}

.c-content-block a {
    line-height: 80px;
    text-decoration: none;
}

.c-content-block .title {
    font-size: 16px;
    letter-spacing: 4px;
}