/* Responsive  Styles */

@media(max-width: 1460px){
    .about-section .title-panel {
        font-size: 2.06vw;
    }

    .about-section .text-panel p {
        font-size: 1.5vw;
    }

    .about-section .text-panel .en-text {
        font-size: 1.75vw;
    }
}

@media(max-width: 1024px){
    .category-btn {
        width: calc(25% - 40px);
        margin: 0 20px;
    }
}

@media(max-width: 900px){
    .category-btn {
        width: calc(25% - 30px);
        margin: 0 15px;
    }

    .about-section .title-panel {
        font-size: 3.25vw;
    }

    .about-section .text-panel p {
        font-size: 2.25vw;
        margin: 0 0 1.75%;
    }

    .about-section .text-panel p:last-child {
        margin-bottom: 0;
    }

    .about-section .text-panel .en-text {
        font-size: 2.5vw;
    }

    .about-section br {
        display: block;
    }

    .about-section .arrow-bg {
        width: 104%;
        height: 180px;
        left: -2%;
    }

    .about-section .arrow-bg .arrow-left, 
    .about-section .arrow-bg .arrow-right {
        width: 60px;
    }
}

@media(max-width: 767px){
    .mask-bg {
        width: 120%;
        height: 58%;
        left: -10%;
    }

    .header-section, .subpageModal .modal-header {
        height: 80px;
    }

    .logo {
        width: 200px;
    }

    .page-title {
        margin: 15px 0 10px;
        font-size: 20px;
    }

    .banner-section .banner-container .tilt-container {
        pointer-events: none;
    }

    .category-section {
        margin: 0;
    }

    .category-btn {
        height: auto;
    }

    .category-btn .c-panel:before {
        width: 75%;
        height: 110%;
    }

    .category-btn:hover .c-panel:before {
        width: 75%;
        height: 110%;
    }

    .category-btn .icon-panel {
        position: relative;
        top: 0;
        margin: -15% 0 0;
    }

    .category-btn .info-panel {
        width: 100%;
        padding: 0 0 10px 15px;
    }

    .category-btn .info-panel .icon, 
    .category-btn .info-panel .sub-text {
        display: none;
    }

    .category-btn .info-panel .kr-text {
        font-size: 16px;
    }

    .category-btn .info-panel .en-text {
        font-size: 12px;
    }
}

@media(max-width: 600px){
    .banner-section {
        width: 120%;
        position: relative;
        left: -10%;
    }

    .category-section:before {
        bottom: -50px;
        background-size: 800px;
    }

    .category-btn {
        width: calc(25% - 20px);
        margin: 0 10px;
    }

    .category-btn .info-panel {
        width: 100%;
        padding: 0 0 5px 12px;
    }

    .category-btn .info-panel .kr-text {
        font-size: 14px;
    }

    .category-btn .info-panel .en-text {
        font-size: 10px;
    }
}

@media(max-width: 500px){
    .mask-bg {
        width: 150%;
        height: 60%;
        left: -25%;
    }

    .banner-section {
        width: 130%;
        left: -15%;
    }

    .category-btn {
        width: calc(25% - 10px);
        margin: 0 5px;
    }

    .category-btn .info-panel {
        padding: 0 0 5px 12px;
    }

    .category-btn .info-panel .kr-text {
        font-size: 12px;
    }

    .category-btn .info-panel .en-text {
        font-size: 10px;
    }

    .about-section .title-panel {
        font-size: 3.25vw;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
        box-shadow: 0 2px 0 #133e76;
        padding: 2.5% 5% 2%;
        margin: 0 0 5%;
    }

    .about-section .text-panel p {
        font-size: 2.5vw;
        margin: 0 0 3%;
    }

    .about-section .text-panel .en-text {
        font-size: 2.75vw;
    }

    .about-section .arrow-bg {
        width: 114%;
        height: 150px;
        left: -7%;
    }
}

@media(max-width: 414px){
    .category-btn .info-panel {
        padding: 0 0 5px 10px;
    }

    .category-btn .info-panel .kr-text {
        font-size: 10px;
    }

    .category-btn .info-panel .en-text {
        font-size: 8px;
        position: relative;
        top: 5px;
    }
}

@media(max-width: 375px){
    .page-title {
        font-size: 18px;
    }

    .category-btn .info-panel {
        padding: 0 0 5px 5px;
    }
}

@media(max-width: 320px){
    .page-title {
        font-size: 16px;
    }
}

/* Subpage Queries */

@media(max-width: 1240px){
    .providers-btn {
        width: calc(20% - 20px);
    }
}

@media(max-width: 1024px){
    .providers-section {
        margin-top: 30px;
    }

    .providers-btn {
        width: calc(25% - 20px);
    }
}

