﻿* {
    margin:0;
    padding:0;
}

div:after, ul:after { 
    content:""; 
    display:block; 
    clear:both; 
}
li { 
    list-style:none; 
}

a {
    display:block;
    text-decoration:none; 
    color:#fff;
}

html {
    width:100%;
}



/* 공통 */
body {
    font-family: 'Nanum Gothic';
    background: rgba(10,10,10,1);
    color: #fff;
    height: auto;
    box-sizing: border-box;
    overflow-x: hidden;
}
body.bg_sub {
}
@media(max-width:992px) {
    body, body.bg_sub {
    }
}


.page_wrap {
    width:1200px;
    margin:0 auto;
}
.page_wrap input{
    font-family:'Malgun Gothic,dotum';
}
.page_wrap .logo { 
    text-align:center;
    display:block;
}

h2 {
    text-align:center;
}

p {
    font-family: 'Nanum Gothic';
}

.sub_top img {
    vertical-align:top;
}

.sub_h2 {
    width: 100%;
    display: table;
    background: #000;
    border-bottom: 1px solid #584626;
    border-top: 1px solid #584626;
}

.page_under {
    margin-top:10px;
    margin-bottom:90px;
}

.sub_wrap {
    height:480px;
}

.top_blank {
    height:195px;
}


/* header.php */

.navbar-nav li a img {
    max-height:24px;
} 


.nav ul {
    text-align:center;
}

.nav ul li {
    display:inline-block;
    font-size:24px;
    line-height:70px;
    margin-right:90px;
}

.nav ul li:first-child {
    margin-left:0px;
}

.nav ul li:last-child {
    margin-right:0px;
}

.nav ul li a img {
    height: 25px;
}

/* 버튼공통 */

.btn_row {
    width:960px;
    text-align:center;
}

.edit_btn_back {
    margin-top:50px;
}

.btn_row a img {
    height:40px;
}

.btn_row > a {
    display:inline-block;
    margin:25px auto 0;
    height:40px;
    width:200px;
    border:none;
    text-align:center;

}

/* 모달 */



.border-bottom {
    border-bottom:3px solid #ba882b !important;
    border-radius:3px;
}


/* index.html */


.main_block {
    height:420px;
    position:relative;
    width:1200px; 
}

.main_block .odometer_wrap {
    position:absolute;
    right:70px;
    top:250px;
}

/*.odometer {
    font-size: 50px;
    background:rgba(255,255,255,0.2);
    border-radius:10px;
    width:350px;
    text-align:center;
}
*/
.odometer {
    font-size: 50px;
    border-radius: 10px;
    width: 350px;
    text-align: center;
    background: rgb(114,114,114,0.5);
    /*background: linear-gradient(0deg, rgba(114,114,114,1) 0%, rgba(88,88,88,1) 33%, rgba(173,173,173,1) 66%, rgba(131,131,131,1) 100%);
    border: 2px solid #fc0;
    box-shadow: inset 0 3px 10px #000;*/
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: 'Nanum Gothic' !important;
}

.jackpot-img {
    width: 350px;
}
@media (max-width: 1200px) {
    .odometer {
        font-size: 42px;
        border-radius: 9px;
        width: 290px;
    }
    .jackpot-img {
        width: 290px;
    }
}
@media (max-width: 1120px) {
    .odometer {
        font-size: 36px;
        border-radius: 8px;
        width: 250px;
    }
    .jackpot-img {
        width: 250px;
    }
}
@media (max-width: 992px) {
    .odometer {
        font-size: 32px;
        border-radius: 7px;
        width: 220px;
    }
    .jackpot-img {
        width: 220px;
    }
}
@media (max-width: 768px) {
    .odometer {
        font-size: 24px;
        border-radius: 6px;
        width: 180px;
    }
    .jackpot-img {
        width: 180px;
    }
}
@media (max-width: 576px) {
    .odometer {
        font-size: 15px;
        border-radius: 5px;
        width: 120px;
    }
    .jackpot-img {
        width: 120px;
    }
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: 'Nanum Gothic' !important;
}

.main_under .user_info {
    margin-bottom:30px;
    text-align:center;
    height:70px;
    line-height:70px;
    background:url('/assets/images/customImages/login_layout.png') no-repeat center;
}





