
#STARRATING{
	
	padding-top:5px;
}

#STARRATING .left{
	display: inline-block;
	height:50px;
	width:150px;
	float: left;
}

#STARRATING .right{
	display: inline-block;
	height:50px;
	width:150px;
	padding-left:0px;
	margin-left: 20px;
}

#STARRATING .left .start{
	background: url('/_cinefox.com_v7/assets/images/module/view_star_off.png') no-repeat; 

	height: 20px;
	width: 100px;
	
	/*  background-position: center center;  */
  	background-size: 100px;
  	
	display: inline-block;
	zoom:1;
	*display:inline;
	font-size: 0px;
}

#STARRATING .left .startOn{
	
	background: url('/_cinefox.com_v7/assets/images/module/view_star_on.png') no-repeat; 
	height: 100%;
	width: 100px;
	
	/* background-position: center center; */
  	background-size: 100px;
  	
	display: inline-block;
	zoom:1;
	*display:inline;
	
	font-size: 0px;
}

#STARRATING .left .snmsg{
	font-size: 12px;
	height: 24px;
}

#STARRATING .left .snmsg .num{
	font-weight: bold;
}

#STARRATING .left .srmsg{
	position: relative;
	top: -5px;
	padding-left: 2px;
}


#STARRATING .outstar{
	letter-spacing: -1px;	
	color: #ebebeb;
}

#STARRATING .outstar LI{
	display: inline;
	padding-right: 10px;
}

#STARRATING .outstar LI .icon{
	position:relative;
	top:-1px;
}

#STARRATING .outstar LI .user{
	font-size: 11px;
	color: #ccc;
	
}



/* 테블릿 가로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) { 
}

/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/
@media all and (min-width:480px) and (max-width:767px) { 
}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:479px) { 
	#STARRATING .outstar LI .user{
		display: none;
	}
	
	#STARRATING .left{
		font-size: 11px;
		width:120px;
	}
	
	#STARRATING .right{
		font-size: 11px;
	}
	
	
	#STARRATING .left .start{
	
		width: 80px;
	  	background-size: 80px;
	}

	#STARRATING .left .startOn{		
		width: 80px;
	  	background-size: 80px;
	}
	
	#STARRATING .left .srmsg{
		position: relative;
		top :-8px
	}
	
	#STARRATING .right .snmsg{
		margin-bottom: 8px;
	}
	
	

}

/*  (해상도 ~ 900px)*/
@media all and (max-width:900px) { 
}














