.use{background:#253862;padding:20px 0;}
.use .ctt{display:flex;justify-content:center;}
.use a{display:block;font-size:16px;margin-right:50px;color:#fff;}
.use a:last-child{margin:0;}
.footer{background:#222939;padding:60px 0;}
.footer .ctt{display:flex;justify-content:space-between;align-items:end;}
.footer_info{}
.footer_info img{display:block;width:250px;}
.footer_info strong{font-size:20px;font-weight:bold;color:#fff;display:block;margin-top:40px;}
.footer_info ul{margin-top:25px;}
.footer_info ul li{display:flex;align-items:center;font-size:14px;color:#fff;padding-bottom:15px;}
.footer_info ul li span{display:block;width:120px;}
.footer_info ul li p{opacity:0.6;font-weight:300;}

.footer_sns{display:flex;}
.footer_sns a{display:flex;align-items:Center;justify-content:center;width:50px;height:50px;background:#151b29;border-radius:50px;margin-right:10px;}
.footer_sns a img{width:22px;height:22px;opacity:0.3;filter:invert(1) brightness(10);}
/* 스크롤 커스텀 */
::-webkit-scrollbar {
  width: 5px;  /* 세로축 스크롤바 폭 너비 */
  height: 5px;  /* 가로축 스크롤바 폭 너비 */
}

::-webkit-scrollbar-thumb {
  background: #003361; /* 스크롤바 막대 색상 */
  border-radius: 12px 12px 12px 12px;
}

::-webkit-scrollbar-track {
  background: #e4e4e4; /* 스크롤바 뒷 배경 색상 */
}

/* 푸터 팝업 css */
.hidden{overflow:hidden !Important}
.pop_bg{width:100%;height:100%;background:rgba(0,0,0,0.3);position:fixed;top:0;left:0;z-index:9999}
.pop{z-index:99999;width:800px;height:800px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;overflow-y:scroll;padding:50px;padding-top:0;}
.pop_ctt{margin-top:0px;}
.pop_ctt div{}
.pop_ctt h2{font-size:14px;margin-top:25px;}
.pop_ctt p{font-size:12px;line-height:23px;margin-top:15px;}
.pop_ctt img{width:100%;}
.close{background:#fff;display:Flex;justify-content:space-between;position:sticky;top:0;padding:45px 0 25px 0;border-bottom:1px solid #e4e4e4;width:100%;}
.close b{font-size:16px;}
.close svg{width:15px;cursor:pointer;}
/* 푸터 팝업 css 끝 */

@media screen and (max-width:799px){
  .footer{padding-bottom:120px;}
  .footer .ctt{flex-wrap:wrap;}
  .use{padding:0;}
  .use .ctt{flex-wrap:wrap;width:100%;}
  .use a{padding:15px 0;font-size:12px;margin-right:0;width:50%;text-align:center;border-bottom:1px solid rgba(255,255,255,0.1)}
  .use a:nth-child(2n-1){border-right:1px solid rgba(255,255,255,0.1) !important}
  .use a:nth-child(n+3){border:0;}
  .footer_info img{width:180px;}
  .footer_info strong{font-size:16px;margin-top:20px;}
  .footer_info ul li{font-size:12px;align-items:start;}
  .footer_info ul li span{display:block;margin-bottom:5px;}
  .footer_info ul li p{line-height:22px;}
  .footer_sns{display:none;}
  
  /* 팝업 */
  .pop{width:90%;height:400px;}
}