/*
.main_under .user_info ul {
    padding-top:14px;
}

.main_under .user_info ul li {
    display:inline-block;
    margin-right:28px;
}

.main_under .user_info ul li input {
    background: rgba(0,0,0,0.3);
    border: 1px solid #0cf8;
    border-radius: 5px;
    height: 38px;
    position: relative;
    text-align: center;
    color: #fff;
    width: 260px;
}

.main_under .user_info ul li input::placeholder  {
    color:#fff;
}

.main_under .user_info .after_login li:nth-child(-n+2) {
    border:1px solid #fff;
    border-radius:5px;
    position:relative;
    height:40px;
    width:350px;
}


.after_login li span {
    display:inline-block;
    font-size:18px;
    position:relative;
    top:-13px;
}


.main_under .user_info .after_login li input {
    background:rgba(0,0,0,0);
    width:200px;
    text-align:right;
}

*/


.money-container {
    position:relative;
}

.money-container .after_login_txt {
    position:absolute;
    top:10%;
    left:5%;
    z-index:10;
    font-size:20px;
}



.game_wrap .game_list li {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

.game_wrap .game_list li:nth-child(5n+1) {
    margin-left:34px;
}

.footer {
    text-align:center;
    /*margin-bottom:20px;*/
}

.footer a {
    display:inline-block;
    /*height:50px;*/
    /*width:296px;*/
    /*background:url('/assets/images/customImages/main_btn.png') no-repeat center;*/
    margin-right:100px;
    /*line-height:50px;*/
    letter-spacing:2px;
}

.footer a:last-child {
    margin-right:0;
}



/* join.html */

.under_wrap {
    width:950px;
    margin:0 auto;
    /*padding-bottom:20px;*/
    /*height:630px;*/
}

.join_wrap .input_txt {
    margin-bottom:10px;
    position:relative;
}



.under_wrap .input_txt span {
    display:inline-block;
    font-size:18px;
    color:#fff;
    width:150px;
    height:40px;
    line-height:50px;
    padding-left:30px;
    position:relative;
    top:8px;
}

.under_wrap .input_txt input {
    border:none;
    background:none;
    height:30px;
    /*font-size:16px;*/
    color:#fff;
    line-height:30px;
    width:700px;
    border-bottom:1px solid #F5DF7F;
}

.join_wrap .input_txt input {
    width:600px;
}

.join_wrap .input_txt #bank {
    height:40px;
    border:1px solid #fff;
    width:200px;
    line-height:40px;
    font-size:18px;
    background:rgba(0,0,0,0.7);
    color:#fff;
}

.join_wrap .input_txt #handphone {
    height:36px;
    border:1px solid #f5df7f;
    width:100px;
    line-height:40px;
    font-size:18px;
    background:rgba(0,0,0,0.7);
    color:#fff;
}

.join_wrap .input_txt .tel_number {
    width:100px;
}

.join_wrap .input_txt .tel_divid {
    width:30px;
    text-align:center;
}

.join_wrap .input_txt input::placeholder {
    color:#ccc;
}

.join_wrap .input_txt a {
    display:inline-block;
    position:relative;
    /*top:14px;*/
    left:10px;
}

.join_wrap .input_txt a img {
    height:30px;
}

/* cs.html */

.cs_wrap > p {
    margin-top:30px;
}

.cs_wrap p {
    text-align:center;
    padding-top:150px;
    font-size:20px;
    line-height:3;
}

.cs_btn_back {
    text-align:center;
}



/* edit.html */


.edit_wrap .input_txt {
    margin-bottom:20px;
    position:relative;
}

.edit_wrap .input_txt span {
    width:200px;
    padding-left:30px;
}

.edit_wrap .input_txt input {
    width:550px;
}

.edit_wrap .input_txt #bank {
    height:40px;
    border:1px solid #fff;
    width:200px;
    line-height:40px;
    font-size:18px;
    background:rgba(0,0,0,0.7);
    color:#fff;
}

.edit_wrap .input_txt #handphone {
    height:40px;
    border:1px solid #fff;
    width:100px;
    line-height:40px;
    font-size:18px;
    background:rgba(0,0,0,0.7);
    color:#fff;
}

.edit_wrap .input_txt .tel_number {
    width:100px;
}

.edit_wrap .input_txt .tel_divid {
    width:30px;
    text-align:center;
}

.edit_wrap .input_txt input::placeholder {
    color:#ccc;
}

.edit_wrap .input_txt a {
    display:inline-block;
    position:relative;
    top:14px;
    left:10px;
}

.edit_wrap .input_txt a img {
    height:30px;
}

.edit_wrap .pwd_info {
    margin-left:235px;
    margin-top:5px;
    font-size:16px;
}



