@charset "UTF-8";

.sub_visul_wrap{
	width: 100%;
	display: flex;
    flex-direction: column-reverse;
	padding:98px 0 0 0;
}

.sub_visul_side{
	width: 100%;
    height: 10vh;
    background-color: #27409a;
    background-image: url(../images/main/dept_nemeX.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 300px;
    animation-name: key5;
    animation-duration: 2.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@-webkit-keyframes key5 {
  from {
    background-position: bottom right;
  }
  to {
    background-position: top right;
  }
}
.sub_visul{
	width: 100%;
	height:25vh;
	content: '';
	margin:0;
	padding:0;
	position:relative;
	overflow: hidden;
	opacity:1;
	
	animation-name: key2;
	animation-duration:1s;
 	animation-timing-function:ease-in-out;
 	animation-iteration-count : 1;
	
	background-image: url(../images/sub/dept_sub.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;  
}
@-webkit-keyframes key2 {
  from {
    background-position:left 1920px center;
    opacity:0;
  }
  to {
    background-position:center center;
    opacity:1;
  }
}

.submenupan{
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding:0;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.submenulayer{
	position: relative;
	display: block;
	width: 100%;
}
.submenuTitle{display: none;} 
#subTopMenu{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1620px;
    margin: 0 auto;
}
.submenu1list{
	border:none;
	border-right:1px solid #ddd;
	border-top:none;
	border-bottom: none;
}
.submenu1list:first-child{
	border-left: 1px solid #ddd;
}
.submenu1list,
.submenu1list.active{
    width: fit-content;
	min-width:200px;
	margin:0;
	padding:0;
}
.submenu1list.active,
.submenu1list:hover{
	border: none;
	transition-duration: 0.25s;
}
.submenu1list.active a,
.submenu1list:hover a{
	width: fit-content;
	min-width:200px;
	font-weight: 600;
	background: unset;
	background-color: #27409a;
	color:#fff;
	border: none;
	transition-duration: 0.25s;
}
.submenu1list a{
	display: block;
	width: fit-content;
	min-width:200px;
	text-align: center;
	padding:15px;
}


.contentHeader{
	display: none;
}
#subwrapper{
	background-color: #f9f9f9;
}



















