footer{
    background: var(--body-bgColor);
}
footer .w_main{
    border-top: 0.5px solid rgba(255,255,255,0.2);
    padding: 62px 0 66px 0;
}
.footer_top,.footerBottom_logo{
    display: flex;
    justify-content: space-between;
}
.footer_logoBox_right,.footer_logoBox_left{
    display: flex;
    align-items: center;
}
.footer_item strong{
    margin-bottom: 1rem;
    display: block;
    font-weight: normal;
    font-family: Gotham-Bold;
}
.footer_item strong span{
    display: none;
}
.footer_item strong.more_list{
    margin-top: 2.5rem;
}
.footer_item li{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.footer_item li svg{
    margin-right: 7px;
}
.footer_item li svg path{
    fill-opacity: 1;
}
.footer_item li:last-child{
    margin-bottom: 0;
}
.footer_item li,.footer_logoBox_left a:not(:first-child){
    opacity: 0.6;
    transition: all ease-out .2s;
    width: max-content;
}
.footer_item:not(:last-child) li:hover,.footer_logoBox_left a:not(:first-child):hover{
    opacity: 1;
}
.footer_bottom{
    margin-top: 7.25rem;
}
.footerBottom_logo{
    border-bottom: 0.5px solid rgba(255,255,255,0.2);
    padding-bottom: 5px;
}
.footer_logoBox_left svg{
    opacity: 0.8;
    margin: 0 2.8125rem -7px 0;
}
.footer_logoBox_left a:last-child{
    margin-left: 14px;
}
.footer_logoBox_right svg:not(:first-child){
    margin-left: 40px;
}
.footer_logoBox_right a{
    margin-left: 40px;
}
.footer_logoBox_right a svg rect,.footer_logoBox_right a svg path{
    transition: all ease-out .2s;
}
.footer_logoBox_right a svg:hover rect,.footer_logoBox_right a svg:hover path{
    fill-opacity: 0.9;
}
.footerBottom_text,.footerBottom_text a{
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
}
.footerBottom_text{
    padding-top: 10px;
}
.footerBottom_text span b{
    font-weight: normal;
}
.footerBottom_text a{
    margin: 0 10px 0 6px; 
}
.footerBottom_text a:hover{
    color: #fff;
    transition: all ease-out .2s;
}
@media only screen and (max-width: 1024px) {
    footer .w_main{
        padding: 40px 0;
        border-top: 0;
    }
    .footer_top, .footerBottom_logo{
        display: block;
    }
    .footer_item{
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding: 20px 0;
        box-sizing: border-box;
    }
    .footer_item:first-child{
        border-top: 1px solid rgba(255,255,255,0.15);
    }
    .footer_item strong{
        font-size: 15px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .footer_item strong svg{
        height: 13px;
        width: 13px;
        color: #fff;
    }
    .footer_item strong svg path{
        fill-opacity: 1;
    }
    .footer_item[data-show="false"] strong span.minus{
        display: none;
    }
    .footer_item[data-show="false"] strong span.add{
        display: block;
    }
    .footer_item[data-show="true"] strong span.minus{
        display: block;
    }
    .footer_item[data-show="true"] strong span.add{
        display: none;
    }
    .footer_item ul{
        display: none;
    }
    .footer_item li{
        margin: 16px 0 0 0;
        opacity: 0.5;
    }
    .footer_item li a{
        font-size: 13px;
    }
    .footer_bottom{
        margin-top: 0;
    }
    .footer_logoBox_right a:first-child{
        margin-left: 0;
    }
    .footerBottom_logo{
        padding: 20px 0;
        border-bottom: 0;
    }
    .footer_logoBox_left,.footer_logoBox_left a,.footer_logoBox_left a:not(:first-child){
        color: rgba(255,255,255,0.8);
        font-size: 12px;
        opacity: 1;
        margin-left: 0;
    }
    .footerBottom_text{
        font-size: 10px;
        padding-top: 5px;
        display: flex;
        flex-wrap: wrap;
    }
    .footerBottom_text span:last-child{
        width: 100%;
    }


}