@charset "utf-8";

/* header 콘텐츠에 적용 */
.bottom-header-box{position:relative;margin:0 auto;max-width:1400px;background:#fff;text-align:center;box-sizing:border-box;}
.bottom-header-box .logo-wrap{position:relative;text-align:center;}
.bottom-header-box .logo-wrap h1{display:inline-block;margin:0 auto;padding:40px 0;}
.bottom-header-box .logo-wrap h1 a{display:block;font-size:0;line-height:1;}

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

@media screen and (max-width:1024.98px) {
	/* header 콘텐츠에 적용 */
	.bottom-header-box{text-align:left;}
	.bottom-header-box:after{content:'';display:block;clear:both;}
	.bottom-header-box .logo-wrap{float:left;text-align:left;}
	.bottom-header-box .logo-wrap h1{padding:20px 0;}
	.bottom-header-box .logo-wrap h1 a{height:20px;}
	.bottom-header-box .logo-wrap h1 a img{max-height:100%;}
	
	.dropDownHor .gnb-wrap{display:none;}
	.dropDownHor .gnb-bg{display:none;}
}