@media(max-width: 960px){
    .menu-btn {
        width: calc(25% - 10px);
        margin: 0 5px;
    }

    .menu-btn .icon-panel {
        margin-right: 10px;
    }

    .menu-btn .text-panel .kr-text {
        font-size: 14px;
    }
}

@media(max-width: 767px){
    .providers-btn {
        width: calc(33.33% - 20px);
    }

    .sports-btn {
        width: calc(100% - 20px);
        margin: 0 10px 20px;
    }

    .modal-menu:after {
        display: none;
    }

    .menu-btn {
        max-width: 100px;
        height: auto;
        flex-wrap: wrap;
        padding: 5px 0 8px;
    }

    .menu-btn .icon-panel {
        margin: 0 auto 5px;
    }

    .menu-btn .text-panel {
        width: 100%;
    }

    .menu-btn .text-panel .kr-text {
        font-size: 12px;
        text-align: center;
    }

    .menu-btn .text-panel .en-text {
        display: none;
    }

    .menu-btn .tag {
        width: 80%;
        height: 2px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: 0;
    }

    .menu-btn.active .tag {
        display: none !important;
    }

    .menu-btn .tag:before {
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        transform: none;
    }

    .menu-btn .tag span {
        width: 60px;
        height: 16px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(#04b4f8, #0366e9);
        position: absolute;
        top: -45px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 0 3px;
    }
}

@media(max-width: 600px){
    .modal-menu {
        margin: 20px 0 0;
        padding-bottom: 15px;
    }

    .providers-btn .a-footer img {
        max-width: 80px;
    }
}

@media(max-width: 500px){
    .providers-section {
        width: calc(100% + 10px);
        margin: 20px -5px 0;
    }

    .providers-btn {
        width: calc(33.33% - 10px);
        margin: 0 5px 10px;
    }

    .providers-btn .tag {
        width: 80%;
        height: 25px;
        padding: 0 0 0 10%;
        font-size: 10px;
        bottom: 35px;
    }

    .providers-btn .a-footer {
        height: 35px;
    }

    .providers-btn .a-footer img {
        max-width: 70px;
    }

    .providers-btn .a-name {
        font-size: 12px;
        margin: 0;
    }

    .providers-btn .play-btn,
    .sports-btn .play-btn {
        display: none;
    }

    .sports-btn .a-footer {
        height: 65px;
        padding: 8px 15px 0 0;
    }

    .sports-btn .a-footer .kr-text {
        font-size: 16px;
    }

    .sports-btn .a-footer .en-text {
        font-size: 10px;
    }

    .menu-btn .icon-panel {
        margin: 0 auto 2px;
    }
}

@media(max-width: 375px){
    .providers-btn .tag {
        width: 90%;
        height: 20px;
        bottom: 32px;
    }

    .providers-btn .a-footer {
        height: 32px;
    }

    .providers-btn .a-footer img {
        max-width: 60px;
    }

    .providers-btn .a-name {
        font-size: 10px;
    }

    .sports-btn .a-footer {
        height: 55px;
    }

    .sports-btn .a-footer .kr-text {
        font-size: 14px;
    }

    .menu-btn .text-panel .kr-text {
        font-size: 10px;
    }
}


/* Gamelist Queries */

@media(max-width: 1240px){
    .game-btn {
        width: calc(16.66% - 20px);
        max-width: 182px;
    }
}

@media(max-width: 1024px){
    .game-btn {
        width: calc(20% - 20px);
    }
}

@media(max-width: 860px){
    .game-btn {
        width: calc(25% - 20px);
    }
}

@media(max-width: 680px){
    .game-btn {
        width: calc(33.33% - 20px);
    }
}

@media(max-width: 500px){
    .gamelist-section {
        margin: -5px 0 0;
    }

    .gamelist-header .title {
        font-size: 28px;
    }

    .gamelist-header .back-btn {
        font-size: 14px;
    }

    .gamelist-menu {
        height: auto;
        margin-bottom: 20px;
    }

    .gamelist-menu ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        height: auto;
    }

    .gamelist-menu ul li {
        width: 33.33%;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }

    .game-btn {
        width: calc(33.33% - 10px);
        margin: 0 5px 15px;
    }

    .game-btn .g-name {
        font-size: 12px;
    }

    .gamelist-header .back-btn {
        font-size: 20px;
    }

    .gamelist-header .back-btn span {
        display: none;
    }

    .game-btn .play-btn {
        width: 50px;
        height: 50px;
    }
}

@media(max-width: 414px){
    .gamelist-header .title {
        font-size: 24px;
    }
}

@media(max-width: 375px){
    .gamelist-menu ul li a {
        font-size: 12px;
    }
}