
.footer_wrap {
	position: relative;
	width: 100%;
	height: 795px;
	margin-top: 78px;
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	z-index: 1;
}

.footer_wrap .btn_top {
	position: absolute;
	top: 20px;
	right: 60px;
	z-index: 1;
}

.footer_wrap .footer_top {
	position: relative;
	width: 100%;
	height: 697px;
}

.footer_wrap .footer_top::before {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 110px;
	background:#255770;
	z-index: -1;
}

.footer_wrap .footer_top::after {
	content: '';
	position: absolute;
	top: 0; right: 0; left: 0;
	width: 93%;
	height: 100%;
	margin: auto;
	background: url('http://img.einet.kr/P201812005/images/main/bg_footer.jpg') center no-repeat;
	z-index: -1;
}

.footer_wrap .content {
	position: absolute;
	top: 320px;
	right: 0;
	left: 0;
	width: 80%;
	margin: auto;
	text-align: center;
}

.footer_wrap .content .con {
	display: inline-block;
	vertical-align: top;
}

.footer_wrap .content .con .ft_txt { 
	margin-top: 20px;
	line-height:30px;
	font-family:'Noto Sans KR',sans-serif;
}

.footer_wrap .content .con .ft_call {
	font-size: 20px;
	font-family:'Noto Sans KR',sans-serif;
}

.footer_wrap .content .con .ft_call span {
	font-size: 25px;
	font-style: italic;
}

.footer_wrap .footer_middle {
	position: absolute;
	bottom: 280px;
	right: 0;
	left: 0;
	line-height: 30px;
	text-align: center;
	font-family:'Noto Sans KR',sans-serif;
}

.footer_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: inline-block;
	padding-right: 7%;
	height: 100px;
	line-height: 100px;
	text-align: right;
	background:#255770;
	font-family:'Noto Sans KR',sans-serif;
}

.footer_bottom .footer_logo {
	position: absolute;
	left: 4%;
	top: 0;
	margin: auto;
	width: 150px;
	height: 35px;
}

.footer_bottom a {
	display: inline-block;
	margin: 0 5px;
}

.footer_bottom b {
	color: #fff;
}
