/*header*/
#header{
	position:fixed;
	z-index:200;
	width:100%;
	_background:#fff;
	min-height:7.5rem;
	width:22rem;
	left:50%;
	top:12rem;
	margin-left:-80rem;
}
#header h1{
	margin-bottom:3rem;
}
#header h1 img{
	transition:all .3s ease .2s; 
}
@media(min-width:992px){
	#header .gnb{
		display:block !important;
	}
}

#header .gnb .dp1-box{}
#header .gnb .dp1-box + .dp1-box{
	margin-top:2.5rem
}
#header .gnb .dp1-box a{
	display:block;
	color:#000;
	font-size:2.2rem;
	font-weight:500;
	font-family: 'SUIT';
	position:relative;
	overflow:hidden;
}
#header .gnb .dp1-box a.is-active,
#header .gnb .dp1-box a:hover{
	font-weight:600;
	padding-left:26px;
}
#header .gnb .dp1-box a::after{
	content:"";
	position:absolute;
	width:18px;
	height:11px;
	background:url(../_img/comm/active_bullet.png) no-repeat center center / cover;
	left:-30px;
	top:50%;
	transform:translateY(-50%);
	transition:all .4s;
}
#header .gnb .dp1-box a.is-active::after,
#header .gnb .dp1-box a:hover::after{
	left:0px;
}


@media(min-width:992px){
	.sub_page #header h1 img{
		opacity:0 !important;
	}
	#header h1 button,
	#header h1 a.logo_main_mo{
		display:none !important;
	}
}

@media(max-width:1800px){
	#header{
		width:22rem;
		left:3rem;
		top:12rem;
		margin-left:0;
	}
}

@media(max-width:991.98px){
	#header h1{
		position:fixed;
		z-index:30;
		margin-bottom:0;
		top:90px;
	}
	#header h1 img{
		width:130px
	}
	#header h1 a.logo_main_pc,
	#header h1 a.logo_main_mo{
		display:none;
	}
	#header.is-open h1 a.logo_main_mo{
		display:block;
		position:fixed;
		right:3rem;
		top:10rem;
	}
	#header h1 button{
		background:url(../_img/comm/logo_cloud_bugger.png) no-repeat center center / cover;
		width:130px;
		height:76px;
		border:none;
		outline: none;;
	}
	#header h1 button.is-open{
		background:url(../_img/comm/logo_cloud_bugger_close.png) no-repeat center center / cover;
	}
	#header .gnb{
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		padding:5rem;
		padding-top:200px;
		display:none;
		background:rgba(255,255,255,.6);
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
	}
	#header .gnb .dp1-box a{
		font-size:3rem;
		font-weight:300;
	}
}

@media(max-width:767.98px){
	#header h1 button{
		background:url(../_img/comm/logo_cloud_bugger.png) no-repeat center center / cover;
		width:100px;
		height:58px;
		border:none;
		outline: none;;
	}
	#header h1 img {
		width: 100px;
	}
}

@media(max-width:576.98px){
	#header h1 button{
		background:url(../_img/comm/logo_cloud_bugger.png) no-repeat center center / cover;
		width:80px;
		height:47px;
		border:none;
		outline: none;;
	}
	#header h1 img {
		width: 80px;
	}
	#header .gnb{
		padding-top:170px;
	}
}