/*
Theme Name:     generatepress-child
Template:       generatepress
*/

/*common*/


/*~TABLET*/
@media (max-width:1023px){
    .menu-toggle:after{
        content:"";
        background-image:url("");
        background-repeat:no-repeat;
        background-size:contain;
        width:px;
        height:px;
        display:inline-block;
        margin:px px px px;
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        }/*네비게이션 로고 이미지*/
}

/*MOBILE only*/
@media (max-width:768px){
    
}

/*DESKTOP*/
@media (min-width:1024px){

}


