.call{
	position:fixed;
	bottom:40px;
	right:15px;
	z-index:1000;
	display:none;
	opacity: 0.7;

}
.call img{width:50px;}
.logo {
    /*margin-top: 40px;*/
	position: fixed;
    left: 70px;
	top:57px;
	z-index: 300;
	
}
.logo img {
	float:left
}
.logo .logo-txt{
	float:left;
	color:#fff;
	padding:4px 0 0 10px;
	font-family:nanumsquare_acregular, sans-serif;
	text-shadow:1px 1px rgba(0,0,0,.3);
}
.logo h6 {
	text-align:left;
	font-size:12px;
	line-height:90%;
}
.logo h5 {
	text-align:left;
	font-size:25px;
}
.reserve-button {
    /*margin-top: 40px;*/
	position: fixed;
    right: 145px;
	top:80px;
    z-index: 900;
}
.call-button {
    /*margin-top: 40px;*/
	position: fixed;
    right: 115px;
    top: 25px;
    z-index: 900;
	display:none;
}
.reserve-button a img,
.call-button a img{
	width:27px;
	height:27px;
}

.reserve-button2 {
    /*margin-top: 40px;*/
    display: none;
	position: fixed;
    right: 145px;
	top:80px;
    z-index: 900;
}
.reserve-button2 a img {
	width:27px;
	height:27px;
}


/*.mask{
    position:absolute;
    top: 0px;
    left:0px;
    height: 100vh;
    width:100%;
    background: #333;
    opacity:0.8;
    z-index: -100;
}*/
.show{
    z-index: 200;
}
.brand{
    text-decoration: none;
    color: #000;
    display: block;
    width: 140px;
    margin: 20px auto 0 auto;
    font-family:sans-serif;
    transition: color 0.2s ease-in-out;
}
.brand:hover{
    color: #ccc;
}
/*.navbar--items{*/
/*    list-style-type: none;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/*.navbar--item{*/
/*    margin: 20px;*/
/*    letter-spacing: 1px;*/
/*    color: 000;*/
/*    font-family:sans-serif;*/
/*    text-transform: uppercase;*/
/*}*/

.hamburger-menu {
    z-index: 999;
    position: fixed;
    top: 80px;
    right: 80px;
    margin: auto;
    width: 35px;
    height: 21px;
    cursor: pointer;
}
.hamburger {
    position: relative;
    transform: translateY(10px);
    background: #000;
    /*transition: all 0ms 300ms;*/
    /*transition: all 0.3s;*/
}
.hamburger,
.hamburger:after,
.hamburger:before {
    width: 35px;
    height: 3px;
}
.hamburger:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #000;
    transition: bottom 0.3s ease-in-out;
}
.hamburger:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #000;
    transition: top 0.3s ease-in-out;
}

.hamburger.menu-opened {
    width: 0;
}
.hamburger.menu-opened:before {
    width: 29px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
}
.hamburger.menu-opened:after {
    width: 29px;
    top: 0px;
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
}

/* nav */
.sliding-navbar{
    position: fixed;
    top:0;
    right:-660px;
    height: 100vh;
    width: 660px;
    background: #fff;
    transition: right 0.8s ease-in-out;
    z-index: 300;
}
.sliding-navbar--open{
    right: 0px;
}
.nav-container {
    font-family: 'Noto Sans KR', sans-serif;
    display: flex;
    flex-direction: column;
    padding-top: 185px;
    padding-left: 180px;
}

.nav-depth-1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 200;
    color: #000;
    margin-bottom: 35px;
    width: 270px;
}

.nav-depth-1.active {
    padding-bottom: 23px;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}

.nav-depth-2 {
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

.nav-depth-2.active {
    margin-bottom: 36px;
}

#prologue-menu.active {
    height: 66px;
}

#rooms-menu.active {
    height: 198px;
}

#width-dog-menu.active {
    height: 33px;
}

#reservation-menu.active {
    height: 66px;
}

#special-menu.active {
    height: 220px;
}

#travel-menu.active {
    height: 198px;
}

.nav-depth-2 a {
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    color: #959595;
    margin-bottom: 18px;
}

.nav-depth-2 a:hover {
    color: #000;
}

.nav-depth-3 {
    display: flex;
}

.nav-depth-3 div {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}

.nav-depth-3 div:first-child {
    width: 70px;
    margin-right: 120px;
}

.nav-icon-wrap {
    display: flex;
}

.nav-icon-wrap a {
    margin-right: 30px;
}

.nav-tel {
    display: none;
}
/* //nav */
@media (max-width: 768px) {
	.logo {
    left: 80px;
	
	}
	.call{display:block;}
}
/* nav mobile */
@media (max-width: 780px) {
    .nav-tel {
        display: block;
    }

    .sliding-navbar {
        width: 80%;
    }

    .nav-container {
        padding-top: 85px;
        padding-left: 17%;
    }

    .nav-depth-1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
        width: 190px;
    }

    .nav-depth-2.active {
        margin-bottom: 12px;
    }

    .nav-depth-2 a {
        font-size: 14px;
        line-height: 14px;
    }

    .nav-depth-3 div:first-child {
        width: 65px;
        margin-right: 61px;
    }

    .insta-icon {
        width: 17px;
    }

    .tel-icon {
        width: 17px;
    }
}
/* //nav mobile */

/* useless shit */
*{
    margin:0;
    padding:0;
}
/*.main-content{
    height:100vh;
    min-width:100%;
    background: linear-gradient(45deg, #FEAC5E,#C779D0,#4BC0C8 );
}*/
.desc{
    color: white;
    font-family:sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
        position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

 @media (max-width: 576px) {
 .logo {
    margin-top: 17px;
	
    left: 27px;
	top:0;
	z-index: 300;
}
.logo img {

}

.logo .logo-txt{
	padding:4px 0 0 5px;
	color:#000;
	text-shadow:none;
}
.logo h6 {
	font-size:10px;

}
.logo h5 {
	font-size:20px;
	line-height:140%;
}
.hamburger-menu {
    top: 7px;
    right: 7px;
    padding: 20px 20px 20px 0;
    box-sizing: content-box;
}
.reserve-button {
    right: 75px;
	top:25px;
}
.reserve-button2 {
    right: 75px;
	top:25px;
}
.call-button {
	display:block;
}
/*.hamburger,
.hamburger:after,
.hamburger:before {
    width: 40px;
    height: 4px;
}*/
 }

@media (max-width: 576px) {
    #overlay {
        position: fixed;
        display: block;
        visibility: hidden;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        transition: opacity 2s;
        opacity: 0;
    }

    #m-menu-bg {
        display: block;
        width: 100%;
        height: 65px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
    }
}
