#hd{
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 70px;
    font-family: 'Sintony', 'Nanum Gothic',  sans-serif;
    box-shadow: 0px 0px 10px -4px #000;
}

#hd #logo{
    position: absolute;
    top: 13px;
    left: 20px;
    width: 150px;
}

#hd .btn_wrapper{
    position: absolute;
    top: 15px;
    right: 90px;
    z-index: 10;
    font-family: 'Nanum Gothic', sans-serif;
    font-style: normal;
    text-align: center;
}

#hd .btn_wrapper .btn-reser{
    margin-top: 0px;
	float:left;
    background: #000;
}
#hd .btn_wrapper .btn_reser2{
	background: #646464;
}
#hd .btn_wrapper .btn-reser a{
    text-decoration: none;
}

#hd .btn_wrapper .btn-reser a div:last-child{
    display: none;
}

#hd .btn_wrapper .btn_reser1 a div:last-child{
	display: block;
}

#hd .btn_wrapper .btn_reser1 a div.no1{
	display: none;
}

#hd .btn_wrapper .btn_reser2 a div:last-child{
	display:block;
}
#hd .btn_wrapper .btn_reser2 a div:first-child{
	display:none;
}

#hd .btn-menu{
    width: 50px;
    height: 42px;
    right: 20px;
    top: 15px;
    border: 1px solid #929292;
    padding-top: 8px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}


#hd .btn-menu .line.no2{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#hd.on .btn-menu .line.no2{
    transform: translateY(-10px);
    -webkit-transform: translateX(10px);
}

#hd .btn-menu .line{
    height: 1px;
    background: #505050;
    margin: 5px;
}

#gnb{
    position: fixed;
    padding-top: 70px;
    width: 50%;
    right: -50%;
    text-align: left;
    visibility: collapse;
    opacity: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    overflow: auto;
    height: 100%;
}

#hd.on #gnb{
    opacity: 1;
    right: 0;
    visibility: visible;
}

#gnb_1dul{
    margin-bottom: 0;
    padding: 20px 40px;
    font-weight: bold;
}

#gnb_1dul>li{
    padding: 15px 0;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

#gnb_1dul>li>a{
    margin-bottom: 5px;
    display: block;
}

.gnb_2dul{
    font-size: 14px;
    font-weight: normal;
}

.gnb_2dul li{
    padding: 2px 0;
}

#gnb .gnb_3dul{
    display: none;
}



/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (min-width: 1370px) {
    #hd,
    #hd_wrapper #logo,
    #hd_wrapper .btn_wrapper,
    #gnb .gnb_1dli{
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }

    #hd,
    #gnb{
        height: 70px;
    }

    #gnb{
        right: 0;
    }



    #hd .btn-menu{
        display: none;
    }

    #hd_wrapper #logo{
        position: absolute;
        left: 20px;
        top: 13px;
        z-index: 10;
        width: 150px;
    }

    #hd_wrapper .btn_wrapper{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #hd .btn_wrapper .btn-reser{
        height: 70px;
    }

    #hd .btn_wrapper .btn-reser a div:last-child{
        display: block;
    }
	#hd .btn_wrapper .btn_reser2 a div:first-child{
		display:block;
	}

	#hd .btn_wrapper .btn_reser1 a div:last-child{
		display: block;
	}

	#hd .btn_wrapper .btn_reser1 a div.no1{
		display: block;
	}



    #gnb{
        position: absolute;
        width: 100%;
        text-align: left;
        padding-right: 300px;
        padding-left: 15%;
        top: 0;
        visibility: visible;
        opacity: 1;
        overflow: hidden;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        right: inherit;
        height: 70px;
        overflow: hidden;
        padding-top: 0;
    }

    #gnb:hover{
        height: 440px;
    }

    #gnb a{
        text-decoration: none;
    }

    #gnb_1dul{
        padding: 0 20px;
        text-align: center;
    }



    #gnb_1dul>li{
        border-bottom: none;
        text-transform: uppercase;
    }

    #gnb .gnb_1dli{
        line-height: 70px;
        padding: 0 3.7%;
        position: relative;
        display: inline-block;
        font-size: 16px;
    }

    #gnb .gnb_2dul{
        position: absolute;
        font-family: 'Nanum Gothic', sans-serif;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0;
        font-size: 14px;
        font-weight: normal;
    }

    #gnb .gnb_2dul li{
        padding: 3px 0;
    }

    #gnb .sns_wrap{
        position: absolute;
        right: 20px;
        top: 90px;
        text-align: left;
        font-size: 20px;
    }

    #gnb .sns_wrap a{
        /* display: block; */
    }

    #gnb .sns_wrap i{
        margin-right: 5px;
    }

    /* #gnb .gnb_2dul{
        display: none;
    }

    #gnb #gnb_1dul:hover .gnb_2dul{
        display: block;
    } */

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    #hd{
        height: 50px;
    }

    #hd_wrapper{
        height: 50px;
        width: 100%;
    }

    #hd .btn_wrapper{
        right: 75px;
        top: 10px;
    }

    #hd .btn-menu{
        top: 10px;
        width: 45px;
        padding-top: 4px;
        height: 32px;
    }

    .sns_wrap{
        padding: 0 40px;
    }

    .sns_wrap a{
        display: inline-block;
    }

    .sns_wrap i{
        margin-right: 5px;
    }

    #hd #logo{
        top: 10px;
    }

    #hd #logo img{
        width: 100px;
    }

    #gnb{
        width: 70%;
        padding-top: 0;
        top: 50px;
        padding-bottom: 70px;
    }


}

@media (max-width: 520px) {

}
