(function($) { //¸ñ·Ï °¡°Ý ±¸ºÐ ´ÜÀ§ ¼³Á¤ $(function(){ var str = $('#list_box').html(); str = str.replace(/ºÐ¾ç/g,"ºÐ¾ç"); str = str.replace(/¸Å¸Å/g,"¸Å¸Å"); str = str.replace(/Àü¼¼/g,"Àü¼¼"); str = str.replace(/¿ù¼¼/g,"¿ù¼¼"); str = str.replace(/ÀÓ´ë/g,"ÀÓ´ë"); $('#list_box').html(str); }); //GENNRAL ½Å±Ô¸Å¹° (¸ÞÀθ®½ºÆ®ÄÆ) $('.list_cut .new_text:eq(28)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(27)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(26)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(25)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(24)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(23)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(22)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(21)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(20)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(19)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(18)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(17)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(16)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(15)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(14)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(13)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ $('.list_cut .new_text:eq(12)').remove(); //¸ÞÀθ®½ºÆ®»èÁ¦ //GENNRAL ÀϹݸŹ°(À§Ä¡¼³Á¤) $('.new_text div:nth-child(1)').addClass('new_list00'); //À̹ÌÁö $('.new_text div:nth-child(2)').addClass('new_list01'); //¸Å¹°Á¾·ù $('.new_text div:nth-child(3)').addClass('new_list02'); //Æò $('.new_text div:nth-child(4)').addClass('new_list03'); //Á¦¸ñ $('.new_text div:nth-child(5)').addClass('new_list04'); //°¡°Ý $('.new_text div:nth-child(6)').addClass('new_list05'); //ÁÖ¼Ò }) (jQuery);