@charset "UTF-8";

header #nav .gnav li:first-child a {
	color: #0077FC;
}

header #nav .gnav li:first-child a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	width: 100%;
	height: 5px;
	background: #0077FC;
}

@media screen and (max-width: 970px) {
	header #nav .gnav li:first-child a::before {
		content: none;
	}
}

