#hd{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    /* transition: 0.5s;
    -webkit-transition: 0.5s; */
    /* background: rgba(26,32,42, 0); */
}

/* #hd:hover{
    height: 600px;
    background: rgba(26,32,42, 1);
} */

.sub #hd:hover{
    height: 600px;
    background: rgba(26,32,42, 1);
}

.main #hd.open{
    height: 600px;
    background: rgba(26,32,42, 1);
}

.main #hd #gnb{
    opacity: 0;
}

.main #hd.open #gnb{
    opacity: 1;
}

#hd:hover #gnb #gnb_1dul_wrap{
    background: rgba(26,32,42, 0);
}

#hd:hover #gnb .gnb_2dul{
    opacity: 1;
    visibility: visible;
}

#hd #logo{
    text-align: center;
    padding-top: 50px;
    /* padding-bottom: 20px; */
}

#hd #logo img{
    max-width: 100%;
    max-height: 100%;
}

#widget{
    margin-bottom: 15px;
    padding: 0 15px;
}

#widget:after{
    content: "";
    display: block;
    clear: both;
}

#weather {
    display: none;
}

#widget #weather i{
    margin-right: 3px;
    font-size: 25px;
}

#widget #weather{
    float: left;
    font-size: 12px;
    text-transform: uppercase;
}

#widget #weather .weather-temp-box{
    font-size: 15px;
    font-weight: bold;
    margin-right: 2px;
}

#hd #widget #weather,
#hd #widget #weather a,
#hd #widget #links .dropdown{
    color: #fff;
}

#widget #links{
    float: right;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 10px;
}

#widget #links .dropdown{
    display: inline-block;
    margin-left: 15px;
}

#widget #links .dropdown-menu{
    padding: 10px;
}

#widget #links .dropdown-menu,
#widget #links .dropdown-menu a{
    color: #000;
    font-size: 12px;
}

#widget #links button{
    background: none;
    border: none;
}

#widget #links button:focus{
    outline: none;
}

#hd #gnb{
    max-width: 1820px;
    margin: auto;
    text-align: center;
    margin-top: -25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

#hd.down #gnb{
    margin-top: 0;
}

#hd #gnb a{
    color: #fff;
    font-size: 17px;
}

#hd #gnb #gnb_1dul_wrap{
    margin-bottom: 0;
    display: block;
    background: rgba(26,32,42, 1);
    /* transition: 0.5s;
    -webkit-transition: 0.5s; */
    position: relative;
}

#hd #gnb #gnb_1dul_wrap:after{
    content: "";
    display: block;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    height: 1px;
    width: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

#hd:hover #gnb #gnb_1dul_wrap:after{
    width: 100%;
}

#hd #gnb #gnb_1dul{
    display: inline-block;
    margin-bottom: 0;
}

#hd #gnb #gnb_1dul:after{
    content: "";
    display: block;
    clear: both;
}

#hd #gnb .gnb_1dli{
    /* display: inline-block; */
    padding: 28px 24px;
    float: left;
    text-align: left;
    position: relative;
}

#hd #gnb .gnb_1dli.rooms{
    padding-right: 35px;
}

#hd #gnb .gnb_1dli>a{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#hd #gnb .gnb_2dul{
    position: absolute;
    left: 0;
    padding-top: 70px;
    padding-left: 28px;
    white-space: nowrap;
    text-align: left;
    /* letter-spacing: -2px; */
    text-transform: uppercase;
    opacity: 0;
    visibility: collapse;
    /* transition: 0.5s;
    -webkit-transition: 0.5s; */ 
}

#hd #gnb .gnb_2dul a{
    font-size: 12px;
}

#hd #gnb .gnb_2dul>li{
    margin-bottom: 5px; 
}

.sns .dropdown-menu{
    left: auto;
    right: 0;
}

