Merge branch 'g5'

This commit is contained in:
chicpro
2014-04-10 09:03:34 +09:00

View File

@ -56,6 +56,7 @@ $(function() {
var idb = $(this).attr('class').split(' ');
$('#'+idb[1]).css('display','none');
});
$("#hd").css("z-index", 1000);
});
</script>
<!-- } 팝업레이어 끝 -->