@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.non-salary{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:auto;z-index:9999999;cursor:pointer;}
.non-salary img{width:100%;}
.footer{background:#333;padding:80px 0;}
.footer .container{display:flex;justify-content:space-between;}
.ft_logo{width:20%;}
.ft_logo img{width:100%;}
.ft_txt{width:70%;}
.ft_txt a{color: #fff;
    display: block;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px solid #fff;
    width: fit-content;
    margin-left: 10px;
  margin-bottom: 10px;}
.ft_txt span{display:inline-block;color:#fff;font-size:13px;padding:5px 10px;}
.ft_txt span:last-child:after{display:none !important;}
.ft_txt span:after{display:inline-block;content:"";width:2px;position:relative;left:10px;height:10px;background:#fff;}
  .end:after{display:none !important;}
.copy{font-size:12px;letter-spacing:1px;opacity:0.5;color:#fff;padding:10px;}


@media screen and ( max-width:799px){
  .footer{padding:30px 0;padding-bottom:200px;}
  .footer .container{display:block;}
  .ft_logo{width:100%;}
  .ft_logo img{width:150px;margin:0 auto;display:block;margin-bottom:25px;}
  .ft_txt{width:100%;text-align:center;}
  .ft_txt a{margin:10px auto;}
  .non-salary{width:90%;}
  .ft_txt span{font-size:11px;}
  .copy{font-size:10px;line-height:19px;}
}