/* 하단 레이아웃 */
#ft {margin:0 auto;text-align:center;background-color: #333;padding: 50px 0 65px;}
#ft_wr {margin:0 auto;padding:0 20px;position:relative;}
#footer_info {width:100%; padding: 0 0 40px;}
.copyr {margin-top:30px}

#ft_company, #ft_company a{color:#fff;line-height:1.5em;font-size: 18px;}
#ft_company div {margin-bottom: 35px;}
#ft_company div:last-child {margin-bottom: 0;}

#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;}

.ft_link ul,.privacy ul {display: flex;justify-content: center;}
.ft_link ul li {margin: 0 5px;}

.privacy ul li {display: flex;align-items: center;}
.privacy ul li:nth-child(1)::after {display: block;content: '';width: 1px;height: 18px;background-color: #fff;margin: 0 10px;}

.footer_info_title {margin-bottom: 20px;}