/* 하단 레이아웃 */
#ft {margin:0 auto;text-align:left; padding:55px 0 90px; background:#333;font-size: 16px;}
@media screen and (max-width: 640px){
  #ft {padding: 25px 0;}
}

#ft_wr {margin:0 auto;padding:0 20px;position:relative; width:100%; max-width:1200px;}
#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:15px; word-break: keep-all;}

.ft_left {float:left;margin-top:0; padding:0 0 0 0; font-size:13px; }
.ft_right {position:absolute;top: 0;right: 0;} /*개인정보처리방침*/
.ft_right ul {display: flex;justify-content: flex-end;}
.ft_right ul li {display: flex;align-items: center;}
.ft_right ul li::after {display:block;content:'';width: 1px;height: 16px;background-color: #fff;margin: 0 5px;}
.ft_right ul li:last-child::after {display: none;}
.ft_right .ft_right_call {margin-top: 40px;}
@media screen and (max-width: 640px){
  .ft_right {position:inherit}
  .ft_right ul {display: flex;justify-content: flex-start;margin-top: 30px;}
}

.copyr {margin-top:20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;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:#fff;line-height:1.5em}

#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:left;width:1200px;margin:0 auto;padding:20px 0;color:#fff;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:#fff}

/*footer*/
/* #ft_company{display:flex;} */
/* #ft_logo{margin-right:100px;} */
.top_btn{margin-left:auto;}
.ft_banner{height:140px; line-height:140px;;}
.ft_banner img{max-width: 100%;}
/* .ft_login{margin-top:10px;} */
.bottom_admin{display:none;}

@media screen and (max-width:860px){/*tab*/
    /*footer*/

    .swiper-slide:last-child{height: 449px !important;;}
    .ft_banner{height:80px; line-height:80px;padding: 0 10px;}
    #ft_wr{padding:0 10px;}
    #ft_company{flex-flow:column; }
    .top_btn{position:absolute; top:0; right:0;}
    #ft_logo{margin-bottom:25px;}
}
@media screen and (max-width:720px){ 



}
@media screen and (max-width:640px){ /*mobile*/
    .bottom_admin{display:block;}
    .swiper-slide:last-child{height: 549px !important;;}
}