
ul,li{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.astr-footer{
    width: 100%;
    padding: 50px 0px 0px;
}
.footer-MenuList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-MenuList li{
    width: 24%;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
    cursor: pointer;
    transition: .4s;
    margin-bottom: 26px;
}
.footer-MenuList li:hover{
    border-bottom: 1px solid #5c5c5c;
}
.footer-MenuList li a{
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.footer-MenuList li:hover a{
    opacity: .7;
}
.footer-Menu{
    width: 100%;
}
.footer-MenuWrap{
    width: 90%;
    margin: 0 auto;
    padding: 50px 20px;
    border-top: 1px solid #bfbfbf;
}
.copy-Wrap{
    background: #333;
    padding: 14px 0px;
    text-align: center;
    color: white;
}
.copy{
    font-weight: 400;
    font-size: 8px;
    color: lightgray;
}
@media screen and (max-width:768px){
    
    .footer-MenuWrap{
        width: 98%;
    }
    
    .footer-MenuList li{
        width: 48%;
    }
    .footer-MenuList li a{
        font-weight: 400;
        font-size: 11px;
    }
}
.footer-sns{
    width: 100%;
}
.footer-snsWrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-snsWrap li{
    margin: 50px 8px;
    transition: .4s;
    cursor: pointer;
}
.footer-snsWrap li a{
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: white;
    background: #333;
    border-radius: 50%;
}
.footer-snsWrap li:hover{
    opacity: .7;
}
.pageTop{
    position: relative;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.pageTop::before{
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    width: 1px;
    height: 30px;
    background: #333;
    transform: translate(0,50%);
}

.fs-l-footer{
    border-top: 0px solid transparent;
    color: #333;
    background: white;
}