

.pc_nav ul li a{
color: #fff;
font-size: 17px;
padding-bottom: 2px;
}

.pc_nav ul li:nth-of-type(2) a{
border-bottom: #fff solid 2px;
}

.pc_nav ul li:not(:first-child) a:hover{
border-bottom: #fff solid 2px;
}

.pc_nav ul li:first-of-type a{
border-bottom: none;
}

.pc_nav ul li:not(:first-child) a.g_link:hover{
border-bottom: none;
}