@charset "utf-8";

#foot_layout {position:relative;z-index: 15;padding: 55px 0;background:#1f1f1f;}

#foot_layout .footer-info {}
#foot_layout .footer-info .layout {padding-left:165px;}
#foot_layout .footer-info .flogo {position:absolute;left:0;top: -10px;width:102px;height:67px;background:url(/template/A1/images/flogo.png)no-repeat;font-size: 0;}
#foot_layout .footer-info .copy {}
#foot_layout .footer-info .copy address {}
#foot_layout .footer-info .copy address span {display:inline-block;margin-right: 20px;font-size:15px;font-family:'nsr','맑은고딕','Malgun Gothic',-apple-system;color: rgba(255,255,255,.5);}
#foot_layout .footer-info .copy p {margin:3px 0 0;color: rgba(255,255,255,.5);font-size:15px;font-family:'nsr','맑은고딕','Malgun Gothic',-apple-system;}

#foot_layout .flogo {position:absolute;top: 55px;right:50%;margin-right:-620px;}

@media(max-width:1299px){
    #foot_layout .flogo {right:30px; margin:0;}
   
}

@media screen and (max-width:1199px){
    #foot_layout .flogo {/* display:none; */}
}

@media screen and (max-width:1023px){
    #foot_layout {padding: 30px 0;}
    #foot_layout .footer-info {text-align:center;}
    #foot_layout .footer-info .copy address span {margin:0 10px;}
    #foot_layout .flogo {display:block;position:static;margin: 20px 0 0;text-align:center;}

}

