@charset "utf-8";

/* 퀵메뉴 */
.quickMenu{right:0;}
.quickMenu ul{visibility:revert;}
.quickMenu .toggleBtn:before{content:"\e93e";}
/* active */    
.openPop .quickMenu{top:15rem;}
.quickMenu.active{right:-9rem;}
.quickMenu.active ul{visibility:hidden;}
.quickMenu.active .toggleBtn:before{content:"\e93b";}

#nav.fullDown .depth02 > ul > li > a{padding: .35rem 1.25rem .35rem .5rem;} /* 230313 */


/* media query mobile */
@media screen and (max-width: 1280px){



	
}

@media screen and (max-width: 1200px){

	

}

@media screen and (max-width: 1024px){



}

@media (max-width:690px) {



}

@media (max-width:560px) {



}

@media screen and (max-width: 480px){



}

@media (max-width:380px) {


}


