@charset "utf-8";

.bottom-header-box{position:relative;margin:0 auto;max-width:1400px;box-sizing:border-box;}
.bottom-header-box:after{content:'';display:block;clear:both;}
.bottom-header-box .logo-wrap{float:left;}
.bottom-header-box .logo-wrap h1{padding:19px 0;}
.bottom-header-box .logo-wrap h1 a{display:block;width:216px;font-size:0;line-height:1;}
.bottom-header-box .gnb-wrap{float:right;position:relative;padding:20px 0 0 0;width:calc(100% - 216px);box-sizing:border-box;}
.bottom-header-box .gnb-wrap .gnb{text-align:right;}
.bottom-header-box .gnb-wrap .util-wrap{float:left;}
.gnb-bg{display:none;}

@media screen and (max-width:1440px) {	
	.bottom-header-box{padding:0 20px;}
}

@media screen and (max-width:1024.98px) {
	.bottom-header-box{padding:0 20px;border-bottom:0;text-align:left;}
	.bottom-header-box .logo-wrap h1 a{width:auto;height:24px;}
	.bottom-header-box .logo-wrap h1 a img{max-height:100%;}
	
	.gnb-wrap{display:none;}
	.gnb-bg{display:none;}
}