/*$(document).ready(function(){
	//&#191;：∴??&#195;：∴&#199; ：∴：2|━&#191;&#194;??
	 $("*.car-contentB-L .update li:nth-child(1) a").css({"font":"bold 12px Gulim", "color":"#444444"});
	 $("*.car-contentB-L .update li:nth-child(5) a").css({"font":"bold 12px Gulim", "color":"#444444"});
	 $("*.car-contentB-L .update li:nth-child(7) a").css({"font":"bold 12px Gulim", "color":"#444444"});
	 $("*.car-contentB-L .drive li:nth-child(1) a").css({"font":"bold 12px Gulim", "color":"#444444"});
});

$(document).ready(function(){
	 $("*.tplArticle-110422 .col3 li:nth-child(2)").css({"margin":"0 10px 0 10px"});
	 $("*.tplArticle-110422 .col2 li:nth-child(2)").css({"margin":"0 0 0 10px"});
});

$(document).ready(function(){
	 $("*.contentF .headline .wrapBox .left li:nth-child(2) a").css({"font":"bold 12px Gulim", "color":"#444444"});	 
	 $("*.contentF .headline .wrapBox .right li:nth-child(4) a").css({"font":"bold 12px Gulim", "color":"#444444"});	
});
*/

$(document).ready(function(){
	//$("#contTxt font").attr("style", "").addClass("imgTxt");
	$('#contTxt').find('font').removeAttr('style').addClass('imgTxt');
	$(".cateMapR .list ul li:nth-child(2)").css({"margin":"0 15px"});	 //fncast
	$(".castArticleR .todayVideo ul li:nth-child(1)").css({"margin":"0 10px 0 0"}); //fncast	
	$(".bodyTab .fncastHome .headline li:nth-child(2)").css({"margin":"0 17px"}); //fncast		
	$(".bodyTab .fncastHome .senseBnn li:nth-child(2)").css({"margin":"0 45px"}); //fncast			
	$(".bodyTab .fncastHome .todayVideo li:nth-child(1)").css({"margin":"0 15px 0 0"}); //fncast			
});


