/* 하단 레이아웃 */
#ft {text-align:left;background-color: #333;margin:0 auto;padding: 70px 0;}
#ft_wr {display: flex;justify-content: space-between;margin: 0 auto;padding: 0 30px;}
/* #ft_wr .ft_cnt {width:100%;} */
/* #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: 35px 0;font-size: 13px;}
.ft_login a {font-size: 15px;color:#fff;text-decoration: underline;}
.ft_cnt {display: flex;justify-content: flex-end;}
.ft_cont {margin-right: 80px;}
.ft_cont.last {margin-right: 0;}
.ft_cont a {text-decoration: underline;}
.ft_title {margin-bottom: 40px;}
.last .ft_title {text-align: right;}
.ft_link ul {width: 90px;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.ft_link ul li {margin-left: 5px;margin-bottom: 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;}