@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&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: 'Libre Baskerville', serif;
font-family: 'Noto Sans KR', sans-serif;
*/

#gnb a{ color: #fff; }
#gnb a:hover{ text-decoration: none;}

#hd{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    padding: 0 121px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;

    z-index: 9999;
}



#hd.sticky{
    position: fixed;
    top: 0;
}

#hd.sticky #hd-quick{
    right: 10px;
    top: 14px;
}
#hd.on #hd-quick, #hd.sticky #hd-quick .links img{
	width:84px;
}
#logo{
    position: absolute;
    left: 28px;
    top: 15px;
    height: 60px;
}

#logo img{
    height: 100%;
}

#hd-quick{
    position: fixed;
    right: 30px;
    top: 30px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#gnb{
    position: relative;
    max-width: 1920px;
    height: 100%;
    margin: auto;
    background: #3e81c5;
	    overflow: hidden;
    height: 90px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
#gnb:hover{
    height: 350px;
}
#gnb_1dul{
    position: absolute;
    right: 0;
    padding-right: 50px;
}

#gnb_1dul>li{
    float: left;
}

#gnb_1dul>li>a{
    font-family: 'Libre Baskerville', 'Noto Sans KR', sans-serif, serif;
    font-size: 20px;
    font-style: italic;
    text-transform: capitalize;
    position: relative;
    display: block;
    line-height: 90px;
    padding: 0px 35px;
    letter-spacing: 1px;

}

#gnb_1dul>li>a:after{
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: -1px;
    bottom: 37px;
}

#gnb_1dul>li:last-child>a:after{
    display: none;
}

#gnb_1dul>li>ul{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    padding-left: 35px;
    font-weight: 100;
}

#gnb_1dul>li>ul>li{
    opacity: 0.4;
    white-space: nowrap;
}

#gnb_1dul>li>ul>li:hover{
    opacity: 1;
}

#btn-menu{
    display: none;
    padding: 12px 0;
    text-align: center;
    width: 55px;
    height: 45px;
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 9999;
    cursor: pointer;
    border: 1px solid #fff;
}
#btn-menu .menu{
	font-size:14px;
	color:#fff;
}


#btn-menu .wrapper{
    position: relative;
}

#btn-menu .line{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#btn-menu .line.no1{
    top: 0px;
}

#btn-menu .line.no2{
    top: 11px;
}

#btn-menu .line.no3{
    top: 21px;
}

#hd-quick .sns-share{
    padding: 10px 20px;
    border-radius: 30px;
    background: #433e3b;
    position: absolute;
    left: -55px;
    top: 80px;
    width: 160px;
    z-index: 9999;
}

#hd-quick .sns-share a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #000;
    float: left;
    text-align: center;
    margin: 0 5px;
}
#hd .btm_link{
	display:none;
}
#hd.down .btm_link{
	display:block;
}
.btm_link{
	position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 10000;
    text-align: center;
    border-radius: 374px;
    padding: 16px 15px;
    background: #3e81c5;
}

.btm_link .link_txt{
	color: #ffffff;
    font-size: 12px;
    padding-top: 7px;
}

/* ADD CSS */

.links{
	display:flex;
}

.naver{
		display:inline-block;
		width: 82px;
		height: 82px;
		background-color: #f3f3f3;
		border-radius: 100%;
		display:flex;
		justify-content: center;
		align-items:center;
}
.naver img{
		width: 60px;
}

@media(max-width: 1500px){
    #hd{
        top: 0;
        padding: 0;
        height: 80px;
        position: fixed;
        width: 490px;
        left: auto;
        overflow: visible;
    }

    #hd:hover{
        height: 80px;
    }

    #logo{
        left: 15px;
        top: 15px;
        height: 50px;
        z-index: 9999;
    }
	#gnb{
    height:80px;
	}
	#gnb:hover{
		height: 80px;
	}
    #hd-quick {
        right: 90px;
        top: 13px;
        z-index: 9999;
    }
	#hd .btm_link{
		display:block;
	}
	.btm_link{
		padding: 14px 14px;
	}
	.btm_link .link_img img{
		max-height:30px;
	}
	.btm_link .link_txt{
	    font-size: 11px;
		padding-top:4px;
	}
    #hd.on #hd-quick,
    #hd.sticky #hd-quick{
        right: 90px;
        top: 19px;
    }
	#hd.on #hd-quick, #hd.sticky #hd-quick .links img{
		width:55px;
	}
	#hd-quick .links a img{
		width:55px;
	}
#hd-quick .links .naver img{
		width: 35px
}

    #btn-menu{
        display: block;
    }

    #btn-menu.on .line.no2{
        left: 5px;
    }

    #gnb_1dul{
        visibility: collapse;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        padding: 0;
        overflow: auto;
        background: #3e81c5;
        margin: 0;
        padding: 100px 20px;
        opacity: 0;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
    }

    #hd.on #gnb_1dul{
        display: block;
        opacity: 1;
        visibility: visible;
    }

    #gnb_1dul>li{
        float: none;
    }

    #gnb_1dul>li>a{
        display: inline-block;
    }

    #gnb_1dul>li>ul{
        padding-left: 0;
        font-size: 16px;
    }

    #gnb_1dul>li>a{
        font-size: 25px;
    }

    #gnb_1dul>li>a:after{
        display: none;
    }

    #gnb_1dul>li>ul>li{
        display: inline-block;
        padding: 0 10px;
    }


/* ADD CSS */
	.naver{
		width:47px;
		height: 47px;
		background-color: #fff
	}

}

@media(max-width: 768px){
    #hd{
        width: 100%;
    }

    #container{
        padding-top: 70px;
    }
}

@media(max-width: 520px){
    #hd,
    #hd:hover{
        height: 65px;
    }

    #container{
        padding-top: 65px;
    }

    #logo{
        left: 15px;
        top: 12px;
        height: 40px;
        z-index: 9999;
    }
	#gnb{
    height:65px;
	}
	#gnb:hover{
		height: 65px;
	}
    #btn-menu{
        width: 50px;
        top: 10px;
        right: 15px;

    }
	#btn-menu .menu{
		font-size:13px;
		color:#fff;
	}
    #hd.sticky #hd-quick,
    #hd.on #hd-quick,
    #hd-quick{
        right: 80px;
        top: 10px;
    }

    #gnb_1dul{
        text-align: left;
    }

    #gnb_1dul>li>a{
        font-size: 20px;
        line-height: 70px;
        padding: 0;
        padding-left: 10px;
    }

    #gnb_1dul>li>ul>li{
        padding: 2px 10px;
        font-size: 14px;
    }
}
@media(max-width: 400px){
	#logo{
		height: 32px;
		left: 11px;
		top: 17px;
	}
	#hd-quick .links a img{
		width:45px;
	}
	#hd.sticky #hd-quick, #hd.on #hd-quick, #hd-quick{
		top:11px;
	}

/* ADD CSS */
.naver {
        width: 37px;
        height: 37px;
}

#hd-quick .links .naver img{
		width: 30px;
}