.floatingBanner {
    display: block;
    position: fixed;
    left: 32px;
    bottom: 32px;
    z-index: 8;
}

.floatingBanner.displayNone {
    display: none;
}

.floatingBanner .inner {
    width: 445px;
    height: 177px;
}

.floatingBanner .inner img {
    width: 100%;
    height: auto;
}

.floatingBanner .closeBtn {
    width: 49px;
    height: 49px;
    position: absolute;
    right: -18px;
    top: -18px;
    cursor: pointer;
    transition: 0.2s opacity;
    z-index: 9;
}

.floatingBanner .closeBtn:hover {
    opacity: 0.8;
}

.floatingBanner .closeBtn img {
    width: 100%;
    height: auto;
}

.floatingBanner .label {
    width: 259px;
    height: 49px;
    margin-left: -130px;
    margin-top: -25px;
    position: absolute;
    left: 50%;
    top: 100%;
    transition: 0.2s filter;
    cursor: pointer;
}

.floatingBanner .btnArea:hover {
    filter: brightness(1.2);
}


.floatingBanner .label img {
    width: 100%;
    height: auto;
}

#page-customer .customer-box-title2 {
    background-color: #569277 !important;
    line-height: 2;
    font-size: 12px;
}

#page-customer .customer-box-title2 b {
    font-size: 22px;
}

a:hover img {
    opacity: initial !important;
}

@media screen and (max-width: 768px) {
    .floatingBanner {
        margin-bottom: 15vw;
        position: relative;
        left: 0;
        bottom: 0;
        color: #fff;
    }

    .floatingBanner a {
        color: #fff;
    }

    .floatingBanner .inner {
        width: 100%;
        height: auto;
        padding-top: 4vw;
        padding-bottom: 6vw;
        text-align: center;
        font-size: 3.68vw;
        background-color: #569277 !important;
        line-height: 2;
    }

    .floatingBanner .inner b {
        font-size: 5.4vw;
    }

    .floatingBanner .label {
        width: 33.33333vw;
        height: 8.5vw;
        margin-left: -16.66666666vw;
        margin-top: -4.25vw;
        position: absolute;
        left: 50%;
        bottom: 100%;
    }

}