/* LOGO, MENUBTN Z-INDEX 100 */


#hd{

}
#logo{
    position: fixed;
    left: 75px;
    top: 70px;
    width: 200px;
    transform: translateY(-50%);
    z-index: 9999;
}
#logo img{
    -webkit-filter: brightness(0) invert(1); 
    filter: brightness(0) invert(1);
}
.first_gnb_wrapper{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 100;
    justify-content: flex-end;
    padding: 0 290px;
    height: 125px;
}

.down .first_gnb_wrapper{
	/* background-color: #beb9b5; */
	background-color: #beb9b5;
	/* box-shadow: 1px 1px rgba(0, 0, 0, 0.2); */
}
.down .first_gnb_wrapper .first_gnb_1dli{
	/* color: #000; */
}

.down .first_gnb_wrapper .first_gnb_2dul{
	color: #fff;
}
#first_gnb_1dul{
    display: flex;
    font-size: var(--font-tablet1);
    padding-top: 20px;
}
.first_gnb_1dli{
    position: relative;
    font-size: 1.8rem;
    padding: var(--gap-2x);
    color: #fff;
	margin-right: 90px; /*수정 치수*/ 
}
.first_gnb_1dli>a{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 50%;
}
.first_gnb_1dli>a>span{
    display: block;
    transition: all 0.2s linear;
}
.first_gnb_1dli a span:last-child{
}

/* .nav_bg{
    width: 32%;
    height: 70%;
    background-color: #beb9b5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.first_gnb_2dul{
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    /* padding: 30px 0; */
	padding: 30px 0 78px;
    background-color: #beb9b5;
    visibility: hidden;
    font-size: 1.6rem;
	/*수정치수*/
	width: 170%;
}
.no0 .first_gnb_2dul::after{
    content: "";
    background-color: #c5c7c9;
    width: 1px;
    height: 77%;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}
.no1 .first_gnb_2dul::after{
    content: "";
    background-color: #c5c7c9;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 66%;
    transform: translate(-50%, -50%);
}

.no2 .first_gnb_2dul::after{
    content: "";
    background-color: #c5c7c9;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 96%;
    transform: translate(-50%, -50%);
}

.no2 .first_gnb_2dul{
	/* 수정 치수*/
	padding-bottom: 2px;
}

.first_gnb_2dli{
    padding: 10px 20px;
}
.first_gnb_1dli.no2 .first_gnb_2dul{
    width: 227%;
    /* width: 280%; */
    display: flex;
    flex-wrap: wrap;
    left: -50%;
}
.first_gnb_1dli.no2 .first_gnb_2dli{
    width: calc(100%/2);
    padding: 9px 20px;
}
.first_gnb_1dli.no3 .first_gnb_2dul{
    /* width: 150% */;
	/*수정 치수*/
	width:105%
}
.social{
    text-align: center;
}
#btn-menu{
    width: 75px;
    height: 20px;
    position: fixed;
    right: 62px;
    top: 65px;
    transform: translate(0, -50%);
    z-index: 150;
    cursor: pointer;
}
#btn-menu .wrapper{
    width: 100%;
}
#btn-menu .line{
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background-color: var(--color-white);
    transition: all 0.5s ease;
}
#btn-menu.on .line{
    background-color: #999999;
}
#btn-menu.on .line.no1{
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
}
#btn-menu.on .line.no2{
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);
}
#btn-menu .line.no2{
    top: 100%;
    transform: translateY(-50%);
}
@media (hover : hover){
    #first_gnb_1dul:hover .first_gnb_2dul{
        top: 70px;
        visibility: visible;
        transition: all 0.5s linear;
        height: 192%;
    }
    .first_gnb_1dli:hover>a>span:first-child{
        transform: translateY(-100%);
    }
    .first_gnb_1dli:hover>a>span:last-child{
        transform: translateY(-100%);
    }  
}

