#hd{
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
    height: 0;
}

#logo{
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1000;
}

#btn-menu{
    width: 50px;
    height: 50px;
    border: 1px solid #b2a48f;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1000;
}

#btn-menu>.wrapper{
    padding-top: 9px;
}

#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: 'Nanum Myeongjo', serif;
    /* font-family: 'Hi Melody', cursive; */
}

#gnb a{
    color: #4c4c4c;
}

#btn-menu{
    display: none;
}

#btn-reserve{
    right: 45px;
    top: 45px;
}

#btn-reserve a{
    display: block;
    background: #b2a48f;
    color: #fff;
    padding: 10px 40px;
    height: auto;
    line-height: 1.5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#btn-reserve a:hover{
    color: #fff;
    background: #1b1717;
    opacity: 1;
}

#hd-bg{
    position: absolute;
    left: 0;
    bottom: -70px;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    display: none;
}

#hd-bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 100px;
    right: 0;
    background: #fff;
    height: 10000px;
}

#gnb{
    padding-left: 337px;
    padding-top: 40px;
    position: relative;
    text-align: center;
    height: 70px;
    transition: 1s ease;
    -webkit-transition: 1s ease;
}

#gnb a{
    color: #fff;
}

#gnb a:hover{
    text-decoration: underline;
    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 30px;
    font-size: 18px;
    font-weight: bold;
}

#gnb>ul>li>a{
    text-shadow: 1px 1px 4px #000;
}

#gnb>ul>li>ul{
    background: rgba(255, 255, 255, 0.85);
    display: none;
    position: absolute;
    top: 40px;
    padding: 0 10px;
    border-radius: 3px;
}

#gnb>ul>li>ul a{
    color: #000;
}

#gnb>ul>li>ul>li{
    font-size: 14px;
    margin: 10px 7px;
    float: left;
}

#gnb>ul>li:hover>ul{
    display: block;
}




/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (min-width: 1500px) {
    #btn-menu{
        display: none;
    }

    #btn-reserve{
        right: 45px;
        top: 45px;
    }

    #btn-reserve a{
        display: block;
        background: #b2a48f;
        color: #fff;
        padding: 10px 40px;
        height: auto;
        line-height: 1.5;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }

    #btn-reserve a:hover{
        color: #fff;
        background: #1b1717;
        opacity: 1;
    }

    #hd-bg{
        position: absolute;
        left: 0;
        bottom: -70px;
        right: 0;
        z-index: -1;
        transition: 0.5s;
        display: none;
    }

    #hd-bg:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 100px;
        right: 0;
        background: #fff;
        height: 10000px;
    }

    #gnb{
        padding-left: 337px;
        padding-top: 40px;
        position: relative;
        text-align: center;
        height: 70px;
        transition: 1s ease;
        -webkit-transition: 1s ease;
    }

    #gnb a{
        color: #fff;
    }

    #gnb a:hover{
        text-decoration: underline;
        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 30px;
        font-size: 18px;
        font-weight: bold;
    }

    #gnb>ul>li>a{
        text-shadow: 1px 1px 4px #000;
    }

    #gnb>ul>li>ul{
        background: rgba(255, 255, 255, 0.85);
        display: none;
        position: absolute;
        top: 40px;
        padding: 0 10px;
        border-radius: 3px;
    }

    #gnb>ul>li>ul a{
        color: #000;
    }

	#gnb .gnb_2dli0201 a,
	#gnb .gnb_2dli0204 a,
	#gnb .gnb_2dli0205 a,
	#gnb .gnb_2dli0206 a {
		color:#f00;
	}

    #gnb>ul>li>ul>li{
        font-size: 14px;
        margin: 10px 7px;
        float: left;
    }

    #gnb>ul>li:hover>ul{
        display: block;
    }

}

@media (max-width: 1549px){
    #logo{
        position: static;
        text-align: center;
        margin-top: 10px;
    }

    #logo img{
        width: 200px;
    }

    #gnb {
        padding-left: 0px;
        padding-top: 10px;
        height: 70px;
    }

    #gnb>ul{
        padding-left: 0;
        width: auto;
    }

    #gnb>ul:before{
        display: none;
    }

    #gnb>ul>li{
        padding: 10px 25px;
        font-size: 16px;
    }
}

@media (max-width: 768px){
    #logo{
        margin-top: 5px;
    }

    #logo img{
        width: 100px;
    }

    #gnb{
        padding-top: 5px;
    }

    #gnb>ul{
        /* width: 100%; */
    }

    #gnb>ul>li{
        /* width: 14.2857%; */
        padding: 5px 5px;
        font-size: 10px;
        letter-spacing: -1px;
        white-space: nowrap;
        position: relative;
    }

    #gnb>ul>li>ul{
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }

    #gnb>ul>li>ul>li{
        float: none;
        font-size: 13px;

    }
	#gnb .gnb_2dli0201 a,
	#gnb .gnb_2dli0204 a,
	#gnb .gnb_2dli0205 a,
	#gnb .gnb_2dli0206 a {
		color:#f00;
	}

    /* #gnb>ul>li>ul{
        display: none;
    } */

    /* #gnb>ul>li:hover>ul{
        display: none;
    } */
}

/* @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;
        padding-top: 100px;
        opacity: 0;
        transition: 1s ease;
        -webkit-transition: 1s ease;
    }

    #gnb>ul>li{
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #dedede;
    }

    #gnb>ul>li>a{
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
    }

    #gnb>ul>li>ul>li{
        display: inline-block;
        font-size: 16px;
        margin-left: 10px;
        word-break: keep-all;
    }

    #hd.on #gnb>ul{
        right: 0;
        opacity: 1;
    }

    #hd.on #gnb:before{
        opacity: 0.85;
        visibility: visible;
    }


}

@media (max-width: 768px) {
    #logo{
        left: 20px;
        top: 8px;
    }

    #logo img{
        width: 130px;
    }

    #btn-menu {
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }

    #btn-menu>.wrapper{
        padding-top: 3px;
    }

    #btn-reserve{
        top: 10px;
        right: 60px;
    }

    #btn-reserve a{
        padding: 5px 20px;
        height: 40px;
        line-height: 30px;
        font-size: 12px;
    }

    #btn-reserve a img{
        margin-left: 10px;
        width: 10px;
    }

    #gnb>ul{
        width: 80%;
    }

    #hd-bg{
        position: absolute;
        top: -65px;
    }

    #gnb>ul>li{
        font-size: 16px;
    }

    #gnb>ul>li>ul>li{
        font-size: 14px;
        mar
    }

}

@media (max-width: 520px) {

} */
