#headCover ul{
	float:right; 
}

#headCover{
	width:100%;
	background-color:rgba(255,255,255,1); /*0.9*/
	position:fixed;
	z-index:999;
}


#space-top
{
	height:20px;
}

#space-top2
{
	height:30px;
}

#mainLogo
{
	height:46px;
	/*background-size:210px;*/
	background-repeat:no-repeat;
	opacity:0.9;
}


.headerMenu li{
	font-weight: normal;
}

.headerMenu li > a{
	outline: none;
    text-decoration: none;
    color: #000000;
}
.headerMenu li > a:hover{
	color: #737373;
}
.headerMenu li > a:active{
	color: #737373;
}


.loginMenu li{
	font-weight: normal;
}

.loginMenu li > a{
	outline: none;
    text-decoration: none;
    color: #999;
    padding-left: 10px;
    font-size: 0.8em;
}
.loginMenu li > a:hover{
	color: #737373;
}
.loginMenu li > a:active{
	color: #737373;
}





#mainLogo:hover
{
	opacity:1;
}


#activeGnb {
}
#activeGnb p {
	font-size: 13px;
	line-height: 35px;
	color: #666;
}
#activeGnbDetail{
	/* 190505 수정5  */
	/*border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;*/ 
	
	background-color: white; z-index: 1000; position: absolute; top: 0px; height: 210px; padding-top: 20px;
	width: 100%; 
}
#activeGnb p > a:hover{
	color: black;
}
#activeGnb p > a:active{
	color: black;
}
.activeGnbMenu {
	float: left; 
}


/* 190504 수정4 시작 */
#headerGnb1 > thead > tr > th {
	font-weight: normal;
}
#headerGnb2 > thead > tr > th {
	font-weight: normal;
	font-size: 14px;
	color: #666;

	letter-spacing:-1px;font-size:13px;border-right:solid 1px #f6f3f3;
}
/* 190504 수정4 끝 */


.headerMenuBtn{
	float: right; padding: 14px 0 0 0; height: 46px;
}


footer > div {
	background-color: black;
	width: 100%;
	text-align: center;
	color: #CFCFCF;
	height: 160px;
	font-weight: normal;
}
