/* 하단 레이아웃 */
#footer {background-color: #000;}
#ft {margin:0 auto;text-align:left; padding:70px 0 140px;}
#ft_wr {width:1500px;margin:0 auto;padding: 0;position:relative;}
#footer_info {width:100%;}

#ft_company {display:flex;}
#ft_company, #ft_company a{font-size: 16px; font-family: 'NotoSansKRLight';color:#999;line-height:1.5em}

.copyr {margin-top:0px}
.ft_logo {margin: 0 110px 0 20px;}
.privacy {margin-top: 40px;}

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#000;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}
#footer .top_btn{top: 10px;}