/* *****************************************
 * 1. 헤더 
 * ****************************************/
#header.load {
    top: 0;
}
#header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999999;
    transition: top .6s ease-in-out;
    -webkit-transition: top .6s ease-in-out;
    box-sizing: border-box;
}
#header #header_inner {
	max-width:1080px;
	margin:0 auto;
	position: relative;
}
#header h1 {
    z-index: 97;
    position: absolute;
    width: 237px;
    height: 48px;
    left: 0px;
    top: 28px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#header h1 a {
    display: block;
    height: 100%;
	background: url(/images/logo.png) 0 0 no-repeat;
}
#header .gnbWrap {
    text-align: right;
}
#header #gnb {
    font-size: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
	/* margin-right:180px; */
	/* padding-top:px; */
}
#header #gnb > li {
    display: block;
    text-align: center;
    float: left;
}
#header #gnb > li > a {
    display: block;
    line-height: 100px;
    color: #fff;
    padding: 0 27.5px;
    font-size: 18px;
    font-weight: 600;
}
#header.ov{
	background-color:#fff;
}
#header.ov #gnb > li > a {
    color: #000;
}
#header.ov h1 a {
	background: url(/images/logo_active.png) 0 0 no-repeat;
}

#header.active {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 0 14px rgba(0,0,0,.4);
}
#header.active #gnb > li > a {
    color: #000;
}
#header.active h1 a {
	background: url(/images/logo_active.png) 0 0 no-repeat;
}

#wrap{
	min-height: calc(100% - 130px) !important;
}



/* *****************************************
 * 2. 헤더 - mddia Query
 * ****************************************/

 @media only screen and (max-width: 1100px) {   
	#header #gnb {
		display: none;
	}
	#header h1 {
		left: 20px;
	}
	#header h1 a {
		display: block;
		height: 85%;
		background: url(/images/logo.png) 0 0 no-repeat;
	}
		
	#header.ov h1 a {
		background: url(/images/logo_active.png) 0 0 no-repeat;
		background-size: 85%;
	}
	#header h1 a {
		display: block;
		height: 85%;
		background: url(/images/logo_active.png) 0 0 no-repeat;
		background-size: 85%;
	}
	#header.active h1 a {
		background: url(/images/logo_active.png) 0 0 no-repeat;
		background-size: 85%;
	}
	 
	#header .gnbWrap {
		background-color:#fff;
	}

	#header #header_inner {
		height: 80px;
		width:100%;
	}
}

@media only screen and (max-width: 1024px) {   
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
}



/* *****************************************
 * 1. 푸터
 * ****************************************/
.footer{
	width:100%;
	height:130px;
	background:#3a3b3e;
}
.footer_inner{
	width:1080px;
	margin:0 auto;
	font-size:14px;
	padding-top:30px;
}
.footer_inner p,
.footer_inner li{color:#999;}
.footerCont{
	float:left;
	/* width:962px; */
	width: calc(100% - 118px);
}
.footerAdmin{
	float:left;
}
.footerAdmin > a {
	display:block;
	width:116px;
	height:32px;
	line-height:30px;
	text-align:center;
	border:1px solid #999;
	font-size:13px;
	font-weight: bold;
	color:#999;
}

.footerTitle, .footerTel{
	display: inline-block;
}


/* *****************************************
 * 2. 푸터 - mddia Query
 * ****************************************/

 @media only screen and (max-width: 1100px) { 
	.footer {
		width: 100%;
		height: 170px;
		background: #3a3b3e;
	}
	.footer_inner{
		width:100%;
		margin:0 auto;
		font-size:14px;
		padding-top:30px;
	}
	 .footerCont {
		float: unset;
		max-width: 962px;
		padding-left: 40px;
		padding-bottom: 20px;
	}
	.footerAdmin {
		float: unset;
		padding-left: 40px;
	}
	
    #wrap{
        min-height: calc(100% - 170px) !important;
    }
}

@media only screen and (max-width: 800px) {    
	.footer {
		width: 100%;
		height: 220px;
		background: #3a3b3e;
	} 
	.footerTitle, .footerTel{
		display: block;
	}
	
    #wrap{
        min-height: calc(100% - 225px) !important;
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 580px) {
    .footer_inner {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 480px) {
	.footerCont {
		margin-left: 40px;
		padding-left: 0px;
	}
	.footerAdmin {
		float: left;
		margin-left: 40px;
		padding-left: 0px;
	}
	.footerCont {
		float: left;
		/* width: 962px; */
		width: calc(100% - 40px);
	}
}
