#hd{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 165px;
    background: rgba(23, 21, 24, 0.5);
    padding: 40px 15px;
    z-index: 1000;
}

#hd a,
#hd2 a{
    color: #fff;
}

#hd #btn-reserve a{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#hd #btn-reserve{
    margin-bottom: 70px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#hd #btn-reserve .reserve_sub{
    overflow: hidden;
    max-height: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
	
}

#hd #btn-reserve .reserve_sub a{
	font-family: Nanum Gothic;
}

#hd #btn-reserve .reserve_sub a{
    padding: 10px 0;
}

#hd #btn-reserve:hover{

}

#hd #btn-reserve:hover a{
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.85);
}

#hd #btn-reserve:hover a{
    padding: 15px;
}

#hd #btn-reserve:hover .reserve_sub{
    max-height: 200px;
}

#hd #btn-reserve .reserve_sub a:hover{
    opacity: 0.7;
}

#hd #btn-reserve:hover a i{
    right: 5px;
}

#hd #btn-reserve a{
    position: relative;
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    font-size: 12px;
    font-family: 'Cormorant', serif;
}

#hd #btn-reserve a i{
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 15px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#gnb #gnb_1dul>li{
    opacity: 0.5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#gnb #gnb_1dul>li>a{
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    /* font-family: 'Markazi Text', serif; */
    font-family: 'Cormorant', serif;
    position: relative;
    display: block;
}

#gnb #gnb_1dul>li:hover,
#gnb #gnb_1dul>li.on{
    opacity: 1;
}

#gnb #gnb_1dul>li.no1 .gnb_2dli{
    position: relative;
}

#gnb #gnb_1dul>li.no1 .gnb_2dli:hover>a:before,
#gnb #gnb_1dul>li.no1 .gnb_2dli.on>a:before{
    position: absolute;
    content: ">";
    right: 0;
    top: 1px;
}

#gnb #gnb_2dul{
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
    font-size: 13px;
    font-family: 'Nanum Barun Gothic', sans-serif;
    line-height: 1.3;
}

#gnb #gnb_2dul>li{
    opacity: 0.5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    padding: 2px 0;
}

#gnb #gnb_2dul>li.on,
#gnb #gnb_2dul>li:hover{
    opacity: 1;
}

#gnb #gnb_1dul>li.on #gnb_2dul,
#gnb #gnb_1dul>li:hover #gnb_2dul{
    max-height: 300px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

#gnb #gnb_3dul{
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 15px;
    padding-top: 450px;
    visibility: collapse;
    opacity: 0;
    left: 160px;
    transition: 0.5s ease;
    line-height: 1.5;
}

#gnb #gnb_3dul li{
    opacity: 0.7;
}

#gnb #gnb_3dul li:hover,
#gnb #gnb_3dul li.on{
    opacity: 1;
}

/* #gnb #gnb_2dul>li.on #gnb_3dul,
#gnb #gnb_2dul>li:hover #gnb_3dul{
    opacity: 1;
    visibility: visible;
} */

#gnb #gnb_2dul>li.on #gnb_3dul{
    opacity: 1;
    visibility: visible;
}

/* ADD CSS */
/* 루프탑 카라반 삭제 */

.gnb_1dli.no1 #gnb_2dul .gnb_2dli:last-child{
	display:none;
}


#hd2{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    color: #fff;
    font-size: 12px;
}

#hd2>.wrapper{
    display: inline-block;
    width: 100%;
}

#hd2>.wrapper>div{
    float: left;
}

#hd2 .weather{
    margin-top: 10px;
    margin-right: 30px;
}

#hd2 .weather .icon>*{
    display: inline;
    vertical-align: middle;
}

#hd2 .weather .icon img{
    width: 40px;
    height: 40px;
}

#hd2 .weather .icon .temp{
    font-size: 20px;
    font-weight: bold;
}

#hd2 .weather .txt{
    padding-left: 30px;
    font-family: 'Cormorant', serif;
    font-size: 15px;
}

#hd2 .roomselect{
    margin-top: 20px;
    margin-right: 35px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-family: 'Nanum Barun Gothic', serif;
}

#hd2 .roomselect.on{
    background: rgba(0, 0, 0, 0.5);
}