/* 객실인원수 표시 */
#hd #gnb .rooms .mans2 a,
#hd #gnb .rooms .mans3 a,
#hd #gnb .rooms .mans4 a{
    display: inline-block;
    padding-right: 30px;
    background-position: right 2px;
    background-repeat: no-repeat;
}

#hd #gnb .rooms .mans2 a{
    background-image: url('../../../img/man2.png');
    padding-right: 21px;
}

#hd #gnb .rooms .mans3 a{
    background-image: url('../../../img/man3.png');
    padding-right: 29px;
}

#hd #gnb .rooms .mans4 a{
    background-image: url('../../../img/man4.png');
    padding-right: 35px;
}

/* ADD PC MENU HAMBERGER */
.main #pc-menu{
    position: fixed;
    display: block;
    width: 40px;
    height: 20px;
    z-index: 100;
    left: 100px;
    top: 100px;
    cursor: pointer;
}

.main #pc-menu .pc-menu-wrapper{
    width: 100%;
    height: 100%;
}

.main #pc-menu .pc-menu-wrapper .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.main #pc-menu .pc-menu-wrapper .line.no2{
    top: 50%;
}
.main #pc-menu .pc-menu-wrapper .line.no3{
    top: 100%;
}




@media(max-width: 1600px){
    #hd{
        background: rgba(26,32,42, 1);
        height: 70px;
        top: 0 !important;
        transition: 0;
        position: fixed !important;
    }

    #hd:hover{
        height: 70px;
    }

    #hd #gnb{
        opacity: 0;
        visibility: collapse;
        right: -100%;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        display: block;
        position: fixed;
        top: 70px;
        right: -100%;
        bottom: 0;
        overflow: auto;
        background: rgba(26,32,42, 1);
        width: 100%;
    }

    #hd.active #gnb{
        opacity: 1;
        visibility: visible;
        right: 0;
        transition: 0.5s;
        -webkit-transition: 0.5s;
    }

    #hd #logo{
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        left: 30px;
        top: 14px;
        width: 200px;
    }

    #hd .logo-w{
        display: block !important;
    }

    #hd .logo-b{
        display: none !important;
    }

    #btn-menu{
        position: absolute;
        right: 30px;
        top: 22px;
        width: 45px;
        height: 45px;
        cursor: pointer;
    }

    #btn-menu .line{
        background: #fff;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    
    #btn-menu .line.no1{
        top: 0;
    }

    #btn-menu .line.no2{
        top: 10px;
    }

    #btn-menu .line.no3{
        top: 20px;
    }

    #btn-menu.active .line.no2{
        left: 4px;
    }

    #btn-menu.active .line.no3{
        left: 8px;
    }


    #widget{
        padding: 30px;
    }

    #hd #widget #weather,
    #hd #widget #weather a,
    #hd #widget #links .dropdown{
        color: #fff;
    }

    #hd #gnb #gnb_1dul_wrap{
        background: none;
        /* visibility: collapse;
        top: -100%;
        transition: 0.5s;
        -webkit-transition: 0.5s; */
    }

    #hd.active #gnb #gnb_1dul_wrap{
        /* visibility: visible;
        top: 0; */
    }

    #hd #gnb .gnb_1dli{
        float: none;
        text-align: center;
    }
    
    #hd #gnb .gnb_1dli>a{
        font-size: 30px;
    }

    #hd #gnb .gnb_2dul{
        position: static;
        opacity:1;
        visibility: visible;
        padding: 0;
        margin-top: 15px;
        font-size: 20px;
        text-align: center;
    }
    /* PC_BTN_MENU */
    .main #pc-menu{
        display: none;
    }
}

@media(max-width: 560px){
    #hd #logo{
        width: 150px;
        top:21px;
        left: 15px;
    }

    #btn-menu{
        right: 15px;
        width: 30px;
    }

    #hd #gnb .gnb_1dli>a{
        font-size: 18px;
    }

    #hd #gnb .gnb_2dul{
        font-size: 16px;
    }
}