﻿footer{
    width: 100%;
    display: block;
    font-size: 0;
    position: relative;
}
.footer-bg-box{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.footer-bg-box .main-bg{
    background-position: 50% 60%;
}
.footer-bg-box span{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    /* mix-blend-mode: overlay; */
}
.footer-vendor-box{
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    padding: 50px 0;
    display: block;
}
#index .footer-vendor-box{
    display: block;
}
.footer-vendor-all-box{
    width: 1280px;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 40px;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.footer-vendor-all-box:first-child{
    margin-top: 0;
}
.footer-info-box{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    text-align: center;
    padding: 80px 0;
    display: block;
    height: inherit;
}
.footer-info-slogn{
    font-size: 28px;
    display: block;
    font-family: "Arial";
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.footer-info-text{
    font-size: 28px;
    display: block;
    font-weight: 700;
    font-family: "Arial";
    color: #ffce00;
    line-height: 1.2;
    margin-top: 30px;
}
.footer-info-contact-btn-box{
    margin-top: 60px;
}
.footer-info-contact-btn-box a{
    display: inline-block;
    width: 220px;
    position: relative;
    overflow: hidden;
    transition: all .3s linear;
}
.footer-info-contact-btn-box a>span{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 24px;
    letter-spacing: 0.01em;
    font-family: "Arial";
    font-weight: 700;
    color: #ffce00;
    line-height: 56px;
    border: 2px solid #ffce00;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    transition: all .3s linear;
}
.footer-info-contact-btn-box a:hover{
    background-color: #ffce00;
    border-color: transparent;
}
.footer-info-contact-btn-box a:hover>span{
    color: #fff;
}
.footer-info-community-box{
    margin-top: 25px;
}
.footer-info-community{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font-size: 40px;
    color: #ffd100;
    transition: all .3s linear;
}


.footer-bottom-box{
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 20px 0 30px 0;
    text-align: right;
}
.footer-logo-box{
    margin-bottom: 20px;
}
.footer-menu-box{
    width: calc(100% - 265px);
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.footer-menu-logo{
    display: inline-block;
    vertical-align: middle;
    width: 115px;
}
.footer-menu-all-box{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 115px);
    box-sizing: border-box;
    border-right: 2px solid #fff;
}
.footer-menu{
    text-align: center;
    width: 225px;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    transition: all .3s linear;
}
.footer-a-box{
    width: 265px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.footer-a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    transition: all .3s linear;
}
.footer-menu:hover,
.footer-a:hover{
    color: #ffce00;
}

.footer-web{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.01em;
    font-family: "Arial";
    font-weight: 300;
    display: block;
    opacity: 0.5;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 20px;
    text-align: center;
}



@media only screen and (max-width: 1500px){
    .footer-bottom-box{
        width: 1200px;
    }
    .footer-menu {
        width: 170px;
    }
}
@media only screen and (max-width: 1280px){
    .footer-vendor-all-box{
        width: 1000px;
        column-gap: 10px;
    }
}
@media only screen and (max-width: 1200px){
    .footer-bottom-box{
        width: 1000px;
    }
    .footer-a{
        margin-left: 30px;
    }
    .footer-menu{
        font-size: 26px;
        width: 150px;
    }
    .footer-menu-box{
        width: calc(100% - 171);
    }
    .footer-a-box{
        width: 171px;
    }

}
@media only screen and (max-width: 1000px){
    .footer-bottom-box{
        padding: 40px 0;
    }
    .footer-a-box{
        width: 100%;
        margin-top: 20px;
        border-left: none;
        text-align: center;
        padding-right: 0;
    }
    .footer-menu-box {
        width: 100%;
        text-align: center;
    }
    .footer-menu-logo{
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .footer-menu:last-child{
        border-right: 2px solid #fff;
    }
    .footer-menu-all-box{
        width: 100%;
        max-width: calc(100% - 40px);
    }
    .footer-a{
        margin: 0 20px;
    }

    .footer-vendor-box{
        padding: 20px 0;
    }
    .footer-vendor-all-box{
        width: 750px;
    }
}
@media only screen and (max-width: 750px){
    .footer-vendor-all-box{
        width: calc(100vw - 40px);
        column-gap: 5px;
        margin-top: 5px;
    }
    .footer-info-box{
        padding: 60px 0;
    }
    .footer-info-slogn{
        font-size: 20px;
    }
    .footer-info-text{
        font-size: 20px;
    }
    .footer-info-contact-btn-box{
        margin-top: 20px;
    }
    .footer-menu {
        width: 18vw;
    }
    .footer-menu-logo{
        width: 100px;
    }
    .footer-info-contact-btn-box a{
        width: 200px;
    }
    .footer-info-contact-btn-box a>span{
        font-size: 20px;
        line-height: 40px;
    }
    .footer-info-contact-btn-box a>span{
        border-width: 2px;
    }
    
}
@media only screen and (max-width: 550px){
    .footer-info-box{
        padding: 30px 0;
    }
    .footer-info-slogn{
        font-size: 16px;
    }
    .footer-info-text{
        font-size: 16px;
    }
    .footer-info-contact-btn-box {
        margin-top: 10px;
    }
    .footer-info-contact-btn-box a{
        width: 140px;
    }
    .footer-info-contact-btn-box a>span{
        font-size: 16px;
        line-height: 30px;
    }
    .footer-info-community-box {
        margin-top: 15px;
    }
    .footer-info-community{
        width: 30px;
        margin: 0 10px;
    }
    .footer-logo-box{
        margin-bottom: 10px;
    }
    .footer-logo-box img{
        width: 100px;
    }
    .footer-bottom-box{
        padding: 20px 0;
    }
    .footer-menu{
        font-size: 16px;
        line-height: 24px;
        width: calc(80px - 2px);
    }
    .footer-a-box{
        margin-top: 20px;
    }
    .footer-a{
        width: 20px;
    }
    #index .footer-info-box{
        padding: 20px 0;
    }
    .footer-web{
        font-size: 12px;
        padding: 5px 0;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 400px){
}




@media only screen and (min-width: 1001px){
    .footer-vendor-all-box,
    .footer-info-slogn,
    .footer-info-text,
    .footer-info-contact-btn-box,
    .footer-info-community-box,
    .footer-logo-box,
    .footer-menu-box,
    .footer-a-box,
    .footer-web{
        opacity: 0;
    }
    footer.anima .footer-vendor-all-box{
        animation: fadeInUp 1s ease 0s 1 both; 
    }
    footer.anima .footer-info-slogn{
        animation: fadeInUp 1s ease 0.4s 1 both; 
    }
    footer.anima .footer-info-text{
        animation: fadeInUp 1s ease 0.5s 1 both; 
    }
    footer.anima .footer-info-contact-btn-box{
        animation: fadeInDown 1s ease 0.6s 1 both; 
    }
    footer.anima .footer-info-community-box{
        animation: fadeInDown 1s ease 0.7s 1 both; 
    }
    footer.anima .footer-logo-box,
    footer.anima .footer-menu-box,
    footer.anima .footer-a-box,
    footer.anima .footer-web{
        animation: fadeInDown 1s ease 0.8s 1 both; 
    }

}