
#skip_to_container{
    position: absolute;
    left: -9999px;
}

#hd{
    position: fixed;
    display: flex;
    z-index: 999;
    padding: 0 4.3%;
    justify-content: space-between;
    width: 100%;
    height: 95px;
    border-bottom: 1px solid #fff;
    padding-top: 35px;
}

.gnb_1dli.no1>a, .gnb_1dli.no2>a{
    pointer-events: none;
}

#hd::after{
    height: 0;
}

#hd.on::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #3c72a4;
    z-index: 999;
}



#hd.down{
    background-color: rgba(255, 255, 255, 0.3);
}

#btn-menu{
    width: 20px;
    height: 20px;
    position: relative;
    background-color: transparent;
    border: unset;
    position: relative;
    z-index: 900;
}
#btn-menu .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

#btn-menu .line.no1{
    top: 30%;
}
#btn-menu .line.no2{
    top: 70%;
}

#gnb{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-height: 0;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    z-index: 100;
    overflow: hidden;
    transition: all 0.5s linear;
}

#hd.on #gnb{
    max-height: 350px;
    overflow: unset;
}

#logo{
    width: 140px;
    position: relative;
    z-index: 999;
}

#logo img{
    width: 100%;
}

.logo_b{
    display: none;
}

#gnb_1dul{
    display: flex;
    padding-top: 35px;
    padding-right: 200px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s linear;
}

#hd.on #gnb_1dul{
    max-height: 100%;
    padding-bottom: 50px;
}

.gnb_1dli{
    font-size: 20px;
}

.gnb_1dli>a{
    padding: 0 50px;
    color: #3c72a4;
    font-size: 1rem;
}

.gnb_2dul{
    text-align: center;
    padding-top: 60px;
}

.gnb_2dli>a{
    color: #3c72a4;
    line-height: 1.9;
    font-size: calc(0.75rem + 0.1042vw);
}

.gnb-reser-btn{
    position: relative;
    z-index: 999;
}
.gnb-reser-btn svg{
    color: #fff;
}

#hd.on #btn-menu .line{
    background-color: #3c72a4;
}

#hd.on .gnb-reser-btn svg{
    color: #3c72a4;
}

#hd.on #logo .logo_b{
    display: block;
}
#hd.on #logo .logo_w{
    display: none;
}

/* ROOMS GNB */

.room #hd{
    border-bottom: 1px solid #3c72a4;
}

.room #btn-menu .line{
    background-color: #3c72a4;
}
.room .gnb-reser-btn svg{
    color: #3c72a4;
}

.room #logo .logo_w{
    display: none;
}
.room #logo .logo_b{
    display: block;
}

/* RESER GNB */
.reser #hd{
    border-bottom: 1px solid #3c72a4;
}

.reser #btn-menu .line{
    background-color: #3c72a4;
}
.reser .gnb-reser-btn svg{
    color: #3c72a4;
}

.reser #logo .logo_w{
    display: none;
}
.reser #logo .logo_b{
    display: block;
}

@media(max-width: 1600px){
    #gnb_1dul{
        padding-right: 100px;
    }
}

@media(max-width:1366px) {

    #hd.on #gnb{
        height: 100vh;
        max-height: unset;
    }

    #gnb_1dul{
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-right: unset;
        padding-top: 100px;
    }

    .gnb_1dli{
        margin-top: 30px;
    }

    .gnb_2dul{
        padding-top: 10px;
    }

    .gnb_1dli.no0 .gnb_2dul{
        display: none;
    }

    .gnb_2dli{
        line-height: 1;
    }

    .gnb_2dli>a{
        line-height: 1.2;
    }


}



@media(max-width: 1024px) {
	
}

@media(max-width: 769px) {
	
}

@media(max-width: 560px) {
    #logo{
        width: 90px;
    }

}
