$(".class이름:nth-child("+ variable +")").css({ "color" : "red", });
nth-child("+ 변수 +") 이런 식으로 작성을 해야 nth-child에서 변수를 이용해서 css을 적용할 수 있다.