
#allmenuWrap {
z-index: 900;
}



/* ###### CSS for Full Screen Menu NAV ###### */

#fullscreenmenu{
  z-index: 600;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(168, 146, 125, 0.95); /* background color of full screen menu */
  padding-bottom: 0; */ shift UL downwards by 100px so it's not obscured by hamburger icon */
  z-index: 1;
  visibility: hidden;
  overflow: auto;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3D(0, -100%, 0); /* hide menu initially on screen by offsetting it vertically */
  transform: translate3D(0, -100%, 0); 
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}

#fullscreenmenu > div{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 90%; max-width: 1100px; margin: 0 auto; 
  height:100vh;
  position: relative;
  font-weight: bold;
  /* font size of UL menu */
  text-transform: uppercase;
  -webkit-transform: translate3D(0, -40px, 0);
  transform: translate3D(0, -40px, 0);
  opacity: 0;
  transition: all 0.5s 0.4s;
  display:flex; justify-content:space-between; flex-wrap:wrap; align-items: center;
}

#fullscreenmenu > div > ul{ display:flex; gap:15%; justify-content:center; flex-wrap:wrap; align-items: flex-start; width: 100%;}

#fullscreenmenu > div > ul > li{
   /* by default, show 2 columns of links */

  margin-top:5%;
  text-align:center;
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 300px;
}

#fullscreenmenu > div > ul > li.g_mo {display:none}


#fullscreenmenu > ul > li > div > span {
  font-size:1.8em;
  color:#FFF;
   font-family: 'EliceDigitalBaeum';  font-weight:700
}


#fullscreenmenu > ul > li > a{
  text-decoration: none;
  position: relative;
  color: white; /* link color */
  padding: 5px 0; /* general spacing between links */
  display: inline-block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 1.6rem; font-weight: 700; 
 
}


#fullscreenmenu ul li a:hover{
}

#fullscreenmenu ul li a:hover:after{
  width: 100%;
}

/* #### Menu Hamburger Icon UI when shrinked CSS ######## */

#allmenu.shrink li:nth-last-of-type(n+2) a{
  opacity: 0;
  pointer-events: none;
}


#fullscreenmenu ul li a {font-size:4rem; color:#FFF; font-weight:800}
#fullscreenmenu ul li ul { margin-top: 30px; padding:0 !important; }
#fullscreenmenu ul li ul li { width: 100%; margin: 15px 0; }
#fullscreenmenu ul li ul li a { font-size:2.3rem; color:#fff; font-weight:500; opacity:.8 }
#fullscreenmenu ul li ul li a:hover { opacity: 1; }

/* #### Menu Opened State CSS ######## */

#allmenuWrap.open #fullscreenmenu{
  visibility: visible;
  -webkit-transform: translate3D(0, 0, 0); /* show menu by shifting it vertically to visible position within container */
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

#allmenuWrap.open #navtoggler{
  border-width: 0;
}


#allmenu a { display:block;z-index:999; text-align: center; /* border-left: 1px solid rgba(255,255,255,0.1); */
        display:flex; justify-content:center; flex-wrap:wrap; align-items: center; position:relative}

#allmenu a .box {display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 25px; border:0px solid rgba(255,255,255,0.4); border-radius: 40px;}              
#allmenu a .box span{display: flex; gap: 5px; align-items: center; padding-bottom: 2px; font-family: 'Marcellus'; font-size: 16px; color: #fff;}
#allmenu a .box span:before{content: ''; display: inline-block; vertical-align: middle; width: 17px; height: 14px; background:url('/images/common/hd_menu.png');}


.bar { cursor: pointer;   }
.bar span { display:block; ; height:3px; transition:all 0.5s; background:#FFF; border-radius:3px}
.bar span.t { margin-top: 0; width:27px; }
.bar span.m { margin:6px 0 6px 7px; width: 20px; }
.bar span.b { margin-top: 0; width:27px; }

#allmenuWrap.open .bar span.t {transform:translateY(9px) rotate(45deg); }
#allmenuWrap.open .bar span.m {width:0;}
#allmenuWrap.open .bar span.b {transform:translateY(-9px) rotate(-45deg); }

/* 硫붿씤鍮꾩＜�쇱쐞濡� 硫붾돱媛� �щ씪�� �덉쓣��
.main #allmenu a {  border:1px solid rgba(255,255,255,0.5); }
.main #allmenu a:before { color:#fff; }
.main #allmenuWrap.open #allmenu a:before { color:#fff; }*/

.hopen #allmenu a {}

#header.menu_on #allmenu a,
/* .scroll #allmenu a { border:1px solid rgba(255,255,255,0.7); background:#222  } */



#allmenuWrap.open #allmenu li:nth-last-of-type(n+2) a{
  opacity: 0;
 /* pointer-events: none; */
}

#allmenuWrap.open #fullscreenmenu >div{
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); /* restore UL to original positon */
}


/* ####### responsive layout CSS ####### */



@media all and (max-width:1024px) {

#allmenuWrap { display: none; }

}



#fullscreenmap{
  z-index: 600;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  overflow: auto;
  font-family: 'Roboto', 'Noto Sans KR', 'Noto Sans Korean', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3D(0, 100%, 0); /* hide menu initially on screen by offsetting it vertically */
  transform: translate3D(0, 100%, 0); 
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}

#locationQuick.open #fullscreenmap{
  visibility: visible;
  -webkit-transform: translate3D(0, 0, 0); /* show menu by shifting it vertically to visible position within container */
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}



#locationQuick.open #mapClose { display:block; position:absolute; top:15px; right:20px; z-index:999; font-size:0; text-align: center; width: 60px; height: 60px; }
#locationQuick.open #mapClose:before { content:'\e870'; font-family:'Linearicons-Free'; color:#fff; font-size: 30px; line-height: 60px; }