@font-face {
    font-family:star;
    src:url(../fonts/star.eot);
    src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");
    font-weight:400;
    font-style:normal;
}
.yjin_rating {
    margin: -10px 0 10px 0;
    color: #004853;
}
.yjin_rating .stars-wrap {
    display: inline-block;
    position: relative;
    font-family: 'star';
    font-size: 11px;
    color: #FC6901;
}
.yjin-rating-stars {
    display: inline-block;
    position: relative;
    margin: 10px 0;
    font-family: 'star';
    font-size: 11px;
    text-transform: none;
}
.yjin-rating-stars:before {
    content: "\73\73\73\73\73";
    position: relative;
}
.yjin-rating-stars span {
    position: absolute;
        top: 0;
        left: 0;
    display: inline-block;
    overflow: hidden;
    height: 100%;
}
.yjin-rating-stars span:before {
    content: "\53\53\53\53\53";
    position: absolute;
        top: 0;
        left: 0;
}

.yjin_rating .stars-wrap .add-stars {
    display: none;
    position: absolute;
        top: 0;
        left: 0;
    background-color: white;
    white-space: nowrap;
    margin: 10px 0;
}
.yjin_rating .stars-wrap:hover .add-stars {
    display: inline-block;
}
.yjin_rating .stars-wrap .add-stars .star {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.yjin_rating .stars-wrap .add-stars .star:before {
    content: "\73";
}
.yjin_rating .stars-wrap .add-stars .star.active:before {
    content: "\53";
}