.clear:after{
    content: "";
    display: block;
    clear: both;
}

#hd{
    position: fixed;
    left: 0;
    top: -10px;
    right: 0;
    z-index: 9999;
}
 #hd.act {
	display:none;
}
/*#hd.is_bottom #gnb {
	display:none;
}
#hd.is_bottom.on #gnb {
	display:block;
} */

#logo{
    position: absolute;
    top: 55px;
    right: 110px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    z-index: 9999;
}

#hd.active .logo_w,
#hd .logo_b {
    display: none;
}
#hd.active .logo_b {
    display: block;
}

#btn-menu{
    position: absolute;
    right: 45px;
    top: 60px;
    width: 45px;
    height: 45px;
    background: #fff;
    z-index: 9999;
    border-radius: 100%;
    box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    border: none;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
#btn-menu .line{
    width: 15px;
    height: 2px;
    background: #646464;
	margin:0 auto;
}
#btn-menu .line.no1 {
	margin:0 auto 5px;
}
#btn-menu.on,
#hd.active #btn-menu {
	background:#3690ff;
}
#btn-menu.on .line,
#hd.active #btn-menu .line{
	background:#fff;
}
#hd.active #btn-menu,
#btn-menu:focus{
    outline: none;
	background:#3690ff;
}
#btn-menu:hover .line,
#btn-menu:focus .line {
	background:#fff;
}

.kakao {
	position:absolute;
	left:1110px;
	top:60px;
	z-index:9999;
	cursor:pointer;
	transition:all 0.5s ease;
}
#hd .kakao .kakao_on,
#hd.on .kakao .kakao_off,
#hd.active .kakao .kakao_off {
	opacity:0;
	display:none;
}
#hd.on .kakao .kakao_on,
#hd .kakao .kakao_off,
#hd.active .kakao .kakao_on {
	opacity:1;
	display:block;
}
#talk {
	position: absolute;
	top: 83px;
	left: 1190px;
	/* width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #5c5c5c;
	border-radius: 100%; */
	text-align: center;
	z-index: 9999;
	/* box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.05); */
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#place {
	position: absolute;
	top: 80px;
	left: 1245px;
	/* width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #000; */
	border-radius: 100%;
	text-align: center;
	z-index: 9999;
	/* box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.05); */
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;

}

#ddnayo {
	position: absolute;
	top: 83px;
	left: 1300px;
	border-radius: 100%;
	text-align: center;
	z-index: 9999;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;

}
#naver {
    position: absolute;
    top: 83px;
    left: 1350px;
    border-radius: 100%;
    text-align: center;
    z-index: 9999;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;

}

#talk img {
    max-width: 35px;
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#place img{
    max-width: 43px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#ddnayo img{
    max-width: 43px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#naver img{
    max-width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#gnb{
    padding-top: 70px;
    padding-left: 120px;
    height: 100px;
    overflow: hidden;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    float: left;
}

#hd.active #gnb,
#hd.on #gnb{
    background: #fff;
    height: 450px;
}

#gnb_1dul{
    float: left;
}

#gnb>ul>li{
    float: left;
    position: relative;
    text-transform: capitalize;
}

#gnb>ul>li>a{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 10px 0;
    padding-right: 50px;
    text-transform: capitalize;
    color: #fff;
}


#hd.active #gnb>ul>li>a,
#hd.on #gnb>ul>li>a{
    color: #000 !important;
}

#gnb>ul>li>ul{
    position: absolute;
    left: 0;
    top: 60px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.02em;
	color:#404040;
}

#gnb>ul>li>ul ul{
    display: none;
}




#phone {
	display:none;   
	position: fixed;
    top: 16px;
    /* left: 65px; */
	left: 20px;
    width: 35px;
    height: 35px;
	line-height:35px;
    background-color: #3690ff;
	border-radius:100%;
    text-align: center;
	z-index:9999;
	pointer-events:auto;
}
#phone .iconify {
	width: 19px;
    height: 19px;
    vertical-align: middle !important;
    color: #fff;
	margin-top: -3px;
}


