//Àü±¹ jQuery(document).ready(function() { /*$('#wmap area').on('mouseover', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#map_over img').attr('src', '' + map); return false; });*/ $('#wmap area').on('click', function() { $(".submap").hide(); var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#map_over img').attr('src', '' + map); return false; }); //$("#wmap area").click(function(event){ //}); /*$('#wmap area').on('mouseleave', function() { $("#map_over img").attr('src', "images/imgmap/map00.gif"); });*/ }); //¼­¿ï jQuery(document).ready(function() { $('#submap > area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#sub_map_over img').attr('src', '' + map); return false; }); }); //ÀÎõ jQuery(document).ready(function() { $('#inchon > area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#inchon_over img').attr('src', '' + map); return false; }); }); //¼¼Á¾ jQuery(document).ready(function() { $('#sejong > area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#sejong_over img').attr('src', '' + map); return false; }); }); //´ëÀü jQuery(document).ready(function() { $('#dj > area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#dj_over img').attr('src', '' + map); return false; }); }); //±¤ÁÖ jQuery(document).ready(function() { $('#kj > area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#kj_over img').attr('src', '' + map); return false; }); }); //´ë±¸ jQuery(document).ready(function() { $('#dg> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#dg_over img').attr('src', '' + map); return false; }); }); //¿ï»ê jQuery(document).ready(function() { $('#ws> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#ws_over img').attr('src', '' + map); return false; }); }); //ºÎ»ê jQuery(document).ready(function() { $('#bs> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#bs_over img').attr('src', '' + map); return false; }); }); //Á¦ÁÖ jQuery(document).ready(function() { $('#jeju> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#jeju_over img').attr('src', '' + map); return false; }); }); //°æ±â jQuery(document).ready(function() { $('#kk> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#kk_over img').attr('src', '' + map); return false; }); }); //°­¿ø jQuery(document).ready(function() { $('#kw> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#kw_over img').attr('src', '' + map); return false; }); }); //Ãæû³²µµ jQuery(document).ready(function() { $('#chungnam> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#chungnam_over img').attr('src', '' + map); return false; }); }); //ÃæûºÏµµ jQuery(document).ready(function() { $('#chungbuk> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#chungbuk_over img').attr('src', '' + map); return false; }); }); //Àü¶óºÏµµ jQuery(document).ready(function() { $('#jeonbuk> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#jeonbuk_over img').attr('src', '' + map); return false; }); }); //Àü¶ó³²µµ jQuery(document).ready(function() { $('#jeonnam> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#jeonnam_over img').attr('src', '' + map); return false; }); }); //°æ»óºÏµµ jQuery(document).ready(function() { $('#gyeongbuk> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#gyeongbuk_over img').attr('src', '' + map); return false; }); }); //°æ»ó³²µµ jQuery(document).ready(function() { $('#gyeongnam> area').on('mouseenter', function() { var map = $(this).attr('src'); if(typeof $(this).attr('src') == 'undefined') map = ''; $('#gyeongnam_over img').attr('src', '' + map); return false; }); }); $(document).ready(function(){ //½Ã±º±¸ ¸Ê Æ˾÷ $(".submap").hide(); $(".seoul").click(function(){ $(".seoul_submap").show(); $("#footerBG3").show(); $(".default").addClass("seoul"); return false; });//¼­¿ï $(".inchon").click(function(){ $(".inchon_submap").show(); $("#footerBG3").show(); return false; });//ÀÎõ $(".sejong").click(function(){ $(".sejong_submap").show(); $("#footerBG3").show(); return false; });//¼¼Á¾ $(".dj").click(function(){ $(".dj_submap").show(); $("#footerBG3").show(); return false; });//´ëÀü $(".kj").click(function(){ $(".kj_submap").show(); $("#footerBG3").show(); return false; });//±¤ÁÖ $(".dg").click(function(){ $(".dg_submap").show(); $("#footerBG3").show(); return false; });//´ë±¸ $(".ws").click(function(){ $(".ws_submap").show(); $("#footerBG3").show(); return false; });//¿ï»ê $(".bs").click(function(){ $(".bs_submap").show(); $("#footerBG3").show(); return false; });//ºÎ»ê $(".jeju").click(function(){ $(".jeju_submap").show(); $("#footerBG3").show(); return false; });//Á¦ÁÖ $(".kk").click(function(){ $(".kk_submap").show(); $("#footerBG3").show(); return false; });//°æ±â $(".kw").click(function(){ $(".kw_submap").show(); $("#footerBG3").show(); return false; });//°­¿ø $(".chungnam").click(function(){ $(".chungnam_submap").show(); $("#footerBG3").show(); return false; });//Ãæû³²µµ $(".chungbuk").click(function(){ $(".chungbuk_submap").show(); $("#footerBG3").show(); return false; });//ÃæûºÏµµ $(".jeonbuk").click(function(){ $(".jeonbuk_submap").show(); $("#footerBG3").show(); return false; });//Àü¶óºÏµµ $(".jeonnam").click(function(){ $(".jeonnam_submap").show(); $("#footerBG3").show(); return false; });//Àü¶ó³²µµ $(".gyeongbuk").click(function(){ $(".gyeongbuk_submap").show(); $("#footerBG3").show(); return false; });//°æ»óºÏµµ $(".gyeongnam").click(function(){ $(".gyeongnam_submap").show(); $("#footerBG3").show(); return false; });//°æ»ó³²µµ //Æ˾÷´Ý±â $(".btn-close").click(function(){ $(".submap").hide(); $("#footerBG3").hide(); return false; }); });