.mw_star_rate {
    width:145px;
    height:14px;
    cursor:pointer;
    font:normal 11px 'dotum';
    color:#777;
}

.mw_star_rate .rate {
    width:7px;
    height:14px;
    float:left;
}

.mw_star_rate .grade {
    float:left;
    margin:2px 7px 7px 4px;
    font: 11px 'dotum';
    color:#cc3300;
}

.ele_svg {
    float: left;
}

.rating-wrap{
    padding: 10px;
    display: flex;
}
.rating {
    /*display: flex;*/
    align-items: center;
    position: relative;
}
.star {
    margin-right: 2px;
}
.starcolor{
    fill: #ff8844;
}
.star:last-of-type {
    margin-right: 0;
}
.overlay {
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
@supports (mix-blend-mode: color) {
    .overlay{
        /*mix-blend-mode: color;*/
        opacity: unset;
    }
}