/* Background */
#ko-ads-background {
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
    cursor: pointer;
}

#ko-ads-background img {
    max-width: 100%;
}

#ko-ads-background .bg-content-wrap {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
}

#ko-ads-background .bg-content-wrap .content {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 20px;
    z-index: 1;
}

.site-footer {
    z-index: 2;
    position: relative;
}

#ko-ads-background .center-space {
    max-width: 1050px;
    width: 200%;
    height: 0px;
}

#ko-ads-background .content-left,
#ko-ads-background .content-right {
    top: 100px;
    width: 150px;
}

/* TakeOver */
#ko-ads-takeover {
    overflow: hidden;
    position: relative;
    z-index: 900;
}

#ko-ads-takeover iframe {
    display: block;
    height: 0px;
}

#ko-ads-takeover .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
    color: #fff;
    padding: 6px;
    height: 30px;
    width: 30px;
    line-height: 13px;
    font-family: Arial;
    background: #000;
    border: solid 1px #000;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    #ko-ads-background .center-space {
        max-width: 1020px !important;
    }
}