var titleMenu = ["회사소개", "사업소개", "기술개발", "인재경영", "고객지원"]; var titleMenuEng = ["About Us", "Business", "Customer Service"]; var menuList = [ [ { name: "CEO인사말", link: "/company/ceo" }, /* { name: "경영이념", link: "/company/manage" }, */ { name: "연혁", link: "/company/history" }, { name: "사회공헌", link: "/company/social" }, /* { name: "조직도", link: "/company/chart" }, { name: "부서안내", link: "/company/contact_view" }, */ { name: "오시는길", link: "/company/map" } ], [ { name: "시설 분야", link: "/business/equipment" }, { name: "안전 지원 분야", link: "/business/safe" }, { name: "신기술사업 분야", link: "/business/new_tech" } ], [ { name: "기술 보유", link: "/tech/have" }, { name: "기술 자료실", link: "/tech/alllist" } ], [ { name: "인사제도", link: "/resources/personal" }, { name: "채용절차", link: "/resources/intro" }, { name: "채용정보", link: "/resources/careers" }, // { // name: "합격자 조회", // link: "/resources/passing_check" // }, { name: "FAQ", link: "/resources/faq" } ], [ { name: "공지사항", link: "/support/notice" }, // { // name: "입찰공고", // link: "/support/bidding" // }, { name: "또타라커 안내", link: "/support/happybox" }, { name: "유실물 찾기", link: "/support/lost" }, { name: "경영 투명화", link: "/support/operation" }, // { // name: "문의하기", // link: "/support/contact" // }, { name: "사규 및 관계법령", link: "/support/statute" }, { name: "개인정보처리방침", link: "/support/privacy" }, { name: "감사활동", link: "/support/audit" } ] ]; var menuListEng = [ [ { name: "CEO's Message", link: "/en/ceo" }, { name: "Vision", link: "/en/manage" }, { name: "History", link: "/en/history" }, { name: "Social Contribution", link: "/en/social" }, { name: "Organization", link: "/en/chart" }, { name: "Contacts", link: "/en/contact" }, { name: "Directions", link: "/en/map" } ], [ { name: "Facilities Area", link: "/en/equipment" }, { name: "Safety Management", link: "/en/safe" }, { name: "New Technology Business", link: "/en/new_tech" } ], [ { name: "Notice", link: "/en/notice" }, { name: "TTOTA Locker", link: "/en/happybox" }, { name: "Lost & Found Center", link: "/en/lost" } ], [], [] ]; $(document).ready(function() { var mainMenuBody = $("#mainMenu"); var subMenuBody = $("#subMenu"); var asideDepthTwo = $(".aside-depth-two"); var mainDropDown = $(".dropdown-menu.main-menu"); var subDropDown = $(".dropdown-menu.sub-menu"); var asideMobile = $(".aside-mobile"); var nowMenuSplit = window.location.pathname.split("/"); // var locationPath = "/" + nowMenuSplit[nowMenuSplit.length - 2] + "/" + nowMenuSplit[nowMenuSplit.length - 1]; var locationPath = "/" + nowMenuSplit[1] + "/" + nowMenuSplit[2]; let engPage = false; if (nowMenuSplit[1] == "en") { engPage = true; titleMenu = titleMenuEng; menuList = menuListEng; } // console.log("titleMenu : "+titleMenu); var nowMenuIndex = [0, 0]; //로드시 기본 매뉴 정보를 작성합니다. titleMenu.forEach(function(val, index) { //오른쪽에 배치되는 매뉴 부분 mainMenuBody.append(""); asideMobile.children(".aside-menu").append(""); $(".aside-menu li[index='" + index + "']").append(""); menuList[index].forEach(function(subMenu, subIndex) { //현재 매뉴를 확인합니다. if (subMenu.link == locationPath) { // console.log(" subMenu.link :" + subMenu.link); // console.log(" locationPath :" + locationPath); // console.log(" index :" + index); // console.log(" subIndex :" + subIndex); nowMenuIndex = [index, subIndex]; $(".aside-menu li[index='" + index + "'] .sub-menu-box").append("