@charset "UTF-8";

.l-gNav li {
    margin-left: 0 !important ;
    margin-right: 25px !important ;
}

@media screen and (max-width: 767px){
.l-header {
    height: 68px;
}
}
    
@media screen and (min-width: 768px){

.l-gNav {
	padding-left: 20px;
}
        
.l-gNav li a {
	position: relative;
    color: #ffffff;
    text-decoration: none;
}

.l-gNav li a:before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 0;
    height: 4px;
    border-radius: 10px;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
		transition: .3s;
}
}