/* Menu Appearance */

.pushy{
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 999999999999999999999999999 ;
    background: #eee;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
	
}


/**** pc ****/
@media only all and (min-width:200px) {
.pushy_450{  width: 200px ;}
}
/**** 모바일 ****/
@media only all and (max-width:220px) {
.pushy_450{  width:100% ;}
}


.pushy_over{overflow-y: auto
	
}

.pushy a{
    display: block;
    color: #b3b3b1;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
}

.pushy a:hover{
    color: #FFF;
}

/* Menu Movement */


.pushy-left{
    left:0px;
    -webkit-transform: translate3d(-250px,0,0);
    -moz-transform: translate3d(-250px,0,0);
    -ms-transform: translate3d(-250px,0,0);
    -o-transform: translate3d(-250px,0,0);
    transform: translate3d(-250px,0,0);
}

.pushy-left-open{
    left:0px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.container-left-push{
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

.pushy-right{
    right:0px;
    -webkit-transform: translate3d(450px,0,0);
    -moz-transform: translate3d(450px,0,0);
    -ms-transform: translate3d(450px,0,0);
    -o-transform: translate3d(450px,0,0);
    transform: translate3d(450px,0,0);   
}

.pushy-right-open{
    right:0px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.container-right-push{
    -webkit-transform: translate3d(-450px,0,0);
    -moz-transform: translate3d(-450px,0,0);
    -ms-transform: translate3d(-450px,0,0);
    -o-transform: translate3d(-450px,0,0);
    transform: translate3d(-450px,0,0);
}

.pushy-top{
    height: auto;
    width: 100%;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.pushy-top-open{
    top:0px;
    height: auto;
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-top-push{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.push-push{
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

/* Menu Transitions */

.pushy, #container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.overlay-pushy{
    display: none;
}

.overlay-pushy.overlay-active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:  999999999;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms; 
    -moz-animation: fade 500ms; 
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* Example Media Query */

@media screen and (max-width: 768px){
    .pushy{
        font-size: 1.0em;
    }
}




/**** pc ****/
@media only all and (min-width:1301px) {
.quick_st1{position:fixed; top: 500px; right: 20px; width: 50px; height: 50px; background-color: #333; border-radius: 100px; text-align:center;z-index:  99999999999999999999999999 }
.quick_st1 i{ color: #fff; font-size: 40px; line-height: 50px;  }


.quick_st2{position:  absolute; top: 500px; left: -70px; width: 50px; height: 50px; background-color: #333; border-radius: 100px; text-align:center ;z-index:  99999999999999999999999999 }
.quick_st2 i{ color: #fff; font-size: 40px; line-height: 50px ;}

}
/**** 테블릿 ****/
@media all and (max-width:1300px) and (min-width:769px) {
.quick_st1{position:  absolute; top: 0px; right: 10px; width: 30px; height: 30px; background-color: #333; border-radius: 100px; text-align:center  }
.quick_st1 i{ color: #fff; font-size: 20px; line-height: 30px; z-index: 9999}


.quick_st2{position:  absolute; top: 0px; right: 10px; width: 30px; height: 30px;  background-color: #333; border-radius: 100px; text-align:center  }
.quick_st2 i{ color: #fff;font-size: 20px; line-height: 30px; z-index: 999 }

}
/**** 모바일 ****/
@media only all and (max-width:768px) {
.quick_st1{position:  absolute; top: 500px; right: 20px; width: 50px; height: 50px; background-color: #333; border-radius: 100px; text-align:center  }
.quick_st1 i{ color: #fff; font-size: 40px; line-height: 50px; z-index: 999 }


.quick_st2{position:  absolute; top: 500px; left: -70px; width: 50px; height: 50px; background-color: #333; border-radius: 100px; text-align:center  }
.quick_st2 i{ color: #fff; font-size: 40px; line-height: 50px ; z-index: 9}

}
