#sy-gj h3{
    text-align: center;
    color: #003496;
    text-decoration: none;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0;
}
#sy-gj .now-gj{
    text-align: center;
    background: #F1F1F1;
    line-height: 3rem;
    border-radius: 29px;
    font-size: 1rem;
    font-weight: 600;
    color: #4e4e4e;
    margin-top: 1rem;
}
#sy-gj ul{
    list-style: none;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sy-gj ul li{
    width: 33.3333%;
    list-style: none; 
    text-align: center;
}
#sy-gj ul li h6{
    margin: 0;
    color: #757575;
    font-weight: 500;
    font-size: .8rem;
}
#sy-gj ul li p{
    margin: 0;
    color: #757575;
    font-weight: 500;
    font-size: .8rem;
    margin-top: .5%; 
}
#sy-gj .ts p{
    color: #757575;
    font-weight: 500;
    font-size: .6rem;
    margin-top: .5%;
    text-align: center;
}