@charset "utf-8";

/* 기본값 */
.slideMenu{display:none;}
.btn-menu,
.slide-close{display:none;}

/* 헤더 */
.header-wrap{position:absolute;top:0;left:0;z-index:200;width:100%;}
.bottom-header-box{display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:4rem 2rem 3rem;width:100%;max-width:148rem;box-sizing:border-box;}
.logo-wrap h1{}
.logo-wrap h1 a{display:block;}
.logo-wrap h1 a > .img-logo{display:block;width:29rem;}
.logo-wrap h1 a > .img-logo .img-default{display:block;}

@media screen and (max-width:1024.98px){
	.bottom-header-box{padding:2.4rem 2rem 2rem;}
	.logo-wrap h1 a > .img-logo{width:21.3rem;}
}

@media screen and (max-width: 350px){
}