@media screen and (min-width:768px) {
    #mobileMenu, #mobileUserMenu {
        display: none !important;
    }
}
@media screen and (max-width:767px) {
    body {
        padding-bottom: 59px;
    }
    .container {
        padding:0 15px;
    }
    #topBar {
        background: var(--white);
    }
    #topBar .campaign {
        display: none;
    }
    #topBar .links {
        height: 40px;
        justify-content: unset;
    }
    #topBar .links a:not(:last-child) {
        border-right: 1px var(--grey3) solid;
    }
    #topBar .links a {
        width: 20%;
        text-align: center;
        font-size: 0.7333rem;
        color: var(--grey1);
        line-height: 13px;
    }
    #topBar .links a:first-child {
        padding-left: 20px;
    }
    #topBar .links a:last-child {
        padding-right: 20px;
    }
    #logoButtons {
        background: transparent;
        padding: 20px 0;
        border: 0;
    }
    #logoButtons .row {
        height: 40px;
    }
    .headerSearchBox, .headerButtonGroup, #headerNav {
        display: none;
    }
    .headerLogo {
        margin-left: auto;
        margin-right: auto;
        max-width: unset;
        justify-content: center;
    }
    .headerLogo img {
        height: 40px;
    }
    .mobileMenuIcon,.mobileUserMenuIcon {
        display: block;
        position: absolute;
        left: 20px;
        top: 5px;
        color: var(--text-dark);
        font-size: 1.5833rem;
    }
    .mobileUserMenuIcon {
        left: auto;
        right: 20px;
        font-size: 1.778rem;
    }
    #homeStories .container {
        padding-left: 0;
        overflow: hidden;
    }
    #homeStories .story {
        margin-right: 30px;
    }
    #slideArea .slideAreaWrapper {
        flex-wrap: wrap;
    }
    #bigSlide {
        width: 100%;
        height: 138px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    #bannerList {
        flex-direction: column;
    }
    #bannerList .banner {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #bannerList .banner a {
        margin:0 auto;
        width: 100%;
        max-width: 384px;
    }
    #bannerList .banner a img {
        width: 100%;
    }
    #homeGameTabContents .homeGameTab {}
    #homeGameTabContents .homeGameTab > .d-fx {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #homeGameTabContents .homeGameTab .tabBox {
        width: 48%;
        max-width: unset;
    }
    #homeGameTabContents .homeGameTab .tabBox + .tabBox {
        margin-left: 0;
    }
    #homeGameTabContents .homeGameTab .tabBox a .img img {
        width: 100%;
    }
    #homeGameTabLinks ul li a div.mobile {
        display: flex;
    }
    #homeGameTabLinks ul li a.active:after,
    #homeGameTabLinks ul li a div.desktop {
        display: none;
    }
    #homeAdvsTabLinks {
        margin-bottom: 20px;
    }
    #homeAdvsTabLinks .sectionTitle {
        display: none;
    }
    #homeAdvsTabLinks .tabLinks ul li a {
        font-size: 0.7333rem;
        line-height: 0.8667rem;
    }
    #homeAdvsTabLinks .tabLinks ul li a div.mobile {
        display: flex;
    }
    #homeAdvsTabLinks .tabLinks ul li a div.desktop,
    #homeAdvsTabLinks .tabLinks ul li a.active:after {
        display: none;
    }
    #homeAdvsTabContents {
        margin-left: 0;
        margin-right: 0;
    }
    #homeAdvsTabContents .homeAdvsTab > .d-fx {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #homeAdvsTabContents .homeAdvsTab .tabBox {
        width: calc( (100% / 2 ) - 20px );
        width: 48%;
        margin: 0 0 15px;
        max-width: unset;
    }
    #homeAdvsTabContents .homeAdvsTab .tabBox a .img {
        width: 100%;
        aspect-ratio: 1;
        height: auto;
    }
    #homeAdvsTabContents .homeAdvsTab .tabBox a {
        height: auto;
    }
    #homeAdvsTabContents .homeAdvsTab .tabBox a .discount {
        display: none;
    }
    #blogArea .showAllBtn {
        margin-left: auto;
    }
    .blogList {
        width: 100%;
        overflow: hidden;
    }
    .blogList .blogBox {
        width: 100%;
        flex-shrink: 0;
    }
    .blogList .blogBox .img {
        width: 156px;
        height: 156px;
    }
    .blogList .blogBox + .blogBox {
        margin-left: 0;
    }
    .blogList .blogBox .txt .title {
        margin-bottom: 5px;
        font-size: 0.8667rem;
        line-height: 1.0153rem;
    }
    .blogList .blogBox .txt .desc {
        max-height: 45px;
    }
    .whyUsList {
        flex-direction: column;
    }
    .whyUsList .whyUsBox {
        width: 100%;
        margin-bottom: 20px;
    }
    .whyUsList .whyUsBox + .whyUsBox {
        margin-left: 0;
    }
    .whyUsList .whyUsBox .icon {
        width: 68px;
        height: 68px;
    }
    .whyUsList .whyUsBox .txt .desc {
        line-height: 1rem;
    }
    #platformsArea {
        display: none;
    }
    .footerContent {
        flex-wrap: wrap;
    }
    .footerContent > div {
        width: 100%;
    }
    .footerAbout img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footerAbout .txt {
        max-width: unset;
    }
    .footerMenu {
        padding:0 10px;
    }
    .footerMenu ul {
        display: none;
    }
    
    .footerMenu .menuTitle {
        position: relative;
        cursor: pointer;
    }
    .footerMenu .menuTitle:after {
        width: 12px;
        height: 8px;
        font-size: 8px;
        content: "\e915";
        position: absolute;
        right:0;
        top: 22px;
        color: var(--grey1);
        font-family: 'oyunx' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.4s;
    }
    .footerMenu .menuTitle.opened:after {
        transform: rotate(180deg);
    }
    .footerContent > div.footerContact {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .footerContact .contact {
        font-size: 0.8667rem;
    }
    .footerContact .form form input {
        width: 154px;
        flex-grow: 0;
    }
    .footerContact .contact a {
        flex-grow: 1;
        text-align: center;
    }
    #mobileBottoMenu {
        display: block;
    }
    #mobileSearchArea {
        display: block;
    }
}
@media screen and (max-width:529px)  {
    #smallSlide {
        width: 260px;
        height: 260px;
        margin-right: 0;
    }
    #otherImages {
        width: 108px;
        height: 260px;
        margin-left: auto;
    }
    #otherImages .slide {
        width: 108px;
        height: 53px;
    }
    #otherImages .slide + .slide {
        margin-top: 16px;
    }
    #topBar .links a,
    #topBar .links a:first-child,
    #topBar .links a:last-child {
        padding:0 10px
    }
    
}