span.pop_num_custom {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #e0e0e0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    margin-right: 9px;
    font-size: 11px;
    color: #666666;
}


ol#bestcnServiceList {
    margin-top: 15px;
}


ol#bestcnServiceList>li {
    display: flex;
    align-items: center;/* Vertically center-align the items */
    justify-content: flex-start;/* Ensure left alignment */
    margin-bottom: 5px;
}


#contents .cMain .cRight .pop_con#bestcnListArea {
    margin-top: 50px;
}


#contents .cMain .cRight .pop_con ol.pc_text_on {
    width: 100%;
    line-height: 23px;
    font-size: 16px;
}


ol#bestcnServiceList>li>a.pop_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 275px;
}

