#footer{ width:100%; height:auto; clear:both}
.foot_menu{width:100%; padding:10px 20px; border-bottom:1px solid rgba(0,0,0,0.1);border-top:1px solid rgba(0,0,0,0.1); /*background-color: #f5f5f5;*/  }
.foot_menu .inner { max-width:1600px; margin:0 auto; padding: 0}
.foot_menu .fm{ float:left}
.foot_menu .fm li{ display:inline-block; line-height:2em; margin-right:15px; padding-right:15px; border-right:1px solid rgba(255,255,255,0.07); }
.foot_menu .fm li a{ font-size:1.08em; color:#555;}
.foot_menu .fm li a.point{color:#32c0eb;}
.foot_menu .fm li:last-child{border-right:0; margin-right:0}



.foot_box{width:100%; padding:20px;}

.footer_in .sns{  position: absolute; right: 0}
.footer_in .sns .sns_icon{ display: inline-block; margin-left: 10px; border: 1px solid #222; padding: 10px; border-radius: 50%; width: 40px; height: 40px; text-align: center; line-height: 20px; }
.footer_in .sns .sns_icon:hover { color:#fff; background-color: #222;}

.footer_in .menu { margin-top:20px; }
.footer_in #phone { display:inline-block; color:#fff; font-size:12px; text-align:center; padding: 0px 20px; background-color:#6C6}
.footer_in #kakao{ display:inline-block; color:#000; font-size:12px; text-align:center; padding: 0px 20px; background-color:#ffeb33}


.footer_in{ max-width:1600px; padding: 40px 0; height:auto;  margin:0 auto; box-sizing:border-box; position: relative;}
.footer_in address h5{ font-size:18px; letter-spacing: 3px; line-height:1.8; padding-bottom:20px; color:#222; font-weight:bold; }
.footer_in address p{ overflow:hidden; font-size:16px; color:#666;}
.footer_in address p strong{ font-weight: 500;  color:#666;}
.footer_in address p span{display:inline-block;margin-right:10px; line-height:1.8em;}
.footer_in address p.addr{margin-top:18px;}
.footer_in address{float:left; width:100%; font-style:normal; margin-bottom: 30px;}

.footer_in .copylight{ font-size: 14px; color: #333; margin-top: 20px;  letter-spacing: 0px;}

@media screen and (max-width: 576px) {
    .footer_in { width:100%; text-align: center;}
	.footer_in address { width:100%; text-align: left;}
	.footer_in .customer { width:100%; border-left:0; margin-left:0; padding-left:0}
	.footer_in .sns {position: relative; padding:30px}
	
}