/*--------------------------------------------- Drawer Default ---------------------------------------------*/ .drawer-logo { width: 40%; margin-bottom: 8%; } .drawer-nav { padding: 15% 10% 10%!important; background: #fff; .drawer-menu { >li { border-bottom: 1px solid #c6beaf; >.drawer-menu-item { font-size: 3.8vw; padding: 5%; color: #000; } } } } /*Drawer Btn Setting =======================================*/ /*Right Position -----------------------------------*/ /*close*/ .drawer--right { .drawer-toggle.drawer-hamburger { background: #000!important; right: 2.5%!important; top: 1%; } } /*open*/ .drawer--right.drawer-open { .drawer-hamburger { top: 1%; // bottom: 1%; right: 2.5%!important; } } /*Left Position -----------------------------------*/ /*close*/ .drawer--left { .drawer-toggle.drawer-hamburger { background: #000!important; left: 2.5%!important; top: 1%; } } /*open*/ .drawer--left.drawer-open { .drawer-hamburger { top: 1%; // bottom: 1%; left: 2.5%!important; } } /*Drawer Btn -----------------------------------*/ .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before { background-color: #fff!important; } /*drawer box*/ .drawer-hamburger { width: 48px; height: 60px; } /*drawer line*/ .drawer-hamburger-icon { &:before { top: -8px; } &:after { top: 8px; } } /*drawer box txt*/ .drawer-hamburger-txt { color: #fff; font-size: 9px; bottom: -15px; } /*DropDown Menu ---------------------------------------------*/ .drawer-dropdown-menu { >li, .drawer-dropdown-menu-item { line-height: 1.2; border-bottom: 1px solid #fff; } } .level1, .level2 { position: relative; a,p { font-size: 4vw; } } .level1 { background: #fff; } .level2 { background: #fff; } .drawer-current { right: 5px!important; top: 50%; border-bottom: 1px solid #000!important; border-right: 1px solid #000!important; } /*Original Custum Code =======================================*/ /*SNS -----------------------------------*/ .sns-list { margin: 10% auto 5%; li { margin-right: 5%; &:last-child { margin-right: 0; } } } /*Address -----------------------------------*/ .drawer-address { margin: 5% auto; text-align: center; font-size: 3.5vw; li { margin-bottom: 3%; &:last-child { margin-bottom: 0; } } } /*Contact btn -----------------------------------*/ .drawer-mail-btn { text-align: center; width: 60%; display: block; background: #000; margin: 10% auto; padding: 4% 0; font-weight: 700; letter-spacing: .2rem; span { font-size: 4vw; color: #fff; position: relative; } }