/* 하단 레이아웃 */
#ft {margin:0 auto;text-align:left;padding: 40px 0 0;background-color: #eee;}
#ft_wr {margin:0 auto;padding:0 20px;position:relative;}
#ft_wr .ft_cnt {width:100%;}
/* #footer_info {width:100%;} */
.copyr {margin:20px 0 40px}

#ft_company, #ft_company a{font-weight:normal;color:#333;line-height:1.5em;font-size: 20px;}

.ft_cnt {display: flex;justify-content: space-between;}

#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_login {height: 60px;font-size: 20px;background-color: #ddd;}
.ft_login #ft_wr {height: 60px;display: flex;justify-content: space-between;align-items: center;}
.ft_login ul {display: flex;}
.ft_login li {display: flex;align-items: center;}
.ft_login li::after {content: '';display: block;width: 1px;height: 20px;background-color: #333;margin: 0 5px;}
.ft_login li:last-child::after {display: none;}