/*푸터*/
.footer{
	width:100%;
	height:330px;
	background-color:#f7f7f7;
	margin:0 auto;
}

.footer_con{
	width:1200px;
	margin:0 auto;
	margin-top:75px;
}

.footer_logo{
	text-align:center;
	margin:35px 0;
	padding-top:35px;

}

.snsicon{
	width:125px;
	margin:0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	text-align:center;
	justify-content:space-between;
	margin-bottom:30px;
}

.snsicon1{
	width:35px;
	height:35px;
	background-color:#bfbfbf;
	border-radius:5px;
	line-height:45px;
}

.snsicon2{
	width:35px;
	height:35px;
	background-color:#bfbfbf;
	border-radius:5px;
	line-height:45px;
}

.snsicon3{
	width:35px;
	height:35px;
	background-color:#bfbfbf;
	border-radius:5px;
	line-height:45px;
}

.snsicon img{
	margin:7px;
}

.footer_info{
	width:fit-content;
	display:table;
	overflow: hidden;
	margin:0 auto;
	justify-content:space-between;
}

.footer_info li { text-align: center; }

.footer_info1{
	color:#666;
	font-size:18px;
}

.footer_line>li{
	margin-top:10px;
	color:#aaa;
	font-size:14px;
}

.footer_sign{
	width:1200px;
	border-top:1px solid #dcdcdc;
	margin-top:30px;
}

.footer_sign1{
	width:fit-content;
	display:table;
	margin:0 auto;
	justify-content:space-between;
	margin-top:15px;
}

.footer_sign1 li {
	float: left;
	margin: 0 10px 0 0;
}

.footer_sign1>li>a{
	font-size:14px;
	color:#666;
	display: block;
}

.footer_sign_line{
	width:1px;
	height:15px;
	border-right:1px solid #8d8d8d;
}

.coyright{
	color:#aaa;
	text-align:center;
	font-size:14px;
	margin-top:30px;
}

.gnb-menu{
	height:70px;
	/*margin-top:31px;*/
}

.hover{
	position:absolute;
	height:285px;
}