
header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
	z-index: 99;
}
.h-wrap {
	height: 80px;
	position: relative;
	z-index: 50;
}
.h-wrap .logo {
	position: absolute;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	width: 158px;
	height: 100%;
	/*background: url(../img/logo_ex.png) no-repeat center*/;
}
.h-wrap .logo > h1 > a {
	display: block;
	width: 158px;
	height: 50px;
	text-indent: -9999px;
}
.h-wrap .gnb-wrap {
	max-width: 1300px;
	margin: 0 auto;
}
.h-wrap .gnb-wrap > ul {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background-color: rgba(255, 255, 255, .9);
	z-index: -1;
	box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
}
.h-wrap .gnb-wrap > ul > li.on > a {
	border-bottom: 2px solid #ffcb05;
	color: #ffcb05;
}
.h-wrap .gnb-wrap > ul > li > a {
	display: block;
	padding: 30px 40px;
	font-size: 18px;
	color: #111;
	font-weight: 400;

	border-bottom: 2px solid #fff;
}
.h-wrap .gnb-wrap > ul > li:last-child > a {
	color: #ffcb05;
}
.gnb-in {
	display: none;
	text-align: center;
	line-height: 2.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}
.h-wrap .gnb-wrap > ul.on .gnb-in {
	display: block;
}
.gnb-in > li > a {
	color: #111;
}
.gnb-in > li > a:hover {
	text-decoration: underline;
}

.h-wrap .log {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
}
.h-wrap .log ul li {
	display: inline-block;
	padding-left: 18px;
}
.h-wrap .log ul li a {
	color: #111;
	font-size: 14px;
}