/* notice.html */

#txtContent {
    text-align:left;
}


.notice_wrap {
    width:960px;
    margin:0 auto;
}

.notice_wrap ul{
    color:#fff;
    border-bottom:1px solid #F5DF7F;
    height:50px;
    font-size:16px;
    margin-bottom:20px;
}

.notice_wrap ul li {
    float:left;
    line-height:50px;
}

.notice_wrap ul li:nth-child(1) {
    width:50px;
    text-align:center;
}

.notice_wrap ul li:nth-child(2) {
    width:700px;
}

.notice_wrap ul li:nth-child(3) {
    width:150px;
    text-align:right;
}

.list_tit {
    height:480px;
    overflow-y:scroll;
    overflow-x:hidden;
}

.list_txt {
    display:none;
}

.list_txt p {
    width:950px; 
    margin:0 auto;
    line-height:1.8;
    margin-top:20px;
    box-sizing:border-box;
    padding:30px;
    padding-top:0;
    font-size:16px;
    font-family: 'Nanum Gothic';
    color:#fff;
    height:410px;
    overflow-y:scroll;
}

.list_txt .btn_wrap {
    text-align:center;
    margin-top:20px;
}

.list_txt .back_list {
    display:inline-block;
    height:50px;
    width:300px;
    font-size:24px;
    line-height:50px;
    background:#666;
    text-align:center;
}

.btn_row .notice_btn_back {
    margin:20px 0;
}


/* withdraw.html, deposit.html */




.sub_wrap .input_txt #game_name {
    height:35px;
    border:1px solid #f5df7f;
    width:300px;
    line-height:40px;
    font-size:16px;
    background:rgba(0,0,0,0.7);
    color:#fff;
}

.sub_wrap .input_txt {
    position:relative;
    margin-bottom:12px;
}

.sub_wrap .input_txt p {
    position:absolute;
    top:20px;
    right:70px;
    font-size:12px;
    font-family: 'Nanum Gothic';
    font-weight:bold;
}

.edit_wrap .input_txt p {
    position:static;
}

.money_btn {
    margin-left:290px;
}

.money_btn li {
    float:left;
    margin-right:4px;
}

.money_btn li a img {
    height:23px;
}

.deposit_txt p {
    position:absolute;
    right:9rem; 
    font-size:12px; 
    top:5px; 
    font-weight: bold;
}

.deposit_txt .deposit_bonus_txt {
    top:34px;
}

.deposit_txt .bonus_btn {
    position:absolute;
    right:9rem;
    top:-4px;
}

/* money.html */

.money_wrap .user_money {
    width:740px;
    margin:0 auto;
    padding:30px 0 20px;
}

.money_wrap .user_money li {
    float:left;
    margin-right:100px;
    background:url("/assets/images/customImages/money_back.png") no-repeat center;
    width:320px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#000;
}

.money_wrap .user_money li:last-child {
    margin-right:0;
}

.money_wrap .user_money li img {
    position:relative;
    top:6px;
}

.money_wrap .trans_money {
    margin-top:10px;
    padding-left:30px;
}

.money_wrap .trans_money ul {
    margin-top:10px;
    margin-left:55px;
}

.money_wrap .trans_money ul li {
    float:left;
    margin-right:10px;
}

.money_wrap .sub_wrap > div {
    border-top:1px solid #f5df7f;
    padding-top:20px;
    padding-bottom:20px;
}

.money_wrap .sub_wrap > div:last-child {
    border-bottom:1px solid #f5df7f;
}

.money_wrap .sub_wrap > div div span {
    display:inline-block;
    font-size:18px;
    height:30px;
    line-height:30px;
    margin-right:10px;
}

.money_wrap .sub_wrap .trans_money select {
    margin-right:50px;
    height:36px;
    border:1px solid #f5df7f;
    width:100px;
    line-height:36px;
    font-size:16px;
    background:rgba(0,0,0,0.7);
    color:#fff;
}