#hd2 .roomselect .btn-select{
    cursor: pointer;
    font-family: 'Cormorant', serif;
}

#hd2 .roomselect i{
    vertical-align: middle;
    font-size: 15px;
    margin-left: 10px;
    margin-top: -4px;
}

#hd2 .roomselect.on i{
    transform: rotate(180deg);
}

#hd2 .roomselect .selectbox{
    padding-top: 10px;
    display: none;
}

#hd2 .roomselect.on .selectbox{
    display: block;
}

#hd2 .roomselect .lv2>li>a{
    padding: 5px 0;
    margin: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
}

#hd2 .roomselect .lv3 a{
    opacity: 0.5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    line-height: 1.5;
}

#hd2 .roomselect .lv3 a:hover{
    opacity: 1;
}





/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (min-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (min-width: 769px){
    /* #gnb_1dul{
        overflow: auto;
        max-height: 500px;
        position: relative;
        z-index: 1000;
    } */
}

@media (max-width: 768px) {
    #hd2{
        display: none;
    }

    #hd{
        z-index: 1000;
        bottom: auto;
        right: 0;
        width: 100%;
        padding: 10px 0px;
        height: 70px;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        z-index: 1000;
    }

    #hd .logo,
    #hd .logo .txt1{
        margin-bottom: 0;
    }

    #hd .logo img{
        width: 30px;
    }

    #hd .logo .txt2{
        display: none;
    }

    #hd #btn-reserve{
        display: none;
    }

    #btn-menu{
        position: absolute;
        right: 15px;
        top: 11px;
        border: 1px solid #fff;
        width: 50px;
        height: 40px;
        cursor: pointer;
    }

    #btn-menu>.wrapper{
        padding: 10px;
    }

    #btn-menu>.wrapper>div{
        height: 1px;
        background: #fff;
        margin: 4px 0;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;

    }

    #btn-menu.on .no2{
        transform: translateX(-10px);
    }


    #hd #gnb{
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: collapse;
        position: fixed;
        top: -200px;
        bottom: 0;
        overflow: auto;
        width: 100%;
        height: 100%;
        z-index: 100;
        text-align: center;
        padding: 20px 15px;
        padding-bottom: 90px;
    }

    #hd.on,
    #hd.on #gnb{
        background: rgba(0, 0, 0, 0.9);
    }

    #hd.on #gnb{
        opacity: 1;
        visibility: visible;
        top: 70px;
    }

    #hd #gnb_1dul{
        width: 100%;
        display: inline-block;
    }

    #hd #gnb_1dul>li{
        width: 50%;
        float: left;
        margin-bottom: 30px;
        min-height: 140px;
    }

    #hd #gnb #gnb_2dul{
        max-height: inherit;
        font-size: 14px;
    }

    #gnb #gnb_2dul>li{
        opacity: 0.8;
    }

    #hd #gnb #gnb_3dul{
        display: none;
    }

    #gnb #gnb_1dul>li.no1 .gnb_2dli:hover>a:before,
    #gnb #gnb_1dul>li.no1 .gnb_2dli.on>a:before{
        content: "";
        display: none;
    }




    /*  */
    #hd #gnb{
        text-align: right;
    }

    #hd #gnb_1dul>li{
        width: 100%;
        padding-right: 20px;
        min-height: auto;
    }

    #gnb #gnb_2dul>li{
        display: inline-block;
        margin: 0 5px;
    }



}

@media (max-width: 520px) {

}
/*제부도 케렌시아 링크*/

#hd .link_top{
	text-align:center;
	margin-top:36px;
}
#hd .link_top img{
	width:100%;
}

#hd .link_top div{
	font-size:10px; 
	    font-family: 'Nanum Barun Gothic', sans-serif;
    margin-top: 7px;
}
@media (max-width: 768px) {
	#hd .link_top{display:none;}
	#hd.on .link_top{
	display:block;	
    position: fixed;
    bottom: 22px;
    z-index: 1000;
    /* left: 50%;
    transform: translateX(-50%); */
	right:0;
	width:100%;
	display:block;
	padding:0 35px;
	text-align:right;
	}
	#hd.on .link_top img{
		width:26%;
	}
}

