// JavaScript Document

$(function() {
	$('#boxNewLife').hover(
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_campaign_02.gif) no-repeat");
		},
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_campaign.gif) no-repeat");
		}
	);
	$('#box_search1').hover(
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_01_02.gif) no-repeat");
		},
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_01.gif) no-repeat");
		}
	);
	$('#box_search2').hover(
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_02_02.gif) no-repeat");
		},
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_02.gif) no-repeat");
		}
	);
	$('#box_search3').hover(
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_03_02.gif) no-repeat");
		},
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_03.gif) no-repeat");
		}
	);
	$('#box_search4').hover(
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_04_02.gif) no-repeat");
		},
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_04.gif) no-repeat");
		}
	);
	$('#box_search5').hover(
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_05_02.gif) no-repeat");
		},
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_05.gif) no-repeat");
		}
	);
	$('#box_search6').hover(
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_06_02.gif) no-repeat");
		},
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_06.gif) no-repeat");
		}
	);
	$('#box_search7').hover(
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_07_02.gif) no-repeat");
		},
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_07.gif) no-repeat");
		}
	);
	$('#box_search8').hover(
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_08_02.gif) no-repeat");
		},
		function(){
			$(this).css("background","url(/img/top/btn/top_bt_sc_08.gif) no-repeat");
		}
	);


	$('#banner1 img').hover(
		function(){
			$(this).attr("src","/img/top/btn/top_ba_01_02.jpg");
		},
		function () {
	    	$(this).attr('src','/img/top/btn/top_ba_01.jpg');
	  	}
	);
	$('#banner2 img').hover(
		function(){
			$(this).attr("src","/img/top/btn/top_ba_02_02.gif");
		},
		function () {
	    	$(this).attr('src','/img/top/btn/top_ba_02.gif');
	  	}
	);
	$('#banner3 img').hover(
		function(){
			$(this).attr("src","/img/top/btn/top_ba_03_02.gif");
		},
		function () {
	    	$(this).attr('src','/img/top/btn/top_ba_03.gif');
	  	}
	);
	$('#banner4 img').hover(
		function(){
			$(this).attr("src","/img/top/btn/top_ba_04_02.gif");
		},
		function () {
	    	$(this).attr('src','/img/top/btn/top_ba_04.gif');
	  	}
	);
	$('#banner5 img').hover(
		function(){
			$(this).attr("src","/img/top/btn/top_ba_05_02.gif");
		},
		function () {
	    	$(this).attr('src','/img/top/btn/top_ba_05.gif');
	  	}
	);
	$('#banner6 img').hover(
		function(){
			$(this).attr("src","/img/top/btn/top_ba_06_02.gif");
		},
		function () {
	    	$(this).attr('src','/img/top/btn/top_ba_06.gif');
	  	}
	);
	$('#banner7 img').hover(
		function(){
			$(this).attr("src","/img/top/btn/top_ba_07_02.gif");
		},
		function () {
	    	$(this).attr('src','/img/top/btn/top_ba_07.gif');
	  	}
	);
	$('#banner8 img').hover(
		function(){
			$(this).attr("src","/img/top/btn/top_ba_08_02.gif");
		},
		function () {
	    	$(this).attr('src','/img/top/btn/top_ba_08.gif');
	  	}
	);
	/* @add 20100310 */
	$('#banner10 img').hover(
		function(){
			$(this).attr("src","/img/top/btn/top_ba_10_02.gif");
		},
		function () {
	    	$(this).attr('src','/img/top/btn/top_ba_10.gif');
	  	}
	);
	
	
	$('#boxSearchList li').hover(
		function(){
			$(this).css("background","url(/img/top/arrow/top_li_mk_01_02.gif) no-repeat 0px 7px");
		},
		function(){
			$(this).css("background","url(/img/top/arrow/top_li_mk_01.gif) no-repeat 0px 7px");
		}
	);

	$('.detailBtn img').hover(
		function(){
			$(this).attr("src","/img/top/btn/bt_more_02.gif");
		},
		function () {
	    	$(this).attr('src','/img/top/btn/bt_more.gif');
	  	}
	);


}); 

