.footer{margin-top:150px;}
.ft_top{background:#002d6a}
.ft_top ul{display:flex;justify-content:center;}
.ft_top ul li{}
.ft_top ul li a{padding:20px 0;font-size:16px;display:block;color:#fff;}
.ft_top ul li a:after{    display: inline-block;
    background: #fff;
    opacity: 0.5;
    width: 2px;
    height: 12px;
    margin: 0 25px;
    content: "";}
.ft_top ul li:last-child a:after{display:none;}
.ft_bottom{background:#122033}
.ft_bottom .cont{display:flex;padding:80px 0;align-items:center;justify-content:center;}
.ft_bottom img{width:250px;display:block;margin-right:70px;}
.ft_txt ul{}
.ft_txt ul li{color:#fff;font-size:16px;padding-bottom:5px;}
.ft_txt ul li span{font-weight:600;display:inline-block;padding-right:10px;}


.pop{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #e4e4e4;width:50%;overflow:hidden;z-index:9999999;display:none;}
.pop_ctt_wrap{padding:70px;overflow-y:scroll;height:700px;}
.pop_ctt{}
.pop_ctt img{width:100%;}
.pop_ctt h2{font-size: 14px;
    margin-top: 15px;
    border: 1px solid #000;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 50px;}
.pop_ctt p{font-size:13px;line-height:23px;color:#555;margin-top:15px;}
.close{position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;cursor:pointer;}
.close img{width:100%;}

@media screen and ( max-width:799px){
  .footer{margin-top:0px;padding-bottom:60px;}
  .ft_top ul li a{font-size:12px;}
  .ft_top ul li a:after {
    height: 9px;
    margin: 0 7px;
    content: "";}
  .pop{}
  .pop_ctt_wrap{padding:0;height:450px;}
  .pop{width:90%;height:450px;}
  .close{width:25px;height:25px;}
  .pop_ctt{padding:25px;}
  .pop_ctt h2{font-size:12px;}
  .pop_ctt p{font-size:11px;}
  
  .ft_bottom .cont{display:block;padding:50px 0;}
	.ft_bottom img {
    width: 200px;
    display: block;
      margin: 0 auto;}
  .ft_txt{padding:30px 20px;}
  .ft_bottom span{font-size:12px;font-weight:400;}
  .ft_bottom span:after {
    height: 9px;
    margin: 0 7px;
    content: "";}
  .ft_txt ul li{font-size:13px;display:flex;}
  .ft_txt ul li span{width:110px;}
}