@charset "utf-8";

/* ================================

infoNet burgerMenu.css   ver3.0

================================ */
#skin > header{position:relative;z-index:90;}

/* burgerMotion
------------------------- */
.burgerMotion{position:absolute;top:0;right:0;z-index: 92;width:60px;height:60px;background-color:#ef6c00;cursor:pointer;}
.burgerMotion p{position:relative;width:60px;height:100%;margin:0 auto;padding:0;}
.burgerMotion p span{display:inline-block;position:absolute;top:-10px;right:0;bottom:0;left:0;width:24px;height:3px;margin:auto;border-radius:0;background-color:#fff;vertical-align:middle;transition:background 0.25s ease-in-out 0.25s;}
.burgerMotion p span:before,
.burgerMotion p span:after{content:"";display:block;position:absolute;left:0;width:100%;height:3px;border-radius:0;transition:transform ease-in-out 0.25s 0s,margin ease-in-out 0.25s 0.25s;}
.burgerMotion p span:before{margin-top:-8px;background-color:#fff;}
.burgerMotion p span:after{margin-top:8px;background-color:#fff;}
.burgerMotion p:after{content:"MENU";position:absolute;bottom:7px;left:15px;transform:scale(0.8, 0.8);width:20px;margin:auto;color:#fff;font-weight:bold;font-size:9px;}

/* active */
.burgerMotion.active p span{background-color:rgba(255, 255, 255, 0);transition:background 0.25s ease-in-out 0.0s;}
.burgerMotion.active p span:before{transform:rotate(45deg);margin-top:0;transition:transform ease-in-out 0.25s 0.25s,margin ease-in-out 0.25s;}
.burgerMotion.active p span:after{transform:rotate(-45deg);margin-top:0;transition:transform ease-in-out 0.25s 0.25s,margin ease-in-out 0.25s;}
.burgerMotion.active p:after{content:"CLOSE";left:14px;}

/* burgerItem
------------------------- */
.burgerItem{position:relative;z-index:100;transition:left 0.3s ease-in-out,right 0.3s ease-in-out;}
.burgerItem > *{position:relative;z-index:10;}

/* horizonLeft */
.horizonLeft{overflow-x:hidden!important;}
.horizonLeft .burgerItem{position:absolute;top:100%;left:100%;}
.horizonLeft.navOpen .burgerItem{left:0;}

/* horizonRight */
.horizonRight{overflow-x:hidden!important;}
.horizonRight .burgerItem{position:absolute;top:0;right:100%;}
.horizonRight.navOpen .burgerItem{right:100%;}

/* burgerCloseMotion
------------------------- */
.burgerCloseMotion{}

/* burgerOverlay
------------------------- */
.burgerOverlay{position:fixed;top:0;left:0;z-index:5;width:100%;background-color:rgba(0,0,0,0.5);}