.money_wrap .sub_wrap .trans_money input {
    background:rgba(0,0,0,0.7);
    border:1px solid #f5df7f;
    width:200px;
    color:#fff;
    height:34px;
    padding-left:20px;
}
.slot-footer{
    background-color: rgba(0,0,0,0.95);
}
.menu-link-item{
    cursor:pointer;
}
.game-btn{
    cursor:pointer;
    background-size: 100% 100%;
    padding: 0px;
    /*height:100%;*/
}
.game-btn img{
    border-radius: 6px;
}
.PragmaticPlayFrame{
    border:0;
    width:100%;
    height:100%;
}
.gameplaymodal .modal-dialog{
    max-width:100%;
}
.gameplaymodal .modal-content {
    width: 1400px;
    height: 750px;
    margin-top: 100px !important;
}
@media (max-width: 1444px) {
    .gameplaymodal .modal-content {
        width: 1400px;
        height: 750px;
        margin-top: 100px !important;
    }
}
@media (max-width: 1366px) {
    .gameplaymodal .modal-content {
        width: 1140px;
        height: 550px;
        margin-top: 100px !important;
    }
}
@media (max-width: 1280px) {
    .gameplaymodal .modal-content {
        width: 992px;
        height: 504px;
        margin-top: 100px !important;
    }
}
@media (max-width: 1120px) {
    .gameplaymodal .modal-content {
        width: 100%;
        height: 100%;
        margin-top: 0 !important;
    }
}

.gameplaymodal .modal-content.mobile {
    width: 100vw;
    height:100vh;
}
.gameplaymodal .fullscreenbtn{
    cursor:pointer;
}
.gameplay-iframe-form {
    background-color: #000000;
    height: 705px;
    margin: auto;
}
@media (max-width: 1444px) {
    .gameplay-iframe-form {
        height: 705px;
    }
}

@media (max-width: 1366px) {
    .gameplay-iframe-form {
        height: 505px;
    }
}

@media (max-width: 1280px) {
    .gameplay-iframe-form {
        height: 459px;
    }
}
@media (max-width: 1120px) {
    .gameplay-iframe-form {
        height: calc(100vh - 45px);
    }
}
.gameplaymodal-content {
    width: auto;
    margin: auto;
    position:absolute;
    left:0;
    right: 0;
    cursor:all-scroll;
}
.gameplaymodal-content.fullscreen .gameplay-iframe-form{
    height: calc(100vh - 45px);
}
.game-title {
    font-size: 14px;
}
.text-orange {
    color:#fc6200;
}
.text-gold {
    color: #e3ca9c;
}
.cursor-point{
    cursor:pointer;
}
.swal2-popup.swal2-modal.swal2-show{
    border-radius: 12px;
}

.swal2-popup {
    background: #221d17;
    border: 3px solid #584626;
}

.swal2-header {
    border-bottom: solid 1px #fff;
    font-size: 1rem;
}
.swal2-header h2{
    font-size:1.5rem;
    font-family: 'Nanum Gothic';
    color:#fff;

}
.swal2-content {
    margin: 1rem 0 0 0;
    padding-bottom: 1rem;
    border-bottom: solid 1px #fff;
    color:#fff;
}
.login-modal .modal-content.popup-modal-content {
    background-size: cover;
    background-position:top center;
    border-radius:6px;
    max-width:400px;
    border:3px solid #e3ca9c;
}

.swal2-styled.swal2-confirm {
    background:#ecae32
}

.login-modal .modal-content.login-modal-content {
    background-size: cover;
    background-position: top center;
}

