html, body { position: relative; }

body.open { overflow-x: hidden; }

.mcl_nav_wrap { position: relative; }

.admin-bar .mcl_nav_btn { margin-top: 32px; }
.admin-bar .mcl_nav_list { padding-top: 47px; }

/*----------------------------------------
	nav btn style 
/*-------------------------------------- */
.mcl_nav_btn { position: fixed; z-index: 99999; display: block; width: 32px; height: 28px; border: none; cursor: pointer; padding: 7px; box-sizing: border-box; }
.mcl_nav_btn .btn_border { display: block; width: 16px; -webkit-transition: all 0.3s; transition: all 0.3s; margin-bottom: 3px; }

body.open { position: fixed; }
body.open .mcl_nav_btn .btn_border.middle { visibility: hidden; }
body.open .mcl_nav_btn .btn_border:first-child { position: absolute; top: 12px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
body.open .mcl_nav_btn .btn_border:last-child { position: absolute; top: 12px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/*----------------------------------------
	nav list style 
/*-------------------------------------- */
.mcl_nav_list { position: fixed; top: 0; z-index: 99999; display: none; padding: 15px 0 0; width: 250px; height: 100%; box-shadow: 1px 0 40px rgba(0, 0, 0, 0.2); margin: 0; overflow: auto; }
.mcl_nav_list li { list-style: none; }
.mcl_nav_list li:last-child a { padding: 0 0 2em; }
.mcl_nav_list a { display: block; font-size: 100%; text-decoration: none; }
.mcl_nav_list a:hover { text-decoration: none; }
.mcl_nav_list > li { margin-bottom: 0.8em; padding: 0.8em 1em 0; }
.mcl_nav_list .sub-menu { margin-top: 0.8em; }
.mcl_nav_list .sub-menu > li { margin-bottom: 0.8em; padding: 0.8em 0 0 1.2em; }

/*----------------------------------------
	layer style 
/*-------------------------------------- */
.mcl_nav_layer { position: fixed; top: 0; left: 0; z-index: 9999; display: none; width: 100%; height: 100%; background-color: #000; opacity: 0.5; }

.mcl_nav_btn { border: solid 1px #333; background-color: #333; }
.mcl_nav_btn .btn_border { border-top: solid 2px #fff; }

/*----------------------------------------
	nav list style 
/*-------------------------------------- */
.mcl_nav_list { background: #333; box-shadow: -1px 0 40px rgba(0, 0, 0, 0.5), 1px 0 40px rgba(0, 0, 0, 0.5); }
.mcl_nav_list a { color: #fff; }
.mcl_nav_list a:hover { color: #ccc; }
.mcl_nav_list > li + li { overflow: hidden; border-top: solid 1px #000; box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1); }
.mcl_nav_list .sub-menu > li { overflow: hidden; border-top: solid 1px #000; box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1); }
