/* 하단 레이아웃 */
#ft {margin:0 auto;text-align:left; padding:20px 0; background:#000000;}
#ft_wr {margin:0 auto;padding:0 20px;position:relative; }
#ft .wrapper {border-top:1px solid #222;text-align: right;background:#fff;}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:100%;padding:0 0}
#footer_info {width:100%; padding-top:10px; word-break: keep-all;}
.ft_left {float:left;margin-top:0; padding:0 0 0 0; font-size:13px; }
.ft_right {float: right;} /*개인정보처리방침*/
.ft_right a {color:#999}
.copyr {margin-top:10px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#999;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company, #ft_company a{font-weight:normal;color:#999;line-height:1.5em}

#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:left;width:1000px;margin:0 auto;padding:20px 0;color:#999;font-size:0.92em;border-top:1px solid #383838}
#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:#999}

/*footer*/
#ft_company{display:flex; justify-content: space-between;}
.ft_link>ul{display:flex;float: right; max-width:215px; flex-flow:wrap;justify-content: space-between;width:100%; height:100%; align-content: space-evenly;}
.ft_link img{max-width: 100%;}
@media screen and (max-width:900px){/*tab*/
    /*footer*/
    #ft_wr{padding:0;}    
    #ft_company>div:not(.top_btn){width:50%;padding:0 20px;}
    .ft_link{width:50%;margin: 0 auto;}
    .top_btn{right:0px;}

}
@media screen and (max-width:720px){ 

    #ft{font-size: 10px;}

}
@media screen and (max-width:550px){ /*mobile
    #ft{ width:100%; bottom:0; left:0;}
    #footer{position:fixed; width:100%; bottom:0; left:0;background:#fff;}
    body{padding-bottom:45px;}#ft,#footer{height:45px;}#ft_logo{line-height:45px;}*/
}