.hidden{
    height:100%; min-height:100%; overflow:hidden !important; touch-action:none;
}
#hd{
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    z-index: 1000;
}
#gnb{
    width: 100%;
    display: flex;
    justify-content: center;
}
#gnb_1dul{
    display: flex;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 10px;
    width: 100%;
    justify-content: center;
}
.gnb_1dli>a{
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.gnb_1dli{
    position: relative;
}
.gnb_1dli.no3 .gnb_2dul{
    display: none;
}
.gnb_2dul{
    visibility: hidden;
    height: 0;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: 100%;
}
.gnb_2dli{
    padding: 5px 0;
    color: #fff;
    background-color: rgba(124, 117, 111, 0.6);
}
#logo{
    max-width: 100px;
    padding: 40px 0 15px;
    position: relative;
    z-index: 99;
    transition: all 0.5s linear;
}

#hd.down #logo{
    padding: 15px 0 15px;
}

#logo img{
    width: 100%;
}
.logo_b{
    display: none;
}
#hd.down .logo_w{
    display: none;
}
#hd.down .logo_b{
    display: block;
}
.icon{
    width: 20px;
    height: 20px;
    position: fixed;
}
.icon svg{
    width: 100%;
    height: 100%;
    color: #fff;
}
.insta{
    left: 40px;
    top: 50px;
}
.reserve-btn{
    right: 40px;
    top: 50px;
}
#hd.down{
    background-color: #fff;
}
/* #hd.down #gnb{
    background-color: #eee;
} */
#hd.down #gnb #gnb_1dul{
    background-color: #9d988a;
}
#btn-menu{
    position: fixed;
    left: 30px;
    top: 52px;
    width: 20px;
    height: 15px;
    z-index: 50;
    display: none;
}
#btn-menu .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
#btn-menu .line.no2{
    top: 50%;
    transform: translateY(-50%);
}
#btn-menu .line.no3{
    top: 100%;
    transform: translateY(-50%);
}

#hd.down .icon svg{
    color: #7c756f;
}


/* reser GNB */

.reservation .logo_w{
    display: none;
}
.reservation .logo_b{
    display: block
}

.reservation #hd #gnb #gnb_1dul{
    background-color: #9d988a;
}
.reservation #hd .icon svg{
    color: #7c756f;
}



@media (hover: hover){
    .gnb_1dli:hover .gnb_2dul{
        visibility: visible;
        height: 100%;
    }
    .gnb_2dul .gnb_2dli:hover{
        background: #7c756f;
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    #logo{
        width: 80px;
        padding: 15px 0;
    }
    #logo img{
        width: 100%;
    }
    .resersection1{
        padding-top: 70px;
    }
    #btn-menu{
        display: block;
    }
    .reservation #btn-menu .line{
        background-color: #7c756f;
    }
    .reservation #hd #gnb #gnb_1dul{
        background-color: unset;
    }
    #gnb{
        position: fixed;
        left: 0;
        top: 0;
        width: 70%;
        height: 100vh;
        padding: 25% 5%;
        background: rgba(124, 117, 111, 0.6);
        transform: translateX(-100%);
        transition: all 0.3s linear;
    }
    #hd.on #gnb{
        transform: translateX(0);
        transition: all 0.7s linear;
    }
    #hd #gnb.on{
        transform: translateX(0);
        transition: all 0.5s linear;
    }
    #gnb_1dul{
        flex-direction: column;
        justify-content: unset;
        text-align: unset;
        padding: 0;
    }
    .gnb_1dli>a{
        display: block;
        padding: 12px 5px;
        font-size: 16px;
    }
    .gnb_2dul{
        visibility: visible;
        position: unset;
        height: unset;
        transform: unset;
        padding-left: 10px;
    }
    .gnb_2dli{
        color: #fff;
        background-color: unset;
    }
    #hd.down #gnb #gnb_1dul{
        background-color: unset;
    }
    #hd.down .icon svg{
        color: #000;
    }
    #hd.down #btn-menu .line{
        background-color: #000;
    }

    .insta{
        left: 75px;
        
    }

    .icon svg{
        color: #fff;
    }
}