#hd{
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
}

#logo{
    position: absolute;
    left: 21px;
    top: 7px;
    z-index: 1000;
}

#logo img{
    width:235px;
}

#btn-menu{
    width: 50px;
    height: 40px;
    border: 1px solid #b2a48f;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

#btn-menu>.wrapper{
    padding-top: 3px;
}

#btn-menu>.wrapper>div{
    height: 1px;
    background: #b2a48f;
}

#btn-menu>.wrapper>div.no2{
    margin: 5px 0px;
}

#btn-reserve{
    font-family: 'Nanum Myeongjo', serif;
    position: absolute;
    right: 80px;
    top: 20px;
    z-index: 1000;
}

#btn-reserve a{
    display: block;
    background: #b2a48f;
    color: #fff;
    padding: 10px 40px;
    height: 50px;
    line-height: 30px;
}

#btn-reserve a img{
    margin-left: 20px;
}

#gnb{
    font-family: 'DAON ULLEUNG_EUP';
}

#gnb a{
    color: #4c4c4c;
}

#btn-reserve{
    right: 85px;
    top: 20px;
}

#btn-reserve a{
    display: block;
    /* background: #b2a48f; */
	background: #e85959;
    color: #fff;
    padding: 10px 40px;
    height: auto;
    line-height: 1.5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
	font-family: 'Nanum Gothic', sans-serif;
}

#btn-reserve a:hover{
    color: #fff;
/*     background: #8a7b65; */
	background: #d83d3d;
    opacity: 1;
}

#hd-bg{
    position: absolute;
    left: 0;
    bottom: -60px;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    opacity: 0.95;
}

#hd-bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 100px;
    right: 0;
    background: #fff;
    height: 10000px;
}

#gnb{
    padding-left: 300px;
    padding-top: 20px;
    position: relative;
    text-align: center;
}

#gnb a{
    color: #525252;
    text-decoration: none;
}

#gnb a:hover{
    opacity: 1;
}

#gnb>ul{
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 40px;
}

#gnb>ul::before{
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 13px;
}

#gnb>ul>li{
    float: left;
    padding: 10px 5px;
    font-size: 25px;
    position: relative;
    word-break: keep-all;
    padding: 0 40px;
}

#gnb>ul>li>ul{
    position: absolute;
    padding: 0 10px;
    border-radius: 3px;
    font-family: 'Nanum Gothic', sans-serif;
    opacity: 0;
    background: rgba(255, 255, 255, 0.95);
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    min-width: 150px;
}

#gnb>ul>li>ul a{
    color: #000;
}

#gnb>ul>li>ul>li{
    font-size: 14px;
    margin: 10px 7px;
}

#gnb>ul>li:hover>ul{
    opacity: 1;
    top: 30px;
    transition: 1s ease;
    -webkit-transition: 1s ease;
}


@media (max-width: 1549px) {
    #hd-bg{
        position: absolute;
        z-index: 100;
        display: none;
    }

    #gnb:before{
        content: "";
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #1b1a1a;
        opacity: 0.95;
        position: fixed;
        z-index: -1;
        opacity: 0;
        transition: 1s ease;
        -webkit-transition: 1s ease;
        visibility: collapse;
    }

    #gnb>ul{
        position: fixed;
        right: -100%;
        top: 0px;
        z-index: 10;
        background: #fff;
        width: 50%;
        text-align: left;
        padding-bottom: 160px;
        bottom: 0;
        overflow: auto;
        padding: 40px 20px;
        padding-top: 100px;
        opacity: 0;
        transition: 1s ease;
        -webkit-transition: 1s ease;
        height: 100% !important;
    }

    #gnb>ul>li{
        width: 100%;
        font-size: 30px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #dedede;
    }

    #gnb>ul>li>a{
        display: block;
        margin-bottom: 10px;
    }

    #gnb>ul>li>ul>li{
        display: inline-block;
        font-size: 16px;
        margin-left: 10px;
        word-break: keep-all;
        width: 50%;
        float: left;
        padding: 3px;
        margin: 0;
    }

    #hd.on #gnb>ul{
        right: 0;
        opacity: 1;

    }

    #gnb>ul>li>ul{
        opacity: 1;
        width: 100%;
        display: inline-block;
        position: static;
        left: none;
        transform: none;
    }

    #hd.on #gnb:before{
        opacity: 0.85;
        visibility: visible;
    }

    #btn-menu{
        display: block;
		background: #b2a48f;
		transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		border:0;
		line-height:1;
		text-align: center;
		width:55px;
    }
	#btn-menu span{
		font-size: 12px;
		color:#fff;
		vertical-align: middle;
	}
	#btn-menu:hover{
		color: #fff;
		background: #8a7b65;
		opacity: 1;
}
}

@media (max-width: 768px) {
    #logo{
        left: 20px;
        top: 8px;
    }

    #logo img{
        width: 130px;
    }

    #btn-menu {
        width: 60px;
        height: 40px;
        right: 10px;
        top: 10px;
		background: #b2a48f;
		transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		border:0;
		line-height:1;
		text-align: center;
    }
	#btn-menu span{
		font-size: 12px;
		color:#fff;
		vertical-align: middle;
	}
	#btn-menu:hover{
		color: #fff;
		background: #8a7b65;
		opacity: 1;
}
    #btn-menu>.wrapper{
        padding-top: 3px;
    }

    #btn-reserve{
        top: 10px;
        right: 80px;
        width: 110px;
    }

    #btn-reserve a{
        padding: 5px 15px;
        height: 40px;
        line-height: 30px;
        font-size: 12px;
    }

    #btn-reserve a img{
        margin-left: 5px;
        width: 10px;
    }

    #gnb>ul{
        width: 80%;
    }

    #gnb>ul>li>ul{
        position: static;
        left: auto;
        transform: none;

    }

    #hd-bg{
        position: absolute;
        top: -65px;
    }

    #gnb>ul>li{
        font-size: 22px;
        padding: 0;
        padding-bottom: 20px;
    }

    #gnb>ul>li>ul>li{
        font-size: 14px;
        padding: 3px;
        margin: 0;
        word-break: keep-all;
        width: 50%;
        float: left;
    }
}
