#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
}
#header h1>a{
	display: block;
	width: 208px;
}
#header h1>a>img{
	width: 100%;
}
#header #gnb_pc{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 80px;
	height: 100%;
}
#header .gnb_container>ul{
	display: flex;
	align-items: center;
	column-gap: 80px;
} 
#header .gnb_container>ul>li>a{
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #FFF;
	line-height: 1em;
}














