.navbar{position:relative;min-height:70px;}
.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}
.navbar-custom {
    top: 0;
    text-transform: uppercase;
    background-color: #ffffff;
    position: fixed;
}
.nreserNS{position: absolute; right: 30px; font-size: 14px; z-index: 901; list-style:none;}
.nreserNS li{float: left;}
.nreserNS li:first-child{padding-top: 7px; padding-right: 7px;}
.nreserNS li i{font-size: 28px;}

.NSlogo1{position: absolute; left: 50%; margin-left:-55px; }
.NSlogo2{position: absolute; left: 20px; top:17px;  z-index: 901;}
@media screen and (max-width: 1024px) {
    .NSlogo1{display: none !important;}
    .NSlogo2{display: block !important;}
    .nreserNS{display: block !important; color: #292929 !important; margin-top: 21px !important; margin-right: 40px;}
}

@media(min-width:1025px) {
    .navbar-custom {
        padding: 45px 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse{
        padding: 0;
        background: #ffffff;
    }
}

/* nav-core */
.nav-lock-scroll {
    overflow: hidden;
}

.nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav ul {
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
    display: block;
    position: relative;
}

@media only screen and (min-width: 1025px) {
    .nav {
        display: block;
        position: relative;
        bottom: auto;
        overflow: visible;
    }
    .nav li {
        position: relative;
        white-space: nowrap;
    }
    .nav > ul > li {
        display: inline-block;
    }
    .nav ul {
        display: block;
    }
    .nav ul ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0px;
        z-index: 901;
    }
    .nav ul ul ul {
        top: 5px;
        left: 95%;
        z-index: 902;
    }

    .nav ul ul ul ul {
        z-index: 903;
    }

    .nav ul ul ul ul ul {
        z-index: 904;
    }

    .nav ul ul li.nav-left > ul {
        left: auto;
        right: 95%;
    }

    .nav-no-js .nav li:hover > ul {
        display: block;
    }

}

@media only screen and (max-width: 1024px) {

    .nav-no-js .nav-button:hover + .nav,
    .nav-no-js .nav:hover,
    .nav-no-js .nav-button:hover + .nav + .nav-close,
    .nav-no-js .nav:hover + .nav-close {
        display: block;
    }

}


/* nav-layout */
.nav-button,
.nav-close {
    position: fixed;
    top: 0;
    text-align: center;
    width: 60px;
    height: 4.4rem;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    line-height: 4.4rem;
    background: #292929;
    color: #ffffff;
    font-size: 18px !important;
}

.nav-button:before,
.nav-close:before {
    display: block;
    text-align: center;
}

.nav-button {
    display: block;
    right: 0;
    font-size: 1.7rem;
}

/*.nav-button:before {*/
    /*content: "\E003";*/
/*}*/

.nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem;
}

/*.nav-close:before {*/
    /*content: "\E002";*/
/*}*/
.nav {
    margin-top: 70px;
    line-height: 60px;
    background: transparent;
}

.nav ul {
    text-align: center;
}
.nav > ul > li{display: inline-block;}
.nav ul ul {
    padding: 5px 0;
    background: rgba(0,0,0,0.6);
    box-shadow: none !important;
}
.nav ul ul li{
    line-height: 25px !important;
}
.nav > ul > li > ul > li > a{
    font-size: 13px;
    color: #d0d0d0 !important;
    text-shadow: none;
}
.nav > ul > li > ul > li > a:hover{
    font-size: 13px;
    color: #ffffff !important;
}

.nav ul ul ul {
    background: #382f29;
}

.nav ul ul ul ul {
    background: #40362f;
}

.nav ul ul ul ul ul {
    background: #493e36;
}

.nav li {
    cursor: pointer;
}

.nav li:hover > a,
.nav li.nav-active > a {
}

.nav .nav-submenu > ul {
    /*margin-left: 10px;*/
}

.nav .nav-submenu > li > a {

}

.nav > ul > li > a,
.nav > ul > li > a:hover,
.nav > ul > li > a:active,
.nav > ul > li > a:visited {
    font-size: 16px;
    padding: 0 35px 1px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.navtm{color: #292929 !important; text-shadow: none !important;}

.nav .nav-submenu > a:after {
    /*position: absolute;*/
    /*display: block;*/
    /*right: 50px;*/
    /*top: 1px;*/
    /*content: "\E005";*/
}
.nav-submenu:hover > ul {
    display: block;
}


@media only screen and (min-width: 1025px) {

    .nav-button {
        display: none;
    }

    .nav {
        padding: 0 !important;
    }

    .nav > ul > li {
        border-top: none;
    }

    .nav li > ul {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }

    .nav ul ul ul {
        border-radius: 0 6px 6px 6px;
    }

    .nav ul ul ul li:first-child {
        border-top: none;
    }

    .nav .nav-left > ul {
        border-radius: 6px 0 6px 6px;
    }

    .nav .nav-submenu li {
        min-width: 110px;
    }

    .nav .nav-submenu > ul {
        margin: 0;
    }

    .nav > ul > .nav-submenu > a:after {
        /*content: "\E005";*/
    }

    .nav .nav-submenu > a:after {
        /*content: "\E006";*/
    }
}
@media screen and (max-width: 1024px) {
    .nav > ul{width: 100%; background: #ffffff;}
    .nav > ul >  li{width:90%; margin:0 auto; display: block !important; background: #ffffff !important; line-height: 50px !important; border-bottom: #ebebeb 1px solid;}
    .nav > ul >  li > a{color: #292929 !important;  text-shadow: none !important; font-size: 14px !important;}
    .nav > ul >  li > a:hover{text-decoration: none !important; font-size: 14px !important}
    .nav ul ul {background: #eeeeee !important;}
    .nav > ul > li > ul > li > a{color: #292929 !important;}
    .nav > ul > li > ul > li > a:hover{color: #292929 !important; text-decoration: underline;}
}





#btn_resv {display:flex;align-items:center;justify-content:center;gap:5px;background:none;color:#fff;border:1px solid #fff;height:30px;padding:0 10px;border-radius:15px;}
#btn_resv span {font-size:1.333em;line-height:1em;}
@media screen and (max-width: 991px){
	#btn_resv {color:#95ac8f;;border-color:#95ac8f;}
}


@media screen and (min-width: 992px){
	#gnb_menu_btn {display:none;}
	#hd_btn {position:absolute;bottom:15px;right:5%;z-index:5;}
	#hd.sticky #hd_btn {position:static;display:grid;align-content:center;}
	#hd.sticky #btn_resv {color:#95ac8f;border-color:#95ac8f;}

	@media screen and (max-width: 1440px){
		#hd_btn {right:3.5%;}
	}
	@media screen and (max-width: 1280px){
		#hd_btn {right:2%}
	}
}

@media screen and (max-width: 991px){
	#gnb_menu_btn {display:flex;align-items:center;justify-content:center;color:#95ac8f;;background:none;border:0;font-size:2em;width:40px;height:40px;}
	#hd_btn {display:flex;gap:30px;align-items:center;}
	#btn_resv {color:#95ac8f;;border-color:#95ac8f;}
	@media screen and (max-width: 575px){
		#hd_btn {gap:10px;}
	}
	@media screen and (max-width: 480px){
	}
}