@charset "utf-8";


#foot_layout {position:relative;padding: 40px 0 50px;background: #1f1f1f;}
#foot_layout .footer-link {}
#foot_layout .footer-link ul {}
#foot_layout .footer-link ul li {display:inline-block; position: relative;padding: 0 20px;}
#foot_layout .footer-link ul li:first-child {padding-left:0;}
#foot_layout .footer-link ul li:after {display:block;position:absolute;right:0;top: 5px;content:'';width:1px;height:15px;background:rgba(255,255,255,.15);}
#foot_layout .footer-link ul li:last-child:after {display:none;}
#foot_layout .footer-link ul li a {display:block;font-size:16px;font-family: 'nsr','맑은고딕','Malgun Gothic',-apple-system;color: rgba(255,255,255,.5);}
#foot_layout .footer-link ul li.color a{
  color: #00B0E8;
  font-weight: bold;
}
#foot_layout .footer-link ul li.on a{font-weight: bold;}
#foot_layout .footer-info {}
#foot_layout .footer-info .copy {margin: 40px 0 0;}
#foot_layout .footer-info .copy > div {}
#foot_layout .footer-info .copy > div span {display:inline-block;margin: 0 10px;color: rgba(255,255,255,.5);font-size:15px;}
#foot_layout .footer-info .copy p {margin: 0;color: rgba(255,255,255,.5);font-size:15px;}
#foot_layout .footer-info .copy a {display:inline-block;color: rgba(255,255,255,.5);font-size:15px;}
#foot_layout .flogo {position:absolute;right:0;bottom: 40px;opacity:0.3;}

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

@media(max-width:1023px){
    #foot_layout .footer-link ul {text-align: center;} 
    #foot_layout .footer-link ul li {padding:0 13px;}
    #foot_layout .footer-link ul li:first-child {padding-left:13px;}
    #foot_layout .footer-link ul li:after {right:-3px;}
    #foot_layout .footer-info .copy {margin: 25px 0 0;text-align:center;}
    #foot_layout .flogo {position:static;margin: 30px 0 0;text-align:center;}
}