#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:1;
}


.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{
	font-weight: bold;
    display: block;
    height: 23px;
    line-height: 23px;
    font-size: 15px;
    float: left;
	margin-right: 15px;
}
.loginMenu li > a:hover{
	color: #737373;
}
.loginMenu li > a:active{
	color: #737373;
}




#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: 370px; padding-top: 2px; /*200713*/
	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:not(.rightend) {
	font-weight: normal;
	font-size: 13px;	/*200713*/
	color: #666;

	letter-spacing:-1px;font-size:13px;border-right:solid 1px #f6f3f3; /*200713*/
}

/* 190504 수정4 끝 */


.headerMenuBtn{
	float: right; padding: 14px 0 0 0; height: 46px;
}

footer{
	border-top: 1px solid rgb(209, 209, 209);
}

footer > div {
	background-color: #fff; /*200713*/
	width: 100%;
	text-align: center;
	color: #666;
	height: 200px;
	font-weight: normal;
}
