@import url('https://fonts.googleapis.com/css?family=Lato:400,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
/*
font-family: 'Lato', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
*/


#hd{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 0;
}

#hd a{
    color: #000;
}

#hd a:hover{
    opacity: 0.8;
    text-decoration: none;
}

#logo{
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 9999;
}

#logo .logo-b{
    display: none;
}

#hd.on #logo .logo-b{
    display: inline;
}

#hd.on #logo .logo-w{
    display: none;
}

#btn-menu{
    position: absolute;
    top: 50px;
    right: 40px;
    width: 60px;
    height: 24px;
    z-index: 9999;
    cursor: pointer;
}

#btn-menu .line{
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}

#btn-menu .text{
    text-align: center;
    font-size: 12px;
    margin-top: 27px;
    color: #fff;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

#hd.on #btn-menu .line{
    background: #000;
}

#btn-menu .line.no1{
    top: 0;
}

#btn-menu .line.no2{
    top: 9px;
}

#btn-menu .line.no3{
    top: 18px;
    left: 40%;
    width: 60%;
}

#gnb{
    visibility: collapse;
    opacity: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    background: #fff;
}

#hd.on #gnb{
    opacity: 1;
    visibility: visible;
}

#gnb #gnb_1dul{
    padding-right: 200px;
    padding-top: 50px;
    padding-bottom: 120px;
    float: right;
}

#gnb #gnb_1dul:after{
    content: "";
    display: block;
    clear: both;
}

#gnb #gnb_1dul>li{
    position: relative;
    float: left;
}

#gnb #gnb_1dul>li>a{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.2px;
    display: block;
    padding: 0 35px;
    text-transform: uppercase;
}

#gnb #gnb_1dul>li>ul{
    padding-left: 35px;
    padding-top: 10px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    line-height: 1.83;
}

#hd-btn-reserve{
	display: none;
}


@media(max-width: 1200px){
    #gnb{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 8888;
        overflow: auto;
        -webkit-scrolloverflow: touch;
    }

    #logo{
        z-index: 7777;
    }

    #gnb #gnb_1dul{
        float: none;
        padding: 200px 150px 200px 80px;
        pointer-events: auto !important;
    }

    #gnb #gnb_1dul>li{
        float: none;
        display: block;
        margin-bottom: 50px;
    }

    #gnb #gnb_1dul>li>a{
        padding-left: 0;
        display: inline-block;
    }

    #gnb #gnb_1dul>li>ul{
        padding-left: 0;
    }

    #gnb #gnb_1dul>li>ul>li{
        display: inline-block;
        padding: 0 10px;
    }
}

@media(max-width: 768px){
    #logo{
        left: 40px;
        top: 30px;
    }

    #btn-menu{
        top: 50px;
        right: 40px;
        width: 50px;
    }

    #gnb #gnb_1dul{
        padding: 100px 130px 100px 80px;
    }
}

@media(max-width: 520px){
    #logo{
        left: 30px;
        top: 20px;
        width: 80px;
    }

    #logo img{
        max-width: 100%;
    }

    #btn-menu{
        top: 30px;
        right: 30px;
        width: 40px;
    }

    #gnb #gnb_1dul{
        padding: 80px 80px 80px 30px;
    }

	#hd-btn-reserve{
		display: block;
		width: 90px;
		height: 40px;
		background: #fff;
		padding: 10px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 90px;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		border: 1px solid #e4e4e4;
		border-radius: 20px 0px 0px 20px;
		border-right: none;
	}
}
