<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hd{
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
    height: 0;
}

#logo{
    position: absolute;
    left: 50px;
    top: 25px;
    z-index: 1000;
}
#logo img{
	width:200px;
}
#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&gt;.wrapper{
    padding-top: 9px;
}

#btn-menu&gt;.wrapper&gt;div{
    height: 1px;
    background: #b2a48f;
}

#btn-menu&gt;.wrapper&gt;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;
}





/* �� 湲곌린�� (�� �곗뒪�ы깙, 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&gt;ul{
        display: inline-block;
        position: relative;
        width: 100%;
        padding-left: 40px;
    }

    #gnb&gt;ul::before{
        content: "";
        display: block;
        width: 2px;
        height: 20px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 13px;
    }

    #gnb&gt;ul&gt;li{
        float: left;
        padding: 10px 30px;
        font-size: 19px;
        position: relative;
    }

    #gnb&gt;ul&gt;li&gt;a{
        text-shadow: 1px 1px 8px #000;
    }

    #gnb&gt;ul&gt;li&gt;ul{
        background: rgba(255, 255, 255, 0.85);
        display: none;
        position: absolute;
        top: 40px;
        padding: 0 10px;
        border-radius: 3px;
        left: 50%;
        transform: translateX(-50%);
        min-width: 150px;
    }

    #gnb&gt;ul&gt;li&gt;ul a{
        color: #000;
    }

    #gnb&gt;ul&gt;li&gt;ul&gt;li{
        font-size: 15px;
        margin: 10px 7px;
        position: relative;
        /* float: left; */
    }

    #gnb&gt;ul&gt;li:hover&gt;ul{
        display: block;
    }

    #gnb&gt;ul&gt;li&gt;ul&gt;li&gt;ul{
        display: block;
        position: absolute;
        right: -167px;
        top: 0;
        width: 150px;
        background: rgba(255, 255, 255, 0.8);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        opacity: 0;
        visibility: collapse;
    }

    #gnb&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li{
        padding: 5px;
    }

    #gnb&gt;ul&gt;li&gt;ul&gt;li:hover&gt;ul{
        opacity: 1;
        visibility: visible;
    }

}


@media (max-width: 1549px) {
	#logo{
		left: 25px;
		top: 15px;
	}
	#logo img{
		width:150px;
	}
    #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&gt;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&gt;ul&gt;li{
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #dedede;
    }

    #gnb&gt;ul&gt;li&gt;a{
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
    }

    #gnb&gt;ul&gt;li&gt;ul&gt;li{
        display: inline-block;
        font-size: 16px;
        margin-left: 10px;
        word-break: keep-all;
    }

    #hd.on #gnb&gt;ul{
        right: 0;
        opacity: 1;
    }

    #hd.on #gnb:before{
        opacity: 0.85;
        visibility: visible;
    }

    #gnb&gt;ul&gt;li&gt;ul&gt;li&gt;ul{
        display: none;
    }


}

@media (max-width: 768px) {
    #logo{
        left: 15px;
        top: 10px;
    }

    #logo img{
        width: 110px;
    }

    #btn-menu {
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }

    #btn-menu&gt;.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&gt;ul{
        width: 80%;
    }

    #hd-bg{
        position: absolute;
        top: -65px;
    }

    #gnb&gt;ul&gt;li{
        font-size: 16px;
    }

    #gnb&gt;ul&gt;li&gt;ul&gt;li{
        font-size: 14px;
        mar
    }

}

@media (max-width: 520px) {

}
</pre></body></html>