﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@600&display=swap');


@font-face {
    font-family: 'paybooc-Bold';
    src: url('../font/paybooc_Bold.ttf') format('woff2'), url('../font/paybooc_Bold.ttf') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'paybooc-Bold';
    src: url('../font/paybooc_Medium.ttf') format('woff2'), url('../font/paybooc_Medium.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lang img, svg {
    vertical-align: middle;
}

dl,
ol,
ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

div, p {
    line-height: 1.5;
}

html {
    font-size: 14px;
    font-family: 'paybooc-Bold', san-serif;
}

body {
    background: #FBFBFB;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-family: 'paybooc-Bold', san-serif;

}

header {
    position: relative;
    z-index: 1;
}

/*header*/
.navbar-dark .navbar-toggler {
    border: none;
}


.signed-wrap span {
    display: flex;
    grid-gap: 30px;
    justify-content: center;
}

.loginshow {
    display: flex;
}

.btn-login {
    display: block;
    background-image: linear-gradient(to top, #18599d, #0063E5);
    background-size: 200% 200%;
    border-radius: 3px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 8px 20px;
}

    .btn-login:hover {
        text-decoration: none;
        background-position: 0% 100%;
        color: #fff !important;
    }

.mobile-menu-bar .btn-login {
    width: 100px;
    margin: 20px auto 0;
}

.mobile-menu-bar a:hover {
    text-decoration: none;
}


.btn-hover {
    width: 200px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .btn-hover:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        color: #fff;
    }

    .btn-hover:focus {
        outline: none;
    }


.btn-charge {
    color: #fff;
    width: 180px;
    height: 40px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: auto;
    background-image: linear-gradient(to right, #f5ce62, #e43603, #ff9123, #e85a19);
    position: absolute;
    right: 18px;
    font-weight: bold;
    font-size: 14px;
    background: #FF9C20;
    top: 90px;
}

.mo-btn-charge {
    position: unset;
    display: none;
}

.btn-charge img {
    color: #fff;
}

.login-wrap a {
    color: #fff;
    margin-right: 16px;
    font-size: 0.75rem;
    width: 80px;
    height: 30px;
}

.login-wrap input {
    width: 110px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 8px 10px;
    margin-right: 10px;
    color: #fff;
    border-radius: 2px;
    font-size: 0.75rem;
}

    .login-wrap input::placeholder {
        color: rgba(255,255,255,0.4);
    }

.pc-menu-bar {
    background: rgba(0,0,0,0.8);
}

    .pc-menu-bar > ul {
        max-width: 1920px;
        display: flex;
        justify-content: center;
        color: #fff;
        height: 60px;
        margin-bottom: 0px;
        margin: 0 auto;
    }

    .pc-menu-bar a, .mobile-menu-bar a {
        color: rgba(255,255,255,0.6);
        font-size: 1rem;
    }


    .pc-menu-bar li {
        position: relative;
        cursor: pointer;
        transition: all 0.3s;
    }

    .pc-menu-bar ul > li {
        width: 10%;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }

        .pc-menu-bar ul > li.active {
            border-bottom: 4px solid #FF9C20
        }

    .pc-menu-bar li a {
        color: #fff;
    }

    .pc-menu-bar li .submenu a {
        color: rgba(255,255,255,0.6)
    }

    .pc-menu-bar li:hover a {
        text-decoration: none;
    }

.submenu {
    position: absolute;
    height: auto;
    z-index: 99;
    /*background: rgba(0,0,0,0.7);*/
    top: 60px;
    width: 100%;
    left: 0;
    display: none;
    padding-left: 0px;
    background: #272727;
    padding-bottom: 5px;
}

.mobile-menu-bar li {
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    -ms-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    transition: background-position 0.3s;
}

.submenu li {
    padding: 10px;
    padding-left: 12px;
    text-align: left;
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    -ms-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    transition: background-position 0.3s;
    height: auto;
    line-height: normal;
    box-sizing: border-box;
}

    .submenu li:hover {
        /*background: linear-gradient( 0deg, #ffd954, #fd740f);
        background-size: 200% 200%;
        background-position: 0 50%;*/
        color: #FF9C20;
    }

        .submenu li:hover a {
            color: #fff;
            text-decoration: none
        }


.navbar {
    height: 80px;
    background: #111;
}

.logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-wrap {
    display: flex;
    margin-right: 20px;
    align-items: center;
}

.lang {
    color: #fff;
    cursor: pointer;
}

.lang-box.open {
    display: block;
}

.lang-box {
    display: none;
    position: absolute;
    top: 58px;
    right: 17px;
    z-index: 100;
    padding: 0;
    box-shadow: rgb(0 0 0 / 2%) 0px 0px 0px 1px, rgb(0 0 0 / 5%) 0px 1px 0px 0px, rgb(0 0 0 / 3%) 0px 0px 8px 0px, rgb(0 0 0 / 10%) 0px 20px 30px 0px;
}

    .lang-box .lang-list {
        padding: 0px 15px;
        margin: 0;
        background: #fff;
    }


    .lang-box li {
        padding: 10px 15px;
        margin: 0;
        text-align: center;
        transition: all 0.3s;
    }

        .lang-box li:hover a {
            color: rgba(0, 0, 0, 1);
        }

        .lang-box li a {
            text-align: center;
            margin-right: 0;
            color: rgba(0, 0, 0, 0.5);
            transition: all 0.3s;
        }

.tri {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    margin-left: 88px;
}

* {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    *::-webkit-scrollbar {
        display: none;
    }

body {
    -ms-overflow-style: unset; /* IE and Edge */
    scrollbar-width: 3px; /* Firefox */
    scrollbar-width: thin;
}

    body::-webkit-scrollbar-track {
        background-color: transparent;
    }

    body::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: gray;
    }

    body::-webkit-scrollbar {
        display: block;
    }



.mobile-menu-bar {
    position: fixed;
    max-width: 267px;
    min-width: 267px;
    background: #212121;
    top: 0px;
    z-index: 1000;
    padding: 30px 10px;
    left: -400px;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 100px;
    -webkit-box-shadow: 3px 3px 10px 6px rgba(0,0,0,0.19);
    box-shadow: 3px 3px 10px 6px rgba(0,0,0,0.19);
}

    .mobile-menu-bar::-webkit-scrollbar {
        display: none;
    }

    .mobile-menu-bar > ul {
        padding: 0px;
        margin-left: 40px;
    }

        .mobile-menu-bar > ul > li {
            padding-top: 15px;
        }

.mobile-menu-bar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .mobile-menu-bar .login-wrap > div {
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
    }

    .mobile-menu-bar a.sign-in, .mobile-menu-bar a.sign-up {
        color: #fff;
        height: 40px;
        width: 170px;
        background: #0063E5;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        border-radius: 6px;
    }

    .mobile-menu-bar a.sign-up {
        background: #333;
    }

    .mobile-menu-bar a {
        color: #fff;
    }

        .mobile-menu-bar a:hover {
            color: #FF9C20;
        }

    .mobile-menu-bar > ul > li > a {
        display: block;
        padding: 10px 0 5px 0;
        font-weight: bold;
    }

    .mobile-menu-bar a.sign-in:hover, .mobile-menu-bar a.sign-up:hover {
        color: #fff;
    }

    .mobile-menu-bar .submenu {
        display: block;
        position: unset;
        width: 100%;
        background: none;
        padding-bottom: 0px;
    }

        .mobile-menu-bar .submenu li {
            padding: 6px 0px;
            cursor: pointer;
            color: rgba(255,255,255,0.6);
        }

            .mobile-menu-bar .submenu li:hover {
                color: #FF9C20;
            }

    .mobile-menu-bar .login-wrap {
        display: flex;
        margin-right: 10px;
        flex-direction: column;
        gap: 15px;
        margin: 0 auto;
        justify-content: center;
        text-align: center;
        margin: 20px 0;
        display: none;
    }

/*.nav-close {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    position: absolute;
    left: -25px;
    top: 90px;
    z-index: 10000;
}*/

.nav-close {
    color: #fff;
    margin-bottom: 40px;
    margin-left: 10px;
    display: block;
}

/*.bar-ic {
    width: 1px;
    height: 27px;
}

.bar-1 {
    width: 1px;
    height: 15px;
    background: #16e6f4;
}

.bar-2 {
    width: 1px;
    height: 15px;
    background: rgba(22,230,244,0.5)
}*/

.btn-sign {
    background: linear-gradient( 180deg, rgba(22,230,244,1) 0%, rgba(42,77,252,1) 100%);
    padding: 2px 14px;
    border-radius: 6px;
}

.logo-wrap img {
    width: 150px;
}

div.new {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    background: #FF940F;
    color: #fff;
    margin-left: 5px;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding-top: 1px;
}

.gameking {
    width: 24px;
    position: absolute;
    top: 25px;
    left: 59px;
}

    .gameking img {
        width: 100%
    }

.blackback {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}

/*mediaquery*/

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1680px;
        overflow: hidden;
    }
}

/*small-pc*/
@media (max-width: 1290px) {
    .text-box {
        position: absolute;
        width: 100%;
        border: none;
    }
    .pc-menu-bar .submenu li {
        font-size: 0.875rem;
    }

}

@media (max-width: 1250px) {
    .loginshow {
        display: none;
    }

    .mobile-menu-bar .login-wrap {
        display: flex;
    }
}


/*small-pc*/
@media (max-width: 992px) {

    .pc-menu-bar,
    .btn-start {
        display: none;
    }

    .btn-charge {
        top: 80px;
        z-index: 99;
    }
}

/*tablet-pc*/
@media (max-width: 834px) {
    .pc-menu-bar {
        display: none;
    }

    .section-1 {
        margin-top: 0px;
    }

    .navbar {
        height: 80px;
    }

    #pcCrown {
        display: none;
    }

    #moCrown {
        display: block;
        width: 170px;
    }

    .btn-charge {
        margin: 0 auto;
        margin-top: 30px;
    }


    .login-wrap {
        display: none;
    }

    .mobile-menu-bar .login-wrap {
        display: flex;
    }

    .gameking {
        left: unset;
        right: 30px;
    }

    .pc-menu-bar,
    .btn-start {
        display: none;
    }

    .btn-charge {
        top: 80px;
        z-index: 99;
    }
}

