/*

Structure

 */

.wrapper {
    min-width: 1260px;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    color: #ffffff;
    overflow-y: scroll;
    font-size: 0;
}

.main-container {
    width: 1260px;
    margin: 0 auto;
    color: #cccccc;
    font-size: 13px;
    position: relative;
}

.bg-main {
    background: url(/images/main/bg-main.jpg?2) center top no-repeat #000000;
}

button,
button.btn:focus,
button.btn:active:focus,
input,
input:focus,
input:active:focus,
select,
select:focus,
select:active:focus {
    outline: none;
    color: #ffffff;
    ;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

select::-ms-expand {
    display: none;
}

.disable-event {
    pointer-events: none;
    cursor: not-allowed;
}

.aladin-btn2 {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0;
    margin-left: 10px;
    font-weight: 600;
    border-radius: 0;
}

.aladin-btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0;
    margin-left: 10px;
    font-weight: 600;
    border-radius: 0;
}

.btn-yellow {
    border: 1px solid #fad981;
    background: #efd48c;
    background: -moz-linear-gradient(top, #efd48c 0%, #ddad2d 100%);
    background: -webkit-linear-gradient(top, #efd48c 0%, #ddad2d 100%);
    background: linear-gradient(to bottom, #efd48c 0%, #ddad2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd48c', endColorstr='#ddad2d', GradientType=0);
    color: #121212;
    font-weight: 700;
}

.btn-yellow:hover,
.game-button:hover .title-container button {
    border: 1px solid #fad981;
    background: #000000;
    color: #fad981;
}

.btn-violet,
.btn-violet:focus {
    font-weight: 700;
    border: 1px solid #6f6f6f;
    background: #5027aa;
    background: -moz-linear-gradient(top, #5027aa 0%, #2a1d5e 100%);
    background: -webkit-linear-gradient(top, #5027aa 0%, #2a1d5e 100%);
    background: linear-gradient(to bottom, #000000 0%, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5027aa', endColorstr='#2a1d5e', GradientType=0);
    color: #f4b741;
}

.btn-violet:hover {
    border: 1px solid #404040;
    background: #000000;
    color: #f4b741;
}

.btn-black {
    font-weight: 700;
    background: #06011b;
    color: #60597b;
    border: 1px solid #383449;
}

.btn-black:hover {
    background: #383449;
    color: #ffffff;
    border: 1px solid #383449;
}

.text-white {
    color: #fff;
}

.text-gold {
    color: #ffc527;
}

/*
  STYLE 1
*/

#cbp-spmenu-s2::-webkit-scrollbar-track {
    background-color: #262626;
    border-left: solid 1px #10082d;
}

#cbp-spmenu-s2::-webkit-scrollbar {
    width: 10px;
    background-color: #ffc529;
}

#cbp-spmenu-s2::-webkit-scrollbar-thumb {
    background-color: #ffc529;
}

/*intlTelInput*/

.bg-main .iti__country-list {
    background-color: #10082d;
    border: 1px solid rgba(255, 255, 255, .2);
}

.bg-main .iti__country.iti__highlight {
    background-color: #1e90ff;
}

.ngdialog-open .iti__country-list {
    overflow-y: hidden;
}

.iti__divider {
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
}

textarea.form-control {
    resize: none;
}

.top-margin {
    margin-top: 20px;
}

/*IE 11*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /*IE*/
    .slot-wrapper {
        width: 100% !important;
    }
    .sports-nav>li:nth-of-type(8) {
        margin-right: 185px !important;
    }
    .navigation-page .nav-list>li>a {
        font-size: 15px !important;
    }
    .navigation-page .guest-container .isNotLogin input {
        line-height: 30px;
    }
}

@supports (-ms-ime-align:auto) {
    /*edge*/
    .slot-wrapper {
        width: 100% !important;
    }
}

/*Mozilla*/

@-moz-document url-prefix() {
    .slot-box {
        width: 179px !important;
    }
}

.swal-title,
.swal-text {
    text-align: center;
}



.main-page .banner-container {
    height: 345px;
    position: relative;
    background: url("/images/main/main-banner.png") right bottom no-repeat;
}



/*

Navigation

 */

.navigation-page .top-nav {
    background: #131313;
    height: 50px;
    border-bottom: 1px solid #251d48;
}

.top-nav .logo-container {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
}

.top-nav .logo-container .content {
    position: relative;
    left: -50%;
    cursor: pointer;
}

.navigation-page .mid-nav {
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid #bf8e2e;
    height: 80px;
}

.mid-nav .links>ul {
    width: 550px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 75px;
    text-align: center;
    color: #ffffff;
}

.mid-nav .links>ul>li,
.mid-nav .links>ul>li>p {
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    z-index: 3;
    font-weight: 600;
}

.mid-nav .links>ul>li:hover,
.bot-nav .list-inline>li>a:hover {
    color: #ddad2d;
}

.mid-nav .links>ul.list-inline {
    margin: 0;
}

.mid-nav .main-container {
    display: flex;
    justify-content: space-between;
}

.navigation-page .bot-nav {
    background: rgba(0, 0, 0, 0.6);
    height: 40px;
}

.bot-nav .list-inline {
    margin: 0;
    line-height: 40px;
}

.bot-nav .list-inline>li>a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 30px;
    font-weight: 600;
    vertical-align: middle;
}

.bot-nav .list-inline>li:last-child>a {
    margin-right: 0;
}

.bot-nav .nav-dm.badge {
    padding: 0 5px;
    background: #f7e88d;
    color: #160d29;
    vertical-align: middle;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
}

.navigation-page.isSport .mid-nav {
    background: rgba(0, 0, 0, 0.6);
}

.navigation-page.isSport .bot-nav {
    background: rgba(0, 0, 0, 0.6);
}


/*
Footer
 */

.footer-page {
    background: url("/images/footer/footer.png") center no-repeat;
    height: 240px;
}

.sub-footer {
    height: 95px;
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid #bf8e2e;
}

.sub-footer .main-container {
    text-align: center;
    line-height: 95px;
}

.sub-footer .main-container p:first-child {
    color: #666666;
}

.sub-footer .main-container p:last-child {
    color: #999999;
}

/*
GameButton
 */

.game-buttons-container {
    font-size: 0;
    background: rgba(22, 14, 14, .8);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.game-buttons-container .game-button {
    width: calc(1200px / 2);
    margin-right: 10px;
    height: 200px;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 6px 20px;
    position: relative;
    font-weight: 700;
}

.game-buttons-container .game-button:last-child {
    margin-right: 0;
}

.game-buttons-container .game-button.live {
    background: url("/images/main/game-button/game-button-casino.png?5");
}

.game-buttons-container .game-button.sports {
    background: url("/images/main/game-button/game-button-2.jpg");
}

.game-buttons-container .game-button.slot {
    background: url("/images/main/game-button/game-button-slot.png?5");
}

.game-buttons-container .game-button.Others {
    background: url("/images/main/game-button/game-button-4.jpg");
}

.game-buttons-container .game-button.live:hover {
    background: url("/images/main/game-button/game-button-casino-hover.png?5");
}

.game-buttons-container .game-button.sports:hover {
    background: url("/images/main/game-button/game-button-2-hover.jpg");
}

.game-buttons-container .game-button.slot:hover {
    background: url("/images/main/game-button/game-button-slot-hover.png?5");
}

.game-buttons-container .game-button.Others:hover {
    background: url("/images/main/game-button/game-button-4-hover.jpg");
}

.game-button .title-container {
    position: absolute;
    bottom: 6px;
    height: 50px;
    width: 560px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.game-button .title-container span {
    font-size: 18px;
    color: #ffffff;
}

.game-button .title-container button {
    font-size: 12px;
    color: #121212;
    width: 105px;
    height: 35px;
    border-radius: 0;
    font-weight: 600;
}

.game-button .title-container button.btn-yellow:hover,
.game-button:hover .title-container span {
    color: #fad981;
}


.cc-title {
    color: #ffffff;
    font-size: 32px;
    font-family: NotoSansKr-Bold;
    text-align:center;
    text-shadow: 2px 2px 2px gray;
    padding-bottom:10px;
}

.cc-center {
    height: auto;
    margin-top: 0px;
    display: none;
    position: relative;
    top: -100%;
    animation: cc_anim 1s ease 1 forwards;
}

.cc-center.active {
    display: inline-block;
}

.cc-center.slot .company-btn{
    width:172px;
}

.company-btn {
    width: 200px;
    height: 250px;
    display: inline-block;
    background-image: url(/images/bg/company_btn_bg.png);
    background-color: #181717;
    border-radius: 10px;
    border: 2px solid transparent;
    border-image: url(/images/bg/company_border.png) 10 round;
    border-image-width: 10px;
    border-image-repeat: repeat;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 0 17px;
    margin-bottom: 17px;
    box-shadow: inset 0px 3px 2px #000;
}

.company-btn img {
    transition: 1s;
}

.company-btn .deco {
    position: absolute;
    right: -10px;
    bottom: 115px;
    z-index: 1;
}

.company-btn .main-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.company-btn.micro .main-img {
    margin-left: 20px;
}

.company-btn.dream .main-img {
    margin-left: 8px;
}

.company-btn.bbin .main-img {
    margin-left: 30px;
}

.company-btn.ho .main-img {
    margin-left: 30px;
}

.company-btn.taishan .main-img {
    margin-left: 22px;
}

.company-btn .name {
    position: relative;
    z-index: 2;
    top: 10px;
}

.company-btn .name p {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: NotoSansKr-Bold;
}

.company-btn .name img {
    position: relative;
    top: -3px;
}

.company-btn button {
    width: 100px;
    height: 35px;
    background-image: linear-gradient(#b33026, #e64611);
    border-radius: 3px;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 16px;
    font-family: NotoSansKr-Bold;
    box-shadow: 0px 0px 20px #000;
    transition: 0.5s;
    z-index: 3;
    opacity: 0;
}

.company-btn:hover .main-img {
    left: -50px;
}

.company-btn:hover .deco {
    right: -180px;
    bottom: -150px;
}

.company-btn:hover button {
    opacity: 1;
}

.company-btn.sports{
    width:200px;
    height:auto;
}
.company-btn.sports .main-img{
    position:relative;
    width:100%;
}
.company-btn.sports:hover .main-img{
    left:0;
}
.company-btn.sports .deco{
    width:790px;
    left:-390px;
    top:-420px;
}
.company-btn.sports .deco.minigame{
    width:240%;
    height:140%;
    background-color:rgba(255,255,255,0.13);
    left:-135%;
    top:-109%;
    transform:rotate(-22deg);
    transition:0.5s;
}
.company-btn.sports:hover .deco{
    width:790px;
    left:100px;
    top:220px;
}
.company-btn.sports:hover .deco.minigame{
    left:37%;
    top:65%;
}
.company-btn .name{
    position:absolute;
    left:8px;
    top:13px;
}




.slot-games {
    width: 1190px;
    height: auto;
}

.slot-games .body {
    width: 100%;
    height: 517px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-top: 11px;
    overflow-y: scroll;
}

.slot-games .body::-webkit-scrollbar {
    width: 14px;
    background: #000;
}

.slot-games .body .center {
    width: auto;
    height: auto;
    display: inline-block;
}

.slot_sp_game {
    width: auto;
    height: auto;
    position: relative;
    border: solid 1px #000000;
    background-color: transparent;
    display: inline-block;
    margin: 0 0px;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s;
}

.slot_sp_game img {
    transition: 0.5s;
}

.slot_sp_game .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
}

.slot_sp_game button {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 35px;
    border: none;
    background-image: linear-gradient(#b33026, #e64611);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-family: NotoSansKr-Regular;
    transition: 0.5s;
}

.slot_sp_game .foot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 41px;
    background-color: rgba(0, 0, 0, 0.75);
    display: table;
    transition: 0.5s;
}

.slot_sp_game .foot p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.slot_sp_game:hover {
    border: solid 1px #026975;
}

.slot_sp_game:hover img {
    transform: scale(1.4);
}

.slot_sp_game:hover .overlay {
    opacity: 1;
}

.slot_sp_game:hover .foot {
    opacity: 0;
}




.mp_cont {
    display: none;
}

.mp_cont.active {
    display: block
}







.inquiry_table {
    width: 98%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-top: 7px;
}

.inquiry_table .head {
    width: 100%;
    height: 40px;
    float: left;
    background-color: #0f4147;
    color: #ccc;
    font-size: 14px;
    font-family: NotoSansKr-Regular;
    text-align: center;
    display: table;
}

.inquiry_table .head p {
    display: table-cell;
    vertical-align: middle;
}

.inquiry_table .head p:first-child {
    width: 10%;
    text-align: center;
}

.inquiry_table .head p:last-child {
    width: 90%;
    text-align: center;
}

/**/
.inquiry_table .row_tr {
    width: 100%;
    max-height: 40px;
    float: left;
    border-bottom: solid 1px #333333;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}

.inquiry_table .row_td {
    width: 100%;
    height: 40px;
    float: left;
    background-color: rgba(41, 100, 127, 0);
    border-bottom: solid 1px #333333;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
}

.inquiry_table .row_td .note_btn {
    margin-top:5px;
    background-color: #666666;
}

.inquiry_table .row_td:hover {
    background-image: linear-gradient(#ffc107, #ffc107);
}


.inquiry_table .row_td:hover .note_btn {
    background-color: #666666;
}

.inquiry_table .row_td .note_btn.active {
    background-color: #666666;
}

.inquiry_table .row_td p.active {
    color: #fff;
    text-decoration: underline;
}

/**/
.inquiry_table .row_td .td_btn {
    float: left;
    margin-left: 7px;
    margin-top: 7px;
    width: 60px;
    height: 25px;
    padding: 0;
    border: none;
    border-radius: 3px;
    background-color: #666666;
    color: #fff;
    font-size: 12px;
}

.inquiry_table .row_td .arrow {
    float: left;
    margin-left: 10.50%;
    margin-right: 0px;
    margin-top: 18px;
}

.inquiry_table .row_td .td_btn.red {
    background-color: #0f4147;
}

.inquiry_table .row_td p {
    float: left;
    margin-left: 11px;
    margin-top: 10px;
}

.inquiry_table .row_td p.date {
    font-size: 12px;
    margin-left: 0;
}

.inquiry_table .row_td div {
    width: 20%;
    float: right;
    margin-right: 12px;
}

.inquiry_table .row_td div .delete_btn {
    float: right;
    width: 15px;
    height: 13px;
    border: none;
    background-color: transparent;
    background-image: url(/images/icon/mess_delete.png);
    transition: 0.3s;
    margin-top: 13px;
}

.inquiry_table .row_td div .delete_btn:hover {
    background-image: url(/images/icon/mess_delete_on.png);
}





.board_table {
    width: 100%;
    text-align: center;
}

.board_table th {
    height: 40px;
    background-color: #333;
    color: #ffc527;
    font-size: 14px;
    text-align: center;
    font-family: NotoSansKr-Regular;
}

/*.board_table th:nth-child(1) {
    width: 11%;
}

.board_table th:nth-child(2) {
    width: 69%;
}

.board_table th:nth-child(3) {
    width: 20%;
}*/

.board_table tbody tr {
    height: 40px;
    background-color: none;
    color: #fff;
    font-size: 12px;
    text-shadow: 0px 1px 1px #000;
    border-bottom: solid 1px #0f4147;
    text-align: center;
    cursor: pointer;
}

.board_table tbody tr:hover {
    background-image: linear-gradient(#d23428, #e64611);
}

.board_table tbody tr.active {
    background-image: linear-gradient(#d23428, #e64611);
}

.board_table td:nth-child(2) {
    text-shadow: none;
    text-align: left;
    padding-left: 40px;
}

.board_table td:nth-child(2) button {
    width: 34px;
    height: 14px;
    padding: 0;
    border-radius: 3px;
    font-size: 9px;
    color: #fff;
    border: none;
    background-color: #b65c0d;
}