@charset "utf-8";
.footer {
	position: relative;
	padding: 90px 0;
	font-size: 14px;
	border-top: 0px solid #dedede;
	background: url(http://img.einet.kr/P202206026/responsive/comm/footer_bg.jpg) center center no-repeat;
 background-size: cover
}
.footer.noneLine {
	border-top: none;
}
.footer_wrap {
	position: relative;
	max-width: 1400px;
	margin: auto;
}
.footer_top {
	position: absolute;
	top: 0; left: 0;
	display: inline-block;
	z-index: 3;
	text-align: center;
}
.footer_top .footer_logo {
	display: block;
	width: 140px; height: 130px;
	margin: auto;
}
.footer_top .footer_logo img {
	max-width: 100%;
}
.footer_top .phone {
	display: inline-block;
	margin-top: 30px;
	padding-left: 1px;
	font-family: 'Lato';
	font-size: 18px;
	color: #fff;
}

.f-banner{ position: absolute; top: 0; right: 0; max-width: 300px;}


.footer_top .phone i {
	margin-right: 6px;
}
.footer_top .phone span {
	padding: 0 3px;
	color: #eee;
}
.footer_top .phone_2nd i {
	display: none;
}

.footer_menu {
	position: relative;
	text-align: center;
}
.footer_menu a {
	position: relative;
	display:inline-block;
	margin-right: 12px;
	padding-right: 12px;
	color: #fff;
}
.footer_menu a:last-child {
	margin-right: 0;
	padding-right: 0;
}
.footer_menu a::after {
	content: '';
	position: absolute;
	top: 2px; bottom: 0; right: 0;
	margin: auto;
	width: 1px; height: 14px;
	background-color: #666;
}
.footer_menu a:last-child::after {
	display: none;
}
.footer_menu a .inet {
	margin-left: 10px;
}

.footer_info {
	position:relative;
	margin-top: 20px;
	color: #fff;
	text-align: center;
}
.footer_info dl.cp_name {
	display: none;
}
.footer_info dl {
	display: inline-block;
	line-height: 24px;
}
.footer_info dl dt {
	position: relative;
	display: inline-block;
}
.footer_info dl dt::after {
	content: ' : ';
}
.footer_info dl dd {
	display: inline-block;
	margin-right: 20px;
}

.footer .copyright {
	margin-top: 40px;
	font-family: 'Lato';
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}


.footer .scrollTop {
	position: fixed;
	right: 6px; bottom: -30px;
	display:none;
	width: 40px; height: 40px;
	border-radius: 100%;
	background: rgba(32,32,32,0.8);
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity:0;
	visibility:hidden;
}
.footer .scrollTop.active {
	bottom:6px;
	display: inline-block;
	opacity:1;
	visibility:visible;
	transition: all 0.3s;
}
.footer .scrollTop i {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}
.footer .scrollTop:hover {
	background: rgba(32,32,32,0.6);
	
}


.footer_sns {
	padding: 20px 0 0px 0;
}
.footer_sns .quick_icon  { 
	width: 40px;
	height: 40px;
	border-radius:30px;
	background: #fff;
	color: #333;
	display: inline-block;
	
	line-height: 40px;
	font-size: 24px;
	margin-right: 10px;
	 }
	 

.footer_sns .quick_icon:hover  { 
	background: #ffb5ca;
	
	 }
	 	 
 .kakao img{ 	
margin-top: -5px;
max-width: 24px;
	 }


@media (max-width: 1420px) {
	.footer {
		position: relative;
		padding: 50px 0;
	}
	.footer_top {
		position: relative;
		top: auto; left: auto;
		width: 100%;
		margin-bottom: 30px;
	}
    .f-banner{ display: block; position: relative; top: auto; right: 0; left: 0; margin: 0 auto; max-width: 400px; margin-top: 60px;}

}


@media (max-width: 1024px) {
	.footer {
		padding: 40px 0 60px;
		background: url(http://img.einet.kr/P202206026/responsive/comm/footer_bg.jpg) 20%  bottom no-repeat;
		background-size: cover;
	}
	.footer_wrap {
		max-width: calc(100% - 30px);
	}
	.footer_top .footer_logo {
		width: 140px; height: 120px;
	}
	.footer_top .phone {
		display: block;
		margin: 30px auto 0;
		text-align: center;
	}
	.footer_top .phone a {
		display: inline-block;
		width: 158px; height: 40px;
		line-height: 38px;
		border-radius: 20px;
		border: 1px solid #b7b7b7;
		font-size: 15px;
		vertical-align: top;
	}
	.footer_top .phone span {
		display: none;
	}
	.footer_top .phone_2nd {
		margin-left: 4px;
	}
	.footer_top .phone_2nd i {
		display: inline-block;
	}

	.footer_menu {
		text-align: left;
	}
	.footer_menu::after {
		display: none;
	}
	.footer .phone i {
		font-size: 15px;
		margin-right: 8px;
	}
	.footer_menu a {
		margin-right: 10px;
		padding-right: 10px;
		font-size: 12px;
		line-height: 24px;
	}
	.footer_menu a:after {
		display: none;
	}
	.footer_menu a:last-child:after {
		display: none;
	}
	.footer_menu a .inet {
		margin-left: 5px;
		max-width: 17px;
		padding-bottom: 3px;
	}
	.footer_info dl.cp_name {
		display: inline-block;
	}
	.footer_info {
		margin-top: 20px;
		text-align: left;
	}
	.footer_info dl {
		display: block;
		font-size: 12px;
		line-height: 1.68;
	}
	.footer_info dl dt {
		width: 100px;
		vertical-align: top;
	}
	.footer_info dl dt::after {
		content: '';
	}
	.footer_info dl dd {
		width: calc(100% - 110px);
		margin-right: 0;
		word-break: keep-all;
	}
	.footer .copyright {
		margin-top: 50px;
		font-size: 11px;
		line-height: 1.36;
		color: #fff;
	}
}



@media (max-width: 340px) {
	.footer_top .phone a {
		width: 138px; height: 40px;
		line-height: 38px;
		border-radius: 20px;
		border: 1px solid #b7b7b7;
		font-size: 13px;
		vertical-align: top;
		
	}
	
}