.top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    font-size: 20px;
    z-index: 999;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #999999;
    transition: all 0.3s;
}

    .top-btn:hover {
        background: #333333;
    }

.recaptha_area {
    margin-top: 10px;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 400;
    color: #8f8f8f;
    font-size: 12px;
}

.recaptha_area a {
    text-decoration: underline;
    font-family: 'Pretendard';
    font-weight: 400;
    color: #8f8f8f;
    margin: 0 5px;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 670px) {

    .dizimon_1,
    .dizimon_2 {
        display: none;
    }

    .dizimon_3 {
        left: 0;
    }
}

/*small-mobile*/


@media (max-width: 540px) {
    #gameking-footer .footer {
        height: auto;
        padding-bottom: 20px;
        gap: 0;
    }

        #gameking-footer .footer h1 {
            margin-right: 0px;
            padding-right: 0px;
        }

        #gameking-footer .footer .wrapper {
            display: table;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
        }

        #gameking-footer .footer h1:after {
            display: none;
        }
}

@media (max-width: 540px) {

    .swiper-pagination-bullet span {
        font-size: 15px;
    }

    .section-4 .swiper-pagination-bullet span {
        font-size: 15px;
    }


    .section-text span {
        color: #fff;
        font-size: 24px;
    }

    .visual-dizimon {
        width: 100%;
        height: 100%;
    }


    .visual-dizimon-1 {
        background-position: center;
        background-size: 100%;
    }

    .section-4 {
        padding-top: 30px;
    }

    /*common*/
    #content {
        margin-top: 0px;
        padding: 30px 10px;
    }

    #developer .contset {
        padding: 0;
    }
}

@media (max-width: 415px) {
    #content {
        margin-top: 0px;
        padding: 24px 10px;
    }

    .subject .tit, .subject h3 {
        font-size: 22px;
        margin-bottom: 24px;
        word-break: break-all;
        margin-top: 0;
    }

    .bbs > .view {
        margin-top: 0px;
    }

    .search {
        flex-direction: column;
        grid-gap: 10px;
    }

        .search .conditions {
            min-height: 45px;
        }

    div.sexy {
        width: 100%;
    }

        div .sexy input {
            width: 100%;
            height: 45px;
            background: #F1F1F1;
            border: none;
            padding-left: 14px;
            width: 100%;
        }

    .search .keyword {
        display: inline-block;
        max-width: 100%;
        width: 100%;
        height: 45px;
        background: #F1F1F1;
        border: none;
    }

    .bbs .search .submit, .bbs .search .submit input {
        margin-top: -50px;
        border: none;
        margin-left: auto;
    }
}
