@media only screen and (min-width : 1025px)
{
	.w-nav-list.level_1 .w-nav-item.level_1 {
		position: relative;
		padding-right: 25px; 
	}

	.w-nav-list.level_1 .w-nav-item.level_1:not(:nth-last-child(-n + 2))::after {
		content: ""; 
		display: block; 
		position: absolute;
		right: 12px; 
		top: 50%;
		transform: translateY(-50%);
		width: 1px; 
		height: 30%;
		background-color: #000;
	}
	
    .ush_html_1::after {
        content: "";
        display: block;
        position: absolute;
        right: 95px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30%;
        background-color: #000;
  }

}