  .footer {
	background-color: #1E64C8;
	color: #fff;
	padding: 20px;
	font-family: PannoTextLight;
}

.ft-sect {
	display: inline-block;
	margin-right: 100px;
	vertical-align: top;
}

.ft-sect .ftsect-title {
	font-size: 20px;
	margin-bottom: 10px;
	font-family: PannoTextMedium;
}
.ftsect-list {
	
}
.ftsect-list > div {
	margin-bottom: 10px;
	font-size: 17px;
	font-family: PannoTextLight;
}
.ftsect-list a {
	margin-left: 4px;
}

.ft-bottom {
	margin-top: 50px;
	padding-top: 10px;
	border-top : 1px #ccc solid;
}

.ft-bottom .sns-links {
	width: 250px;
	min-height: 10px;
	float: left;
}

.ft-bottom .copyright {
	width: calc(100% - 250px);
	float: left;
}

.ft-bottom .cp-1 {
	width: 50%;
	float: left;
	line-height: 160%;
}
.ft-bottom .cp-2 {
	width: 50%;
	float: left;
	line-height: 160%;
}

.ft-bottom .cp-2 a {
	display: inline-block;
	margin-right: 30px;
}



.sns-links .sns-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	background-position: center center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-right: 5px;
	border-radius: 1px;
	cursor: pointer;
}
.sns-links .sns-icon.facebook {
	background-image: url(/html/widgets/theme/ghent/footer/img/ico-facebook.png);
}
.sns-links .sns-icon.utube {
	background-image: url(/html/widgets/theme/ghent/footer/img/ico-utube.png);
}
.sns-links .sns-icon.blog {
	background-image: url(/html/widgets/theme/ghent/footer/img/ico-blog.png);
}
.sns-links .sns-icon.insta {
	background-image: url(/html/widgets/theme/ghent/footer/img/ico-insta.png);
}
.sns-links .sns-icon.kakao {
	background-image: url(/html/widgets/theme/ghent/footer/img/ico-kakao.png);
}

.sns-links .sns-icon.facebook:hover {
	background-color: #37589a;
	background-image: url(/html/widgets/theme/ghent/footer/img/ico-facebook-white.png);
}
.sns-links .sns-icon.utube:hover {
	background-color: #cb2027;
	background-image: url(/html/widgets/theme/ghent/footer/img/ico-utube-white.png);
}
.sns-links .sns-icon.blog:hover {
	background-color: #2eb300;
	background-image: url(/html/widgets/theme/ghent/footer/img/ico-blog-white.png);
}
.sns-links .sns-icon.insta:hover {
	background-color: #2eb300;
	background-image: url(/html/widgets/theme/ghent/footer/img/ico-insta-white.png);
}
.sns-links .sns-icon.kakao:hover {
	/* background-color: #3d1e1e; */
	background-color: brown;
	background-image: url(/html/widgets/theme/ghent/footer/img/ico-kakao-white.png);
}



@media (max-width: 1024px) {
	.ft-sect {
		margin-right: 30px;
	}
	
	
}


@media (max-width: 767px) {
	.ft-sect {
		display: block;
		margin-right: 0;
		float: none;
		margin-bottom: 30px;
	}
	
	.ft-bottom .sns-links {
		float: none;
		width: auto;
		width: unset;
		margin-top: 10px;
	}
	
	.ft-bottom .copyright {
		float: none;
		width: auto;
		width: unset;
	}
	
	.ft-bottom .cp-1 {
		float: none;
		width: auto;
		width: unset;
		margin: 10px 0;
	}
	.ft-bottom .cp-2 {
		float: none;
		width: auto;
		width: unset;
		margin: 10px 0;
	}
}