.jackpot-container {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.jackpot-container .jackpot-number{
    left:66%;
    top:36px;
}

@media (max-width: 768px) {
    .jackpot-container .jackpot-number {
        left: 60%;
        top: 36px;
    }
}

@media (max-width: 576px) {
    .jackpot-container .jackpot-number {
        left: 60%;
        top: 32px;
    }
}

.userinfo-container input {
    background: rgba(72,72,72,1);
    border: solid 0px #fff;
    border-radius: 10px;
    height: 40px;
    position: relative;
    text-align: center;
    color:white;
}

.userinfo-container input::-webkit-input-placeholder { /* Edge */
    color: white;
}

.userinfo-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.userinfo-container input::placeholder {
    color: white;
}
.userinfo-container {
    background: url(/assets/images/customImages/login_layout.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.userinfo-container .money-container {
    /*border: 1px solid #fff;*/
    border-radius: 5px;
    position: relative;
    height: 40px;
}

.userinfo-container input {
    font-size: 18px;
}

.home_login_part div > div {
    float:left;
}

.home_login_part .login_input_wrap  {
    width:76%;
}

.home_login_part .login_input_wrap div {
    width:50%;
}

.home_login_part .login_input_wrap div input {
    width:96%;
    margin-right:4%;
    padding-right:4%;
}

.home_login_part .login_btn_wrap {
    width:24%;
}

.home_login_part .login_btn_wrap a {
    float:left;
    width:49%;
    margin-left:1%;
    height:40px;
}

.home_login_part .login_btn_wrap a img {
    height:100%;
    width:auto;
}

@media (max-width: 1199px) {


    .money-container .after_login_txt {
        font-size:14px;
        top:20%;
    }

    .userinfo-container input {
        height:30px;
        font-size:13px;
    }

    .home_login_part .login_input_wrap  {
        width:70%;
    }

    .home_login_part .login_btn_wrap {
        width:30%;
    }

    .home_login_part .login_input_wrap div {
        width:98%;
        margin-left:2%;
    }

    .home_login_part .login_input_wrap div input {
        margin-right:0;
    }

    .home_login_part .login_input_wrap div:first-child {
        margin-bottom:5px !important;
    }

    .home_login_part .login_input_wrap div {
        float:none;
    }


    .home_login_part .login_btn_wrap a {
        float:none;
        width:99%;
        height:30px;
    }

    .home_login_part .login_btn_wrap a:first-child {
        margin-bottom:5px;
    }


    .userinfo-container .money-container {
        height:30px;
    }

}




.container.input-form-container span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 150px;
    height: 40px;
    color:#d6b66b;
    text-align:left;
}

.container.input-form-container input {
    
}


.container.input-form-container img.btn-img {
    max-width: 150px;
}
@media (max-width: 992px) {
    li.nav-item {
        border-bottom: solid 1px #333;
        padding-left:20px;
    }
}
@media (min-width: 992px) {
    .menu-bg-lg {
        /*background-image: url('/assets/images/customImages/menuBg.png');*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
}
.bg-dark-alpha-9 {
    background-color: rgba(0,0,0,0.9);
}

.bg-dark-alpha-8 {
    background-color: rgba(0,0,0,0.8);
}

.bg-dark-alpha-7 {
    background-color: rgba(0,0,0,0.7);
}

.bg-dark-alpha-6 {
    background-color: rgba(0,0,0,0.6);
}

.bg-dark-alpha-5 {
    background-color: rgba(0,0,0,0.5);
}

.bg-dark-alpha-4 {
    background-color: rgba(0,0,0,0.4);
}

.bg-dark-alpha-3 {
    background-color: rgba(0,0,0,0.3);
}

.bg-dark-alpha-2 {
    background-color: rgba(0,0,0,0.2);
}

.bg-dark-alpha-1 {
    background-color: rgba(0,0,0,0.1);
}

.bg-white-alpha-9 {
    background-color: rgba(255,255,255,0.9);
}

.bg-white-alpha-8 {
    background-color: rgba(255,255,255,0.8);
}

.bg-white-alpha-7 {
    background-color: rgba(255,255,255,0.7);
}

.bg-white-alpha-6 {
    background-color: rgba(255,255,255,0.6);
}

.bg-white-alpha-5 {
    background-color: rgba(255,255,255,0.5);
}

.bg-white-alpha-4 {
    background-color: rgba(255,255,255,0.4);
}

.bg-white-alpha-3 {
    background-color: rgba(255,255,255,0.3);
}

.bg-white-alpha-2 {
    background-color: rgba(255,255,255,0.2);
}

.bg-white-alpha-1 {
    background-color: rgba(255,255,255,0.1);
}
.border-radius-8 {
    border-radius: 8px;
}

.user-info-content input {
    background: none;
    border: none;
    color: white;
    max-width: 100%;
}

.bestgame-container {
    width: 100%;
    background: url(/assets/images/customImages/sub_bg.png);
    background-size: cover;
    border-bottom: 1px solid #584626;
}
.topnotice-container {
    width: 100%;
    background: url(/assets/images/customImages/main_ntc_bg.png);
    background-size: cover;
}
.main_best_title {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


.main_best {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.main_best ul li {
    display: inline-block;
    margin: 0 10px 20px 10px;
    width: 265px;
}

.main_best ul li a {
    background-image: url(/assets/images/customImages/groupimages/slot_over.png);
    background-size: cover;
}

.main_best ul li a:hover img {
    opacity: 0;
}


.mouseover2 {
    animation-name: mouseover2;
    -webkit-animation-name: mouseover2;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}
.game-name-text {
    font-size: 16px;
    font-family: 'Nanum Gothic';
    font-weight:600;
    color:#fff;
    margin:6px 0;
    line-height: 1.2;
    word-break:keep-all;
    top: 20%;
    position: absolute;
    width: 100%;
    display:none;
}
.game-provider-text {
    font-size: 32px;
    font-family: 'Nanum Gothic';
    font-weight: 600;
    color: #fff;
    margin: 6px 0;
    line-height: 1.2;
    word-break: keep-all;
    top: 40%;
    position: absolute;
    width: 100%;
    display: none;
}
.game-btn:hover .game-provider-text {
    display: block;
}

@media (max-width: 768px) {
    .game-name-text {
        font-size: 12px;
        word-break:keep-all;
    }
}
.col-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
}


@media (max-width:993px) {
    .jackpot-container .pt-xl-5 {
        padding-top:1rem !important;
    }
}


@media (min-width: 1200px) {
    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    
    .jackpot-container .pt-xl-5 {
        padding-top:6rem !important;
    }


}
.bestgame-container .company-container a:hover img {
    transition: 0.3s;
    box-sizing: border-box;
    border-radius: 8px;
}
.game-btn:hover img {
    /*animation: over_sideward_anim 2.5s ease infinite;*/
}
@keyframes over_sideward_anim {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 1;
    }

    20% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        opacity: 1;
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        opacity: 1;
    }

    50% {
        transform: perspective(400px);
        opacity: 1;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 0, 1, 90deg);
        opacity: 1;
    }
    70% {
        transform: perspective(400px) rotate3d(0, 0, 1, -20deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 0, 1, 10deg);
        opacity: 1;
    }

    90% {
        transform: perspective(400px) rotate3d(0, 0, 1, -5deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px);
        opacity: 1;
    }
}
.company-games a {
    border-radius: 6px;
}

