@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

.nanumbarungothic * {
    font-family: 'NanumBarunGothic', sans-serif;
}


* {
    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: 'Malgun Gothic,dotum';*/

   /* background: url('../../../assets/images/reelClup/background_empty.jpg') center 0;
   
    */
    background: url('/assets/imgs/login/bg.png') center 0 no-repeat;
    background-color:#20a6a1;
    

    
    color: #fff;
    height: auto;
    box-sizing: border-box;

}

body.bg_sub {
    background: url('/assets/imgs/login/bg.png') center 0  no-repeat;
    background-color: #20a6a1;
    


}

.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;
}


.sub_h2 {
    padding-top: 5px;
    padding-bottom: 10px;
}

.sub_h2 img {
    height: 60px;
}

.page_under {
    margin-top: 10px;
    margin-bottom: 90px;
}

.sub_wrap {
    height: 480px;
}

.top_blank {
    height: 195px;
}


/* header.php */

.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;
}

.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;
}


/* 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);
    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 {

}

.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: 28px;
        border-radius: 6px;
        width: 200px;
    }

    .jackpot-img {
        width: 200px;
    }
}

@media (max-width: 576px) {
    .odometer {
        font-size: 24px;
        border-radius: 5px;
        width: 180px;
    }

    .jackpot-img {
        width: 180px;
    }
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {

}

.main_under .user_info {
    margin-bottom: 30px;
    text-align: center;
    height: 70px;
    line-height: 70px;
   /* background: url('/assets/images/reelClup/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;
}

.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/reelCup/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 */


.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: 'NanumBarunGothic';
    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: 'NanumBarunGothic';
    font-weight: bold;
}

.edit_wrap .input_txt p {
    position: static;
}

.sub_wrap .input_txt ul {
    margin-left: 185px;
    position: relative;
    top: 10px;
}

.sub_wrap .input_txt ul li {
    float: left;
    margin-right: 12px;
}

.sub_wrap .input_txt ul li a img {
    height: 23px;
}

/* 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/reelCup/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 {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.95);
}

.menu-link-item {
    cursor: pointer;
}

.game-btn {
    cursor: pointer;
    background-image: url(/assets/images/reelCup/game_blank.png);
    background-size: 100% 100%;
    padding: 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;
}

.gameplaymodal-content.fullscreen .gameplay-iframe-form {
    height: calc(100vh - 45px);
}

.game-title {
    font-size: 14px;
}

.gameplaymodal-content .text-orange {
    color: #fc6200;
}

.cursor-point {
    cursor: pointer;
}

.swal2-popup.swal2-modal.swal2-show {
    border-radius: 1px;
}

.swal2-header {
    /*border-bottom: solid 1px #000000;*/
    font-size: 1rem;
}

.swal2-header h2 {
    font-size: 1.5rem;
}

.swal2-content {
    margin: 1rem 0 0 0;
    padding-bottom: 1rem;
    /*border-bottom: solid 1px #000;*/
}

.login-modal .modal-content.popup-modal-content {
    background: url("/assets/images/reelClup/popupbg.jpg");
    background-size: cover;
    background-position: top center;
}

