/* 하단 레이아웃 */
#ft {text-align:left;background-color: #304fa2;margin:0 auto;padding: 70px 0;}
#ft_wr {display: flex;margin: 0 auto;padding: 0 50px;gap: 70px;}
/* #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;display: flex;flex-wrap: wrap;align-items: center;gap: 0 50px;}
.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: 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;}

.ft_banner {background-color: #f5f5f5;}
#banner_img {height: 150px;display: flex;align-items: center;}
#banner_img img {padding: 0 200px;}