@charset "UTF-8";

.submenuTitle{display: none;}
.stitle01.submenuTitle{display: none;}
.contentHeader{display: block;}

.sub_visul_wrap{
	width: 100%;
	max-width:1600px;
	margin:50px auto 0;
	display: flex;
	padding:145px 0 0 0;
}

.sub_visul{
	width: calc(100%);
	height:340px;
	content: '';
	margin:0;
	padding:0;
	position:relative;
	overflow: hidden;
	opacity:1;
	border-radius: 50px;
	
	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::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	max-width:1600px;
	height: 40px;
	background-color: #f6f7f9;
	bottom:-41px;
	left: 50%;
	transform:translate(-50%, 0);
}
.submenupan{
	position: relative;
	display: block;
	width: 100%;
	margin: 60px auto 40px;
	padding:0;
	background-color: #fff;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.submenulayer{
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
} 
#subTopMenu{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 1600px;
    margin: 0 auto;
}
#subTopMenu > li{
	border-right: 1px solid #ddd; 
}
#subTopMenu > li:first-child{
	width: 50px;
	height: 50px;
	border-left: 1px solid #ddd;
}
#subTopMenu > li:first-child a{
	display:block;
	width:100%;
	height:100%;
	font-size: 0;
	background-color: #fff;
	
	background-image: url(../images/sub/icon_home.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position:center center;
}
#subTopMenu > li:not(li:first-child){
	width: 180px;
	height: 50px;
	line-height: 50px;
	position: relative;
}
#subTopMenu > li:not(li:first-child) > a{
	position: relative;
}
#subTopMenu > li:not(li:first-child) > a::before{
	display: block;
	content: '∨';
	width: 10px;
	height: 10px;
	font-size: 15px;
	color:#999;
	position: absolute;
	right: 10px;
	top:45%;
	line-height:1;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
}
#subTopMenu > li:not(li:first-child) a{
	display: block;
	width: 100%;
	height: 100%;
	color:#333;
	font-size: 16px;
	padding:0 10px;
	background-color: #fff;
}
#subTopMenu > li:not(li:first-child):hover ul{
	opacity: 1;
	z-index: 1;
	transition-duration: 0.25s;
	top:0;
    position: relative;
}
#subTopMenu > li:not(li:first-child) ul{
    box-shadow: 3px 0px 5px #ccc;
    opacity: 0; 
    position: absolute;
    top:-100%;
}
#subTopMenu > li:not(li:first-child) ul li a{
	background-color: #f9f9f9;
	color:#000;
	border-bottom: 1px solid #f5f5f5;
}
#subTopMenu > li:not(li:first-child) ul li a:hover{
	background-color: #f5f5f5;
	transition-duration: 0.25s;
	padding: 0 0 0 15px;
}


.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;
}


#subwrapper{
	background-color: #f9f9f9;
}
.contentpan{
	background-color: #fff;
}
#contents{
	width: 1600px;
	margin:0 auto;
	padding:60px 0 100px;
}


.submenuTitleText{
	color:#000;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	letter-spacing: -2px;
}
.contentHeader{
	border-bottom: none;
}