.jackpot-container {
    background-image: url("/assets/images/reelClup/main_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 72px;
    padding-bottom: 330px;
}

@media (max-width: 1200px) {
    .jackpot-container {
        padding-top: 56px;
        padding-bottom: 330px;
    }
}

@media (max-width: 1120px) {
    .jackpot-container {
        padding-top: 64px;
        padding-bottom: 330px;
    }
}

@media (max-width: 992px) {
    .jackpot-container {
        padding-top: 48px;
        padding-bottom: 250px;
    }
}

@media (max-width: 768px) {
    .jackpot-container {
        padding-top: 24px;
        padding-bottom: 200px;
    }
}

@media (max-width: 576px) {
    .jackpot-container {
        padding-top: 24px;
        padding-bottom: 150px;
    }
}

@media (max-width: 480px) {
    .jackpot-container {
        padding-top: 24px;
        padding-bottom: 100px;
    }
}

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.textarea:-webkit-autofill,
.textarea:-webkit-autofill:hover,
.textarea:-webkit-autofill:focus,
.select:-webkit-autofill,
.select:-webkit-autofill:hover,
.select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: green;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.userinfo-container input {
    border: solid 1px #dddddd;
    border-radius: 5px;
    height: 38px;
    position: relative;
    text-align: center;
    color: #4e4e4e;
    min-width: 8em;

}

.textbox-autofill-new {
    background: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 5px;
    height: 38px;
    position: relative;
    text-align: center;


}

.userinfo-container {
 /*   background: url(/assets/images/reelClup/login_layout.png) no-repeat center;
    background-size: 100% 100%;*/
    padding-top: 6px;
    padding-bottom: 6px;

}

.container.input-form-container span, .container2.input-form-container span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 145px;
    height: 39px;
    line-height: 30px;
    position: relative;
    top: 8px;
}

.container.input-form-container input, .container2.input-form-container input {
    border: none;
    background: none;
    height: 40px;
    color: #fff;
    line-height: 30px;
    width: calc(100% - 20px);
    border-bottom: 1px solid #F5DF7F;
}

.container.input-form-container input.input-wraptxt, .container2.input-form-container input.input-wraptxt {
    height: 40px;
    border: 1px solid #fff;
    width: 256px;
    line-height: 40px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.container.input-form-container input, .container2.input-form-container input {
    height: 36px;
    border: 1px solid #f5df7f;
    
    line-height: 40px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.9);
    color: rgb(70, 100, 100);
    border-radius: 2px;
}

.container.input-form-container img.btn-img, .container2.input-form-container img.btn-img  {
    max-width: 150px;
}

@media (max-width: 992px) {
    li.nav-item {
        border-bottom: solid 1px #333;
    }
}

@media (min-width: 992px) {
    .menu-bg-lg {
        background-image: url('/assets/images/reelClup/menuBg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
}

.bg-dark-alpha-8 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-dark-alpha-5 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bestgame-container {
    width: 100%;
    /*background-color: #0008;
    box-shadow: inset 0 0 10px #000;
    backdrop-filter: blur(6px);*/
}

.bestgame-container a {
    border: solid 5px rgba(0, 0, 0, 0);
}

.bestgame-container a img {
    border-radius: 0px;
}

.bestgame-container a:hover img {
    box-shadow: 2px 5px 10px rgb(255, 140, 0);
    transition: 0.3s;
}

.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/reelCup/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: 12px;
    font-family: 'dotum,gulim,Arial,sans-serif';
    font-weight: 600;
    color: #000;
}

@media (min-width: 1200px) {
    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}


html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0 auto;
}

.btn {
    transition: 0.2s;
}

.btn:hover {
    transform: translate(0px, -15px);
}

.topmenu_item {
    transition: 0.1s;
}

.topmenu_item:hover {
    transform: translate(0px, -3px);
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;

}


.carousel-item-gradient {
    display: block;
    width: 100%;
    height: 150px;
    margin-top: -150px;
    position: absolute;
    background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0));
}

@media (min-width: 992px) {
    .d-lg-none {
        display: inline !important;
    }
}

.section-login {
    position: absolute;
    float: right;
    right: 40px;
    bottom: 22px;
    height: 44px;
    display: block;
    top: 20px;

    z-index: 999;
}

.login-btn {
    bottom: 2px;
    width: 8.5em;
    height: 44px;
    background-color: orange;
    border-radius: 1em;
    text-align: center;
    user-select: none;
    display: inline;
    max-width: 8.5em;
    margin-left: 2em;
    letter-spacing: -2px;
    padding-right: 15px;
    padding-left: 15px;
}

.middle-bar {
    width: 100%;
    position: absolute;
    top: 32em;
    z-index: 99;
}


.game-bar {
    width: 1280px;
    margin: 0 auto;
    margin-top: -13em;
}

.container2 {
    width: 1280px;
    max-width: 1280px;
    padding: 0 !important;
    margin: 0 auto;
}


