#Company_content strong.main-color{color:var(--main-color); font-size:16px;}
.main-color{color:var(--main-color);}

/* º°Á¡ */
.starRatingBox{height:16px;}
.starRating{display:inline-block !important; width:90px !important; height:16px !important; background-image:url(/image/star-off.png); position:relative; margin:0;}
.starRating span{display:block; width:90px; height:16px; background-image:url(/image/star-on.png); position:absolute; top:0; left:0;}
.starRating .star1{width:20% !important;}
.starRating .star2{width:40% !important;}
.starRating .star3{width:60%}
.starRating .star4{width:80%}
.starRating .star5{width:100%}