/* 서브gnb */
.Main-Sub-Nav2 {
	box-sizing: border-box;
	overflow:hidden;
	width:180px;
	padding-top:20px;
	
	
	position:absolute;
	z-index:100;
	/* left:0; */
	left:743px;
	/* top:245px; */
	top:218px;
	
	
	display:none;
}

.Main-Sub-Nav2 * {
	box-sizing: border-box;
}

.Main-Sub-Nav2 .subInner {
	width:100%;
/* 	border:1px solid #ccc; */
	background:#fff;
}

.Main-Sub-Nav2 .menuGnb {
	width:180px;
}
.Main-Sub-Nav2 .menuGnb li {
	border: 1px solid #ccc;
	width:100%;
}

.Main-Sub-Nav2 .menuGnb li:nth-child(n+2) {
	border-top: 0;
}

.Main-Sub-Nav2 .menuA {
	box-sizing: border-box;
	display:block;
	overflow:hidden;
	width:100%;
	height:40px;
	cursor:pointer;
	padding:8px 0 0 0;
}

.Main-Sub-Nav2 .current .menuA {
	background:#f7f7f7;
}

.Main-Sub-Nav2 .text {
	float:left;
	padding: 0 5px 0 15px;
	font-weight:400;
	font-size:14px;
	color:#333;
	line-height:22px;
	white-space:nowrap;
}

.Main-Sub-Nav2 .current .menuA .text {
	font-weight: 700;
}


.Header.Header-fixed .Main-Sub-Nav2 {
	top: 79px;
}

.Main-Nav ul li.First:hover .Main-Sub-Nav2 {
	display: block;
}