/* MENU2 */
#gnb{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    opacity: 0;
    transition: all 1s ease;
    z-index: -1;
}
.depth-wrapper{   
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
#gnb_1dul{
    display: flex;
    font-size: var(--font-tablet1);
   
}
#gnb_1dul .gnb_1dli{
    width: calc(100%/4);
    color: var(--color-dark);
    padding: 0 var(--gap-2x);
    height: 100vh;
}

.gnb_1dli{
    position: relative;
    color: var(--color-white);
}
#gnb_1dul .gnb_1dli.no0{
    background-image: url(../../../img/menuimage/about.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid #fff;
}
#gnb_1dul .gnb_1dli a span{
    display:block;
    text-align: center;
}
#gnb_1dul .gnb_1dli a span:last-child{
    font-size: 1.5rem;
}
#gnb_1dul .gnb_1dli .gnb_2dul{
    display: none;
}
#gnb_1dul .gnb_1dli>a{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: var(--color-white);
}
#gnb_1dul .gnb_1dli.no1{
    background-image: url(../../../img/menuimage/room.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid #fff;
}
#gnb_1dul .gnb_1dli.no2{
    background-image: url(../../../img/menuimage/special2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid #fff;
}
#gnb_1dul .gnb_1dli.no3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#gnb_1dul .gnb_1dli.no3>a{
    position: unset;
    transform: unset;
    font-size: 3.5rem;
    /* margin-bottom: 40px; */
    color: var(--color-dark);
}
#gnb_1dul .gnb_1dli.no3 .gnb_2dul{
    /* display: block; */
    width: 60%;
    font-size: 1.8rem;
    /* display: none; */
}
#gnb_1dul .gnb_1dli.no3 .gnb_2dul .gnb_2dli{
    padding: 30px 0;
    text-align: center;
    /* border: 0.5px solid #ededed; */
    width: 100%;
    margin-bottom: 10px;
}
#gnb_1dul .gnb_1dli.no3 .gnb_2dul .gnb_2dli a{
    display: block;
    height: 100%;
}
.social{
    position: absolute;
    right: 8%;
    bottom: 170px;
    z-index: 9999;
}
.social a{

    margin: 0 10px;
}
.social a svg{
    width: 15px;
    height: 15px;
}
.gnb_close_btn{
    position: absolute;
    right: 0;
    top: 0;
}
.gnb_close_btn line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
/* MENU ANIMATION */
#gnb.on{
    height: 100%;
    opacity: 1;
    z-index: 110;
}

.pc-social{
    position: fixed;
    right: 160px;
    top: 55px;
}
.pc-social svg{
    width: 15px;
    height: 15px;
    color: #fff;
}
.pc-social a{
    display: inline-block;
    margin: 0 8px;
}

/* ROOMPRE GNB */
.room30 .first_gnb_1dli{
    color: #404040;
}
.room30 .first_gnb_1dli .first_gnb_2dli{
    color: #fff;
}
.room30 .pc-social svg{
    color: #404040;
}
.room30 #btn-menu .line{
    background-color: #404040;
}
.room30 #btn-menu .line{
    background-color: #999999;
}
.room30 #logo img{
    -webkit-filter: unset;
    filter: unset;
}

.about2020 .first_gnb_1dli{
    color: #404040;
}
.about2020 .first_gnb_1dli .first_gnb_2dli{
    color: #fff;
}
.about2020 .pc-social svg{
    color: #404040;
}
.about2020 #btn-menu .line{
    background-color: #999999;
}
.about2020 #logo img{
    -webkit-filter: unset;
    filter: unset;
}

.reserve .first_gnb_1dli{
    color: #404040;
}
.reserve .first_gnb_1dli .first_gnb_2dli{
    color: #fff;
}
.reserve .pc-social svg{
    color: #404040;
}
.reserve #btn-menu .line{
    background-color: #404040;
}
.reserve #btn-menu.on .line{
    background-color: #999999;
}

