diff --git a/js/common.js b/js/common.js index c176fe94a..6fbbf0917 100644 --- a/js/common.js +++ b/js/common.js @@ -570,6 +570,7 @@ $(function(){ // 사이드뷰 var sv_hide = true; + $('.sv_wrap').addClass(); $('.sv').click(function() { $('.sv_wrap').hide(); $(this).find('.sv_wrap').show();