.p-10{
    padding-left : 10rem;
    padding-right: 10rem;
}
@media (min-width: 1200px) {
    .px-lg-10 {
        padding-left    : 10rem;
        padding-right   : 10rem;
    }
}

.table thead th {
    vertical-align:middle;
}

.table td, .table th {
    border-top: 0px;
    font-size:16px;
    font-family: 'Nanum Gothic';
    vertical-align:middle;
    padding:0.5rem;
    word-break:keep-all;
}

.detail-text {
    border: solid 1px #584626;
    max-height: 640px;
    overflow-y: scroll;
    padding: 2%;
    font-family: 'Nanum Gothic';
}
.line-container img {
    vertical-align:top;
}

div::-webkit-scrollbar, p::-webkit-scrollbar, table::-webkit-scrollbar {
    width: 10px;
    margin-left: 10px;
}

div::-webkit-scrollbar-thumb, p::-webkit-scrollbar-thumb, table::-webkit-scrollbar-thumb {
    background-color: #d6b66b;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}

div::-webkit-scrollbar-track, p::-webkit-scrollbar-track, table::-webkit-scrollbar-track {
    background-color: #333;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}
#popupNotice p {
    line-height: 1.2;
    margin:0;
}
#popupNotice span {
    font-size: 15px;
    color: #fff !important;
    font-family: 'Nanum Gothic';
    line-height: 1.8;
}
.modal-container{
    position:fixed;
}

.specPopup .modal-content .form-area{
    min-height: 640px;
    display:table;
    /*overflow-y: scroll;*/
}
.specPopup .modal-content .form-area .form-area-text{
    display: table-cell;
    vertical-align:middle;
    font-family: 'Nanum Gothic';
}

.specPopup:nth-child(1n) {
    left: 0;
}
@media(min-width: 768px) {
    .specPopup:nth-child(2n + 0) {
        left: 50%;
    }

    .specPopup:nth-child(2n + 1) {
        left: 0%;
    }
}
@media(min-width: 992px){
    .specPopup:nth-child(3n + 1) {
        left: 0;
    }

    .specPopup:nth-child(3n + 2) {
        left: 33.33%;
    }

    .specPopup:nth-child(3n + 0) {
        left:66.67%;
    }

    

}



/* memolist */
.text-success {
    /*color:#F5DF7F !important;*/
}





/* custom responsive */

@media  (max-width: 767px) {

    .container.input-form-container span {
      width:100%;
      margin-top:20px;
    }

    .container.input-form-container input {
        width:100%;
    }


        /* DepositRequest.cshtml */
    .money_btn {
        margin-left:0;
    }

    .deposit_txt p {
        position:static;
        text-align:left;
    }
    
    .deposit_txt .bonus_btn {
        top:56px;
        right:1rem;
    }


    /* 모달 */
    .reject_txt {
        margin-top:0 !important;
    }

    



    .tele_ic1 {
        max-width:80%;
        margin:0 auto;
    }




    /**/
    .sub_top {
        margin-top:0;
    }
}
    