.reserve #logo img{
    -webkit-filter: unset;
    filter: unset;
}

#hd.down #btn-menu .line{
    background-color: #404040;
}

#hd.down #btn-menu.on .line{
    background-color: #999999;
}

#hd.down .pc-social svg{
    color: #404040;
}
#hd.down #logo img{
    -webkit-filter: unset;
    filter: unset;
}


/* 이벤트 막기 */

/* .gnb_1da{
    pointer-events: none;
}

.first_gnb_1da{
    pointer-events: none;
}

.card-content-link{
    pointer-events: none;
} */


@media screen and (max-width:1366px) {
    .first_gnb_wrapper{
        height: 0;
    }
    #gnb{
        transform: translateX(100%);
        padding: 20% 0;
    }
    .first_gnb{
        visibility: hidden;
    }
    #gnb.on{
        right: 0;
        left: unset;
        width: 45%;
        transform: translateX(0);
    }
    .depth-wrapper{
        position: unset;
        transform: unset;
        width: 100%;
        overflow: auto;
    }
    #gnb_1dul{
        flex-direction: column;
        overflow: auto;
    }
    #gnb_1dul .gnb_1dli{
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
    }
    #gnb_1dul .gnb_1dli a span:last-child{
        display: none;
    }
    #gnb_1dul .gnb_1dli.no0{
        background: unset;
    }
    #gnb_1dul .gnb_1dli>a{
        display: block;
        position: unset;
        transform: unset;
        color: var(--color-dark);
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    #gnb_1dul .gnb_1dli.no1{
        background: unset;
    }
    #gnb_1dul .gnb_1dli.no2{
        background: unset;
    }
    #gnb_1dul .gnb_1dli.no3{
        display: unset;
    }
    #gnb_1dul .gnb_1dli .gnb_2dul{
        display: block;
        text-align: center;
        font-size: 1.5rem;
    }
    #gnb_1dul .gnb_1dli.no3 .gnb_2dul{
        width: 100%;
    }
    #gnb_1dul .gnb_1dli .gnb_2dul .gnb_2dli{
        padding: 10px 0;
    }
    #gnb_1dul .gnb_1dli.no3 .gnb_2dul .gnb_2dli{
        padding: 10px 0;
        width: 50%;
        margin: 0 auto 10px;
    }
    .social{
        position: unset;
    }
    #gnb_1dul .gnb_1dli.no2 .gnb_2dul{
        display: flex;
        flex-wrap: wrap;
        padding: 0 40px;
    }
    #gnb_1dul .gnb_1dli.no2 .gnb_2dli{
        width: calc(100%/2);
    }
}

@media screen and (max-width:1024px) {
    
}

@media screen and (max-width: 769px) {
    #gnb.on{
        width: 60%;
    }
    #hd{
        height: 80px;
    }
    #logo{
        width: 160px;
        left: 25px;
        top: 40px;
    }
    #btn-menu{
        width: 60px;
        top: 40px;
        right: 35px;
    }
    #gnb_1dul .gnb_1dli > a{
        font-size: 1.8rem;
    }
    #gnb_1dul .gnb_1dli .gnb_2dul{
        font-size: 1.2rem;
    }
    #gnb_1dul .gnb_1dli.no3 > a{
        font-size: 1.8rem;
    }
    #gnb_1dul .gnb_1dli.no3 .gnb_2dul{
        font-size: 1.2rem;
    }
    .social a svg{
        width: 20px;
        height: 20px;
    }
    .pc-social{
        right: 115px;
        top: 30px;
    }
}

@media screen and (max-width: 575px) {
    #gnb.on{
        width: 100%;
    }

    #logo{
        width: 100px;
    }
    #btn-menu{
        width: 25px;
        height: 10px;
        top: 35px;
    }
    .pc-social{
        right: 75px;
    }
    .pc-social a{
        margin: 0 3px;
    }
    .pc-social svg{
        width: 15px;
        height: 15px;
    }
   
}

