/* 하단 레이아웃 */
#ft {text-align:left;background-color: #222;margin:0 auto;padding: 70px 0;}
#ft_wr {display: flex;justify-content: space-between;margin: 0 auto;padding: 0 50px;}
/* #footer_info {width:100%;} */

#ft_company, #ft_company a{font-weight:normal;color:#fff;line-height:1.5em;font-size: 13px;}

/* .ft_left {width: 300px;} */
.copyr {width: 100%;color:#fff;margin: 15px 0 30px;}
.ft_login a {font-size: 15px;color:#fff;text-decoration: underline;}
.ft_cnt {display: flex;justify-content: flex-end;gap: 80px;}
.ft_cont a {text-decoration: underline;}
.ft_title {margin-bottom: 30px;}
.ft_cont .ft_link ul {display: flex;gap: 5px;}

#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;}