var motherUrl = "https://m.lottetour.com"; document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); function open_allmenu() { $('.allmenu').animate({left:'0%'}); } function close_allmenu() { $('.allmenu').animate({left:'-100%'}); } $(function(){ var bw = $(window).width(); $('#left_menu_dl dt a').click(function(){ var dt = $(this).parent(); if(dt.next().is('dd') && (dt.attr("default") == "off")){ if(dt.hasClass('on') && (dt.attr("default") == "off")){ dt.next('dd').slideUp(function(){ dt.removeClass('on'); }); }else{ dt.next('dd').slideDown(); dt.addClass('on'); } } }); $('.show_all').click(function(){ if($(this).hasClass('on')){ $('.all_menu').slideUp(); $(this).removeClass('on'); }else{ $('.all_menu').slideDown(); $(this).addClass('on'); } }); $('.rail > ul').each(function(){ var i = 0; $(this).children().each(function(){ i += $(this).outerWidth(true) + 1; }); if(bw < i){ $(this).width(i); } }); }); document.write(''); document.write('
'); document.write('
'); document.write('
'); document.write('

로그인 해주세요!

'); document.write('
'); document.write(' 고객센터'); document.write('
'); document.write('
'); document.write('
'); document.write(' 예약확인'); document.write(' 마이페이지'); document.write(' 최근본상품'); document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write(' '); document.write('

롯데관광 예약센터

'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
롯데관광 예약센터
해외여행국내여행해외항공권
1577-3000 1577-370002) 2075-3222
월~금 : 09:00 ~ 18:00 / 토,일/공휴일 휴무
'); document.write('
'); document.write('
'); document.write('닫기'); document.write('
'); document.write('
'); document.write('
'); document.write('

롯데관광 lotte tour

'); document.write('
'); document.write(' 전체메뉴'); document.write('
'); document.write('
'); document.write(' 통합검색'); document.write(' 마이페이지'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write(' '); document.write('
'); document.write('전체보기'); document.write('
'); document.write(' '); document.write('
'); document.write('
'); document.write('
'); document.write(''); document.write(''); function appSet() { document.querySelector('.app_set').innerHTML = '설정'; fnClosePopup("app_down"); } function callAndroid(){ var str = "Android Javascript ~~~ "; window.myJSInterfaceName.callMethodName(str); } var ua = navigator.userAgent.toLowerCase(); //userAgent 값 얻기 function callPushSet(){ var message = { command: 'callPushSet', name: 'callPushSet', parameters: {"foo":"bar"} }; if(ua.match('android') != null) { } else if (ua.indexOf("iphone") > -1 || ua.indexOf("ipad") > -1 || ua.indexOf("ipod") > -1){ window.webkit.messageHandlers.callPushSet.postMessage(message); } } function fnGoAppStore() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; if (/android/i.test(userAgent)) { window.open("https://play.google.com/store/apps/details?id=com.lotte.lotteair"); } else if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { window.open("https://itunes.apple.com/kr/app/%EB%A1%AF%EB%8D%B0%EA%B4%80%EA%B4%91%ED%95%AD%EA%B3%B5/id1019344971?mt=8"); } }