// URL ÆĶó¹ÌÅÍ ºÒ·¯¿À±â var getUrlParameter = function getUrlParameter(sParam) { var sPageURL = decodeURIComponent(window.location.search.substring(1)), sURLVariables = sPageURL.split('&'), sParameterName, i; for (i = 0; i < sURLVariables.length; i++) { sParameterName = sURLVariables[i].split('='); if (sParameterName[0] === sParam) { return sParameterName[1] === undefined ? true : sParameterName[1]; } } }; if (document.referrer.substring(0, 41) != "http://dasanplusdental.cafe24.com/default") // ¿À¸¥ÂÊ µµ¸ÞÀÎ ±ÛÀÚ¼ö¸¦ ¼¼¾î ±× ¼ýÀÚ¸¦ Àû´Â´Ù. { var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE ', 'LG ', 'MOT ', 'SAMSUNG ', 'SonyEricsson'); for (var word in mobileKeyWords) { if (navigator.userAgent.match(mobileKeyWords[word]) != null) { location.href = "http://dasanplusdental.cafe24.com/default/mobile/"; break; } } } // Çì´õ GNB $(document).ready(function () { $('.gnb-list .list-item').mouseenter(function () { $(this).addClass('is-active').siblings().removeClass('is-active'); $('.gnb-category').stop().slideDown('slow', 'easeInOutQuart'); }); $('.gnb-list').mouseleave(function () { $('.gnb-list .list-item').removeClass('is-active'); $('.gnb-category').stop().slideUp('slow', 'easeInOutQuart'); }); }); // »ó´Ü¸Þ´º ¸¶¿ì½º À̺¥Æ® $(function() { var wSize; $("#gnb > li").mouseenter(function() { wSize = $(window).width(); if(wSize > 1024) { if($(this).find('.submnu').length > 0) { $(this).find('.submnu').css({top:'55px'}); $(this).addClass('on'); $(this).find('.submnu').css('display','block'); $(this).find('.submnu').stop(true,false).animate({top:'42px', opacity:'1'}, 400); } } }).mouseleave(function() { wSize = $(window).width(); if(wSize > 1024) { $(this).find('.submnu').stop(true,false).animate({opacity:'0'}, 400); $(this).find('.submnu').css('display','none'); $(this).removeClass('on'); } }); }); // ÅÂºí¸´ ÀÌÇÏ ¸Þ´º ó¸® $(function() { // ÅÂºí¸´&¸ð¹ÙÀÏ ¸Þ´º ¿­±â function mMenuOpen() { var wSize = $(window).width(); $("#btnNav").addClass('active'); $("#gnb_wrap button").addClass('active'); if(wSize > 640 && wSize < 1024) { $("#btnNav").stop(true,false).delay(400).animate({right:'300px'}, 500, function() { $("#btnNav").addClass('open'); }); } else { $("#btnNav").stop(true,false).delay(400).animate({right:'260px'}, 500, function() { $("#btnNav").addClass('open'); }); } $("#gnb_mask").stop(true,false).delay(400).fadeIn(300); $("#gnb_wrap").stop(true,false).delay(400).animate({right:0}, 500); } // ÅÂºí¸´&¸ð¹ÙÀÏ ¸Þ´º ´Ý±â function mMenuClose() { var wSize = $(window).width(); $("#btnNav").removeClass('active'); $("#gnb_wrap button").removeClass('active'); $("#gnb_mask").stop(true,false).delay(400).fadeOut(300); if(wSize > 640 && wSize < 1025) { $("#gnb_wrap").stop(true,false).delay(400).animate({right:'-300px'}, 500); $("#btnNav").stop(true,false).delay(400).animate({right:'50px'}, 500, function() { $("#btnNav").removeClass('open'); }); } else { $("#gnb_wrap").stop(true,false).delay(400).animate({right:'-260px'}, 500); $("#btnNav").stop(true,false).delay(400).animate({right:'30px'}, 500, function() { $("#btnNav").removeClass('open'); }); } } // ¸Þ´º È£Ãâ¹öÆ° Ŭ¸¯ $("#btnNav").click(function() { if(!$(this).hasClass('active')) { mMenuOpen(); } else { mMenuClose(); } }); // °¢°¢ ¸Þ´º Ŭ¸¯½Ã Æîħ/Á¢À½ $("#gnb > li > a").click(function(e) { var wSize = $(window).width(); if(wSize < 1025) { if($(this).parent('li').hasClass('dropdown')) { e.preventDefault(); if(!$(this).parent('li').hasClass('open')) { $("#gnb > li.dropdown").removeClass('open'); $("#gnb .submnu").css('display','none'); $(this).parent('li').addClass('open'); $(this).next('.submnu').stop(true,false).slideDown(400); } else { $(this).parent('li').removeClass('open'); $(this).next('.submnu').stop(true,false).slideUp(400); } } } }); // ¸¶½ºÅ© ¹× ´Ý±â ¹öÆ° Ŭ¸¯½Ã ¸Þ´º ´Ý±â $("#gnb_mask, #gnbClose").click(function() { mMenuClose(); }); }); // »ó´ÜÀ¸·Î ½ºÅ©·Ñ ¹öÆ° À̺¥Æ® $(function() { // ¹öÆ° Ŭ¸¯½Ã È­¸é »ó´ÜÀ¸·Î ½ºÅ©·Ñ $("#scrollTop a").click(function(e) { e.preventDefault(); $("html, body").stop(true,false).animate({scrollTop:0}, 400, 'easeOutCubic'); }); // ¸¶¿ì½º À̺¥Æ® ó¸® $("#scrollTop a").mouseenter(function() { if(!$(this).hasClass('on')) { $(this).addClass('on'); } }).mouseleave(function() { $(this).removeClass('on'); }); }); // ½ºÅ©·Ñ Çì´õ °íÁ¤ ó¸® $(window).scroll(function() { var wTop = $(this).scrollTop(); // ½ºÅ©·Ñ È°¼ºÈ­ ó¸® ÇÔ¼ö function scrollActive() { if(!$("#header").hasClass('scroll')) { $("#header").addClass('scroll'); $("#header").stop(true,false).animate({top:'-80px'}, 0); $("#header").stop(true,false).animate({top:'0'}, 300); $("#scrollTop").stop(true,false).fadeIn(300); } } // ½ºÅ©·Ñ ºñÈ°¼ºÈ­ ó¸® ÇÔ¼ö function scrollInactive() { $("#header").removeClass('scroll'); $("#scrollTop").stop(true,false).fadeOut(300); } if(wTop >= 80) { scrollActive(); } else { scrollInactive(); } }); // ¼­ºêÆäÀÌÁö °øÅë ÇÔ¼ö $(function() { // ¼­ºê ºñÁÖ¾ó À̹ÌÁö ÆäÀÌµå º¯¼ö Á¤ÀÇ var sIndex = 0; var sTimer; var sInterval = 3000; // ¼­ºê ºñÁÖ¾ó À̹ÌÁö Ãʱâ¼ÂÆà function subImgInit() { $("#sub_visual ul li:last").after($("#sub_visual ul li[data-idx=" + sIndex + "]")); } // ¼­ºê ºñÁÖ¾ó À̹ÌÁö ÆäÀ̵å ÇÔ¼ö function subFade() { var count = $("#sub_visual ul li").length; sIndex++; if(sIndex>=count) { sIndex = 0 } $("#sub_visual ul li").removeClass('active'); $("#sub_visual ul li:last").after($("#sub_visual ul li[data-idx=" + sIndex + "]")); $("#sub_visual ul li[data-idx=" + sIndex + "]").addClass('active'); $("#sub_visual ul li[data-idx=" + sIndex + "]").stop(true,false).animate({opacity:0}, 0); $("#sub_visual ul li[data-idx=" + sIndex + "]").stop(true,false).animate({opacity:1}, 500); } // ¼­ºê ºñÁÖ¾ó À̹ÌÁö ÀÚµ¿ ÆäÀ̵å sTimer = setInterval(function() { subFade(); }, sInterval); // 1Â÷ µå·Ó´Ù¿î ¸Þ´º È°¼ºÈ­ function majorActive() { var currIndex = $("#container").data('menu') - 1; var currMenu = $("#nav .depth1 ul.mnuList li").eq(currIndex).text(); $("#nav .depth1 > a > span").text(currMenu); } // 2Â÷ µå·Ó´Ù¿î ¸Þ´º È°¼ºÈ­ function minorActive() { var currIndex = $("#container").data('sub') - 1; var currMenu = $("#nav .depth2 ul.mnuList li").eq(currIndex).text(); $("#nav .depth2 > a > span").text(currMenu); } // µå·Ó¹Ú½º ¸Þ´º Ŭ¸¯ ó¸® $("#nav .dropdown > a").click(function() { if(!$(this).parent('.dropdown').hasClass('open')) { $("#nav .dropdown").removeClass('open'); $("#nav .dropdown > ul.mnuList").stop(true,false).fadeOut(200); $(this).parent('.dropdown').addClass('open'); $(this).siblings('ul.mnuList').stop(true,false).fadeIn(200); } else { $(this).parent('.dropdown').removeClass('open'); $(this).siblings('ul.mnuList').stop(true,false).fadeOut(200); } }); // µÑ·¯º¸±â ½ºÅ©¸³Æ® $(document).ready(function() { var old_images = []; // ÃÖÃÊ »óÅÂÀÇ °¢ ÅÇ ¸ÞÀÎ ½æ³×ÀÏÀ» º¯¼ö¿¡ ÀúÀå $("#facilitySlider .big-thumb .thumb-list > li").each(function(i) { old_images[i] = $(this).find('img').attr('src'); i++; }); // 1´Ü°è : Ãþº° ÅÇ Å¬¸¯½Ã º¸¿©Áö´Â ÅÇ ³»¿ëÀ» ±³Ã¼ & °¢ ÃþÀÇ ´ëÇ¥ À̹ÌÁö·Î ÃʱâÈ­ $("#facilitySlider .big-thumb .floor-tab > li").click(function() { var tab_index = $(this).index(); $("#facilitySlider .big-thumb .floor-tab > li").removeClass('active'); $(this).addClass('active'); $("#facilitySlider .big-thumb .thumb-list > li").removeClass('active'); $("#facilitySlider .big-thumb .thumb-list > li").eq(tab_index).find('img').attr('src', old_images[tab_index]); $("#facilitySlider .big-thumb .thumb-list > li").eq(tab_index).addClass('active'); $("#facilitySlider .floor-container > .floor-info .thumb-list > li").removeClass('selected'); $("#facilitySlider .floor-container > .floor-info").removeClass('active'); $("#facilitySlider .floor-container > .floor-info").eq(tab_index).addClass('active'); }); // 2´Ü°è : °¢ Ãþº° ³»ºÎ ½æ³×ÀÏ Å¬¸¯½Ã ´ëÇü ½æ³×ÀÏ ±³Ã¼ $("#facilitySlider .floor-container > .floor-info .thumb-list > li").click(function() { var thumb_img = $(this).find('img').attr('src'); $("#facilitySlider .floor-container > .floor-info .thumb-list > li").removeClass('selected'); $(this).addClass('selected'); $("#facilitySlider .big-thumb .thumb-list > li.active").find('img').attr('src', thumb_img); }); }); // ¸ð¹ÙÀÏ µå·Ó¹Ú½º ¸Þ´º Ŭ¸¯ ó¸® $("#leftBar a.dropdown").click(function(e) { e.preventDefault(); if(!$(this).hasClass('open')) { $(this).addClass('open'); $("#lnb").stop(true,false).slideDown(300); } else { $(this).removeClass('open'); $("#lnb").stop(true,false).slideUp(300); } }); // »ó´Ü¸Þ´º (ÅÂºí¸´ ÀÌÇÏ ÁÂÃø¸Þ´º) ¼û±è function gnbHide() { $("#gnb > li > ul.submnu").css('display','none'); $("#gnb > li").removeClass('open'); } // »ó´Ü¸Þ´º (ÅÂºí¸´ ÀÌÇÏ ÁÂÃø¸Þ´º) Ç¥½Ã function gnbShow() { $("#gnb > li > ul.submnu").css('display','block'); $("#gnb > li").removeClass('open'); } // ¼­ºê ÆäÀÌµå ºñÁÖ¾ó ¹× µå·Ó¹Ú½º ¸Þ´º µ¿±âÈ­ $(window).load(function() { subImgInit(); majorActive(); minorActive(); }); // À©µµ¿ì ¸®»çÀÌÁî½Ã »çÀÌÁ·Î ¸Þ´º ¼û±è/º¸ÀÓ Ã³¸® $(window).resize(function() { var wSize = $(this).width(); // if(wSize > 1024) { // gnbShow(); // } else { // gnbHide(); // } }); }); /* ----------------- ¸Þ´º °ü·Ã ½ºÅ©¸³Æ® ----------------- */ $(document).ready(function() { var allMenu = $("#all-menu"); var mnuEasing = "easeInOutExpo"; // Àüü¸Þ´º ¿­±â function allMenuOpen() { if (!allMenu.hasClass('open')) { allMenu.addClass('open'); allMenu.find('.menu-layer').removeAttr('style'); allMenu.find('.menu-layer').css({ top: '-100%', opacity: '0' }); allMenu.fadeIn(400); allMenu.find('.menu-layer').stop().animate({ top: '50%', opacity: '1' }, 800, mnuEasing); $("body").addClass('fixed'); } } // Àüü¸Þ´º ´Ý±â function allMenuClose() { allMenu.removeClass('open'); allMenu.find('.menu-layer').stop().animate({ top: '-100%', opacity: '0' }, 600, mnuEasing); allMenu.fadeOut(1000); $("body").removeClass('fixed'); } // Àüü¸Þ´º ¿­±â ¹öÆ° Ŭ¸¯ $(".button-all-menu").click(function() { allMenuOpen(); }); // Àüü¸Þ´º ´Ý±â ¹öÆ° Ŭ¸¯ $("#all-menu .btnClose").click(function() { allMenuClose(); }); // ¸¶½ºÅ©¿µ¿ª Ŭ¸¯½Ã Àüü¸Þ´º ´Ý±â $("#all-menu .mask").click(function() { allMenuClose(); }); }); /* ----------------- °Ô½ÃÆÇ Àü¿ë ½ºÅ©¸³Æ® ----------------- */ // À̹ÌÁö ¹öÆ° ÅؽºÆ®·Î ´ëü $(document).ready(function() { // °ü¸®ÀÚ Àü¿ë ¹öÆ° replace function admBtnReplace() { var $url = window.location.href; var $readpage = $url.indexOf('read_form'); $("#sub_wrap img").each(function() { var $src = $(this).attr('src'); // »èÁ¦ if($src.indexOf('btn_sdel.gif') > -1 && $readpage < 0) { var $opt = $(this).attr('onclick'); var $link = "»èÁ¦"; $(this).before($link); $(this).remove(); } // À̵¿ if($src.indexOf('move.gif') > -1 && $readpage < 0) { var $opt = $(this).attr('onclick'); var $link = "À̵¿"; $(this).before($link); $(this).remove(); } // º¹»ç if($src.indexOf('copy.gif') > -1 && $readpage < 0) { var $opt = $(this).attr('onclick'); var $link = "º¹»ç"; $(this).before($link); $(this).remove(); } // À̵¿ (ºäÆäÀÌÁö) if($src.indexOf('move.gif') > -1 && $readpage > -1) { $(this).parent('a').addClass('btn btn-default'); $(this).parent('a').html('À̵¿'); $(this).remove(); } // º¹»ç (ºäÆäÀÌÁö) if($src.indexOf('copy.gif') > -1 && $readpage > -1) { $(this).parent('a').addClass('btn btn-default'); $(this).parent('a').html('º¹»ç'); $(this).remove(); } // ¼öÁ¤ (ºäÆäÀÌÁö) if($src.indexOf('modify.gif') > -1 && $readpage > -1) { $(this).parent('a').addClass('btn btn-default'); $(this).parent('a').html('¼öÁ¤'); $(this).remove(); } // »èÁ¦ (ºäÆäÀÌÁö) if($src.indexOf('delete.gif') > -1 && $readpage > -1) { $(this).parent('a').addClass('btn btn-default'); $(this).parent('a').html('»èÁ¦'); $(this).remove(); } // ´ä±Û (ºäÆäÀÌÁö) if($src.indexOf('reply.gif') > -1 && $readpage > -1) { $(this).parent('a').addClass('btn btn-default'); $(this).parent('a').html('´ä±Û¾²±â'); $(this).remove(); } }); } // ÀÏ¹Ý ±â´É¹öÆ° replace function btnReplace() { $("#sub_wrap img").each(function() { var $src = $(this).attr('src'); // ±Û¾²±â if($src.indexOf('write.gif') > -1) { $(this).parent('a').addClass('btn btn-primary'); $(this).parent('a').html('±Û¾²±â'); $(this).remove(); } // ÀÌÀü if($src.indexOf('prev.gif') > -1) { $(this).parent('a').addClass('btn btn-default'); $(this).parent('a').html('ÀÌÀü'); $(this).remove(); } // ¸ñ·Ïº¸±â if($src.indexOf('list.gif') > -1) { $(this).parent('a').addClass('btn btn-secondary'); $(this).parent('a').html('¸ñ·Ï'); $(this).remove(); } // ´ÙÀ½ if($src.indexOf('next.gif') > -1) { $(this).parent('a').addClass('btn btn-default right-icon'); $(this).parent('a').html('´ÙÀ½'); $(this).remove(); } // ½ºÆԽŰí if($src.indexOf('spam.gif') > -1) { var $opt = $(this).attr('onclick'); var $link = '½ºÆԽŰí'; $(this).before($link); $(this).remove(); } // ±Û ÀÛ¼º/¼öÁ¤/´äº¯ Ãë¼Ò if($src.indexOf('cancel.gif') > -1) { $(this).parent('a').attr('href','javascript:history.go(-1);'); $(this).parent('a').addClass('btn btn-secondary'); $(this).parent('a').html('Ãë¼Ò'); $(this).remove(); } }); // °Ë»ö $("#ext_search input[type=image]").before(''); $("#ext_search input[type=image]").css('display','none'); $(document).on('click', '#ext_search input[type=submit]', function() { $("#ext_search input[type=image]").trigger('click'); }); // ±Û ÀÛ¼º/¼öÁ¤/´äº¯ $(".bbsnewf5 input[src*='confirm.gif']").before(''); $(".bbsnewf5 input[src*='confirm.gif']").css('display','none'); $(document).on('click', '.bbsnewf5 .btn-confirm', function() { $(".bbsnewf5 input[src*='confirm.gif']").trigger('click'); }); } // ȸ¿ø °ü·Ã ¹öÆ° replace function memBtnReplace() { $("#container .innerContainer img").each(function() { var $src = $(this).attr('src'); // ¾ÆÀ̵ð Áߺ¹È®ÀÎ if($src.indexOf('btn_iddupl.gif') > -1) { var $opt = $(this).parent().attr('href'); var $link = '¾ÆÀ̵ð Áߺ¹È®ÀÎ'; $(this).parent().before($link); $(this).parent().remove(); } }); } admBtnReplace(); btnReplace(); memBtnReplace(); }); // °Ô½ÃÆÇ Ä«Å×°í¸® ÀÚµ¿ »ý¼º $(document).ready(function() { var cate_link = [], cate_title = [], currentURL = $(location).attr('pathname'), param = "?&com_board_category_code=", currentParam = "", insertHTML = "", idx = 0; if($("select[name='com_board_category_code']").length > 0) { currentParam = getUrlParameter('com_board_category_code'); $("select[name='com_board_category_code'] > option").each(function() { cate_link[idx] = $(this).val(); cate_title[idx] = $(this).text(); idx++; }); insertHTML = '
'; insertHTML += ''; insertHTML += '
'; $(".brd_category").before(insertHTML); $.each(cate_link, function(m, key) { if(key == currentParam) { $(".board_tab > a").text(cate_title[m]); $(".board_tab > ul > li[data-category='" + key + "']").addClass('on'); } }); if(!currentParam) { $(".board_tab > ul > li:first").addClass('on'); } } });