/* Responsive  Styles */

.mobile {
	display: none !important;
}

.mobile2 {
	display: none !important;
}

.before-login .mobile button {
	height: 35px;
	margin: 0 4px;
	flex: 1;
}

.after-login .mobile button {
	width: calc(50% - 8px);
	height: 35px;
	margin: 0 4px;
}

.mypage-btn i {
	font-size: 16px;
	transition: 0.3s;
}

.mypage-btn.opened i {
	transform: rotate(180deg);
}

.modal-title-mob {
	display: none;
	color: var(--white-yellow);
	font-size: 10px;
	letter-spacing: 2px;
	margin-top: -5px;
}

.sn-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 98;
	background-color: rgba(11, 2, 16, 0.5);
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s;
}

.sn-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

ul, ol, li, dl, dd, dt {
	margin: 0;
	list-style: none;
}
/* - - - - - - - - - - Banner Queries - - - - - - - - - - */
@media(max-width:900px){
	.langs {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.banner-background .left_bg1 {
		width: 53%;
	}
	.banner-background .left_bg2 {
	}

	.banner-background .left_bg3 {
	}

	.banner-background .left_girl1 {
		width: 24%;
		left: 10%;
	}

	.banner-background .right_bg1 {
		width: 44%;
	}

	.banner-background .right_bg2 {
		
	}

	.banner-background .right_girl1 {
		width: 27%;
		right: 10%;
	}
}

@media(max-width:767px){ 

	.logo {
		width: 22%;
	}

	.banner-section .banner-bg {
		width: 130%;
		left: -12%;
	}

	.virtual_bet .game_box{
		flex-direction: column-reverse;
		padding: 0;
	}
	.virtual_bet .game_box .game_section{
		width: 100%;
		height: auto;
	}
	.virtual_bet .game_box .view_section{
		width: 100%;
		height: auto;
	}
}

/*  - - - - - - - - - - Header Queries - - - - - - - - - - */
@media (min-width: 1281px) {
	.sidebar {
		display: block !important;
	}
}

@media(max-width: 1280px) { 

	.mobile {
		display: block !important;
	}

	.mobile2 {
		display: table-cell !important;
	}

	.desktop {
		display: none !important;
	}

	.header-section {
		height: auto;
	}

	.header-section .container {
		padding: 0;
	}

	.header-section:before, .header-section:after {
		height: 3px;
	}

	.main-menu {
		width: 100%;
		border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	}

	.main-menu li {
		/* height: 43px; */
		padding: 10px 0;
	}

	.main-menu li:before {
		height: calc(100% - 4px);
	}

	.bal-container {
		width: 100%;
		padding: 0px 5px 10px;
	}

	.sidebar {
		width: 100%;
		padding: 0;
	}

	.sidebar-fixed .al-inner,
	.sidebar .al-inner {
		width: 100%;
		/* max-width: 500px; */
		margin: 0 auto;
		font-size: 14px;
	}

	/* Roulette */
	.roulette-container {
		position: relative;
		display: block;
		width: 100%;
		scale: initial;
		right: 0;
		top: 8.2vw;
		background: url(../images/common/roul-bg.png);
		z-index: 100;
	}

	.roulette .cash-font {
		font-size: 1.5em;
	}	
}

@media(max-width:900px){ 
	.toggle-section .container {
		gap: 5px;
		margin: 10px auto;
	}
	.toggle-section .container .toggle-btn{
		font-size: 12px;
		/* flex: 120px; */
		/* max-width:120px; */
	}
	.toggle-btn.active:before {
		width: 130px;
	}
	.toggle-section .container .toggle-btn .category {
		white-space:nowrap;
		padding: 10px 0;
		font-size: 14px;
	}
	.toggle-btn .icon-panel img {
		height:30px;
	}

	.sc-section .game-list {
		grid-template-columns:repeat(2, 1fr);
		gap: 5px;
	}
	.sc-btn .g-info .g-name {
	    font-size: 14px;
	}
	
	.sc-btn .g-info .en-text {
	    font-size: 9px;
	}
	.sidebar .al-inner {
		justify-content:center
	}
	.sidebar .btn-group{
		width:100%;
	}
	.sidebar .btn-group button{
		width:100%;
	}
	.joinModal .form-container .form-group {
		display:block;
	}
	.gamelist-container.slot_list {
		grid-template-columns: var(--mob-slot-cnt);
	}
	.main_content_wrap_notice .listZone ul.imgList {
	    grid-template-columns: var(--mob-thumb-cnt);
	}
}

@media(max-width:500px){ 

	.main-menu li {
		font-size: 12px;
	}

	.main-menu li i {
		display: none;
	}
	.sc-btn .g-info .g-name {
	    font-size: 12px;
	}
	
	.sc-btn .g-info .en-text {
	    font-size: 8px;
		margin-top:0px
	}

}


@media(max-width:330px){ 

	.sc-btn .g-info .g-name {
	    font-size: 10px;
	}
	
	.sc-btn .g-info .en-text {
	    font-size: 6px;
	}
}

@media(max-width: 414px){ 


	.sidebar .al-cont .labels {
		top: 0;
		bottom: 0;
		left: 5px;
		margin: auto 0;
	}
	/* Roulette */
	.roulette .cash-font {
		font-size: 1.1em;
	}

}

/*  - - - - - - - - - - Responsive Queries - - - - - - - - - - */

@media(max-width:1430px){ 

	.board-section .container .row {
		margin: 0;
		flex-wrap: wrap;
	}

	.board-panel {
		/* width: 100%; */
		/* max-width: 740px; */
		/* margin: 10px 0; */
	}

	.board-panel:first-child {
		order: 2;
	}

	.realtime-board {
		/* width: 100%; */
		/* max-width: 740px; */
		/* margin: 10px 0; */
		/* order: 1; */
	}

	.board-panel:last-child {
		order: 3;
	}

	.board-section {
		padding: 40px 0 15px;
	}

	.customer-container {
		margin-top: 0;
	}
	.customer-container > img {
		max-width:150px
	}
}

@media(max-width:767px){ 
	.footer-section .provider-logo img {
		max-width: 80px;
		max-height: 34px;
		margin: 8px 10px;
	}
}

@media(max-width:476px){ 

	.page-content {
		padding: 0;
	}

	.game-provider {
		margin: 20px 0 0;
	}

	.sc-btn .play-btn {
		width: 80px;
		height: 30px;
		font-size: 12px;
	}

	.board-panel .header .icon-panel img {
		max-width: 70px;
	}

	.board-panel:last-child .header .icon-panel img {
		max-width: 60px;
	}

	.board-panel .header .title-panel .title {
		font-size: 18px;
	}

	.board-section .board-panel .content table td a {
		max-width: 200px;
		font-size: 12px;
	}

	.board-panel table tr td{
		font-size: 12px;
		padding-right: 0;
	}

	.realtime-board .rb-panel .rb-cont {
		padding: 5px 8px;
	}

	.rolling-realtime ul li div {
		font-size: 12px;
	}

	.rolling-realtime ul li div.amount {
		font-size: 14px;
		padding: 0;
	}

	.rolling-realtime ul li .crown-icon {
		width: 30px;
	}

	.footer-section {
		padding: 25px 0 35px;
	}

	.footer-section .provider-logo {
		padding: 0 0 20px;
	}

	.footer-section .copyright {
		padding: 15px 0 0;
	}

}

/*  - - - - - - - - - - Modal Queries - - - - - - - - - - */

@media(max-width:1024px){
	.gamelist-container {
		margin: 0 0 -20px;
		padding: 0;
	}

	.game-btn {
		width: calc(20% - 16px);
	}

}

@media(max-width:767px){

	.modal-title {
		margin: 0 0 -18px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.modal-title .modal-icon {
		width: 70px;
		height: 80px;
		font-size: 24px;
		margin: 0;
	}

	.modal-title .title {
		font-size: 24px;
		vertical-align:  baseline;
	}

	.modal-title .sub {
		width: auto;
		font-size: 12px;
		vertical-align:  baseline;
		margin-left: 5px;
	}

	.w-mob-title {
		display: none !important;
	}

	.modal-title-mob {
		display: inline-block;
	}

	.modal-head-panel {
		width: 100%;
		margin: 30px auto 10px;
		padding: 0 30px;
		min-height: initial;
	}

	.modal-head-panel .btn-grp {
		width: 100%;
		order: 1;
		margin: 0;
	}

	.modal-head-panel .btn-grp button {
		width: calc(50% - 8px);
		margin: 0 4px;
	}

	.modal-head-panel .ask-link {
		width: 100%;
		text-align: center;
		order: 2;
		margin: 10px 0 0;
	}

	.game-btn {
		width: calc(25% - 16px);
	}

}

@media(max-width:600px){

	.modal-menu ul {
		display: flex;
		flex-wrap: wrap;
	}

	.modal-menu ul li {
		height: 40px;
		padding: 0px 5px;
	}

	.modal-menu ul li:before {
		display: none;
	}

	.gamelist-container {
		width: calc(100% + 10px);
		margin: 0 -5px -20px;
	}

	.game-btn {
		width: calc(33.33% - 10px);
		margin: 0 5px 10px;
	}

	.game-btn .g-panel .g-img {
		margin-bottom: 30px;
	}
	
	.game-btn .g-panel .g-footer {
		height: 30px;
	}

	.game-btn .g-panel .g-footer .name-text {
		font-size: 11px;
	}

	.game-btn .g-panel .play-btn {
		top: 5px;
		left: 5px;
	}

	.game-btn .g-panel .play-btn .icon {
		width: 30px;
		height: 30px;
	}

	.modal-body {
		/* padding: 10px 20px 40px; */
	}

	.customer-container>.row {
		flex-flow: column;
	}
	.customer-btn {
		/* max-width: initial; */
		margin: auto;
	}
}

@media(max-width:500px){

	.modal-banner {
		height: auto;
	}

	.modal-banner .modal-logo {
		width: 100px;
		margin: 0 0 5px;
	}

	.modal-title .modal-icon {
		width: 60px;
		height: 65px;
		font-size: 20px
	}

	.modal-title .modal-icon img {
		max-width: 38px;
	}

	.modal-title .title {
		font-size: 18px;
	}

	.modal-head-panel {
		padding: 10px;
		margin: 0;
	}

	.modal-menu {
		margin: 0 0 20px;
	}

	.modal-menu ul li {
		font-size: 12px;
	}

	.modal-menu ul li .icon-panel {
		width: 30px;
		height: 22px;
	}

	.modal-body {
		padding: 20px;
	}

	.bs-table tr td a {
		max-width: 180px;
	}

	.bs-table tr .title-td {
		max-width: 180px;
		padding: 0 0 0 10px;
	}

	.bs-table tr .count-td {
		width: auto;
	}

	.bs-table tr .date-td {
		width: auto;
		font-size: 12px;
	}

	.bs-table tr .nav-td {
		width: 5em;
		padding: 0 4px;
	}

	.new-icon {
		margin-left: 2px;
	}

	.bs-table tr .count-tag {
		width: 20px;
		height: 20px;
		margin: 0 0 0 5px;
	}

	.form-container .form-group {
		margin: 0 0 20px;
	}

	.form-footer button {
		height: 45px;
		margin: 0 4px;
	}

	.bs-table td .level-txt {
		width: 100%;
		text-align: center;
	}

	.clearable {
		width: 100%;
	}
}