@media(max-width: 1500px){
    #hd.on:before{
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.8;
        z-index: 9998;
    }
	
	#hd.act {
		display:block;
	}

    #gnb{
        opacity: 0;
        visibility: collapse;
        padding: 0;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        right: -70%;
        top: 0;
        bottom: 0;
        height: 100% !important;
        width: 70%;
        position: fixed;
        display: block;
        overflow: auto;
        z-index: 9998;
		border-radius:0;
    }

    #hd.on #gnb{
        right: 0;
        opacity: 1;
        visibility: visible;
    }
	#hd.active #gnb, #hd.on #gnb {
		background-color: rgba(23,105,255, 0.85);
	}

    #gnb_1dul{
        float: none;
        padding: 150px 50px 100px 50px;
    }

    #gnb>ul>li{
        float: none;
        margin-bottom: 30px;
        padding: 20px;
        border: 1px solid #ccc;
    }

    #hd.active #gnb>ul>li>a, #hd.on #gnb>ul>li>a {
		color:#fff !important;
	}

    #gnb>ul>li>ul{
        position: static;
        font-size: 16px;
        margin-top: 10px;
        /* padding-left: 10px; */
		color:#ccdbed;
    }

    #gnb>ul>li>ul>li{
        position: relative;
        padding-left: 10px;
        word-break: keep-all;
    }

    #gnb>ul>li>ul>li:before{
        content: "";
        display: block;
        width: 2px;
        height: 2px;
        background: #f6c9c7;
        opacity: 0.6;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
}
@media(max-width: 1366px){
    .kakao {
        left: auto;
        right: 315px;
    }
    #talk {
        position: absolute;
        top: 83px;
        /* left: 1190px; */
        left: auto;
        right:392px;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }
    #place {
        position: absolute;
        top: 80px;
        /* left: 1245px; */
        left: auto;
        right: 442px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    
    }

	   #ddnayo {
        position: absolute;
        top: 83px;
        /* left: 1245px; */
        left: auto;
        right: 495px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    
    }
    #naver {
        position: absolute;
        top: 83px;
        /* left: 1245px; */
        left: auto;
        right: 545px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;

    }
}
@media(max-width: 1200px){
    #logo {
        right: -25px;
        top: 50px;
    }
	#logo img {
		width:80%;
	}

    #btn-menu{
        right: 185px;
        top: 50px;
    }

	.kakao {
		right:265px;
		top:50px;
	}
    #talk {
        position: absolute;
        top: 77px;
        /* left: 1190px; */
        left: auto;
        right:341px;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }
    #place {
        position: absolute;
        top: 77px;
        /* left: 1245px; */
        left: auto;
        right: 395px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    
    }
	 #ddnayo {
        position: absolute;
        top: 77px;
        /* left: 1245px; */
        left: auto;
        right: 450px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    
    }
    #naver {
        position: absolute;
        top: 77px;
        left: auto;
        right: 505px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;

    }

}

@media(max-width: 998px){
    #btn-menu{
        width: 50px;
        height: 50px;
        padding: 0;
        top: 47px;
    }
}

@media(max-width: 768px){
    #gnb{
        width: 80%;
    }

    #gnb_1dul{
        padding: 80px 50px 100px 50px;
    }
}

@media(max-width: 560px){
    #logo{
        right: 0px;
        top: 30px;
    }

    #logo img{
        width:85px;
    }

    #btn-menu{
        width: 35px;
        height: 35px;
        top: 25px;
        right: 95px;
    }

	.kakao {
		right:140px;
		top:25px;
	}
	.kakao img {
		width:34px;
	}
    #talk {
        position: absolute;
        top: 45px;
        /* left: 1190px; */
        left: auto;
        right:192px;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }
    #place {
        position: absolute;
        top: 41px;
        /* left: 1245px; */
        left: auto;
        right: 228px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    
    }

	#ddnayo{
        position: absolute;
        top: 44px;
        /* left: 1245px; */
        left: auto;
        right: 264px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    
    }
    #naver{
        position: absolute;
        top: 44px;
        /* left: 1245px; */
        left: auto;
        right: 300px;
        border-radius: 100%;
        text-align: center;
        z-index: 9999;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;

    }

    #talk img {
        max-width: 30px;
    }
    
    #place img{
        max-width: 35px;
    }

	#ddnayo img{
		max-width: 35px;
	}
    #naver img{
        max-width: 30px;
    }

    #gnb{
        width: 100%;
    }

    #gnb_1dul{
        padding: 80px 20px 80px 20px;
    }

    #gnb>ul>li>a{
        font-size: 18px;
    }

    #gnb>ul>li>ul{
        font-size: 14px;
    }

	
	#phone {
		display:block;
	}
}
@media(max-width: 320px){
	#phone {
		left: 2px;
	}
}