/* bottom fixed banner dl */
.bottom-fixed-banner-dl {
    background: #ffc000;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.bottom-fixed-banner-dl__inner {
    align-items: center;
    background: #ffc000;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 750px;
    padding: 20px 15px;
}

.bottom-fixed-banner-dl__close-btn {
    width: 2.70vw;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
}

.bottom-fixed-banner-dl__icon {
    margin: 0 2.13vw 0 3.2vw;
    width: 90.2vw !important;
}

.bottom-fixed-banner img {
    display: block;
    width: 100%;
}

.bottom-fixed-banner button {
    outline: none;
}

.banner-fade-out {
    animation: fadeout-anim 0.5s linear forwards;
}

@keyframes fadeout-anim {
    100% {
        opacity: 0;
    }
}
