.arrowImg{
    width: 30px;
}

.linkList li{
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}

.linkList li a{
    color: #000;
    text-decoration: none;
}

.linkList li::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}