
@font-face {
    font-family: noto-sans-kr;
    src: url(../../../fonts/NotoSansKR-Regular.otf);
}

@font-face {
    font-family: noto-sans-bold;
    src: url(../../../fonts/NotoSansKR-Bold.otf);
}

@font-face {
    font-family: noto-sans-black;
    src: url(../../../fonts/NotoSansKR-Black.otf);
}

@font-face {
    font-family: 'SBAggroB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

html::-webkit-scrollbar {
    width: 12px;
    background: #000000;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

html::-webkit-scrollbar-thumb {
    background: linear-gradient(#141414, #333);
    border: solid 2px #000000;
}

body {
    height: 100%;
    padding-right: 0 !important;
    text-align: center;
    background-position: top center;
    background-repeat: repeat-x;
    background: url("/img/bg.png") no-repeat #010101;
    color: #fff;
    font-size: 14px;
    font-family: "noto-sans-kr", Arial, sans-serif;
    transition: 0.3s;
}

body.active {
    overflow: hidden;
}

/* custom */
#odometer1 {
    font-size: 40px;
    min-width: 290px;
}

.odometer-value, .odometer-formatting-mark {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#fffd00, #fa7900);
    background-size: 100% 100%;
    position: relative;
    color: #ffffff;
    font-family: noto-sans-black;
    white-space: nowrap;
}

/*.odometer-digit, .odometer-formatting-mark {*/
/*    font-size: 40px;*/
/*}*/

.h1_txt {
    font-size: 40px;
    background: linear-gradient(to right top, #365bcb, #00b2ff);
    color: transparent;
    -webkit-background-clip: text;
    font-family: 'SBAggroB';
    font-weight: 900;
}

.logo .h1_txt {
    font-size: 27px;
    line-height: 70px;
}


.parsley-errors-list {
    position: absolute;
}

.parsley-errors-list.filled {
    margin-top: 75px;
    margin-left: -35px;
    list-style: none;
    font-size: 12px;
    font-weight: bolder;
    color: #ffe300;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

.popup_window {
    position: fixed;
    background-color: #fff;
    color: #000000;
    padding: 0;
    display: none;
    z-index: 999;
}

.wrapper_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1976;
}

.wrapper_loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
}

.level-icon {
    max-width: 28px;
    max-height: 28px;
}

.hidden {
    display: none !important
}

.cursor-pointer, .player-balance {
    cursor: pointer;
}

.label {
    border: 1px solid #000
}

.label-warning {
    background-color: #cbb956
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #b6a338
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #3097d1
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #2579a9
}

.label-success {
    background-color: #2ab27b
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #20895e
}

.label-info {
    background-color: #8eb4cb
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #6b9dbb
}

.label-warning {
    background-color: #cbb956
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #b6a338
}

.label-danger {
    background-color: #bf5329
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #954120
}

.custom-label {
    padding: 0 0.5rem 0 0.5rem;
    font-size: 13px;
}

	ul{padding:0px;margin:0px}
	.tab {max-width:1430px;width:100%;margin:0 auto;padding:30px 0px;overflow:hidden;cursor:pointer;font-size:18pt}
	.tab img{height:120%;float:right;}
	.tab .c_tab {width:50%;float:left;list-style:none;padding:10px 0px;
		background:url("/img/bg/slot_btn.png");
		font-weight:bold;
		font-family: 'SBAggroB';
		height:150px;line-height:140px;
		border-radius:10px 0px 0px 10px;
		text-shadow:1px 1px 3px #000;
		font-size:25pt;
		filter: grayscale(100%);
		transition: 0.3s;
	}

	.tab .c_tab:hover {width:50%;float:left;list-style:none;padding:10px 0px;
		background:url("/img/bg/slot_btn.png");
		font-weight:bold;
		font-family: 'SBAggroB';
		height:150px;line-height:140px;
		border-radius:10px 0px 0px 10px;
		text-shadow:1px 1px 3px #000;
		font-size:25pt;
		filter: grayscale(0%);
		transition: 0.6s;

	}


	.tab .s_tab {width:50%;float:left;list-style:none;padding:10px 0px;
		background:url("/img/bg/casino_btn.png");
		font-weight:bold;
		font-family: 'SBAggroB';
		height:150px;line-height:140px;
		border-radius:0px 10px 10px 0px;
		text-shadow:1px 1px 3px #000;
		font-size:25pt;
		filter: grayscale(100%);
		transition: 0.3s;
	}
	.tab .s_tab:hover {width:50%;float:left;list-style:none;padding:10px 0px;
		background:url("/img/bg/casino_btn.png");
		font-weight:bold;
		font-family: 'SBAggroB';
		height:150px;line-height:140px;
		border-radius:0px 10px 10px 0px;
		text-shadow:1px 1px 3px #000;
		font-size:25pt;
		transition: 0.6s;
		filter: grayscale(0%);
	}

	.tab .p_tab {width:50%;float:left;list-style:none;padding:10px 0px;
		background:url("/img/bg/jacpot_btn.png");
		font-weight:bold;
		font-family: 'SBAggroB';
		height:150px;line-height:140px;
		border-radius:0px 10px 10px 0px;
		text-shadow:1px 1px 3px #000;
		font-size:25pt;
		filter: grayscale(100%);
		transition: 0.3s;
	}
	.tab .p_tab:hover {width:50%;float:left;list-style:none;padding:10px 0px;
		background:url("/img/bg/jacpot_btn.png");
		font-weight:bold;
		font-family: 'SBAggroB';
		height:150px;line-height:140px;
		border-radius:0px 10px 10px 0px;
		text-shadow:1px 1px 3px #000;
		font-size:25pt;
		transition: 0.6s;
		filter: grayscale(0%);
	}

    .tab .w_tab {width:100%;float:left;list-style:none;padding:10px 0px;
        background:url("/img/bg/wide_bg.png");
        font-weight:bold;
        font-family: 'SBAggroB';
        border-radius:10px 0px 0px 10px;
        filter: grayscale(0%);
        transition: 0.3s;
        height:150px;
      }

    .tab .w_tab h1{
      font-size:55pt !important;
      line-height:140px;
      background: linear-gradient(to bottom, #ebde5c 45%, #c38c18 55%);
        color: transparent;
        -webkit-background-clip: text;
    }

    @media (max-width: 1200px) {
    .tab .w_tab {width:100%;float:left;list-style:none;padding:10px 0px;
        background:url("/img/bg/wide_bg.png");
        font-weight:bold;
        font-family: 'SBAggroB';
        height:150px;line-height:140px;
        border-radius:10px 0px 0px 10px;
        filter: grayscale(0%);
        transition: 0.3s;
      }
      .tab .w_tab h1{
      font-size:35pt !important;
      }    
    }
    
    @media (max-width: 500px) {
    .tab .w_tab {width:100%;float:left;list-style:none;padding:10px 0px;
        background:url("/img/bg/wide_bg.png");
        font-weight:bold;
        font-family: 'SBAggroB';
        height:150px;line-height:140px;
        border-radius:10px 0px 0px 10px;
        font-size:25pt !important;
        filter: grayscale(0%);
        transition: 0.3s;
        }
      .tab .w_tab h1{
        font-size:25pt !important;
      }
    }

	.tab .achive{filter: grayscale(0%) !important;}
	.popular-section {clear:both}

	.customer-panel i{color:#ffcc00;margin:0px 5px}
	.customer-panel strong{color:#fff;padding-right:5px}
	.customer-panel span{color:#fff;background:#ff6600;padding:0px 7px;border-radius:80px;font-size:9pt;margin-left:5px}

    .customer-panel2 i{color:#ffcc00;margin:0px 5px}
	.customer-panel2 strong{color:#fff;padding-right:5px}
	.customer-panel2 span{color:#fff;padding:0px 7px;font-size:9pt;margin-left:5px}
	.mo_edit {border:1px solid #eee;padding:10px;margin-bottom:20px}
	.mobile .bs-ul li{width:100%;text-align:left}


@media (min-width: 1921px) {
    body {
        background-size: cover;
    }
}

button, a, input, select, textarea, span {
    outline: none !important;
    transition: 0.3s;
}

button {
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.w-b, .w-a, .w-ba {
    position: relative;
    z-index: 1;
}

.w-b:before, 
.w-a:after,
.w-ba:before, 
.w-ba:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}



:root {
    --yellow: #cb4d30;
    --orange: #ffcc00;
}

.font-small {
    font-size: 10px;
}

.font-s-12 {
    font-size: 12px !important;
}

.font-bold {
    font-family: noto-sans-bold;
}

.font-black {
    font-family: noto-sans-black;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-yellow-f {
    color: #ffdf84 !important;
}

.text-red {
    color: #ff9159 !important;
}

.table-layout-fixed {
    table-layout: fixed;
}

.min-h-auto {
    min-height: auto !important;
}

.dflex-ac-jc {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-ac-js {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dflex-ac-je {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.dflex-ae-jc {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-as-jc {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-acs-jc {
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.wrapper.affix  {
    padding: 130px 0 0;
}

.wrapper:before,
.wrapper:after {
    width: 100%;
    min-width: 1920px;
    height: 900px;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    background-repeat: no-repeat;
}

.wrapper:before {
    background-position: left top;
    background-image: url(/img/bg/left-bg.png);
    opacity: 0.7;
    left: 49%;
}

.wrapper:after {
    background-position: right top;
    background-image: url(/img/bg/right-bg.png);
    opacity: 0.4;
    left: 52%;
}

.bs-ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    display: table;
    padding: 0;
}

.bs-ul li {
    list-style: none;
    width: auto;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1460px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
  .before-login i{display:none}
.slot-btn .g-name {
	color: rgba(255, 255, 255, 0.5);
	margin-top: -20px;
	display: inline-block;
	width:100%;
	padding:18px 10px 10px;
	line-height:25px;
	background-size:contain !important;
}

.casino-btn .g-name {
	color: rgba(255, 255, 255, 0.5);
	margin-top: -20px;
	display: inline-block;
	width:100%;
	padding:18px 10px 10px;
	line-height:25px;
	background-size:contain !important;
}

	ul{padding:0px;margin:0px}
	.tab {max-width:1430px;width:100%;margin:0 auto;padding:30px 0px;overflow:hidden;cursor:pointer;font-size:18pt}
	.tab img{height:120%;float:right;}
	.tab .c_tab {width:50%;float:left;list-style:none;padding:10px 0px;
		background:url("/img/bg/slot_btn.png");
		font-weight:bold;
		font-family: 'SBAggroB';
		height:150px;line-height:140px;
		border-radius:10px 0px 0px 10px;
		text-shadow:1px 1px 3px #000;
		font-size:15pt !important;
		filter: grayscale(100%);
		transition: 0.3s;
	}

	.tab .c_tab:hover {width:50%;float:left;list-style:none;padding:10px 0px;
		background:url("/img/bg/slot_btn.png");
		font-weight:bold;
		font-family: 'SBAggroB';
		height:150px;line-height:140px;
		border-radius:10px 0px 0px 10px;
		text-shadow:1px 1px 3px #000;
		font-size:15pt;
		filter: grayscale(0%);
		transition: 0.6s;

	}


	.tab .s_tab {width:50%;float:left;list-style:none;padding:10px 0px;
		background:url("/img/bg/casino_btn.png");
		font-weight:bold;
		font-family: 'SBAggroB';
		height:150px;line-height:140px;
		border-radius:0px 10px 10px 0px;
		text-shadow:1px 1px 3px #000;
		font-size:15pt;
		filter: grayscale(100%);
		transition: 0.3s;
	}
	.tab .s_tab:hover {width:50%;float:left;list-style:none;padding:10px 0px;
		background:url("/img/bg/casino_btn.png");
		font-weight:bold;
		font-family: 'SBAggroB';
		height:150px;line-height:140px;
		border-radius:0px 10px 10px 0px;
		text-shadow:1px 1px 3px #000;
		font-size:15pt;
		transition: 0.6s;
		filter: grayscale(0%);
	}
	.popular-section {clear:both}


}
/* Loading Wrapper */

.loading-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url(../img/icon/loading-transparent.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 1999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.loading-wrapper.active {
    opacity: 1;
    pointer-events: auto;
}


/* Site Button */



.btn-yellow {
    color: rgba(0, 0, 0, 1.0);
    background: #fe8c00;
    background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
    background: linear-gradient(to right, #2a8fa7, #303d67);
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-red {
    color: #ffffff;
	background: #52c234;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #3e8f28, #52c234);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #3e8f28, #52c234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-green {
    color: #ffffff;
	background: #396afc;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2948ff, #396afc);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2948ff, #396afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-gray {
    color: #ffffff;
    background-color: #8c8a8a;
    background-image: linear-gradient(#8c8a8a, #575757);
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-yellow span,
.btn-red span,
.btn-green span,
.btn-gray span {
    transition: 0s;
}

.btn-yellow:before,
.btn-red:before,
.btn-green:before,
.btn-gray:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    z-index: -1;
    border-radius: 2px;
    opacity: 0;
    transform: translateY(-100%);
}
.btn-yellow {
    color: rgba(0, 0, 0, 1.0);
    background: #fe8c00;
    background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
    background: linear-gradient(to right, #2a8fa7, #303d67);
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-yellow:before {
	background: #303d67;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fe8c00, #f83600);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #303d67, #2a8fa7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



}

.btn-red:before {
	background: #3e8f28;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #52c234, #3e8f28);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #52c234, #3e8f28); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.btn-green:before {
	background: #2948ff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #396afc, #2948ff);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #396afc, #2948ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btn-gray:before {
    background-image: linear-gradient(#b1b1b1, #777777);
}


@media(min-width:1201px){ 

    .btn-yellow:hover:before,
    .btn-red:hover:before,
    .btn-green:hover:before,
    .btn-gray:hover:before {
        opacity: 1;
        transform: translateY(0);
    }

    .btn-yellow:hover {
        color: #ffffff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 187, 0, 0.25);
    }

    .btn-red:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(205, 63, 0, 0.25);
    }

    .btn-green:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(23, 134, 204, 0.25);
    }

    .btn-gray:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.25);
    }

}


/* Header Section */

.header-section {
    width: 100%;
    position: relative;
    z-index: 99;
    transition: 0.3s;
}

.affix .header-section {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
}

.header-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.95);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 51% 100%);
    box-shadow: 0 2px 0 var(--blue);
    transition: 0s;
    opacity: 0;
}

.affix .header-section:before {
    opacity: 1;
}

.header-top {
    height: 70px;
    position: relative;
    z-index: 9;
}

.affix .header-top {
    margin: -70px 0 0;
}

.logo {
    width: 180px;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    position: absolute;
    display: inline-block;
}

.modal .logo {
    top: 0;
}

.affix .header-section .logo {
    width: 80px;
    left: 0;
    right: 0;
    top: -65px;
}

.logo img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}

.logo .logo-img {
    opacity: 0;
}

.logo .diamond {
    width: 63.34%;
    top: 19.5%;
    left: 4%;
    animation: lgDiamondAnim 10s ease infinite;
}

@keyframes lgDiamondAnim {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    8% {
        opacity: 0;
        transform: translateY(-25%);
    }
    15% {
        opacity: 1;
        transform: translateY(5%);
    }
    25% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .star {
    width: 41.67%;
    top: -0.75%;
    left: 10%;
    transform-origin: bottom center;
    animation: lgStarAnim 10s ease infinite;
}

@keyframes lgStarAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    15% {
        opacity: 0;
        transform: scale(0);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.logo .items {
    width: 60%;
    top: 26.25%;
    left: 4%;
    transform-origin: bottom center;
    animation: lgItemsAnim 10s ease infinite;
}

@keyframes lgItemsAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    12% {
        opacity: 0;
        transform: scale(0);
    }
    22% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.logo .crown {
    width: 66.67%;
    top: 12%;
    left: 4%;
    animation: lgCrownAnim 10s ease infinite;
}

@keyframes lgCrownAnim {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .rising {
    width: 100%;
    top: 0px;
    animation: lgRisingAnim 10s ease infinite;
}

@keyframes lgRisingAnim {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    5% {
        opacity: 0;
        transform: translateY(25%);
    }
    15% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .slot {
    width: 33.89%;
    bottom: 0.5%;
    left: 2.5%;
    animation: lgSlotAnim 10s ease infinite;
}

@keyframes lgSlotAnim {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    5% {
        opacity: 0;
        transform: translateY(-25%);
    }
    15% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}


/* Customer Panel */

.mobile .customer-panel {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 20px auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 15px 0;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.05);
}

.customer-panel .bs-ul li {
    padding: 2px 5px 0 0;
}

.mobile .customer-panel .bs-ul li {
    padding: 0 20px;
}

.customer-panel .bs-ul li .icon-panel {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background:#555;
    margin-right: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.customer-panel .bs-ul li .icon-panel.phone {
    background-image: linear-gradient(#db6dfe, #9500c4);
}

.customer-panel .bs-ul li .info {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}


/* Before After Login */

.affix .bal-container {
    display: none;
}

.before-login {
    display: none;
}

.before-login.active {
    display: block;
}

.before-login button {
    width: 130px;
    height: 40px;
	border-radius:60px;
    margin-left: 6px;
}


/* After Login */

.after-login {
    display: none;
    position: relative;
}

.after-login.active {
    display: block;
}

.after-login button {
    width: 110px;
    height: 40px;
    margin-left: 5px;
}

.after-login .nav-btn {
    width: 50px;
    height: 38px;
    font-size: 14px;
    margin: 0 3px;
}

.after-login .nav-btn:hover:before {
    transform: translateY(0);
}

.after-login .active .nav-btn:before {
    transform: translateY(0);
    opacity: 1;
}

.after-login .active .nav-btn {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.after-login .message-btn .count {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color:#bf3535;
    color: #ffffff;
    font-size: 8px;
    position: absolute;
    right: -8px;
    top: -2px;
    text-shadow: none;
}

.after-login .mobile button {
    width: 50px;
    height: 35px;
    border-radius: 3px;
    margin-left: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    font-size: 12px;
}

.after-login .mobile .logout-btn {
    height: 35px;
}


/* Dropdown */

.drop-down {
    position: relative;
    transition: 0.3s;
}

.drop-down .toggle-btn {
    transition: 0s;
}

.drop-down .toggle-btn .icon{
    position: relative;
    top: 0;
    transition: 0.3s;
}

.drop-down.active .toggle-btn .icon{
    top: -5px;
}

.drop-down:hover .toggle-btn .icon{
    top: -5px;
}

.drop-down .toggle-btn .arrow-icon {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.3s;
}

.drop-down.active .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: 2px;
    transform: rotate(180deg);
    color: var(--yellow-white);
}

.drop-down:hover .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: 2px;
}

.drop-down-menu {
    width: 260px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    background-color: #2a2a2a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    padding: 10px 10px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.drop-down.active .drop-down-menu {
    top: calc( 100% + 10px );
    opacity: 1;
    pointer-events: auto;
}

.drop-down-menu a {
    white-space: nowrap;
    height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.03);
    padding: 0 10px;
}

.drop-down-menu a:last-child {
    border-bottom: none;
}


/* Account Info */

.after-login .account-info {
    padding: 0;
}

.after-login .account-info .row {
    background-color: rgb(0 0 0 / 42%);
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 2px;
}

.after-login .account-info .labels{
    text-align:left;
    min-width:100px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size: 12px;
    padding: 0 0 0 8px;
    color: #ccc;
}

.after-login .account-info .labels .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    background-image: linear-gradient(rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) );
    margin-right: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.after-login .account-info .information{
    text-align:left;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #ffffff;
    font-size: 14px;
    padding: 0 0 0 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 12px rgba(255, 255, 255, 0.25);
}

.after-login .account-info .information .symbol{
    color: var(--yellow);
    margin-left:3px;
}


/* Progress Bar */

.after-login .account-info .progressbar{
    background-color: transparent;
    height: 50px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    margin: 0 0 15px;
    border-radius: 0;
    box-shadow: none;
}

.after-login .account-info .progressbar .labels{
    min-width: auto;
    padding: 0;
}

.after-login .account-info .progressbar .labels .icon{
    width:24px;
    height:24px;
    background-image: none;
    background-color: transparent;
    border: none;
}

.progress-panel {
    width: calc(100% - 34px);
    height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1.0), 0 1px 2px rgba(0, 0, 0, 1.0);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.progress-panel .percent {
    width: 75%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    top: 0;
}

.progress-panel .percent:before {
    width: 200%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #fffd00, #ffdc00, #fffd00, #ffdc00, #fffd00);
    animation: percentAnim 0.5s linear infinite;
}

@keyframes percentAnim {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.after-login .drop-down .mypage-link{
    width:100%;
    height:35px;
    border-radius:3px;
    margin: 5px 0;
    border:none;
    font-size: 12px;
}

.after-login .drop-down .message-btn{
    width:100%;
    height:40px;
    border-radius:3px;
    margin: 10px 0 0;
    border:none;
    background-color: #555555;
    color:#fff;
    font-size: 12px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.after-login .drop-down .message-btn .count{
    left: 0;
    top: 0;
    position: relative;
    color: #f183ff;
    border-radius: 0;
    width: auto;
    height: auto;
    background-image: none;
    background-color: transparent;
    font-size: 12px;
    margin-left: 8px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}


/* Header Menu */

.main-menu {
    width: 100%;
    padding: 0 0px;
}

.main-menu .bs-ul {
    width: calc(100%);
    table-layout: fixed;
}

.main-menu .bs-ul li {
    padding-right: 0px;
}

.main-menu li:nth-child(1) {
    background: url(/img/bg_img/menu01.png);
    background-size: 100%;
	opacity: 0.9;
}

.main-menu li:nth-child(2) {
    background: url(/img/bg_img/menu02.png);
	opacity: 0.9;
    background-size: 100%;
}

.main-menu li:nth-child(3) {
    background: url(/img/bg_img/menu03.png);
	opacity: 0.9;
    background-size: 100%;
}

.main-menu li:nth-child(4) {
    background: url(/img/bg_img/menu04.png);
	opacity: 0.9;
    background-size: 100%;
}

.main-menu li:nth-child(5) {
    background: url(/img/bg_img/menu05.png);
	opacity: 0.9;
    background-size: 100%;
}

.main-menu li:nth-child(6) {
    background: url(/img/bg_img/menu06.png);
	opacity: 0.9;
    background-size: 100%;
}

.main-menu li:nth-child(7) {
    background: url(/img/bg_img/menu07.png);
	opacity: 0.9;
    background-size: 100%;
}

.main-menu li:nth-child(8) {
    background: url(/img/bg_img/menu08.png);
	opacity: 0.9;
    background-size: 100%;
}

.main-menu li:hover {
	opacity: 0.4 !important;
}

.main-menu .bs-ul:last-child li {
    padding-right: 0;
}

.main-menu .bs-ul li a {
    width: 100%;
    height: 60px;
	font-size:13pt;
	font-weight:bold;
    color: #fff
}
.nonebg {background:#000 !important}

.main-menu .bs-ul li a:before,
.main-menu .bs-ul li a:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
}

.affix .main-menu .bs-ul li a:before,
.affix .main-menu .bs-ul li a:after {
    opacity: 0;
}

.main-menu .bs-ul:last-child li a:before,
.main-menu .bs-ul:last-child li a:after {
}

.main-menu .bs-ul li a:before {
    border: solid 1px rgba(255, 255, 255, 0.15);
    background-color: rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0) 51% 100%);
}

.persnal-panel {padding-right:20px;color:#fff}
.persnal-panel span {
    color: #fff;
    background: #ff6600;
    padding: 5px 7px;
    border-radius: 80px;
    font-size: 9pt;
    margin-left: 5px;
}
.persnal-panel i{color:#f0c001}

.nonebg .persnal-panel {font-size:10pt !important;text-align:center}

.main-menu .bs-ul li a .icon {
    margin-right: 10px;
    transform-origin: bottom center;
    transition: 0.3s;
}

.main-menu .bs-ul li a:hover .icon {
    animation: mainMenuIcon 1s ease 1 forwards;
}

@keyframes mainMenuIcon {
    0% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.1) rotate(-15deg);
    }
    50% {
        transform: scale(1.1) rotate(15deg);
    }
    75% {
        transform: scale(1.1) rotate(-10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.main-menu .bs-ul li a span {
    transition: 0s;
}


/* Banner Section */

.banner-section {
    width: 100%;
    margin: 34px 0 0;
}

.banner-section .banner-panel {
    height: 300px;
    border-radius: 5px;
    background-image: linear-gradient(to right, rgb(0 0 0 / 2%), rgb(40 91 159 / 80%), rgb(28 84 87 / 40%), rgb(0 0 0 / 9%));
}

.banner-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-background img {
    position: absolute;
    bottom: 0;
}

.banner-background div {
    position: absolute;
    bottom: 0;
}

.banner-background .palace {
    width: 49.32%;
    left: 5.5%;
    animation: palaceAnim 12s ease infinite;
}

@keyframes palaceAnim {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    15% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .piggy {
    width: 25.76%;
    left: 0;
    animation: piggyAnim 12s ease infinite;
}

@keyframes piggyAnim {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    15% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .coins {
    width: 28.43%;
    left: -2%;
    animation: coinsAnim 12s ease infinite;
}

@keyframes coinsAnim {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    20% {
        opacity: 0;
        transform: scale(0.75);
    }
    23% {
        opacity: 1;
        transform: scale(1.05);
    }
    30% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner-background .pig-glow {
    width: 11.79%;
    left: 6.75%;
    bottom: auto;
    top: 0;
    animation: pigGlowAnim 12s ease infinite;
}

@keyframes pigGlowAnim {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    23% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.banner-background .pig-glow img {
    animation: pigGlowImgAnim 0.5s ease infinite;
}

@keyframes pigGlowImgAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-background .seven {
    width: 15.55%;
    left: 14.5%;
    animation: sevenAnim 12s ease infinite;
}

@keyframes sevenAnim {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    8% {
        opacity: 0;
        transform: translateY(-25%);
    }
    15% {
        opacity: 1;
        transform: translateY(5%);
    }
    20% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .fireworks {
    width: 7.13%;
    left: 23.5%;
    bottom: auto;
    top: 6%;
    left: 35%;
    animation: fireworksAnim 12s ease infinite;
}

@keyframes fireworksAnim {
    0% {
        opacity: 0;
        transform: scale(0.15) translateY(600%);
    }
    10% {
        opacity: 0;
        transform: scale(0.15) translateY(600%);
    }
    20% {
        opacity: 1;
        transform: scale(0.15) translateY(0);
    }
    23% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    95% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    100% {
        opacity: 0;
        transform: scale(1) translateY(0);
    }
}

.banner-background .loy-kratong {
    width: 38.98%;
    left: 12.75%;
    transform-origin: bottom left;
    animation: loyAnim 12s ease infinite;
}

@keyframes loyAnim {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    5% {
        opacity: 0;
        transform: scale(0.75);
    }
    15% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner-background .spark {
    width: 18.46%;
    right: -6%;
    bottom: 26.5%;
    animation: firecrackersSparkAnim 0.2s ease infinite;
}

@keyframes firecrackersSparkAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}


/* Banner Carousel */

.banner-carousel {
    width: 60%;
    height: 100%;
    margin-left: auto;
}

.banner-carousel .text-panel {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    opacity: 0;
    animation: bannerCarousel 5s ease 1 forwards;
}

@keyframes bannerCarousel {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    15% {
        opacity: 1;
        transform: translateY(0);
    }
    85% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.banner-carousel .text-panel h1 {
    font-family: 'GmarketSansMedium';
    font-size: 35px;
}

.banner-carousel .text-panel h2 {
    font-size: 26px;
    font-family: 'GmarketSansMedium';
	font-weight:400
}

 h5 {
    font-family: 'GmarketSansMedium';
    font-size: 25px;
	text-align:left
}

.banner-carousel .more-btn {
    width: 200px;
    height: 50px;
    background: #FF512F;
    background: -webkit-linear-gradient(to bottom, #F09819, #FF512F);
    background: linear-gradient(to bottom, #4355b1, #1d49bb);
    border: none;
    border-radius: 20px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'GmarketSansMedium';
    margin: 30px 0 0;
    line-height: 50px;
}
.banner-carousel .more-btn:hover {
    color: #ffffff;
	background: #FF512F;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #F09819, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #F09819, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/* Carousel Nav */

.carousel-nav {
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.carousel-indicators {
    margin: 0;
    bottom: 0;
    position: relative;
    display: block;
}

.carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 4px 0;
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px rgba(255, 255, 255, 0);
    opacity: 1;
    transition: 0.3s;
    display: block;
}

.carousel-indicators li.active {
    border-color: rgba(255, 255, 255, 0.15);
}

.carousel-indicators li:before {
    width: 8px;
    height: 8px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
}

.carousel-indicators li:hover:before {
    background-color: rgba(255, 255, 255, 1);
}

.carousel-indicators li.active:before {
    background-color: var(--yellow);
}

.carousel-nav .carousel-pn {
    width: 18px;
    height: 25px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    border: solid 1px rgba(255, 255, 255, 0.25);
    margin: 10px 0;
}

.carousel-nav .carousel-pn:hover {
    color: var(--yellow);
    border-color: rgba(255, 255, 255, 0.5);
}

.carousel-nav .carousel-pn:first-child {
    border-radius: 9px 9px 0 0;
}

.carousel-nav .carousel-pn:last-child {
    border-radius: 0 0 9px 9px;
}


/* Board Section */

.board-section {
    margin: 10px 0 0;
}

.board-section.mobile {
    margin: -30px 0 0;
}

.jackpot-board {
    width: calc(100% - 716px);
    height: 120px;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 2px #503902;
    border-radius: 5px;
}

.jackpot-board:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/img/bg/jackpot-bg.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}

.jackpot-board .header {
    margin: 0 0 -3%;
}

.jackpot-board .header .title {
    font-size: 24px;
    font-family: 'GmarketSansMedium';
}

.jackpot-board .header .deco {
    width: 104px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
}

.jackpot-board .header .deco:first-child {
    left: -124px;
}

.jackpot-board .header .deco:last-child {
    right: -124px;
}

.jackpot-board .header .deco:before {
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/img/icon/star.png);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    animation: jpStarAnim 2s ease infinite;
}

@keyframes jpStarAnim {
    0% {
        transform: rotate(0deg);
    }
    90% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.jackpot-board .header .deco:after {
    width: calc(100% - 30px);
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.jackpot-board .header .deco:last-child {
    transform: rotateY(180deg);
}

.jackpot-board .jackpot-amount .amount {
    font-size: 48px;
}

.jackpot-board .jackpot-amount .symbol {
    font-size: 40px;
    margin-left: 2%;
}

.jackpot-board .jackpot-amount .text-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#fffd00, #fa7900);
    background-size: 100% 100%;
    position: relative;
    color:#ffffff;
    font-family: noto-sans-black;
    white-space: nowrap;
}

.jackpot-board .jackpot-amount .text-gradient:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    text-shadow: 0 0 20px rgba(254, 215, 0, 0.5);                 
    z-index:-1;
    animation: jpGlowAnim 0.5s ease infinite;
}

@keyframes jpGlowAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

.jackpot-board .jackpot-amount .text-gradient:after {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 1.0);                 
    z-index:-1;
}


/* Withdrawal Event Panel */

.bs-board {
    width: 348px;
    height: 120px;
    margin-left: 10px;
    padding: 10px 10px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #30b967, #238c4f);
    overflow: hidden;
}

.bs-board:before {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(/img/bg/withdrawal-bg.png);
    left: 0;
    top: 0;
}

.event-board.mobile-sm {
    display: none;
}

.event-board {
    background-image: linear-gradient(to right, #7d4dea, #4e28a3);
}

.event-board:before {
    background-image: url(/img/bg/event-bg.png);
}

.bs-board .header {
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.bs-board .header .more-link {
    height: 18px;
    padding: 0 12px;
    color: #ffffff;
    font-size: 10px;
    text-shadow: none;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}

.bs-board table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.bs-board table tr {
    cursor: pointer;
}

.bs-board table tr td {
    height: 30px;
    color: #ffffff;
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    transition: 0.3s;
}

.bs-board table tr:hover td {
    background-color: rgba(0, 0, 0, 0.4);
}

.bs-board table tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.bs-board table tr td:last-child {
    border-radius: 0 5px 5px 0;
}

.bs-board table tr td a {
    color: #ffffff;
    max-width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-decoration:none;
    overflow: hidden;
    display: inline-block;
    padding-left: 5px;
}

.bs-board table tr td a:hover {
    color: var(--yellow);
}

.bs-board table tr .date-td {
    width: 20%;
    color: rgba(255, 255, 255, 0.75);
}

.new-icon{
    min-width:14px;
    height:14px;
    display:inline-block;
    vertical-align: top;
    color:#fff;
    font-size:10px;
    border-radius:3px;
    background-color: #fa5d16;
    background-image: linear-gradient(#fa5d16, #c42706);
    line-height: 14px;
    text-align:center;
    margin-left:3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);;
    position: relative;
    top: 3px;
}


/* Rolling Realtime */

.rolling-realtime {
    width: 100%;
    margin: 5px 0 0;
}

.rolling-realtime ul {
    width: 100%;
}

.rolling-realtime ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 35px;
    cursor: pointer;
    transition: 0.3s;
}

.rolling-realtime ul li div {
    height: calc(100% - 5px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    font-size: 14px;
    transition: 0.3s;
    white-space: nowrap;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.25);
}

.rolling-realtime ul li div:first-child {
    border-radius: 5px 0 0 5px;
}

.rolling-realtime ul li div:last-child {
    border-radius: 0 5px 5px 0;
}

.rolling-realtime ul li .title {
    width: 100%;
    justify-content: flex-start;
    border-radius: 5px;
    padding: 0 5px;
}

.rolling-realtime ul li a {
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.rolling-realtime ul li:hover div {
    background-color: rgba(0, 0, 0, 0.4);
}

.rolling-realtime ul li div.user {
    width: 35%;
    justify-content: flex-start;
    padding-left: 5px;
}

.rolling-realtime ul li div.amount {
    font-size: 16px;
    color: var(--yellow);
    width: 35%;
}

.rolling-realtime ul li div.date {
    color: rgba(255, 255, 255, 0.75);
    width: 30%;
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
}


/* Search Section */

.search-section {
    margin: 40px 0 0;
}


.search-section .title-panel .icon {
    width: 38px;
    position: relative;
    top: 3px;
    margin-right: 15px;
}

.search-section .title-panel .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #cccccc);
    background-size: 100% 100%;
    position: relative;
    color:#ffffff;
    font-size: 25px;
    white-space: nowrap;
    margin: 0;
	font-family: 'GmarketSansMedium';
}


.search-panel {
    width: 100%;
    max-width: 400px;
    height: 44px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0 0 0 auto;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
}

.search-panel input {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 8px;
    padding: 0 30px;
    color: #ffffff;
}

.search-panel input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.search-panel .search-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    overflow: hidden;
}


/* Slot Section */

.slot-section {
    margin: 60px 0 0;
}

.slot-panel {
    width: calc(100% + 22px);
    margin: 0 -11px;
}

.slot-btn {
    width: calc(16.66% - 22px);
    margin: 0 11px 50px;
    display: inline-block;
    position: relative;
    cursor: default;
}

.slot-btn .g-panel {
    width: 100%;
}

.slot-btn .g-panel:before,
.slot-btn .g-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url(/img/bg/sb-border.png);
    transition: 0.3s;
    z-index: 1;
}

.slot-btn .g-panel:after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: url(/img/bg/sb-border-on.png);
    left: -1px;
    top: -1px;
    opacity: 0;
}

.slot-btn:hover .g-panel:after {
    opacity: 1;
}

.slot-btn .g-panel .g-bg {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 1.0));
}

.slot-btn .g-panel .g-glow {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: 0.3s;
    opacity: 0.6;
}

.slot-btn:hover .g-panel .g-glow {
    opacity: 1;
}

.slot-btn .g-panel .g-items {
    width: 115.06%;
    position: absolute;
    left: -7%;
    top: -12%;
    z-index: 2;
}

.slot-btn:hover .g-panel .g-items {
    animation: gItemsAnim 1s ease 1 forwards;
}

.casino-btn {
    width: calc(16.66% - 22px);
    margin: 0 11px 50px;
    display: inline-block;
    position: relative;
    cursor: default;
}

.casino-btn .g-panel {
    width: 100%;
}

.casino-btn .g-panel:before,
.casino-btn .g-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url(/img/bg/sb-border.png);
    transition: 0.3s;
    z-index: 1;
}

.casino-btn .g-panel:after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: url(/img/bg/sb-border-on.png);
    left: -1px;
    top: -1px;
    opacity: 0;
}

.casino-btn:hover .g-panel:after {
    opacity: 1;
}

.casino-btn .g-panel .g-bg {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 1.0));
}

.casino-btn .g-panel .g-glow {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: 0.3s;
    opacity: 0.6;
}

.casino-btn:hover .g-panel .g-glow {
    opacity: 1;
}

.casino-btn .g-panel .g-items {
    width: 115.06%;
    position: absolute;
    left: -7%;
    top: -12%;
    z-index: 2;
}

.casino-btn:hover .g-panel .g-items {
    animation: gItemsAnim 1s ease 1 forwards;
}

@keyframes gItemsAnim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.slot-btn .g-panel .g-img {
    width: calc(100% - 2px);
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    transition: 0.3s;
}

.slot-btn:hover .g-panel .g-img {
    filter: brightness(50%);
    transform: translateY(-3%);
}

.slot-btn .play-btn {
    width: 110px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 25px;
    margin: auto;
    z-index: 3;
    opacity: 0;
    transform: scale(0.5);
}

.slot-btn .play-btn:before {
    display: none;
}

.slot-btn:hover .play-btn {
    transform: scale(0.8);
    opacity: 1;
}

.slot-btn .g-footer {
    width: calc(100% - 2px);
    height: 57px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    padding: 0 0 5px;
    background-size: cover;
    background-position: center bottom;
    background-image: url(/img/bg/sb-footer.png);
    z-index: 3;
}

.slot-btn .g-footer:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
	top:55px;
	background-image: linear-gradient(to right, transparent, var(--orange), transparent);
}

.slot-btn .g-footer:after {
    width: 100%;
    height: 77px;
    position: absolute;
    left: 0;
    top: 17px;
    background-image: url(/img/bg/sb-glare.png);
    background-position: center;
    background-repeat: no-repeat;
    animation: sbGlareAnim 0.8s ease infinite;
}

.casino-btn .g-panel .g-img {
    width: calc(100% - 2px);
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    transition: 0.3s;
}

.casino-btn:hover .g-panel .g-img {
    filter: brightness(50%);
    transform: translateY(-3%);
}

.casino-btn .play-btn {
    width: 110px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 25px;
    margin: auto;
    z-index: 3;
    opacity: 0;
    transform: scale(0.5);
}

.casino-btn .play-btn:before {
    display: none;
}

.casino-btn:hover .play-btn {
    transform: scale(0.8);
    opacity: 1;
}

.casino-btn .g-footer {
    width: calc(100% - 2px);
    height: 57px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    padding: 0 0 5px;
    background-size: cover;
    background-position: center bottom;
    background-image: url(/img/bg/sb-footer.png);
    z-index: 3;
}

.casino-btn .g-footer:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
	top:55px;
	background-image: linear-gradient(to right, transparent, var(--orange), transparent);
}

.casino-btn .g-footer:after {
    width: 100%;
    height: 77px;
    position: absolute;
    left: 0;
    top: 17px;
    background-image: url(/img/bg/sb-glare.png);
    background-position: center;
    background-repeat: no-repeat;
    animation: sbGlareAnim 0.8s ease infinite;
}

@keyframes sbGlareAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
.slot-btn .g-name {
    color: rgba(255, 255, 255, 0.5);
    /* margin-top: -20px; */
    display: inline-block;
    width: 100%;
    padding: 18px 10px 10px;
    line-height: 25px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 103px;
    z-index: 1;
    transition: all ease 2s 0s;
	background: #000c;
    transition: 0.3s;
	opacity:0
}

.slot-btn:hover .g-name {
    color: #fff;
	font-weight:bold;
    top: auto;
    top: 0px;
    transition: 0.3s;
	opacity:100
}

.casino-btn .g-name {
    color: rgba(255, 255, 255, 0.5);
    /* margin-top: -20px; */
    display: inline-block;
    width: 100%;
    padding: 18px 10px 10px;
    line-height: 25px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 103px;
    z-index: 1;
    transition: all ease 2s 0s;
	background: #000c;
    transition: 0.3s;
	opacity:0
}

.casino-btn:hover .g-name {
    color: #fff;
	font-weight:bold;
    top: auto;
    top: 0px;
    transition: 0.3s;
	opacity:100
}


/* Notice Board */

.notice-board {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    margin: 10px 0 0;
}

.notice-board .notice-link {
    width: 100px;
    height: 36px;
    position: absolute;
    left: 4px;
    border-radius: 18px;
}

.marquee {
    width: calc(100% - 10px);
    overflow: hidden;
    padding: 2px 0;
    margin-left: auto;
}

.marquee ul {
    display: flex;
}

.marquee ul li {
    padding: 0 40px;
    color: #fff;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.marquee ul li:after {
    content: '';
    width: 1px;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.marquee ul li:last-child:after {
    display: none;
}

.marquee ul li .title {
    padding-right: 30px;
}

.marquee ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-decoration:none;
    overflow: hidden;
}

.marquee ul li a:hover {
    color: var(--yellow);
}

.marquee ul li .date {
    color: rgba(255, 255, 255, 0.5);
}


/* Footer Section */

.footer-section {
	margin: 0px 0 0;
    background: #141414;
    padding: 20px;
    border-top: 1px solid #333;
}

.footer-section:before {
    width: 100%;
    height: 262px;
    left: 0;
    bottom: 0;
    background-image: url(/img/bg/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.footer-section .company-logo img {
    margin: 7px 10px;
	height:18px;
}

.footer-section .copyright-panel {
    color: rgba(255, 255, 255, 0.2);
    font-size: 10px;
    letter-spacing: 1px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    margin: 30px 0 0;
	background:#000;
	border-radius:30px;
}


/* Scroll To Top */

.scroll-top {
    width:70px;
    border:none;
    position:fixed;
    bottom:20px;
    right:30px;
    z-index:10;
    padding:0 0 5px;
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    font-size: 20px;
    font-family: noto-sans-bold;
}

.scroll-top img {
    transition: 0.3s;
}

.scroll-top:hover img {
    transform: translateY(-10px);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 20px rgba(255, 221, 118, 0.5));
}

.scroll-top .icon-img {
    width: 100%;
}


/*=========================================================== M O D A L ===============================================================*/


.modal-backdrop {
    background-color: #000000;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal {
    padding: 0 !important;
    overflow-y: auto;
}

.modal::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

.modal::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.modal *::-webkit-scrollbar {
    width: 10px;
    background: #000000;
    border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
    background: linear-gradient(#888888, #666666);
    border: solid 2px #000000;
    border-radius: 5px;
}

.modal-dialog {
    max-width: 1200px;
    padding: 0 !important;
}

.gameListModal .modal-dialog {
    max-width: 1400px;
}

.loginModal .modal-dialog {
    max-width: 760px;
}

.modal-content {
    min-height: 787px;
    background-color: rgba(30, 30, 30, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 1.0);
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    overflow: hidden;
}


/* Modal Close Btn */

.modal-close-btn {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    z-index: 9;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 0;
}

.modal-close-btn:before,
.modal-close-btn:after{
    width:2px;
    height:60%;
    background-color: #676767;
    left:0;
    right:5px;
    top:-2px;
    bottom:0;
    margin:auto;
    transform:rotate(45deg);
    transition:0.5s;
}

.modal-close-btn:after{
    transform:rotate(-45deg);
}

.modal-close-btn:hover:before{
    transform:rotate(135deg);
    background-color: var(--yellow);
}

.modal-close-btn:hover:after{
    transform:rotate(-135deg);
    background-color: var(--yellow);
}

.modal .mob-menu-btn {
    position: absolute;
    left: 10px;
    top: 6px;
    display: none;
}


/* Modal Sidebar */

.modal-sidebar {
    width: 200px;
    /*width: 300px;*/
    background-color: #1a1a1a;
    border-right: solid 1px #000000;
}

.modal-sidebar:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/img/bg/jackpot-bg.png);
    background-repeat: repeat-x;
    transform: rotateX(180deg);
    background-position: bottom center;
}

.modal-sidebar .header {
    width: 100%;
    padding: 15px 0;
    margin: 0 0 10px;
}

.modal-sidebar .header .icon {
    width: 100px;
}

.modal-sidebar .header .title {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 18px;
}


/* Modal Menu */

.modal-menu {
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.03);
}

.modal-menu li {
    width: 100%;
    display: block;
}

.modal-menu li a {
    width: 100%;
    height: 54px;
    color: rgba(255, 255, 255, 0.5);
}

.modal-menu li a:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.modal-menu li a.active {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    background-color: rgba(255, 255, 255, 0.05);
}

.modal-menu li a .center {
    min-width: 140px;
}

.modal-menu li a span {
    transition: 0s;
}

.modal-menu li a .icon-panel {
    width: 40px;
    margin-right: 12px;
    font-size: 18px;
}

.modal-menu li a.active .icon-panel {
    color: var(--yellow);
}

.modal-menu li a .icon-panel img {
    max-width: 26px;
    max-height: 26px;
    transform-origin: bottom right;
}

.modal-menu li a:hover .icon-panel img {
    animation: mainMenuIcon 1s ease 1 forwards;
}

.modal-menu li a.active:hover .icon-panel img {
    animation: none;
}


/* Modal Panel */

.modal-panel {
    /*width: calc(100% - 300px);*/
    width: calc(100% - 200px);
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}


/* Modal Title */

.modal-title {
    height: 50px;
    width: calc(100% - 140px);
    max-width: 800px;
    background-color: #0a0a0a;
    border-radius: 15px;
    margin: 20px auto 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 2px 10px rgba(0, 0, 0, 1.0);
}

.modal-title .icon {
    margin-right: 12px;
}

.modal-title i {
    color: var(--yellow);
    font-size: 18px;
    margin-right: 12px;
}

.modal-title .title{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #ffffff, #888888);
    background-size: 100% 100%;
    position: relative;
    color:#ffffff;
    font-size: 18px;
    white-space: nowrap;
    margin: 0;
	font-weight:bold;
    font-family: 'GmarketSansMedium';

}

.modal-title .title:after {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.35);                 
    z-index:-1;
}


/* Modal Body */

.modal-body {
    padding: 80px 30px;
	max-width:100%;
}


/* Modal Info */

.modal-info {
    width: 100%;
    height: 60px;
    /* height: 40px; */
    border-radius: 30px;
    /* border-radius: 20px; */
    background: #115ef1;
    background: -webkit-linear-gradient(to top, #e82c18, #f12711);
    background: linear-gradient(to top, #1860e8, #3170b7);
    margin: 0 0 30px;
    position: relative;
}


.modal-info .icon-panel {
    width: 32px;
    height: 32px;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    background-image: linear-gradient(#fffd00, #db8812);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.modal-info .text-panel {
    width: calc(100% - 34px);
    font-size: 12px;
    padding: 0 15px;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.5);
}

.modal-info .text-panel a {
    color: #ffffff;
}

.modal-info .text-panel a:hover {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.4);
}

.modal-info .text-panel a i {
    color: #fa994b;
    font-size: 14px;
    margin-left: 5px;
    transition: 0.3s;
}

.modal-info .text-panel a:hover i {
    color: var(--yellow);
}


/* Form Container */

.form-container {
    width: 100%;
    max-width: 1200px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.form-container .form-group {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    position: relative;
    display: flex;
    align-items: center;
    padding:0 0 0 5px;
}

.form-container .infos {
    width: 100%;
    display: flex;
    align-items: center;
}

.form-container .form-group .input-container {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-container .w-btn .input-container {
    width: calc(100% - 125px);
}

.form-container .form-group input {
    width: 100%;
    height: 45px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    transition: 0.3s;
    padding: 0 15px;
}

.customerModal .form-container .form-group input {
    height: 70px;
    font-size: 18px;
}

.form-container .w-icon input {
    padding: 0 0 0 50px;
}

.form-container .form-group input:read-only {
    color: #777;
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.form-container .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .input-container .icon-panel{
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .select-input {
    width: 100%;
    height: 45px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.form-container .form-group .select-input select {
    width: 100%;
    height: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 15px;
    cursor: pointer;
}

.form-container .form-group select option {
    background-color: #1f0a0a;
    color: #fff;
}

.form-container .form-group .select-input i {
    font-size: 18px;
    position: absolute;
    right: 15px;
}

.form-container .form-group textarea {
    width: 100%;
    height: 200px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    transition: 0.3s;
    padding: 20px 18px;
    resize: none;
}

.form-container .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .form-btn {
    width: 120px;
    height: 44px;
    border: none;
    float: right;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    margin: 0 0 0 5px;
    border-radius: 10px;
}


/* Form Btn Group */

.form-container .form-group .infos .btn-grp {
    width: 100%;
    float: left;
}

.form-container .form-group .infos .btn-grp button {
    width: 16.66%;
    width: calc(16.66% - 4px);
    height: 38px;
    float: left;
    margin: 0 2px;
    background-color: #666666;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    transition: 0.3s;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.form-container .form-group .infos .btn-grp button:hover {
    background-color: #888888;
}

.form-container .form-group .infos .btn-grp button:first-child {
    margin-left: 0;
    width: calc(16.66% - 2px);
}

.form-container .form-group .infos .btn-grp button:last-child {
    width: calc(16.66% - 2px);
    margin-right: 0;
    background-color: #c94a2c;
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
    background-color: #ff5b34;
}


/* Form Footer */

.form-footer {
    width: 100%;
    margin: 50px 0 0;
    flex-wrap: nowrap;
}

.form-footer button {
    width: 160px;
    height: 48px;
    margin: 0 5px;
}

.form-footer .btn-transparent {
    box-shadow: none;
}


/* Modal Banner */

.modal-banner {
    height: 100px;
    margin: 0 0 30px;
    border-radius: 5px;
    background-image: linear-gradient(to right, rgba(255, 244, 0, 0.8), rgba(251, 125, 0, 0.8), rgba(246, 69, 0, 0.4), rgba(246, 69, 0, 0.4));
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.modal-banner:before,
.modal-banner:after {
    width: 100%;
    height: 121px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.modal-banner:before {
    background-image: url(/img/bg/modal-banner-left.png);
    background-position: left bottom;
}

.modal-banner:after {
    background-image: url(/img/bg/modal-banner-right.png);
    background-position: right bottom;
}

.modal-banner .mb-text {
    font-size: 18px;
}


/* Customer Modal */

.customerModal .customer-panel .bs-ul li {
    padding: 0 10px;
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.customerModal .customer-panel .bs-ul li .icon-panel {
    font-size: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
}


/* Pagination */

.pagination {
    margin: -15px 0 0;
}

.pagination li {
    float: left;
}

.pagination>li>a {
    width: 28px;
    height: 28px;
    color: #ffffff;
    text-decoration: none;
    background-color: #444444;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
}

.pagination .turn-pg a {
    font-size: 12px;
    margin: 0 13px;
    background-color: #606060;
}

.pagination>li>a:hover {
    background-color: #808080;
}

.pagination .active {
    background-color: #df4c25;
    background-image: linear-gradient(#fa5d16, #c42706);
}

.pagination .active:hover {
    background-color: #df4c25;
}


/* BS Table */

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;
	max-width:1200px;
	margin:0 auto;
}

.bs-table.with-depth {
    border-spacing: 0 2px;
}

.bs-table thead th {
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #f12711;
    background: -webkit-linear-gradient(to top, #db3826, #f12711);
    background: linear-gradient(to top, #007bff, #1762b8);
}

.bs-table thead th:first-child {
    border-radius: 5px 0 0 5px;
}

.bs-table thead th:last-child {
    border-radius: 0 5px 5px 0;
}

.with-depth thead th {
    border-radius: 5px !important;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.05);
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.bs-table tr td:first-child {
    border-radius: 5px 0 0 5px;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.bs-table tr td:last-child {
    border-radius: 0 5px 5px 0;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.bs-table tr:hover td {
    background-color: rgba(255, 255, 255, 0.1);
}

.bs-table tr td a {
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.bs-table tr td a:hover {
    color: var(--yellow);
}

.bs-table tr.active .title-td {
    color: var(--yellow);
}

.bs-table tr.active td a {
    color: var(--yellow);
}

.bs-table tr .count-td {
    width: 60px;
}

.bs-table tr .count-tag {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    padding: 1px 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.75);
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(#fffd00, #db8812);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 5px rgba(255, 255, 255, 0.15);
}

.bs-table tr .title-td {
    text-align: left;
    padding-left: 15px;
    max-width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-table tr .date-td {
    width: 20%;
    color: #cccccc;
}

.bs-table tr .nav-td {
    width: 40px;
}

.bs-table tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: #cccccc;
    font-size: 14px;
    transition: 0.3s;
}

.bs-table tr td .delete-btn:hover {
    color: #ff9200;
}

.bs-table tr td .nav-btn {
    background-color: transparent;
    border: none;
    position: relative;
}

.bs-table tr td .nav-btn i {
    position: relative;
    color: #fff;
    font-size: 10px;
    transition: 0.3s;
    transform: rotate(0deg);
}

.bs-table tr td .nav-btn:hover i {
    color: #ffca5f;
}

.bs-table tr.active td .nav-btn i {
    transform: rotate(180deg);
    top: 5px;
}

.bs-table tr td .plus-btn {
    width: 16px;
    height: 16px;
    background-color: var(--yellow);
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    padding: 0 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bs-table tr td .plus-btn:hover {
    background-color: #ff9200;
}

.bs-table tr td .plus-btn:before,
.bs-table tr td .plus-btn:after {
    content: '';
    width: 2px;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.3s;
}

.bs-table tr td .plus-btn:after {
    transform: rotate(90deg);
}

.bs-table tr.active td .plus-btn:before {
    height: 0;
}

.bs-table tr td .plus-btn:hover:before,
.bs-table tr td .plus-btn:hover:after {
    background-color: #ffffff;
}


/* With Depth */

.with-depth tr:nth-last-child(2) td:first-child {
    border-radius: 0 0 0 10px;
}

.with-depth tr:nth-last-child(2) td:last-child {
    border-radius: 0 0 10px 0;
}

.with-depth .message-content {
    display: none;
    height: 200px;
    margin: 2px 0 5px;
}

.with-depth tr.depth-click {
    cursor: pointer;
}

.with-depth tr.dropdown {
    background-color: transparent;
}

.with-depth tr.dropdown td {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
}

.with-depth tr.dropdown td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td {
    background-color: transparent;
    border: none;
}


/* Message Content */

.message-content {
    width: 100%;
    height: 400px;
    background-color: #111111;
    margin: 5px 0 0;
    padding: 10px;
    border-radius: 5px;
}

.message-content .inner-container {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    /*white-space: pre-wrap;*/
    text-align: left;
    padding: 5px 10px;
}


/* Mypage Modal */

.modal-tab {
    width: 100%;
    display: none;
    margin: 0 auto;
    animation: modalTabAnim 0.5s ease 1 forwards;
}

@keyframes modalTabAnim {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-tab.active {
    display: block;
}


/* Level Information */

.bs-table td .level-icon {
    margin-right: 8px;
}

.bs-table td .level-txt {
    display: inline-block;
    width: 55px;
    text-align: left;
}

.level-information {
    width:100%;
    height:80px;
    position:relative;
    margin-bottom:10px;
    border-radius: 5px;
    padding: 0 15px;
    background:#141414;
}

.level-information .bs-ul {
    width:calc(100% - 310px);
}

.level-information .bs-ul li {
    width:calc(50% - 10px);
    height: 40px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.level-information .bs-ul li .labels {
    margin-right: 10px;
}

.level-information .point-form{
    width:310px;
    height:100%;
    position:relative;
}

.level-information .point-form input{
    width:calc( 100% - 115px);
    height:38px;
    border-radius:3px;
    padding:0 5px;
    color:#fff;
    font-size:12px;
    background-color:#555;
    border:none;
    margin-right: auto;
}

.level-information .point-form input::-webkit-input-placeholder{
    color:#fff;
}

.level-information .points-btn{
    width:110px;
    height:38px;
    font-size:12px;
    border:none;
    transition:0.3s;
    white-space:nowrap;
}


/* Modal List */

.modal-list {
    margin: 0 0 30px;
    flex-wrap: nowrap;
    border-radius: 5px;
    overflow: hidden;
}

.modal-list .bs-ul li {
    width: 100%;
}

.modal-list a {
    width: 100%;
    height: 50px;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.5);
    border-bottom: solid 2px #333333;
}

.modal-list a:hover {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.4);
}

.modal-list a.active {
    color: rgba(255, 255, 255, 1.0);
    border-color: #306bcb;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.4);
}

.modal-list a i {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 8px;
    transition: 0.3s;
}

.modal-list a:hover i {
    color: #007bff;
}
.modal-list a.active i {
    color: #007bff;
}

/* Gamelist Modal */

.gameListModal .modal-sidebar {
    width: 250px;
}

.gameListModal .modal-list {
    display: none !important;
}

.gameListModal .modal-panel {
    width: calc(100% - 250px);
}

.gameListModal .search-panel {
    max-width: 600px;
    margin: 0 auto;
}

.game-list-container {
    width: 100%;
    margin: 0 auto;
}

.game-list-container .scroll-panel {
    width: calc(100% + 7px);
    min-height: 570px;
    max-height: 570px;
    margin: 0 0 0 -7px;
    overflow-y: scroll;
    padding: 0 8px 0 0;
}

.game-btn {
    width: calc(19.66% - 14px);
    display: inline-block;
    margin: 0 7px 14px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #333333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    animation: scBtnAnim 1s ease 1 backwards;
    padding: 1px;
}

.game-btn:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 221, 118, 0.25);
}

.game-btn:before {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(#409429, #50be33);
    top: 0;
    left: 0;
    opacity: 0;
}

.game-btn:hover:before {
    opacity: 1;
}

.game-btn .g-panel {
    width: 100%;
    position: relative;
    background-color: #000000;
    border-radius: 10px;
    overflow: hidden;
}

.game-btn .g-panel:before {
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    z-index: 1;
}

.game-btn .g-panel .g-img {
    transition: 0.5s;
    min-height: 110px;
}

.game-btn:hover .g-panel .g-img {
    opacity: 0.5;
    transform: scale(1.1);
}

.game-btn .g-panel .g-footer {
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    padding: 0 4px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.75));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    font-family: noto-sans-bold;
    z-index: 2;
}

.game-btn:hover .g-panel .g-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.game-btn .g-panel .g-footer .name-text {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    font-size: 12px;
    max-width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.5);
}

.game-btn .g-panel .play-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 22px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0);
    opacity: 0;
    transition: 0.3s;
    padding: 0 0 0 4px;
	color:#fff
}

.game-btn .g-panel .play-btn:hover {
    padding: 0;
}

.game-btn .g-panel .play-btn:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 0.3s;
    background: linear-gradient(#141414, #333);
}

.game-btn:hover .g-panel .play-btn {
    animation: gamePlayAnim 0.8s ease 1 forwards;
}

@keyframes gamePlayAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    40% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.game-btn .g-panel .play-btn i {
    transition: 0.3s;
}

/*슬롯 리스트 추가*/
.game-btn .g-panel .play-btn:hover i {
    opacity: 0;
    transform: rotate(360deg);
}

.game-btn .g-panel .play-btn .hover-icon {
    position: absolute;
    opacity: 0;
    transform: rotate(-360deg);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.game-btn .g-panel .play-btn:hover .hover-icon {
    opacity: 1;
    transform: rotate(0deg);
}
/*추가 끝*/

.game-btn .loading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
}

.modal-list a .count-tag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fb6331;
    background-image: linear-gradient(#fb6331, #fb2c2c);
    color: #ffffff;
    font-size: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    padding: 0 0 2px;
    margin-left: 5px;
}

/* Popular Games */

.popular-section {
    margin: 30px 0 0;
}

.popular-section .header {
    height: 45px;
    margin: 0 0 -1px;
}

.popular-section .header .title-panel {
    width: 100%;
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: rgba(0, 0, 0, 0.75);
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 1.0));
}

.popular-section .header .title-panel:before, .popular-section .header .title-panel:after {
    width: 75%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(#1751bb, #142651);
    z-index: 2;
}
.popular-section .header .title-panel:before {
    left: 0;
    transform: skew(-25deg);
    border-radius: 8px 0 0;
}

.popular-section .header .title-panel:after {
    right: 0;
    transform: skew(25deg);
    border-radius: 0 8px 0;
}

.popular-section .header .title-panel .title {
    z-index: 3;
    position: relative;
}

.popular-games {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 25px 0;
    background-image: linear-gradient(#141516, #142651);
}

.popular-games:before, .popular-games:after {
    width: 100%;
    height: 1px;
    left: 0;
    background-image: linear-gradient(to right, rgba(254, 209, 48, 0), rgb(70 131 175 / 50%), rgba(254, 209, 48, 0));
    box-shadow: 0 0 5px rgba(0, 0, 0, 1.0);
}

.popular-games:before {
    top: 0;
}

.popular-games:after {
    bottom: 0;
}

.popular-games .owl-carousel .owl-item{
    padding: 0 8px;
}

.owl-nav-btn {
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: 0;
    border: none;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    padding-bottom: 2px;
}

.owl-nav-btn:before,
.owl-nav-btn:before, .owl-nav-btn:after {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#31296f, #2a80db);
    top: 0;
    left: 0;
}

.owl-nav-btn.left:before,
.owl-nav-btn.left:after {
    transform: skew(-25deg);
    border-radius: 10px 0 0 0;
}

.owl-nav-btn.right:before,
.owl-nav-btn.right:after {
    transform: skew(25deg);
    border-radius: 0 10px 0 0;
}

.owl-nav-btn:after {
    transition: 0.3s;
    opacity: 0;
    background-image: linear-gradient(#2a80db, #31296f);
}

.owl-nav-btn:hover:after {
    opacity: 1;
}

.owl-nav-btn.left {
    left: -50px;
    border-radius: 20px 0 0 0;
    padding-right: 10px;
}

.owl-nav-btn.right {
    right: -50px;
    border-radius: 0 20px 0 0;
    padding-left: 10px;
}
.popular-games .game-btn {
    width: 100%;
    margin: 0;
}

.popular-tag {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: #52c234;
    background: -webkit-linear-gradient(to right, #3e8f28, #52c234);
    background: linear-gradient(to right, #c11b08, #c12b8f);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    color: #fff;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    border-radius: 0 0 20px 0;
    padding: 0 0 2px;
    z-index: 2;
    font-weight: bold;


/* Event Banners */

.event-panel {
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.event-banner {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
}

.event-banner .img-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border: solid 2px var(--yellow);
    z-index: 1;
    opacity: 0;
}

.event-banner:hover .img-panel:after {
    opacity: 1;
}

.event-banner .a-footer {
    width: 100%;
    height: 40px;
    padding: 0 5px 0 10px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 2px 0 0;
    border-radius: 5px;
}

.event-banner .a-footer .title {
    color: #ffffff;
	 font-family: 'SBAggroB';
	text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    display: inline-block;
    max-width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.event-banner .view-btn {
    width: 90px;
    height: 28px;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.telegram-link:hover {
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.5);
}

.ads-banner {
    width: 100%;
    max-width: 1730px;
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 71px;
    margin: 0 auto;
    z-index: 9;
    padding: 0 10px;
}

.ads-banner .ads-wrap {
    width: 120px;
    margin-left: auto;
    position: relative;
}

.affix .ads-banner .ads-panel {
    max-width: 120px;
    position: fixed;
    top: 70px;
    transition: 0.3s;
}

.ads-panel a {
    width: 100%;
    display: inline-block;
    margin: 0 0 2px;
    pointer-events: auto;
}

.ads-panel a:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border: solid 1px #ff790e;
    transition: 0.3s;
    opacity: 0;
}

.ads-panel a:hover:before {
    opacity: 1;
}

.sidebar-left .ads-panel {
    width: calc(100% + 6px);
    margin: 10px -3px 0;
}

.sidebar-left .ads-panel a {
    width: calc(50% - 6px);
    margin: 3px;
}