/* __________ footer __________ */
.footer {
    background-color: #000;
    height: 100vh;
    position: relative;
    z-index: 10;
}

.footer .cont {
    width: fit-content;
    margin: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.footer .wrap1::after {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #a3a3a3;
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.footer .wrap1 .title1 {
    padding-top: 20px;
    display: inline-block;
    text-shadow: 0px 1px 1px #000;
}

.footer .wrap1 .title1::after {
    content: '';
    position: relative;
    width: 100%;
    height: 7px;
    background-color: #fcff1e;
    z-index: -1;
    bottom: 24px;
    left: 0;
    display: block;
}

.footer .wrap1 .icon-eyes {
    display: block;
}
.footer .wrap1 .icon-eyesBig {
    display: block;
}

.footer .wrap2 .thirdParty {
    padding-bottom: 30px;
}

.footer .wrap2 .thirdParty > span {
    margin: 0 20px;
}

.footer .wrap2 .thirdParty .icon::after {
    content: '/';
    position: relative;
    top: -1px;
    left: -38px;
    color: #fff;
}

.footer .thirdParty .fb,
.footer .thirdParty .inster {
    margin: 31px;
}

.footer .copyRight {
    position: relative;
    bottom: 20px;
    position: absolute;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 992px) {
    /* .footer .noswiper{
        display: none;
    } */
}
@media (max-width: 991px) {
    .swiper-vertical>.swiper-wrapper>.swiper-slide.footer {
        height: 1024px!important;
    }
    /* .swiper.footer 樣式 */
    .swiper-slide.footer {
        display: -webkit-flex;
        display: flex;
    }
}

@media (max-width: 767px) {
    .swiper-vertical>.swiper-wrapper>.swiper-slide.footer {
        height: 600px!important;
    }

    .footer .icon-eyes {
        font-size: 20px;
    }
    .footer .icon-eyesBig {
        font-size: 12px;
    }

    .footer .wrap1 .title1 {
        font-size: 25px;
    }

    .footer .wrap1 .title1::after {
        bottom: 12px;
        width: 115px;
        margin: auto;
    }

    .footer .wrap1 .title1::before {
        content: '';
        position: relative;
        width: 240px;
        height: 7px;
        background-color: #fcff1e;
        z-index: -1;
        bottom: -31px;
        left: 0;
        margin: auto;
        display: block;
    }

    .footer .copyRight {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        bottom: 0;
    }

    .footer .copyRight::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #333;
        position: relative;
        display: block;
        top: -10px;
        left: 0;
    }
}