@charset "UTF-8";
/* hanbom.com _ project _ name _ yymmdd */

/* for Developer */
.tag_search{cursor:pointer;}


#footer .footer-bottom .privacy-wrap a{
font-size:14px;font-weight:400;    color: var(--lightGray);line-height:1.2;
}


@media (min-width: 769px) {
    #footer .footer-top .footer-nav a {
	font-size:14px;
	margin-top:10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


@media all and (max-width: 768px) {
	.float-contact a{gap: 4px; font-size: 14px;}

	/* 20240802 수정 */
	.float-contact .img-wrap{width: 80px; }
	/* .float-contact .img-wrap{width: 64px; } 이전 */
	/* // 20240802 수정 */
	
}







@media (max-width: 960px) {
    #aside .lnb-title {
        font-size:18px;
    }

	#aside .btn.lnb{
		height:40px;
		padding:10px;
		font-size:14px;
	}

	#aside ul{
		top:40px;
	}
}