@media (min-width: 1280px){
    .header-flexbox{
        padding: 0 20px;
    }
    /* 모바일 지우기 */
    .table768{
        display: none;
    }
    .mobile-bottommenu{
        display: none;
    }
    .sidenav{
        display: none;
    }
    .mobile-logbut{
        display: none;
    }
    /* 게임버튼 */
    .gbg:after{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #131415;
        opacity: 0.6;
        left: 0;
        top: 0;
        border-radius: 16px;
        transition: opacity 0.2s linear;
    }
    
    .gbg:hover{
        border: 2px solid #505050;
    }
    
    .gbg:hover::after{
        opacity: 0;
    }
    .gbg:hover .casino-gama-a-span{
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }
    
    .gbg:hover .casino-gama-a-span span{
        display: block;
        font-size: 1.1rem;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
        color: #fff;
        width: 120px;
        height: 36px;
        line-height: 36px;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%,-50%);
        border-radius: 50px;
        box-shadow: 2px 2px 8px rgba(0,0,0,.8);
        z-index: 999;
    }
    
    
    .gbg:hover .casino-gama-a-span span:hover{
        background: rgb(254,127,64);
        background: linear-gradient(180deg, rgba(254,127,64,1) 0%, rgba(147,33,4,1) 100%);
    }

    .slot-game-name{
        background: rgb(54,54,54);
        background: linear-gradient(315deg, rgba(54,54,54,1) 0%, rgba(42,42,42,1) 100%);
        color: #fff;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    /* 쪽지 상세 */
    /* ----- */
    .cd-popup-container-title{
        color: #fff;
        font-size: 1rem;
    }
    .cd-messagebox{
        margin: 10px 0;
        border: 1px solid #3d3d3d;
        padding: 15px;
        font-size: 1rem;
        line-height: 1.8rem;
        background-color: #131415;
        height: 400px;
        overflow-y: auto;
    }
    .cd-messagebox p{
        color: #fff;
        font-weight: 400;
    }
    /* 문의하기 상세 */
    .munbox-content{
        margin-top: 20px;
    }
    .munbox{
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .munbox select{
        display: block;
        width: calc(100% - 80px);
        background-color: #1e1e1e;
        border: 1px solid #818181;
        padding: 5px 8px;
        border-radius: 4px;
        color: #ececec;
        transition: border 0.3s linear;
        height: 40px;
        transition: background 0.3s linear;
    }
    .munbox input{
        display: block;
        width: calc(100% - 80px);
    }
    .mun-p{
        width: 80px;
        color: #fff;
        font-size: 1rem;
    }
    .muntextarea{
        width: 100%;
        margin-top: 20px;
        border: 1px solid #3d3d3d;
        padding: 15px;
        font-size: 1rem;
        line-height: 1.8rem;
        background-color: #131415;
        color: #fff;
    }
    .muntextarea::placeholder{
        color: #fff;
    }
    .mun-Modal .modal-body,
    .mun-Modal02 .modal-body,
    .mun-Modal03 .modal-body,
    .mun-Modal04 .modal-body{
        padding-top: 0;
    }
    .mun-Modal .modal-header,
    .mun-Modal02 .modal-header,
    .mun-Modal03 .modal-header,
    .mun-Modal04 .modal-header{
        justify-content: end;
        border-bottom: none;
        padding-bottom: 0;
    }
    .mun-Modal .modal-content,
    .mun-Modal02 .modal-content,
    .mun-Modal03 .modal-content,
    .mun-Modal04 .modal-content{
        background-color: #0e0e0e;
        border: 1.2px solid #f5bd0a;
        border-radius: 4px;
    }
    .mun-Modal .closespan,
    .mun-Modal02 .closespan,
    .mun-Modal03 .closespan,
    .mun-Modal04 .closespan{
        margin: 20px 0 10px 0;
    }
    /* 로그인 후 */
    .nonelogin01{
        display: flex;
    }
    .nonelogin01 p,
    .nonelogin01 button{
        color: #dfdfdf;
        font-size: 0.8rem;
    }
    .nonelogin01 span{
        color: #BB7C1E;
    }
    .nonelogin02{
        display: flex;
        justify-content: end;
        margin-top: 5px;
        align-items: center;
    }
    .nonelogin02 p{
        color: #dfdfdf;
        font-size: 1rem;
        font-weight: 500;
        margin-right: 7px;
        margin-top: -1px; 
    }
    .nonelogin02 button{
        font-size: 0.8em;
        padding: 6px 8px;
        color: #fff;
        font-weight: 500;
        border-radius: 50px;
        background: rgb(126,140,169);
        background: linear-gradient(180deg, rgba(126,140,169,1) 0%, rgba(62,73,94,1) 100%);
    }
    /* 하단 */
    .bottombox:after{
        width: 100%;
    }
    .mainpopupbox{
        position: absolute;
        top: 13%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
        display: flex;
    }
    .mainpopup{
        position: relative;
        width: 400px;
        height: 630px;
        box-shadow: 0px 0px 12px rgb(0 0 0 / 90%);
        margin-right: 20px;

    }

    .mainpopup-imgbox{
        width: 100%;
        padding: 3px;
        background: rgb(255,216,11);
    background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
    }
    .mainpopup-butbox{
        background-color: #111111;
        height: 34px;
        text-align: center;
        line-height: 32px;
    }
    .mainpopup-butbox:hover{
        background-color: #000000;
    }
    .mainpopup-butbox button{
        color: #fff;
        width: 100%;
        height: 100%;
    }

    .mainpopup-closebut{
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .mainpopup-closebut:hover svg{
        color: #cacaca !important;
    }

    .mainpopup:last-child{
        margin-right: 0;
    }
    /* 메인팝업 */
    .mainpopupbox{
        position: absolute;
        top: 13%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
        display: flex;
    }
    .mainpopup{
        position: relative;
        width: 400px;
        height: 630px;
        box-shadow: 0px 0px 12px rgb(0 0 0 / 90%);
        margin-right: 20px;

    }

    .mainpopup-imgbox{
        width: 100%;
        padding: 3px;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
    }
    .mainpopup-butbox{
        background-color: #111111;
        height: 34px;
        text-align: center;
        line-height: 32px;
    }
    .mainpopup-butbox:hover{
        background-color: #000000;
    }
    .mainpopup-butbox button{
        color: #fff;
        width: 100%;
        height: 100%;
    }

    .mainpopup-closebut{
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .mainpopup-closebut:hover svg{
        color: #cacaca !important;
    }

    .mainpopup:last-child{
        margin-right: 0;
    }
}
/* 노트북 & 테블릿 가로 (해상도 1024px ~ 1279px)*/ 
@media all and (min-width:1024px) and (max-width:1279px) {
    /* 모달 */
    .pill-honme-account{
        padding: 30px 0;
    }
    .pill-charge-table{
        padding: 30px 0;
    }
    .charge-moneybut{
        margin-top: 8px;
    }
     /* 로그인 후 */
    .nonelogin01{
        display: flex;
    }
    .nonelogin01 p,
    .nonelogin01 button{
        color: #dfdfdf;
        font-size: 0.8rem;
    }
    .nonelogin01 span{
        color: #BB7C1E;
    }
    .nonelogin02{
        display: flex;
        justify-content: end;
        margin-top: 5px;
        align-items: center;
    }
    .nonelogin02 p{
        color: #dfdfdf;
        font-size: 1rem;
        font-weight: 500;
        margin-right: 7px;
        margin-top: -1px; 
    }
    .nonelogin02 button{
        font-size: 0.8em;
        padding: 6px 8px;
        color: #fff;
        font-weight: 500;
        border-radius: 50px;
        background: rgb(126,140,169);
        background: linear-gradient(180deg, rgba(126,140,169,1) 0%, rgba(62,73,94,1) 100%);
    }
    /* 쪽지 상세, 문의하기 */
    /* ----- */
    .cd-popup-container-title{
        color: #fff;
        font-size: 1rem;
    }
    .cd-messagebox{
        margin: 10px 0;
        border: 1px solid #3d3d3d;
        padding: 15px;
        font-size: 1rem;
        line-height: 1.8rem;
        background-color: #131415;
        height: 400px;
        overflow-y: auto;
    }
    .cd-messagebox p{
        color: #fff;
        font-weight: 400;
    }
    .munbox-content{
        margin-top: 20px;
    }
    .munbox{
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .munbox select{
        display: block;
        width: calc(100% - 80px);
        background-color: #1e1e1e;
        border: 1px solid #818181;
        padding: 5px 8px;
        border-radius: 4px;
        color: #ececec;
        transition: border 0.3s linear;
        height: 40px;
        transition: background 0.3s linear;
    }
    .munbox input{
        display: block;
        width: calc(100% - 80px);
    }
    .mun-p{
        width: 80px;
        color: #fff;
        font-size: 1rem;
    }
    .muntextarea{
        width: 100%;
        margin-top: 20px;
        border: 1px solid #3d3d3d;
        padding: 15px;
        font-size: 1rem;
        line-height: 1.8rem;
        background-color: #131415;
        color: #fff;
    }
    .muntextarea::placeholder{
        color: #fff;
    }
    .mun-Modal .modal-body,
    .mun-Modal02 .modal-body,
    .mun-Modal03 .modal-body,
    .mun-Modal04 .modal-body{
        padding-top: 0;
    }
    .mun-Modal .modal-header,
    .mun-Modal02 .modal-header,
    .mun-Modal03 .modal-header,
    .mun-Modal04 .modal-header{
        justify-content: end;
        border-bottom: none;
        padding-bottom: 0;
    }
    .mun-Modal .modal-content,
    .mun-Modal02 .modal-content,
    .mun-Modal03 .modal-content,
    .mun-Modal04 .modal-content{
        background-color: #0e0e0e;
        border: 1.2px solid #f5bd0a;
        border-radius: 4px;
    }
    .mun-Modal .closespan,
    .mun-Modal02 .closespan,
    .mun-Modal03 .closespan,
    .mun-Modal04 .closespan{
        margin: 20px 0 10px 0;
    }
    /* 헤더 */
    .header-flexbox{
        padding: 0 10px;
    }
    .before-login input{
        width: 112px;
    }
    .header-left-ul li button{
        font-size: 0.9rem;
        margin-right: 20px;
    }
    /* 모바일 지우기 */
    .table768{
        display: none;
    }
    .mobile-bottommenu{
        display: none;
    }
    .sidenav{
        display: none;
    }
    .mobile-logbut{
        display: none;
    }
    /* 게임버튼 */
    .gbg:after{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #131415;
        opacity: 0.6;
        left: 0;
        top: 0;
        border-radius: 16px;
        transition: opacity 0.2s linear;
    }
    
    .gbg:hover{
        border: 2px solid #505050;
    }
    
    .gbg:hover::after{
        opacity: 0;
    }
    .gbg:hover .casino-gama-a-span{
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }
    
    .gbg:hover .casino-gama-a-span span{
        display: block;
        font-size: 1.1rem;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
        color: #fff;
        width: 120px;
        height: 36px;
        line-height: 36px;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%,-50%);
        border-radius: 50px;
        box-shadow: 2px 2px 8px rgba(0,0,0,.8);
        z-index: 999;
    }
    .gbg:hover .casino-gama-a-span span:hover{
        background: rgb(254,127,64);
        background: linear-gradient(180deg, rgba(254,127,64,1) 0%, rgba(147,33,4,1) 100%);
    }
    /* 메인 */
    .contentbox{
        min-height: 582px;
    }
    .gamecontentbox{
        padding-left: 30px;
        padding-right: 30px;
    }
    /* 배너 */
    .bannerbox{
        /* width: 1229px; */
        width: 100%;
        height: 130px;
        background: url("./banner-bg.png");
        margin: 15px auto 0;
        padding: 24px 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .minilogobox{
        margin-top: 0;
    }
    /* 하단 */
    .bottombox:after{
        width: 100%;
        background-size: contain;
    }
    /* 파워볼 */
    .powerball-max{
        padding: 20px 15px;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .powerballContent{
        display: block;
    }
    .powerballContent-left{
        margin-right: 0;
    }
    .powerballContent-right{
        width: 100%;
        margin-top: 10px;
    }
    /* 메인팝업 */
    .mainpopupbox{
        position: absolute;
        top: 13%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
        display: flex;
    }
    .mainpopup{
        position: relative;
        width: 400px;
        height: 630px;
        box-shadow: 0px 0px 12px rgb(0 0 0 / 90%);
        margin-right: 20px;

    }

    .mainpopup-imgbox{
        width: 100%;
        padding: 3px;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
    }
    .mainpopup-butbox{
        background-color: #111111;
        height: 34px;
        text-align: center;
        line-height: 32px;
    }
    .mainpopup-butbox:hover{
        background-color: #000000;
    }
    .mainpopup-butbox button{
        color: #fff;
        width: 100%;
        height: 100%;
    }

    .mainpopup-closebut{
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .mainpopup-closebut:hover svg{
        color: #cacaca !important;
    }

    .mainpopup:last-child{
        margin-right: 0;
    }
}
/* 테블릿 가로 (해상도 768px ~ 1023px)*/ 
@media all and (min-width:768px) and (max-width:1023px) {
    /* pc 지우기 */
    .header-left-ul{
        display: none;
    }
    .pc-logbut{
        display: none;
    }
    /* 게임버튼 */
    .gbg:after{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #131415;
        opacity: 0.6;
        left: 0;
        top: 0;
        border-radius: 16px;
        transition: opacity 0.2s linear;
    }
    
    .gbg:hover{
        border: 2px solid #505050;
    }
    
    .gbg:hover::after{
        opacity: 0;
    }
    .gbg:hover .casino-gama-a-span{
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }
    
    .gbg:hover .casino-gama-a-span span{
        display: block;
        font-size: 1.1rem;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
        color: #fff;
        width: 120px;
        height: 36px;
        line-height: 36px;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%,-50%);
        border-radius: 50px;
        box-shadow: 2px 2px 8px rgba(0,0,0,.8);
        z-index: 999;
    }
    
    
    .gbg:hover .casino-gama-a-span span:hover{
        background: rgb(254,127,64);
        background: linear-gradient(180deg, rgba(254,127,64,1) 0%, rgba(147,33,4,1) 100%);
    }
    /* 헤더 */
    .header-section{
        height: 47px;
        margin: -48px 0 0;
    }
    .main-bannerbox{
        height: 240px;
        background-size: cover;
    }
    .header-section{
        padding: 0 15px; 
    }
    .contentbox-tabbox:after{
        width: 100%;
        background-size: contain;
    }
    .before-login{
        display: flex;
        width: 100%;
    }
    .uid,
    .upw {
        /* display: none; */
        display: block;
    }
    .before-login button{
        width: 100%;
        margin-left: 0;
    }
    .logbut{
        margin-right: 8px;
    }
    /* 탭메뉴 */
        .contentbox{
        background-size: contain;
        background-position-y: 75px;
        min-height: 590px;
    }
    .contentbox-tab-ul li.centerli{
        margin: 0 50px;
    }
    /* 배너박스 */
    .bannerbox{
        width: 100%;
        background: none;
    }
    /* 하단배경 */
    .bottombox:after{
        width: 100%;
    }
    /* 바텀메뉴 */
    .footerbox{
        padding-top: 30px;
        padding-bottom: 120px;
    }
    .footer-img-box{
        padding: 0 15px;
    }
    .bottom-bigbox{
        padding: 0 20px;
    }
    .mobile-bottommenu{
        width: 100%;
        height: 70px;
        background-color: #141518;
        position: fixed;
        bottom: 0;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
        border-top: 1px solid #383C45;
        padding-top: 6px;
        z-index: 20;
    }
    .mobile-bottommenu ul{
        display: flex;
        justify-content: center;
    }

    .mobile-bottommenu ul li{
        width: 20%;
        text-align: center;
    }

    .mobile-bottommenu ul li button p{
        color: #fff;
        font-size: 0.7rem;
        margin-top: 5px;
        font-weight: 300;
    }
    .sidenav {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 10;
        top: 0;
        left: -100%;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.2s;
        padding-top: 60px;
        text-align:center;
    }
    .hamburger-abox{
        padding: 20px 15px;
        padding-top: 40px;
    }
    .hamburger-abox button{
        color: #818181;
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 10px;
        height: 42px;
    }
    
    .sidenav .closebtn {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 36px;
        margin-left: 50px;
        font-size: 25px;
        color: #818181;
    }
    .hamburgerlogo{
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .hamburger-span{
        font-size: 1.2rem;
        color: #f3f3f3;
    }
    .hamburger-abox-p{
        text-align: left;
        font-weight: 300;
        font-size: 1rem;
        color: #979797;
        margin-bottom: 20px;
    }
    .mobile-pill-account{
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
    .mobile-pill-account input{
        width: 100%;
        margin-right: 4px;
    }
    .mobile-pill-account-moneybutbox{
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .mobile-pill-account-moneybutbox button{
        margin-top: 5px;
    }
    .header-modal .nav-pills{
        flex-wrap: nowrap;
        gap: 0;
        grid-gap: 0;
    }
    .batlist-tabul li{
        width: calc(100%/3);
    }
    .batlist-tabul li button{
        width: 100%;
    }
    .bat-date{
        width: 100%;
    }
    .pill-chargebut-search{
        margin-left: 0;
        width: 100%;
        justify-content: center;
        padding: 12px 0;
    }
    .attendbut{
        display: block;
        font-size: 0.9rem;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
        color: #fff;
        width: 51px;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        box-shadow: 2px 2px 8px rgba(0,0,0,.8);
        margin: 0 auto;
        margin-top: 18px;
    }
    .attend-imgbox img{
        width: 40px;
        margin-top: 15px;
    }
    .alarm-table tbody tr td{
        font-size: 0.8rem;
    }
    .alarm-table tbody tr td.alarm-table-td01 a{
        font-size: 0.9rem;
    }
    .date-tabcontent-table thead tr th,
    .alarm-table thead tr th{
        padding: 13px 0;
        text-align: center;
        font-size: 0.9rem;
    }
    .alarm-table tbody tr td.alarm-table-td01{
        padding-left: 10px;
    }
    /* 모달 */
    .casino-modal,
    .header-modal{
        margin-top: 0 !important;
        margin: 0;
        max-width: 100% !important;
        width: 100%;
        height: 100%;
    }
    .header-modal .modal-body{
        background-color: rgba(10,9,9,.6705882352941176);
    }
    .casino-modal .modal-content,
    .header-modal .modal-content{
        min-height: 100%;
    }
    .casino-gama-a{
        position: relative;
        width: calc(100%/2 - 5px);
        box-shadow: 0 2px 4px rgba(0,0,0,.8);
        overflow: hidden;
    }
    .casino-game-box{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 10px 0px 10px;
    }

    .header-modal .modal-header{
        justify-content: space-between;
    }
    .header-modal .modal-header{
        padding-bottom: 10px;
    }
    .header-modal-contentbox{
        border: none;
        padding: 20px 10px;
    }
    .pill-home-ul{
        padding: 10px;
    }
    .pill-home-ul li{
        line-height: 1.4rem;
        margin-top: 10px;
    }
    .pill-home-ul li:nth-child(1){
        margin-top: 0px;
    }
    .pill-home-ul li::before,
    .pill-home-account-li::before{
        top: 8px !important;
    }
    .pill-honme-account{
        padding: 0;
        margin-top: 20px;
    }
    .header-modal .modal-body{
        padding-bottom: 0;
    }
    .pill-chargebut{
        font-size: 1.25rem;
        padding: 14px 0px;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
        color: #fff;
        font-weight: 500;
        margin: 26px 0;
        border-radius: 6px;
        width: 100%;
    }
    .message-read{
        color: #f3f3f3;
        border: 1.2px solid #444444;
        font-size: 0.9rem;
        padding: 6px 12px;
        background-color: #131415;
        border-radius: 50px;
    }
    .mun-Modal .modal-body,
    .mun-Modal02 .modal-body,
    .mun-Modal03 .modal-body,
    .mun-Modal04 .modal-body{
        padding-top: 0;
    }
    .mun-Modal .modal-header,
    .mun-Modal02 .modal-header,
    .mun-Modal03 .modal-header,
    .mun-Modal04 .modal-header{
        justify-content: end;
        border-bottom: none;
        padding-bottom: 0;
    }
    .mun-Modal .modal-content,
    .mun-Modal02 .modal-content,
    .mun-Modal03 .modal-content,
    .mun-Modal04 .modal-content{
        background-color: #0e0e0e;
        border: 1.2px solid #f5bd0a;
        border-radius: 4px;
    }
    .mun-Modal .closespan,
    .mun-Modal02 .closespan,
    .mun-Modal03 .closespan,
    .mun-Modal04 .closespan{
        margin: 20px 0 10px 0;
    }
    /* 헤더 스티키 */
    .sticky-element{
        padding: 0 15px !important;
        height: 47px !important;
        margin: -48px 0 0 !important;
        background-color: none;
        border: none !important;
        border-top: solid 1px #c3872a !important;
        position: unset !important;
        left: unset !important;
        top: unset !important;
        transition: none !important;
        box-shadow: none;
    }
    /* 로그인 안했을 시 */
    .modal-messagebut{
        position: relative;
    }
    
    .modal-messagebut-alarm{
        position: absolute;
        right: 7%;
        top: 5px;
        width: 4px;
        height: 4px;
        border-radius: 50px;
        background-color: #f5bd0a;
    }
    /* 쪽지 상세 */
    /* ----- */

    .cd-popup-container-title{
        color: #fff;
        font-size: 1rem;
    }
    .cd-messagebox{
        margin-top: 10px;
        border: 1px solid #3d3d3d;
        padding: 15px;
        font-size: 1rem;
        line-height: 1.8rem;
        background-color: #131415;
        height: 400px;
        overflow-y: auto;
    }
    .cd-messagebox p{
        color: #fff;
        font-weight: 400;
    }
    /* 로그인/회원가입 */
    .nonelogin{
        width: 100%;
        justify-content: end;
        display: flex;
        align-items: center;
    }
    .nonelogin01{
        display: flex;
        margin-right: 20px;
    }
    .nonelogin01 p,
    .nonelogin01 button{
        color: #dfdfdf;
        font-size: 0.8rem;
    }
    .nonelogin01 span{
        color: #BB7C1E;
    }
    .nonelogin02{
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .nonelogin02 p{
        color: #dfdfdf;
        font-size: 1rem;
        font-weight: 500;
        margin-right: 7px;
        margin-top: -1px; 
    }
    .nonelogin02 button{
        font-size: 0.8em;
        padding: 6px 8px;
        color: #fff;
        font-weight: 500;
        border-radius: 50px;
        background: rgb(126,140,169);
        background: linear-gradient(180deg, rgba(126,140,169,1) 0%, rgba(62,73,94,1) 100%);
    }
    .message-read{
        color: #f3f3f3;
        border: 1.2px solid #444444;
        font-size: 0.9rem;
        padding: 6px 12px;
        background-color: #131415;
        border-radius: 50px;
    }
    .disnone767{
        display: none;
    }
    .modal-loginbox-inputbox{
        padding: 0 15px;
    }
    #login-modal .modal-header,
    #signup-modal .modal-header{
        background-color: rgba(10,9,9,.6705882352941176);
    }
    #signup-modal .header-modal{
        height: auto;
    }
    #signup-modal .header-modal{
        height: auto;
    }
    #signup-modal .modal-content{
        padding-bottom: 30px;
    }
    .signmobile .logo-img{
        width: 230px !important;    
    }
    .sign-header{
        justify-content: end !important;
    }
    /*----------------------------- 파워볼 -----*/
    .powerball-max{
        padding: 40px 15px;
    }
    .powerballContent{
        display: block;
    }
    .left-powerballbox-ifbox{
        display: none;
    }
    .powerballContent-left{
        margin-right: 0;
    }
    .powerballContent-right{
        width: 100%;
    }
    .left-powerballbox-ul{
        display: block;
    }
    .powerballbox-ul02top{
        border-top: 2px solid #383C45;
    }
    .left-powerballbox-ul01{
        width: 36% !important;
    }
    .left-powerballbox-ul02{
        width: 64% !important;
    }
    .powerball-butbox-littlebox button{
        font-size: 0.9rem;
    }
    /* 메인팝업 */
    .mainpopupbox{
        position: absolute;
        top: 13%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
        display: flex;
    }
    .mainpopup{
        position: relative;
        width: 300px;
        height: 530px;
        box-shadow: 0px 0px 12px rgb(0 0 0 / 90%);
        margin-right: 20px;

    }

    .mainpopup-imgbox{
        width: 100%;
        padding: 3px;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
    }
    .mainpopup-butbox{
        background-color: #111111;
        height: 34px;
        text-align: center;
        line-height: 32px;
    }
    .mainpopup-butbox:hover{
        background-color: #000000;
    }
    .mainpopup-butbox button{
        color: #fff;
        width: 100%;
        height: 100%;
    }

    .mainpopup-closebut{
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .mainpopup-closebut:hover svg{
        color: #cacaca !important;
    }

    .mainpopup:last-child{
        margin-right: 0;
    }
    .content-alin{
        margin-top: 20px;
        display: block;
    }
    .content-alin-box{
        width: 100%;
    }
    .moneybox{
        margin-top: 15px;
    }
}
/* 모바일 가로 & 테블릿 세로 (해상도 500px ~ 767px)*/ 
@media all and (min-width:500px) and (max-width:767px){
    /* pc 지우기 */
    .header-left-ul{
        display: none;
    }
    .pc-logbut{
        display: none;
    }
    /* 헤더 */
    .header-section{
        height: 47px;
        margin: -48px 0 0;
    }
    .main-bannerbox{
        height: 240px;
        background-size: cover;
    }
    .header-section{
        padding: 0 15px; 
    }
    .contentbox-tabbox:after{
        width: 100%;
    }
    .before-login{
        display: flex;
        width: 100%;
    }
    .uid,
    .upw {
        /* display: none; */
        display: block;
    }
    .before-login button{
        width: 100%;
        margin-left: 0;
    }
    .logbut{
        margin-right: 8px;
    }
    /* 게임 탭메뉴 */
    .contentbox-tabbox:after{
        height: 65px;
        background-size: cover;
        left: unset;
        transform:unset;
        background-position: center;
    }
    .contentbox-tab-ul li.centerli{
        margin: 0 60px;
    }
    .contentbox-tab-ul li button{
        font-size: 18px;
    }
    .contentbox-tab-ul li button span{
        font-size: 10px;
    }
    /* 메인 */
    .contentbox{
        background-size: contain;
        background-position-y: 75px;
        min-height: 410px;
    }
    .gamecontentbox{
        padding-left: 15px;
        padding-right: 15px;
    }
    .gamebut-a-par{
        width: calc(100%/2 - 10px);
    }
    .gbg{
        width: 100% !important;
        height: 90px;
    }
    /* 캐릭터 크기 */
    .gbg01 .gbg-c img{
        width:95px;
    }
    .gbg02 .gbg-c img{
        width:110px;
    }
    .gbg03 .gbg-c img{
        width:146px;
    }
    .gbg04 .gbg-c img{
        width:106px;
    }
    .gbg05 .gbg-c img{
        width:94px;
    }
    .gbg06 .gbg-c img{
        width:120px;
    }
    .gbg07 .gbg-c img{
        width:94px;
    }

    .sbg01 .gbg-c img{
        width: 120px !important;
    }
    .sbg02 .gbg-c img{
        width: 146px !important;
    }
    .sbg03 .gbg-c img{
        width: 143px !important;
    }
    .sbg04 .gbg-c img{
        width: 150px !important;
    }
    .sbg05 .gbg-c img{
        width: 112px !important;
    }
    .sbg06 .gbg-c img{
        width: 130px !important;
    }
    .sbg07 .gbg-c img{
        width: 122px !important;
    }
    .sbg08 .gbg-c img{
        width: 114px !important;
    }
    .sbg09 .gbg-c img{
        width: 162px !important;
    }
    .sbg10 .gbg-c img{
        width: 108px !important;
    }
    .sbg11 .gbg-c img{
        width: 140px !important;
    }
    .sbg12 .gbg-c img{
        width: 108px !important;
    }
    .sbg13 .gbg-c img{
        width: 144px !important;
    }

    .minibg01 .gbg-c img{
        width: 92px !important;
    }

    .g-bottombg,
    .g-bottombg02{
        width: 100% !important;
        background-size: cover;
        background-position: center;
        margin-top: -19px;
        height: 80px;
        line-height: 74px;
    }
    .g-bottombg02{
        margin-left: 0 !important;
    }
    .gbg01 .gbg-c{
        right:19px !important;
        bottom:-9px !important;
    }
    .gbg02 .gbg-c{
        right:13px !important;
        bottom:-22px !important;
    }
    .gbg03 .gbg-c{
        right:-24px !important;
        bottom:-25px !important;
    }
    .gbg04 .gbg-c{
        right:11px !important;
        bottom:-11px !important;
    }
    .gbg05 .gbg-c{
        right: 26px !important;
        bottom: -11px !important;
    }
    .gbg06 .gbg-c{
        right: 6px !important;
        bottom: -10px !important;
    }
    .gbg07 .gbg-c{
        right: 20px !important;
        bottom: -10px !important;
    }

    .sbg01 .gbg-c{
        right: 19px !important; 
    }
    .sbg03 .gbg-c{
        right: 11px !important; 
    }
    .sbg04 .gbg-c{
        right: 7px !important; 
    }
    .sbg05 .gbg-c{
        right: 24px !important; 
    }
    .sbg07 .gbg-c{
        right: 19px !important;
    }
    .sbg10 .gbg-c{
        right: 29px !important;
    }
    .sbg12 .gbg-c{
        right: 29px !important;
    }
    .sbg13 .gbg-c{
        right: 6px !important;
    }
    .minibg01 .gbg-c{
        right: 26px !important;
    }
    /* ---게임 로고-- */
    .gbg-gamename{
        left: 50%;
        transform: translateX(-50%);
    }
    .gbg01 .gbg-gamename{
        top:49px;
    }
    .gbg02 .gbg-gamename{
        top:37px !important;
    }
    .gbg03 .gbg-gamename{
        top:53px !important;
    }
    .gbg04 .gbg-gamename{
        left: 55% !important;
        top:46px !important;
    }
    .gbg05 .gbg-gamename{
        top:53px !important;
    }
    .gbg06 .gbg-gamename{
        top:53px !important;
    }
    .gbg07 .gbg-gamename{
        top:53px !important;
    }
    .gbg-type02 .gbg-gamename{
        bottom: 5px !important;
    }
    .mini-po{
        width: 130px;
    }
    /* --- */

    .g-bottombg p,
    .g-bottombg02 p{
        font-size: 14px;
    }
    .contentbox:after{
        content: "";
        display: block;
        position: absolute;
        width: 300px;
        height: 300px;
        top: 436px;
        left: -175px;
        background: url("./star01.png");
        z-index: -1;
        background-size: cover;
    }
    .contentbox:before{
        content: "";
        display: block;
        position: absolute;
        width: 300px;
        height: 300px;
        top: 436px;
        right: -121px;
        background: url("./star02.png");
        z-index: -1;
        background-size: cover;
    }
    .bannerbox{
        background: none;
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 20px 0;
    }
    .bannerbox-flexbox p{
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }
    .bottombox{
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .bottom-bigbox{
        padding: 0 15px;
    }
    .content-alin{
        display: block;
    }
    .content-alin-box{
        width: 100%;
    }
    .dd-box{
        margin-top: 20px;
    }
    .footerbox{
        padding: 20px 0 120px;
    }

    .albox-title{
        background-color: #1F2125;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        padding: 0 20px;
    }

    .money-tab-ul li{
        height: 50px;
    }
    .money-tab-ul li button{
        font-size: 1rem;
    }
    .bannerbox-flexbox p{
        margin: 0 10px;
    }
    /* 바텀 */
    .bottombox:after{
        width: 100%;
    }
    .footer-img-box{
        padding: 0 15px;
    }
    /* 바텀메뉴 */
    .mobile-bottommenu{
        width: 100%;
        height: 70px;
        background-color: #141518;
        position: fixed;
        bottom: 0;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
        border-top: 1px solid #383C45;
        padding-top: 6px;
        z-index: 20;
    }
    .mobile-bottommenu ul{
        display: flex;
        justify-content: center;
    }

    .mobile-bottommenu ul li{
        width: 20%;
        text-align: center;
    }

    .mobile-bottommenu ul li button p{
        color: #fff;
        font-size: 0.7rem;
        margin-top: 5px;
        font-weight: 300;
    }
    .sidenav {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 10;
        top: 0;
        left: -100%;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.2s;
        padding-top: 60px;
        text-align:center;
    }
    .hamburger-abox{
        padding: 20px 15px;
        padding-top: 40px;
    }
    .hamburger-abox button{
        color: #818181;
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 10px;
        height: 42px;
    }
    
    .sidenav .closebtn {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 36px;
        margin-left: 50px;
        font-size: 25px;
        color: #818181;
    }
    .hamburgerlogo{
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .hamburger-span{
        font-size: 1.2rem;
        color: #f3f3f3;
    }
    .hamburger-abox-p{
        text-align: left;
        font-weight: 300;
        font-size: 1rem;
        color: #979797;
        margin-bottom: 20px;
    }
    .mobile-pill-account{
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
    .mobile-pill-account input{
        width: 100%;
        margin-right: 4px;
    }
    .mobile-pill-account-moneybutbox{
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .mobile-pill-account-moneybutbox button{
        margin-top: 5px;
    }
    .header-modal .nav-pills{
        flex-wrap: nowrap;
        gap: 0;
        grid-gap: 0;
    }
    .batlist-tabul li{
        width: calc(100%/3);
    }
    .batlist-tabul li button{
        width: 100%;
    }
    .bat-date{
        width: 100%;
    }
    .pill-chargebut-search{
        margin-left: 0;
        width: 100%;
        justify-content: center;
        padding: 12px 0;
    }
    .attendbut{
        display: block;
        font-size: 0.9rem;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
        color: #fff;
        width: 51px;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        box-shadow: 2px 2px 8px rgba(0,0,0,.8);
        margin: 0 auto;
        margin-top: 18px;
    }
    .attend-imgbox img{
        width: 40px;
        margin-top: 15px;
    }
    .alarm-table tbody tr td{
        font-size: 0.8rem;
    }
    .alarm-table tbody tr td.alarm-table-td01 a{
        font-size: 0.9rem;
    }
    .date-tabcontent-table thead tr th,
    .alarm-table thead tr th{
        padding: 13px 0;
        text-align: center;
        font-size: 0.9rem;
    }
    .alarm-table tbody tr td.alarm-table-td01{
        padding-left: 10px;
    }
    /* 모달 */
    .casino-modal,
    .header-modal{
        margin-top: 0 !important;
        margin: 0;
        max-width: 100% !important;
        width: 100%;
        height: 100%;
    }
    .header-modal .modal-body{
        background-color: rgba(10,9,9,.6705882352941176);
    }
    .casino-modal .modal-content,
    .header-modal .modal-content{
        min-height: 100%;
    }
    .casino-gama-a{
        position: relative;
        width: calc(100%/2 - 5px);
        box-shadow: 0 2px 4px rgba(0,0,0,.8);
        overflow: hidden;
    }
    .casino-game-box{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 10px 0px 10px;
    }

    .header-modal .modal-header{
        justify-content: space-between;
    }
    .header-modal .modal-header{
        padding-bottom: 10px;
    }
    .header-modal-contentbox{
        border: none;
        padding: 20px 10px;
    }
    .pill-home-ul{
        padding: 10px;
    }
    .pill-home-ul li{
        line-height: 1.4rem;
        margin-top: 10px;
    }
    .pill-home-ul li:nth-child(1){
        margin-top: 0px;
    }
    .pill-home-ul li::before,
    .pill-home-account-li::before{
        top: 8px !important;
    }
    .pill-honme-account{
        padding: 0;
        margin-top: 20px;
    }
    .header-modal .modal-body{
        padding-bottom: 0;
    }
    .pill-chargebut{
        font-size: 1.25rem;
        padding: 14px 0px;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
        color: #fff;
        font-weight: 500;
        margin: 26px 0;
        border-radius: 6px;
        width: 100%;
    }
    .message-read{
        color: #f3f3f3;
        border: 1.2px solid #444444;
        font-size: 0.9rem;
        padding: 6px 12px;
        background-color: #131415;
        border-radius: 50px;
    }
    .mun-Modal .modal-body,
    .mun-Modal02 .modal-body,
    .mun-Modal03 .modal-body,
    .mun-Modal04 .modal-body{
        padding-top: 0;
    }
    .mun-Modal .modal-header,
    .mun-Modal02 .modal-header,
    .mun-Modal03 .modal-header,
    .mun-Modal04 .modal-header{
        justify-content: end;
        border-bottom: none;
        padding-bottom: 0;
    }
    .mun-Modal .modal-content,
    .mun-Modal02 .modal-content,
    .mun-Modal03 .modal-content,
    .mun-Modal04 .modal-content{
        background-color: #0e0e0e;
        border: 1.2px solid #f5bd0a;
        border-radius: 4px;
    }
    .mun-Modal .closespan,
    .mun-Modal02 .closespan,
    .mun-Modal03 .closespan,
    .mun-Modal04 .closespan{
        margin: 20px 0 10px 0;
    }
    /* 헤더 스티키 */
    .sticky-element{
        padding: 0 15px !important;
        height: 47px !important;
        margin: -48px 0 0 !important;
        background-color: none;
        border: none !important;
        border-top: solid 1px #c3872a !important;
        position: unset !important;
        left: unset !important;
        top: unset !important;
        transition: none !important;
        box-shadow: none;
    }
    /* 로그인 안했을 시 */
    .modal-messagebut{
        position: relative;
    }
    
    .modal-messagebut-alarm{
        position: absolute;
        right: 6%;
        top: 5px;
        width: 4px;
        height: 4px;
        border-radius: 50px;
        background-color: #f5bd0a;
    }
    /* 쪽지 상세 */
    /* ----- */

    .cd-popup-container-title{
        color: #fff;
        font-size: 1rem;
    }
    .cd-messagebox{
        margin-top: 10px;
        border: 1px solid #3d3d3d;
        padding: 15px;
        font-size: 1rem;
        line-height: 1.8rem;
        background-color: #131415;
        height: 400px;
        overflow-y: auto;
    }
    .cd-messagebox p{
        color: #fff;
        font-weight: 400;
    }
    /* 숫자 리스트 */
    .nav-num ul li a{
        display: block;
        width: 30px;
        height: 30px;
        font-size: 13px;
        border-radius: 50px;
        font-weight: 500;
        margin: 0 10px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto 1.6rem;
        border-radius: 50%;
        box-sizing: border-box;
        text-align: center;
        line-height: 30px;
        color: #fff;
        margin-top: 20px;
    }
    /* 로그인/회원가입 */
    .nonelogin{
        width: 100%;
        justify-content: end;
        display: flex;
        align-items: center;
    }
    .nonelogin01{
        display: flex;
        margin-right: 20px;
    }
    .nonelogin01 p,
    .nonelogin01 button{
        color: #dfdfdf;
        font-size: 0.8rem;
    }
    .nonelogin01 span{
        color: #BB7C1E;
    }
    .nonelogin02{
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .nonelogin02 p{
        color: #dfdfdf;
        font-size: 1rem;
        font-weight: 500;
        margin-right: 7px;
        margin-top: -1px; 
    }
    .nonelogin02 button{
        font-size: 0.8em;
        padding: 6px 8px;
        color: #fff;
        font-weight: 500;
        border-radius: 50px;
        background: rgb(126,140,169);
    background: linear-gradient(180deg, rgba(126,140,169,1) 0%, rgba(62,73,94,1) 100%);
    }
    .message-read{
        color: #f3f3f3;
        border: 1.2px solid #444444;
        font-size: 0.9rem;
        padding: 6px 12px;
        background-color: #131415;
        border-radius: 50px;
    }
    .disnone767{
        display: none;
    }
    .modal-loginbox-inputbox{
        padding: 0 15px;
    }
    #login-modal .modal-header,
    #signup-modal .modal-header{
        background-color: rgba(10,9,9,.6705882352941176);
    }
    #signup-modal .header-modal{
        height: auto;
    }
    #signup-modal .header-modal{
        height: auto;
    }
    #signup-modal .modal-content{
        padding-bottom: 30px;
    }
    .signmobile .logo-img{
        width: 230px !important;    
    }
    .sign-header{
        justify-content: end !important;
    }
    /* 파워볼 */
    .powerball-max{
        padding: 40px 15px;
        background-size: inherit;
        background-position: inherit;
    }
    .powerballContent{
        display: block;
    }
    .left-powerballbox-ifbox{
        display: none;
    }
    .powerballContent-left{
        margin-right: 0;
    }
    .powerballContent-right{
        width: 100%;
    }
    .left-powerballbox-ul{
        display: block;
    }
    .powerballbox-ul02top{
        border-top: 2px solid #383C45;
    }
    .left-powerballbox-ul01{
        width: 36% !important;
    }
    .left-powerballbox-ul02{
        width: 64% !important;
    }
    .powerball-butbox-littlebox{
        flex-wrap: wrap;
    }
    .powerball-butbox01 .powerball-butbox-littlebox button{
        width: calc(100%/2 - 5px);
    }
    .powerball-butbox02 .powerball-butbox-littlebox button{
        width: calc(100%/3 - 5px);
    }
    .powerball-butbox03 .powerball-butbox-littlebox button{
        width: calc(100%/2 - 5px);
    }
    .powerball-butbox04 .powerball-butbox-littlebox button{
        width: calc(100%/2 - 5px);
    }
    .powerball-moneybutbox{
        flex-wrap: wrap;
    }
    .powerball-moneybutbox button{
        width: calc(100%/3 - 5px);
    }
    .mw100but{
        width: 100% !important;
    }
    .powerball-butinfo{
        flex-wrap: wrap;
    }
    .powerball-butinfo > div{
        width: calc(100%/2 - 4px);
    }
    .powerball-lastbut{
        flex-wrap: wrap;
    }
    .powerball-lastbut button{
        width: calc(100%/1 - 0px);
        height: 50px;
        line-height: 50px;
        border-radius: 6px;
        font-weight: 500;
        color: #fff;
        font-size: 1rem;
    }
    .powerball-right-info01{
        height: 116px;
    }
    .powerball-right-info01{
        padding: 30px 15px;
        text-align: center;
    }
    .powerball-batlist-table thead tr th{
        font-size: 0.8rem;
    }
    .powerball-batlist-table thead tr th,
    .powerball-batlist-table tbody tr td{
        padding: 11px 0;
    }
    /* 메인팝업 */
    .mainpopup{
        position: fixed;
        width: 400px;
        height: 630px;
        box-shadow: 0px 0px 12px rgb(0 0 0 / 90%);
        margin-right: 20px;
        z-index: 999;
        top: 4%;
        left: 50%;
        transform: translateX(-50%);
    }

    .mainpopup-imgbox{
        width: 100%;
        padding: 3px;
        background: rgb(255,216,11);
    background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
    }
    .mainpopup-butbox{
        background-color: #111111;
        height: 34px;
        text-align: center;
        line-height: 32px;
    }
    .mainpopup-butbox:hover{
        background-color: #000000;
    }
    .mainpopup-butbox button{
        color: #fff;
        width: 100%;
        height: 100%;
    }

    .mainpopup-closebut{
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .mainpopup-closebut:hover svg{
        color: #cacaca !important;
    }

    .mainpopup:last-child{
        margin-right: 0;
    }
}
/* 모바일 세로 (해상도 ~ 499px)*/ 
@media all and (max-width:499px){
    /* pc 지우기 */
    .header-left-ul{
        display: none;
    }
    .pc-logbut{
        display: none;
    }
    /* 헤더 */
    .header-section{
        height: 47px;
        margin: -48px 0 0;
    }
    .main-bannerbox{
        height: 240px;
        background-size: cover;
    }
    .header-section{
        padding: 0 15px; 
    }
    .contentbox-tabbox:after{
        width: 100%;
    }
    .before-login{
        display: flex;
        width: 100%;
    }
    .uid,
    .upw {
        /* display: none; */
        display: block;
    }
    .before-login button{
        width: 100%;
        margin-left: 0;
    }
    .logbut{
        margin-right: 8px;
    }
    /* 게임 탭메뉴 */
    .contentbox-tabbox:after{
        height: 42px;
        background-size: cover;
        left: unset;
        transform:unset;
        background-position: center;
    }
    .contentbox-tab-ul li.centerli{
        margin: 0;
    }
    .contentbox-tab-ul li button{
        font-size: 18px;
    }
    .contentbox-tab-ul li button span{
        font-size: 10px;
    }
    /* 메인 */
    .contentbox{
        background-size: contain;
        background-position-y: 75px;
        min-height: 410px;
    }
    .gamecontentbox{
        padding-left: 15px;
        padding-right: 15px;
    }
    .gamebut-a-par{
        width: calc(100%/2 - 10px);
    }
    .gbg{
        width: 100% !important;
        height: 90px;
    }
    /* 캐릭터 크기 */
    .gbg01 .gbg-c img{
        width:95px;
    }
    .gbg02 .gbg-c img{
        width:110px;
    }
    .gbg03 .gbg-c img{
        width:146px;
    }
    .gbg04 .gbg-c img{
        width:106px;
    }
    .gbg05 .gbg-c img{
        width:94px;
    }
    .gbg06 .gbg-c img{
        width:120px;
    }
    .gbg07 .gbg-c img{
        width:94px;
    }

    .sbg01 .gbg-c img{
        width: 120px !important;
    }
    .sbg02 .gbg-c img{
        width: 146px !important;
    }
    .sbg03 .gbg-c img{
        width: 143px !important;
    }
    .sbg04 .gbg-c img{
        width: 150px !important;
    }
    .sbg05 .gbg-c img{
        width: 112px !important;
    }
    .sbg06 .gbg-c img{
        width: 130px !important;
    }
    .sbg07 .gbg-c img{
        width: 122px !important;
    }
    .sbg08 .gbg-c img{
        width: 114px !important;
    }
    .sbg09 .gbg-c img{
        width: 162px !important;
    }
    .sbg10 .gbg-c img{
        width: 108px !important;
    }
    .sbg11 .gbg-c img{
        width: 140px !important;
    }
    .sbg12 .gbg-c img{
        width: 108px !important;
    }
    .sbg13 .gbg-c img{
        width: 144px !important;
    }

    .minibg01 .gbg-c img{
        width: 92px !important;
    }

    .g-bottombg,
    .g-bottombg02{
        width: 100% !important;
        background-size: cover;
        background-position: center;
        margin-top: -19px;
        height: 80px;
        line-height: 74px;
    }
    .g-bottombg02{
        margin-left: 0 !important;
    }
    .gbg01 .gbg-c{
        right:19px !important;
        bottom:-9px !important;
    }
    .gbg02 .gbg-c{
        right:13px !important;
        bottom:-22px !important;
    }
    .gbg03 .gbg-c{
        right:-24px !important;
        bottom:-25px !important;
    }
    .gbg04 .gbg-c{
        right:11px !important;
        bottom:-11px !important;
    }
    .gbg05 .gbg-c{
        right: 26px !important;
        bottom: -11px !important;
    }
    .gbg06 .gbg-c{
        right: 6px !important;
        bottom: -10px !important;
    }
    .gbg07 .gbg-c{
        right: 20px !important;
        bottom: -10px !important;
    }

    .sbg01 .gbg-c{
        right: 19px !important; 
    }
    .sbg03 .gbg-c{
        right: 11px !important; 
    }
    .sbg04 .gbg-c{
        right: 7px !important; 
    }
    .sbg05 .gbg-c{
        right: 24px !important; 
    }
    .sbg07 .gbg-c{
        right: 19px !important;
    }
    .sbg10 .gbg-c{
        right: 29px !important;
    }
    .sbg12 .gbg-c{
        right: 29px !important;
    }
    .sbg13 .gbg-c{
        right: 6px !important;
    }
    .minibg01 .gbg-c{
        right: 26px !important;
    }
    /* ---게임 로고-- */
    .gbg-gamename{
        left: 50%;
        transform: translateX(-50%);
    }
    .gbg01 .gbg-gamename{
        top:49px;
    }
    .gbg02 .gbg-gamename{
        top:37px !important;
    }
    .gbg03 .gbg-gamename{
        top:53px !important;
    }
    .gbg04 .gbg-gamename{
        left: 55% !important;
        top:46px !important;
    }
    .gbg05 .gbg-gamename{
        top:53px !important;
    }
    .gbg06 .gbg-gamename{
        top:53px !important;
    }
    .gbg07 .gbg-gamename{
        top:53px !important;
    }
    .gbg-type02 .gbg-gamename{
        bottom: 5px !important;
    }
    .mini-po{
        width: 130px;
    }
    /* --- */

    .g-bottombg p,
    .g-bottombg02 p{
        font-size: 14px;
    }
    .contentbox:after{
        content: "";
        display: block;
        position: absolute;
        width: 300px;
        height: 300px;
        top: 436px;
        left: -175px;
        background: url("./star01.png");
        z-index: -1;
        background-size: cover;
    }
    .contentbox:before{
        content: "";
        display: block;
        position: absolute;
        width: 300px;
        height: 300px;
        top: 436px;
        right: -121px;
        background: url("./star02.png");
        z-index: -1;
        background-size: cover;
    }
    .bannerbox{
        background: none;
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 20px 0;
    }
    .bannerbox-flexbox p{
        font-size: 21px;
        line-height: 32px;
        text-align: center;
    }
    .bottombox{
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .bottom-bigbox{
        padding: 0 15px;
    }
    .content-alin{
        display: block;
    }
    .content-alin-box{
        width: 100%;
    }
    .dd-box{
        margin-top: 20px;
    }
    .footerbox{
        padding: 20px 0 120px;
    }

    .albox-title{
        background-color: #1F2125;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        padding: 0 20px;
    }

    .money-tab-ul li{
        height: 50px;
    }
    .money-tab-ul li button{
        font-size: 1rem;
    }
    .bannerbox-flexbox p{
        margin: 0;
    }
    /* 바텀 */
    .bottombox:after{
        width: 100%;
    }
    .footer-img-box{
        padding: 0 15px;
    }
    /* 바텀메뉴 */
    .mobile-bottommenu{
        width: 100%;
        height: 70px;
        background-color: #141518;
        position: fixed;
        bottom: 0;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
        border-top: 1px solid #383C45;
        padding-top: 6px;
        z-index: 20;
    }
    .mobile-bottommenu ul{
        display: flex;
        justify-content: center;
    }

    .mobile-bottommenu ul li{
        width: 20%;
        text-align: center;
    }

    .mobile-bottommenu ul li button p{
        color: #fff;
        font-size: 0.7rem;
        margin-top: 5px;
        font-weight: 300;
    }
    .sidenav {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 10;
        top: 0;
        left: -100%;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.2s;
        padding-top: 60px;
        text-align:center;
    }
    .hamburger-abox{
        padding: 20px 15px;
        padding-top: 40px;
    }
    .hamburger-abox button{
        color: #818181;
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 10px;
        height: 42px;
    }
    
    .sidenav .closebtn {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 36px;
        margin-left: 50px;
        font-size: 25px;
        color: #818181;
    }
    .hamburgerlogo{
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .hamburger-span{
        font-size: 1.2rem;
        color: #f3f3f3;
    }
    .hamburger-abox-p{
        text-align: left;
        font-weight: 300;
        font-size: 1rem;
        color: #979797;
        margin-bottom: 20px;
    }
    .mobile-pill-account{
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
    .mobile-pill-account input{
        width: 100%;
        margin-right: 4px;
    }
    .mobile-pill-account-moneybutbox{
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .mobile-pill-account-moneybutbox button{
        margin-top: 5px;
    }
    .header-modal .nav-pills{
        flex-wrap: nowrap;
        gap: 0;
        grid-gap: 0;
    }
    .batlist-tabul li{
        width: calc(100%/3);
    }
    .batlist-tabul li button{
        width: 100%;
    }
    .bat-date{
        width: 100%;
    }
    .pill-chargebut-search{
        margin-left: 0;
        width: 100%;
        justify-content: center;
        padding: 12px 0;
    }
    .attendbut{
        display: block;
        font-size: 0.9rem;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
        color: #fff;
        width: 51px;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        box-shadow: 2px 2px 8px rgba(0,0,0,.8);
        margin: 0 auto;
        margin-top: 18px;
    }
    .attend-imgbox img{
        width: 40px;
        margin-top: 15px;
    }
    .alarm-table tbody tr td{
        font-size: 0.8rem;
    }
    .alarm-table tbody tr td.alarm-table-td01 a{
        font-size: 0.9rem;
    }
    .date-tabcontent-table thead tr th,
    .alarm-table thead tr th{
        padding: 13px 0;
        text-align: center;
        font-size: 0.9rem;
    }
    .alarm-table tbody tr td.alarm-table-td01{
        padding-left: 10px;
    }
    /* 모달 */
    .casino-modal,
    .header-modal{
        margin-top: 0 !important;
        margin: 0;
        max-width: 100% !important;
        width: 100%;
        height: 100%;
    }
    .header-modal .modal-body{
        background-color: rgba(10,9,9,.6705882352941176);
    }
    .casino-modal .modal-content,
    .header-modal .modal-content{
        min-height: 100%;
    }
    .casino-gama-a{
        position: relative;
        width: calc(100%/2 - 5px);
        box-shadow: 0 2px 4px rgba(0,0,0,.8);
        overflow: hidden;
    }
    .casino-game-box{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 10px 0px 10px;
    }

    .header-modal .modal-header{
        justify-content: space-between;
    }
    .header-modal .modal-header{
        padding-bottom: 10px;
    }
    .header-modal-contentbox{
        border: none;
        padding: 20px 10px;
    }
    .pill-home-ul{
        padding: 10px;
    }
    .pill-home-ul li{
        line-height: 1.4rem;
        margin-top: 10px;
    }
    .pill-home-ul li:nth-child(1){
        margin-top: 0px;
    }
    .pill-home-ul li::before,
    .pill-home-account-li::before{
        top: 8px !important;
    }
    .pill-honme-account{
        padding: 0;
        margin-top: 20px;
    }
    .header-modal .modal-body{
        padding-bottom: 0;
    }
    .pill-chargebut{
        font-size: 1.25rem;
        padding: 14px 0px;
        background: rgb(255,216,11);
        background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
        color: #fff;
        font-weight: 500;
        margin: 26px 0;
        border-radius: 6px;
        width: 100%;
    }
    .message-read{
        color: #f3f3f3;
        border: 1.2px solid #444444;
        font-size: 0.9rem;
        padding: 6px 12px;
        background-color: #131415;
        border-radius: 50px;
    }
    .mun-Modal .modal-body,
    .mun-Modal02 .modal-body,
    .mun-Modal03 .modal-body,
    .mun-Modal04 .modal-body{
        padding-top: 0;
    }
    .mun-Modal .modal-header,
    .mun-Modal02 .modal-header,
    .mun-Modal03 .modal-header,
    .mun-Modal04 .modal-header{
        justify-content: end;
        border-bottom: none;
        padding-bottom: 0;
    }
    .mun-Modal .modal-content,
    .mun-Modal02 .modal-content,
    .mun-Modal03 .modal-content,
    .mun-Modal04 .modal-content{
        background-color: #0e0e0e;
        border: 1.2px solid #f5bd0a;
        border-radius: 4px;
    }
    .mun-Modal .closespan,
    .mun-Modal02 .closespan,
    .mun-Modal03 .closespan,
    .mun-Modal04 .closespan{
        margin: 20px 0 10px 0;
    }
    /* 헤더 스티키 */
    .sticky-element{
        padding: 0 15px !important;
        height: 47px !important;
        margin: -48px 0 0 !important;
        background-color: none;
        border: none !important;
        border-top: solid 1px #c3872a !important;
        position: unset !important;
        left: unset !important;
        top: unset !important;
        transition: none !important;
        box-shadow: none;
    }
    /* 로그인 안했을 시 */
    .modal-messagebut{
        position: relative;
    }
    
    .modal-messagebut-alarm{
        position: absolute;
        right: 5%;
        top: 5px;
        width: 4px;
        height: 4px;
        border-radius: 50px;
        background-color: #f5bd0a;
    }
    /* 쪽지 상세 */
    /* ----- */

    .cd-popup-container-title{
        color: #fff;
        font-size: 1rem;
    }
    .cd-messagebox{
        margin-top: 10px;
        border: 1px solid #3d3d3d;
        padding: 15px;
        font-size: 1rem;
        line-height: 1.8rem;
        background-color: #131415;
        height: 400px;
        overflow-y: auto;
    }
    .cd-messagebox p{
        color: #fff;
        font-weight: 400;
    }
    /* 숫자 리스트 */
    .nav-num ul li a{
        display: block;
        width: 30px;
        height: 30px;
        font-size: 13px;
        border-radius: 50px;
        font-weight: 500;
        margin: 0 10px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto 1.6rem;
        border-radius: 50%;
        box-sizing: border-box;
        text-align: center;
        line-height: 30px;
        color: #fff;
        margin-top: 20px;
    }
    /* 로그인/회원가입 */
    .nonelogin{
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .nonelogin01{
        display: block;
    }
    .nonelogin01 p,
    .nonelogin01 button{
        color: #dfdfdf;
        font-size: 0.8rem;
    }
    .nonelogin01 span{
        color: #BB7C1E;
    }
    .nonelogin02{
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .nonelogin02 p{
        color: #dfdfdf;
        font-size: 1rem;
        font-weight: 500;
        margin-right: 7px;
        margin-top: -1px; 
    }
    .nonelogin02 button{
        font-size: 0.8em;
        padding: 6px 8px;
        color: #fff;
        font-weight: 500;
        border-radius: 50px;
        background: rgb(126,140,169);
    background: linear-gradient(180deg, rgba(126,140,169,1) 0%, rgba(62,73,94,1) 100%);
    }
    .message-read{
        color: #f3f3f3;
        border: 1.2px solid #444444;
        font-size: 0.9rem;
        padding: 6px 12px;
        background-color: #131415;
        border-radius: 50px;
    }
    .disnone767{
        /* display: none; */
    }
    .modal-loginbox-inputbox{
        padding: 0 15px;
    }
    #login-modal .modal-header,
    #signup-modal .modal-header{
        background-color: rgba(10,9,9,.6705882352941176);
    }
    #signup-modal .header-modal{
        height: auto;
    }
    #signup-modal .header-modal{
        height: auto;
    }
    #signup-modal .modal-content{
        padding-bottom: 30px;
    }
    .signmobile .logo-img{
        width: 230px !important;    
    }
    .sign-header{
        justify-content: end !important;
    }
    /* 파워볼 */
    .powerball-max{
        padding: 20px 15px;
        background-size: inherit;
        background-position: inherit;
    }
    .powerballContent{
        display: block;
    }
    .left-powerballbox-ifbox{
        display: none;
    }
    .powerballContent-left{
        margin-right: 0;
    }
    .powerballContent-right{
        width: 100%;
    }
    .left-powerballbox-ul{
        display: block;
    }
    .powerballbox-ul02top{
        border-top: 2px solid #383C45;
    }
    .left-powerballbox-ul01{
        width: 36% !important;
    }
    .left-powerballbox-ul02{
        width: 64% !important;
    }
    .powerball-butbox-littlebox{
        flex-wrap: wrap;
    }
    .powerball-butbox01 .powerball-butbox-littlebox button{
        width: calc(100%/2 - 5px);
    }
    .powerball-butbox02 .powerball-butbox-littlebox button{
        width: calc(100%/3 - 5px);
    }
    .powerball-butbox03 .powerball-butbox-littlebox button{
        width: calc(100%/2 - 5px);
    }
    .powerball-butbox04 .powerball-butbox-littlebox button{
        width: calc(100%/2 - 5px);
    }
    .powerball-moneybutbox{
        flex-wrap: wrap;
    }
    .powerball-moneybutbox button{
        width: calc(100%/3 - 5px);
    }
    .mw100but{
        width: 100% !important;
    }
    .powerball-butinfo{
        flex-wrap: wrap;
    }
    .powerball-butinfo > div{
        width: calc(100%/2 - 4px);
    }
    .powerball-lastbut{
        flex-wrap: wrap;
    }
    .powerball-lastbut button{
        width: calc(100%/1 - 0px);
        height: 50px;
        line-height: 50px;
        border-radius: 6px;
        font-weight: 500;
        color: #fff;
        font-size: 1rem;
    }
    .powerball-right-info01{
        height: 116px;
    }
    .powerball-right-info01{
        padding: 30px 15px;
        text-align: center;
    }
    .powerball-batlist-table thead tr th{
        font-size: 0.8rem;
    }
    .powerball-batlist-table thead tr th,
    .powerball-batlist-table tbody tr td{
        padding: 11px 0;
    }
    /* 메인팝업 */
    .mainpopup{
        position: fixed;
        width: 98%;
        height: 430px;
        box-shadow: 0px 0px 12px rgb(0 0 0 / 90%);
        margin-right: 20px;
        z-index: 999;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
    }

    .mainpopup-imgbox{
        width: 100%;
        padding: 3px;
        background: rgb(255,216,11);
    background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
    }
    .mainpopup-butbox{
        background-color: #111111;
        height: 34px;
        text-align: center;
        line-height: 32px;
    }
    .mainpopup-butbox:hover{
        background-color: #000000;
    }
    .mainpopup-butbox button{
        color: #fff;
        width: 100%;
        height: 100%;
    }

    .mainpopup-closebut{
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .mainpopup-closebut:hover svg{
        color: #cacaca !important;
    }

    .mainpopup:last-child{
        margin-right: 0;
    }
    .modal-dialog{
        margin-top: 0 !important;
    }
}