/* Footer */
.bottomLink {
    border-top: 0px solid #e4e4e4;
    border-bottom: 1px solid #444;
    background-color: #393633;
    font-family: Open Sans, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif
}

.bottomLink  ul{margin:0px auto;display:flex;padding:10px 0px;justify-content:center; width:50%;}
.bottomLink  ul li{padding:0px 10px}
.bottomLink  ul li a{color:#bbb;}

.zone{padding:0; text-align:center; float:right; right:18%; display:block; width:180px; position:absolute;}
.zone .list{margin:0px auto; padding:0px; overflow:hidden;}
.zone .site{width:170px; height:27px; padding:0px; margin:3px 0px 5px 10px; float:left; left:0px; padding-left:15px; padding-right:10px; font-weight:bold; color:#bbb; font-size:13px; background:#393633;}

.footer {
    border-top: 0px solid #e4e4e4;
    border-bottom: 0px solid #cda25a;
    background-color: #393633;
    font-family: Open Sans, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif
}
.footer a:hover, .footer a:focus {
    text-decoration: none
}

.footer .address{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	text-align:center; 
	line-height:1.5em; 
	color:#bbb; 
	font-size:15px; 
	padding:20px; 
	letter-spacing:0.7px;
	position:relative;
};
.footer .address .snslink{
	padding:0;
	margin:0;
}
.footer .address .snslink .sns{
	display:flex; 
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	right:0; 
	top:5px; 
}
.footer .address .snslink .sns li{
	flex:1; 
	padding:0;
	margin:0;
}

.footer .copyright {
    font-size: 13px;
    color: #999;
    line-height: 16px;
	background:#333;
}



.copyright{color:#999; font-size:15px; letter-spacing:1px;text-align:center;padding:10px 0px;border-top:1px solid #444;}
