/* Responsive  Styles */

.mobile {
    display: none !important;
}

.left-menu-btn {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 50%;
    padding: 0 10px;
    position: relative;
    margin-right: 15px;
    z-index: 100;
}

.left-menu-btn span {
    width: 100%;
    display: block;
    height: 3px;
    background-color: #d9681c;
    margin: 0 0 6px;
}

.left-menu-btn span:first-child {
    position: relative;
    margin-top: 0;
    top: 0;
    transition: top .3s .3s, transform .3s 0s;
}

.left-menu-btn span:nth-child(2) {
    width: calc(100% - 8px);
    opacity: 1;
    transition: opacity .3s;
}

.left-menu-btn span:last-child {
    margin-bottom: 0;
    position: relative;
    top: 0;
    transition: top .3s .3s, transform .3s 0s;
}

.left-menu-btn.opened span:first-child {
    width: 100%;
    top: 9px;
    transform: rotate(-45deg);
    transition: top .3s 0s, transform .3s .3s, color .3s .3s;
}

.left-menu-btn.opened span:nth-child(2) {
    opacity: 0;
}

.left-menu-btn.opened span:last-child {
    width: 100%;
    top: -9px;
    transform: rotate(45deg);
    transition: top .3s 0s, transform .3s .3s;
}

.right-menu-btn .icon-panel {
    position: relative;
}

.right-menu-btn .normal-icon {
    transition: 0.3s;
    opacity: 1;
    transform: rotate(0deg);
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.right-menu-btn.opened .normal-icon {
    opacity: 0;
    transform: rotate(45deg);
}

.right-menu-btn .open-icon {
    transition: 0.3s;
    opacity: 0;
    transform: rotate(-45deg) translateY(-1px);
    position: absolute;
}

.right-menu-btn.opened .open-icon {
    opacity: 1;
    transform: rotate(0deg) translateY(-1px);
    position: absolute;
}

.sn-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 96;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.sn-overlay.active {
    opacity: 1;
    pointer-events: auto;
}


/* - - - - - - - - - - Header Queries - - - - - - - - - - */

@media(max-width: 1580px){
    .logo-panel {
        width: 240px;
    }

    .logo {
        left: 10px;
    }

    .main-menu {
        margin-left: 240px;
    }

    .main-menu ul li {
        padding: 0 15px;
    }
}

@media(max-width: 1480px){
    .logo-panel {
        width: 200px;
    }

    .main-menu {
        margin-left: 210px;
    }
}

@media(max-width: 1400px){
    .wrapper {
        padding-top: 130px;
    }

    .header-section {
        height: 80px;
    }

    .logo-panel {
        height: calc(100% - 1px);
    }

    .logo-panel:before {
        box-shadow: 1px 1px 1px rgba(72, 16, 128, 0.4);
    }

    .main-menu {
        width: 100%;
        height: 50px;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: -50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ebe9f6;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
        border-top: solid 1px #e3e0f3;
    }

    .main-menu ul {
        width: 100%;
        flex-wrap: nowrap;
    }

    .main-menu ul li {
        width: 100%;
    }
}

@media(max-width: 1024px){
    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .wrapper {
        padding-top: 70px;
    }

    .header-section {
        height: 70px;
        /* border-bottom: solid 1px #e3e0f3; */
    }

    .header-section .container {
        padding-left: 10px;
    }

    .logo-panel {
        width: 50%;
        justify-content: flex-start;
        left: 0;
        height: calc(100% + 1px);
    }

    .logo-panel:before {
        right: -60px;
    }

    .logo {
        width: 200px;
        left: 0;
        top: 0;
    }

    .before-login button,
    .before-login a,
    .after-login .mobile button {
        width: 38px;
        height: 38px;
        padding: 2px 0 0;
        border-radius: 8px;
        margin-left: 8px;
        margin-top: 2px;
        margin-bottom: 20px;
        overflow: visible;
    }

    .before-login button i,
    .before-login a i,
    .after-login .mobile button i {
        display: inline-block;
        font-size: 16px;
    }

    .before-login button .text,
    .before-login a .text,
    .after-login .mobile button .text {
        color: #472d59;
        display: inline-block;
        font-size: 11px;
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        white-space: nowrap;
        font-weight: 900;
    }

    .before-login .btn-transparent .text {
        bottom: -22px;
    }

    .after-login .mobile button .text,.after-login .mobile a .text {
        font-size: 10px;
    }

    @keyframes invite {
        0% {
            box-shadow: 0 0 0 0 rgba(150, 92, 245, 1.0);
        }
        100% {
            box-shadow: 0 0 0 5px rgba(150, 92, 245, 0);
        }
    }

    /* Sidebar Left */

    .sidebar-left{
        width:100%;
        max-width:400px;
        height:100%;
        top: 70px;
        left: 0;
        transform: translateX(-100%);
        background-color: #ebe9f6;
        border:none;
        border-right: solid 1px rgba(0, 0, 0, 0.15);
        border-radius: 0;
        margin: 0 !important;
        padding: 15px 10px 90px;
        display:block;
        overflow-y:auto;
        position:fixed;
        transition:0.5s;
        align-content: flex-start;
        z-index: 98;
    }

    .sidebar-left.active{
        transform: translateX(0);
    }

    .sidebar-left::-webkit-scrollbar {
        width:0px;
        background:transparent;
    }

    .sidebar-left::-webkit-scrollbar-thumb {
        background:transparent;
    }

    .main-menu .bs-ul {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .main-menu .bs-ul li {
        padding: 0;
    }

    .main-menu .bs-ul li a {
        width: 100%;
        height: 50px;
        padding: 0 0 0 5px;
        justify-content: flex-start;
        margin: 0 0 5px;
        background-color: #ffffff;
        border-radius: 10px;
        /* box-shadow: 0 1px 2px rgba(72, 16, 128, 0.5); */
        font-size: 14px;
        font-family: GmarketSansMedium;
        text-shadow: none;
        overflow: visible;
    }

    .main-menu .bs-ul li a:before {
        display: none;
    }

    .main-menu .bs-ul li a .icon-panel {
        width: 40px;
        height: 40px;
        overflow: hidden;
        background-image: linear-gradient(169deg, #d9681c, #913003);
        color: #ffeaab;
        font-size: 16px;
        border-radius: 10px;
        transition: 0.3s;
        margin: 0 10px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-menu .bs-ul li a .icon-panel i {
        color: #ffffff;
        -webkit-text-fill-color: #ffffff;
        background-image: none;
        margin-right: 0;
    }

    .main-menu .bs-ul li a .icon-panel .hover-icon {
        display: none;
    }

    /* Sidebar Right  */

    .sidebar-right{
        width:280px;
        max-width:280px;
        height:100%;
        top: 70px;
        right: 0;
        left: auto;
        transform: translateX(100%);
        background-color: #ebe9f6 !important;
        /* border-top: solid 1px #640a0a !important; */
        background-image: none;
        border:none;
        border-left: solid 1px rgba(0, 0, 0, 0.15);
        border-radius: 0;
        margin: 0 !important;
        padding: 15px 10px 90px;
        display:block;
        overflow-y:auto;
        position:fixed;
        transition:0.5s;
        align-content: flex-start;
        opacity: 1;
        pointer-events: auto;
        z-index: 98;
    }

    .sidebar-right.active{
        transform: translateX(0);
    }

    .sidebar-right::-webkit-scrollbar {
        width:0px;
        background:transparent;
    }

    .sidebar-right::-webkit-scrollbar-thumb {
        background:transparent;
    }

    .after-login .account-info .row {
        background-color: #ffffff;
        margin: 0 0 5px;
        border-radius: 8px;
        /* box-shadow: 0 1px 2px rgba(72, 16, 128, 0.5); */
    }

    .after-login .account-info .labels {
        min-width: 100px;
    }

    .after-login .account-info .labels .icon {
        margin-right: 8px;
        margin-left: 8px;
    }

    .after-login .account-info .progressbar .labels .icon {
        margin-left: 0;
    }

    .progress-panel {
        width: calc(100% - 48px);
    }

    .after-login .drop-down .btn-grp {
        width: calc(100% + 2px) !important;
        margin: 15px -1px 0;
    }

    .after-login .drop-down .btn-grp button {
        height: 46px;
        margin: 0 0 4px;
        border-radius: 8px;
    }

    .after-login .drop-down .btn-grp button:before,
    .after-login .drop-down .btn-grp button:after {
        border-radius: 6px;
    }

    .after-login .message-btn.mobile {
        background-image: linear-gradient(#0091ff, #005ea4);
    }

    .after-login .message-btn.mobile i {
        display: inline-block;
        font-size: 14px;
        color: #59e5ff;
    }

    .after-login .message-btn .count {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #e96732;
        font-size: 8px;
        position: relative;
        display: inline-block;
        right: 0;
        top: -1px;
        padding: 3px 0 0;
        margin-left: 5px;
    }
}

@media(max-width: 500px){
    .logo {
        width: 180px;
    }

	.btn-violet, .btn-red, .btn-transparent {
		font-size: 12px;
	}
}

@media(max-width: 414px){
    .header-section .container {
        padding-right: 10px;
    }

    .left-menu-btn {
        margin-right: 10px;
    }

    .logo-panel:before {
        right: -45px;
    }

    .logo {
        width: 140px;
    }
}

@media(max-width: 350px){
    .left-menu-btn {
        width: 38px;
        height: 38px;
    }

    .logo {
        width: 120px;
    }
}

/* - - - - - - - - - - Banner Queries - - - - - - - - - - */

@media(max-width: 1400px){
    .banner-section {
        height: 460px;
    }

    .banner-board {
        padding-bottom: 45px;
    }
}

@media(max-width: 1200px){
    .jackpot-board {
        /* background: #520100; */
        backdrop-filter: blur(5px);
    }
}

@media(max-width: 1024px){
    /*
		.page-content .subpage-content .subpage-title {
        margin-top: 102px;
    }
		*/
		
    .banner-section {
        height: 319px;
        overflow: visible;
        z-index: 2;
        /* margin: 0 0 90px; */
    }

    .banner-section .container {
        justify-content: center;
    }

    .banner-board {
        max-width: 900px;
        padding: 4% 0 6%;
        position: static;
        z-index: 10;
    }

	.banner-carousel .banner-notice {
	  left: 0px;
	  font-size: 11px;
	}

    .banner-carousel .carousel-inner {
        height: auto;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 0;
        /*padding: 0;*/
        float: left;
    }

    .banner-carousel .carousel-inner:before,
    .banner-carousel .carousel-inner:after {
        display: none;
    }

    .banner-carousel .carousel-inner .carousel-item {
        text-align: left;
    }

    .banner-carousel .more-btn {
        position: relative;
        bottom: 0;
        margin: 10px 0 0;
    }

    .carousel-indicators {
        width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 0;
        padding: 0;
        margin: 20px 0 0 5px;
        float: left;
    }

    .carousel-indicators:after {
        display: none;
    }

    .banner-background {
        overflow: hidden;
    }

    .jackpot-board {
        width: calc(100% - 20px);
        max-width: 720px;
        position: absolute;
        bottom: -90px;
        left: 0;
        right: 0;
        margin: 0 auto;
        /* background: #520100;
        border: solid 1px #6a1918; */
        z-index: 10;
    }
		
		.banner-background .leaves-01 {
			left: 5%;
			bottom: 15%;
		}

		.banner-background .bg {
			right: 40%;
			bottom: -20%;
		}

}

@media(max-width: 767px){
    .banner-board {
        padding: 5% 0 8%;
    }

    .banner-carousel h6 {
        font-size: 2.61vw;
        margin-bottom: 2%;
    }

    .banner-carousel h1 {
        font-size: 6.52vw;
    }

    .banner-carousel h2 {
        font-size: 5.99vw;
    }

    .banner-carousel .more-btn {
        width: 30%;
        height: auto;
        font-size: 2.25vw;
        padding: 1.1% 0;
        margin-top: 2%;
    }

    .banner-background {
        width: 110%;
        left: -10%;
    }
		
		
}

@media(max-width: 740px){
    .banner-section {
        /* margin-bottom: 11%; */
    }

    .jackpot-board {
        height: auto;
        padding: 5px;
        bottom: -28%;
    }

    .jackpot-board:after {
        width: 4.18%;
        height: 40.78%;
        right: -1.5%;
        top: -8%;
    }

    .jackpot-board .label-panel {
        height: auto;
        padding: 1% 3.5% 0;
        margin-right: 2%;
        font-size: 4.87vw;
    }

    @keyframes jackpotLabelAnim {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 89, 0, 1.0);
        }
        100% {
            box-shadow: 0 0 0 5px rgba(255, 89, 0, 0);
        }
    }

    .jackpot-board .amount-panel {
        font-size: 6.2vw;
        padding: 1% 0 0;
        margin: -2% 0;
    }

    .jackpot-board .amount-panel .text-sm {
        font-size: 4.5vw;
        margin-left: 1%;
    }

    .jackpot-board .amount-panel .won {
        font-size: 4.5vw;
        margin-left: 1%;
    }
}

@media(max-width: 500px){
    .banner-carousel .more-btn {
        width: 34%;
		height: 30px;
		position: absolute;
		left: 0;
		top: 145px;
        padding: 1.5% 0;
        font-size: 2.75vw;
        box-shadow: 0 1px 0 rgba(72, 16, 128, 0.75);
    }

    .banner-section {
        /* margin-bottom: 11%; */
    }

    .jackpot-board {
        bottom: -25%;
    }

    .jackpot-board .label-panel {
        padding: 1% 2.5% 0;
    }
}

@media(max-width: 414px){
    .banner-section {
        /* margin-bottom: 11%; */
    }

    .jackpot-board {
        bottom: -15%;
    }
}

/* - - - - - - - - - - Category Queries - - - - - - - - - - */

@media(max-width: 1380px){
    .category-btn {
        max-width: 280px;
    }

    .popular-board .label-panel {
        margin-right: 15px;
    }

    .popular-board .content-panel {
        width: 73%;
    }

    .popular-carousel {
        padding-right: 15px;
    }
}

@media(max-width: 1250px) {
    .page-content:before {
        background-position: bottom 100px center;
    }

    .category-section {
        margin: 15px 0 30px;
    }

    .category-menu {
        width: 100%;
        max-width: 600px;
    }

    .popular-board {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-top: 76px;
    }
    
    .popular-board .content-panel {
        width: 50%;
    }
    .popular-board .content-panel .carousel-inner .carousel-item .bs-ul li a:nth-child(3) {
        display: none !important;
    }
    .popular-board .content-panel .carousel-inner .carousel-item .bs-ul li a:nth-child(4) {
        display: none !important;
    }
    .popular-board .content-panel .carousel-inner .carousel-item .bs-ul li a:nth-child(5) {
        display: none !important;
    }
    
    .popular-mobile {
        display: flex !important;
    }

    .popular-board {
        width: calc(100% - 20px);
        flex-wrap: wrap;
        margin: 0 auto;
        margin-top: 76px;
    }

    .popular-board:before {
        display: none;
    }

    .popular-board .label-panel {
        width: 100%;
        height: 40px;
        margin: 0;
        /* background-color: #f8f7fb; */
        /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.05); */
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .popular-board .content-panel {
        width: 60%;
        max-width: 500px;
        margin: 20px auto;
    }
}

@media(max-width: 1024px) {
    .category-menu {
        max-width: 720px;
        margin: 0 auto;
    }

    .category-btn {
        width: calc(100% - 5px);
        max-width: initial;
        height: 60px;
        margin: 0 5px;
    }

    .category-btn:before {
        width: 2px;
    }

    .category-btn:first-child {
        margin-left: 0;
    }

    .category-btn:last-child {
        margin-right: 0;
    }

    .category-btn .icon-panel {
        width: 50px;
        border: none;
    }

    .category-btn .text-panel .kr-text {
        font-size: 20px;
        margin-bottom: -3px;
    }

    .category-btn .text-panel .en-text {
        font-size: 10px;
    }

    .slot-toggle {
        justify-content: flex-end;
    }

    .slot-toggle:before {
        left: auto;
        right: -1px;
    }

    .slot-toggle .icon-panel {
        order: 3;
        margin-left: 15px;
        margin-right: 0;
    }

    .slot-toggle .text-panel {
        order: 2;
        text-align: right !important;
    }

    .slot-toggle .indicator {
        order: 1;
        right: auto;
        left: 10px;
    }
    .popular-board .content-panel {
        width: 90%;
    }
}

@media(max-width: 767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .popular-board .content-panel {
        width: 100%;
    }

	.popular-btn .text-panel .provider-name {
        font-size: 10px;
    }
}

@media(max-width: 500px) {
    .category-btn {
        height: 48px;
        padding: 5px;
        border-radius: 10px;
    }

    .category-btn .icon-panel {
        margin-right: 10px;
    }

    .slot-toggle .icon-panel {
        margin-left: 10px;
        margin-right: 0;
    }

    .category-btn .indicator {
        font-size: 20px;
    }

    .category-btn .text-panel .kr-text {
        font-size: 16px;
    }

    .category-btn .icon-panel {
        width: 40px;
    }

    .popular-btn {
        justify-content: flex-start;
    }
}

@media(max-width: 414px) {
    .category-btn {
        height: 44px;
    }

    .category-btn .icon-panel {
        margin-right: 5px;
    }

    .slot-toggle .icon-panel {
        margin-left: 5px;
        margin-right: 0;
    }

    .category-btn .indicator {
        font-size: 16px;
        right: 5px;
    }

    .slot-toggle .indicator {
        right: auto;
        left: 5px;
    }

    .category-btn .text-panel .kr-text {
        font-size: 14px;
    }

    .category-btn .icon-panel {
        width: 36px;
    }

    .popular-btn .g-panel {
        width: 45px;
    }

    .popular-carousel .carousel-nav {
        right:-30px
    }
    .popular-carousel .carousel-item .w-100{
        height: calc(100% - 10px) !important;
    }
    .popular-btn .text-panel .provider-name{
        font-size: 10px;
        font-weight: 500;
    }

    .popular-btn .text-panel .game-name {
        font-size: 10px;
    }
    .popular-carousel .carousel-item ul li{
        gap: 7px;
    }
	.popular-board .content-panel{
        margin-left: 0;
        width: calc(100% + 27px);
    }
}

/* - - - - - - - - - - Slot Casino Btn Queries - - - - - - - - - - */

@media(max-width: 1280px){
    .providers-section .container {
        padding: 0;
    }

    .providers-wrapper {
        padding: 0 5px;
    }

    .casino-btn {
        width: calc(25% - 20px);
    }

    .slot-btn {
        width: calc(16.66% - 20px);
    }
}

@media(max-width: 1024px){
    .casino-btn .g-logo {
        width: 30%;
        height: 38%;
    }

    .casino-btn .g-logo img {
        max-width: 40px;
        max-height: 40px;
    }

    .casino-btn .g-footer:before {
        height: 80px;
        top: -80px;
        background-size: 100% 100%;
    }

    .slot-btn {
        width: calc(20% - 20px);
    }
}

@media(max-width: 940px){
    .casino-btn {
        width: calc(33.33% - 20px);
    }
}

@media(max-width: 860px){
    .slot-btn {
        width: calc(25% - 20px);
    }
}

@media(max-width: 767px){
    .casino-btn {
        width: calc(33.33% - 14px);
        margin: 0 7px 25px;
    }

    .casino-btn .g-footer {
        padding-bottom: 5px;
    }

    .casino-btn .g-footer .kr-text {
        font-size: 14px;
    }

    .casino-btn .g-footer:before {
        height: 50px;
        top: -50px;
    }
}

@media(max-width: 700px){
    .banner-section .dflex-ac-js{
        align-content: baseline;
    }
	.slot-btn {
        width: calc(25% - 10px);
        margin: 0 5px 25px;
    }
}

@media(max-width: 600px){
    .casino-btn {
        width: calc(50% - 10px);
        margin: 0 5px 22px;
    }

    .slot-btn {
        width: calc(33.33% - 10px);
        margin: 0 5px 25px;
    }
}

@media(max-width: 460px){
    .slot-btn .g-footer {
        height: auto;
    }

    .slot-btn .g-info {
        padding-bottom: 5px;
    }

    .slot-btn .g-info .g-name {
        height: 28px;
        font-size: 12px;
    }

    .slot-btn .g-info .g-logo {
        height: 32px;
    }

    .slot-btn .g-info:before {
        height: 10px;
        background-size: 100% 100%;
        top: -10px;
    }

    .slot-btn .g-info .g-logo img {
        max-width: 100px;
        max-height: 18px;
    }

    .slot-btn .g-info .g-logo .pp-lg {
        max-width: 100px;
        max-height: 38px;
    }

    .slot-btn .g-hover .play-btn {
        max-width: 110px;
        height: 60px;
        top: -30px;
        font-size: 12px;
        padding-top: 6px;
    }
}

@media(max-width: 414px){
    .category-section {
        margin: 15px 0 25px;
    }

    .casino-btn .g-logo img {
        max-height: 30px;
    }

    .casino-btn .play-btn {
        height: 35px;
    }

    .slot-btn {
        margin: 0 5px 20px;
    }
}

@media(max-width: 360px){
    .category-section {
        margin: 15px 0 20px;
    }

    .casino-btn {
        margin: 0 5px 18px;
    }

    .slot-btn .g-info .g-logo img {
        max-width: 90px;
    }

    .slot-btn .g-info .g-logo {
        height: 30px;
    }

    .slot-btn .g-hover .play-btn {
        max-width: 100px;
        height: 50px;
        top: -25px;
        padding-top: 4px;
    }
}

@media(max-width: 350px){
    .casino-btn .g-footer .kr-text {
        font-size: 12px;
    }

    .casino-btn .g-footer .en-text {
        font-size: 8px;
    }

    .casino-btn .g-footer:before {
        height: 30px;
        top: -30px;
    }
}

/* - - - - - - - - - - Board Queries - - - - - - - - - - */

@media(max-width: 1350px){
    .board-section {
        /*padding: 60px 0 20px; */
    }

    .board-section .container {
        padding: 0 10px;
    }

    .board-panel:nth-child(1) {
        order: 2;
    }

    .board-panel:nth-child(3) {
        order: 3;
        margin-bottom: 0;
    }

    .board-panel {
        width: 100%;
        max-width: 767px;
        margin: 0 0 30px;
    }

    .realtime-board {
        width: 100%;
        max-width: 767px;
        order: 1;
        margin: 0 0 30px;
    }    
}

@media (max-width: 1024px){
.board-section {
  /*padding-top: 72px !important; */
}
.banner-section{
 height: 293px;
}
}
@media(max-width: 500px){
    .board-section {
        padding: 45px 0 15px;
    }

    .realtime-board {
        padding-left: 10px;
        padding-right: 10px;
    }

    .realtime-board .header {
        width: calc(100% + 40px);
        margin: 0 -20px 10px;
    }

    .realtime-ticker ul li div.amount {
        padding-right: 5px;
    }
	
	.realtime-ticker ul li div.user {
        width: 100%;
        font-size: 10px !important;
    }

    .realtime-ticker ul li div.user,
    .realtime-ticker ul li div.date {
        font-size: 12px;
    }

    .realtime-ticker ul li div .icon-panel {
        width: 30px;
        min-width: 34px;
    }

    .board-panel .content table td {
        height: 32px;
        font-size: 13px;
    }

    .board-panel .content table .date-td {
        font-size: 12px;
    }

    .board-panel .content table td a {
        font-size: 13px;
        display:inline-block;
        vertical-align:middle;
        max-width:200px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        text-decoration:none;
    }
}

/* - - - - - - - - - - Customer Queries - - - - - - - - - - */

@media(max-width: 1024px){
    .customer-section {
        padding: 0;
		margin-top:20px;
    }

    .customer-section ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 5px 0 0;
    }

    .customer-section ul li {
        padding: 10px 30px;
    }
}

@media(max-width: 767px){
    .customer-section .label-panel {
        width: 100%;
        margin-right: 0;
        justify-content: flex-start;
    }

    .customer-section ul li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        border-bottom: dashed 1px #c0bacd;
    }

    .customer-section ul li:last-child {
        border-bottom: none;
    }

    .customer-section ul li .account {
        display: inline-block;
        min-width: 120px;
        margin-left: 10px;
    }
}

@media(max-width: 500px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        bottom: 10px;
        right: 10px;
    }
}

/* - - - - - - - - - - Modal Queries - - - - - - - - - - */

@media(max-width: 1400px){
    .subpage-modal .modal-dialog {
        padding-top: 130px;
        align-items: flex-start;
        background-color: #ffffff;
    }

    .modal-content {
        border-radius: 0;
        min-height: 100%;
    }

    .loginModal .modal-dialog {
        padding-top: 150px;
    }

    .loginModal .modal-content {
        border-radius: 20px;
    }

    .modal-dialog {
        padding-bottom: 0;
    }
}

@media(max-width: 1024px){
    .subpage-modal .modal-dialog {
        padding-top: 70px;
    }

    .loginModal .modal-dialog {
        padding-top: 90px;
    }

    .modal-content {
        padding: 15px;
    }

    .subpage-modal .close-btn {
        right: 20px;
        top: 20px;
        border: none;
        z-index: 9;
    }

    .subpage-modal .close-btn:before,
    .subpage-modal .close-btn:after {
        height: 60%;
        background-color: #00bee1;
    }
}

@media(max-width: 767px){
    .level-information .bs-ul {
        width: 100%;
    }

    .level-information .bs-ul li {
        width:calc(50% - 3px);
        height: 40px;
        margin-right: 6px;
    }

    .level-information .bs-ul li:last-child {
        margin-right: 0;
    }

    .level-information .bs-ul li .labels {
        margin-right: 10px;
    }

    .level-information .point-form{
        width:100%;
        margin: 5px 0 0;
    }

    .transferModal .bs-table td:nth-child(odd){
        padding:0 5px;
    }

    .transferModal .bs-table td:nth-child(even){
        padding:0 5px;
    }
}

@media(max-width: 600px){
    .modal-sub-menu {
        width: calc(100% + 4px);
        margin: 0 -2px 20px;
    }

    .modal-sub-menu button {
        height: 60px;
    }

    .modal-sub-menu button .text {
        font-size: 8px;
        white-space: nowrap;
    }

    .modal-sub-menu button .icon-panel {
        font-size: 20px;
    }
}

@media(max-width: 500px){

    .modal-content {
        padding: 10px;
    }

    .modal-wrapper {
        padding: 20px 15px;
    }

    .modal-menu {
        margin-bottom: 10px;
    }

    .form-container .form-group .infos .btn-grp button {
        width: calc(33.33% - 4px);
        margin: 2px;
    }

    .modal-banner {
        padding: 0 5px 0 10px;
    }

    .modal-banner .info-text {
        font-size: 12px;
    }

    .modal-banner button {
        padding: 0 15px;
        font-size: 12px;
    }

    .loginModal .modal-content {
        padding: 40px 15px;
    }

    .bs-table tr td {
        font-size: 12px !important;
    }

    .bs-table tr .count-td {
        width: auto;
    }

    .bs-table tr td a {
        max-width: 180px;
        font-size: 12px;
    }

    .bs-table tr .title-td {
        max-width: 180px;
        padding-left: 5px;
    }

    .bs-table tr .nav-td {
        width: auto;
    }

    .bs-table td .level-txt {
        width: 100%;
        text-align: center;
    }

    .bs-table td .level-icon {
        margin-right: 0;
    }

    .bs-table thead th {
        font-size: 12px !important;
    }

    .bs-table tr .count-tag {
        width: 30px;
        height: 30px;
    }

    .bs-table tr .date-td {
        font-size: 10px;
    }

    .new-icon {
        width: 20px;
    }

    .modal-title .kr-text {
        font-size: 28px;
    }

    .customerModal .customer-section {
        margin: -5px 0 0;
        padding: 0;
    }

    .customerModal .customer-section ul li {
        padding: 8px 0;
        font-size: 14px;
    }

    /* transfer modal */

    .transferModal .bs-table {
        display: block;
        width: 100%;
    }

    .transferModal .bs-table tbody {
        display: block;
        width: 100%;
    }

    .transferModal .bs-table tr {
        width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .transferModal .bs-table td{
        width: 33.33%;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        border-radius: 0 !important;
    }

    .transferModal .bs-table td:nth-child(odd){
        padding:0 0 0 5px;
        text-align: left;
    }

    .transferModal .bs-table td:nth-child(even){
        padding:0 0 0 5px;
        text-align: left;
    }

    .transferModal .bs-table td:nth-child(1) {
        order: 1;
        padding-top: 8px;
    }

    .transferModal .bs-table td:nth-child(2) {
        order: 4;
        padding-bottom: 8px;
    }

    .transferModal .bs-table td:nth-child(3) {
        order: 2;
        padding-top: 8px;
    }

    .transferModal .bs-table td:nth-child(4) {
        order: 5;
        padding-bottom: 8px;
    }

    .transferModal .bs-table td:nth-child(5) {
        order: 3;
        padding-top: 8px;
    }

    .transferModal .bs-table td:nth-child(6) {
        order: 6;
        padding-bottom: 8px;
    }
}

@media(max-width: 414px){ 
    .modal-content {
        padding: 5px;
    }

    .modal-wrapper {
        padding: 15px 10px;
    }

    .modal-menu button {
        font-size: 12px;
    }

    .transferModal .bs-table td{
        font-size: 10px;
    }
}

/* - - - - - - - - - - Gamelist Queries - - - - - - - - - - */

@media(max-width: 1340px){ 
    .game-btn {
        width: calc(16.66% - 10px);
    }
}

@media(max-width: 1140px){ 
    .game-btn {
        width: calc(20% - 10px);
    }
}

@media(max-width: 1024px){ 
    .gamelistModal .modal-content {
        padding: 15px;
    }

    .gamelist-scroll {
        width: 100%;
        max-height: initial;
        overflow-y: visible;
        padding: 0;

    }
}

@media(max-width: 860px){ 
    .game-btn {
        width: calc(25% - 10px);
    }
}

@media(max-width: 640px){ 
    .game-btn {
        width: calc(33.33% - 10px);
    }
}

@media(max-width: 500px){ 
    .gamelistModal .modal-content {
        padding: 10px;
    }
    .game-btn {
        width: calc(33.33% - 8px);
        margin: 4px;
    }

    .game-btn .g-name {
        width: calc(100% - 10px);
        height: 30px;
        bottom: 5px;
        font-size: 12px;
    }

    .gamelistModal .modal-menu {
        width: calc(100% + 4px);
        flex-wrap: wrap;
        margin-left: -2px;
        margin-right: -2px;
        justify-content: flex-start;
    }

    .gamelistModal .modal-menu button {
        width: calc(33.33% - 4px);
        height: 30px;
    }

    .gamelistModal .modal-menu button.active {
        color: #ffffff;
    }

    .game-btn .g-hover .play-btn {
        height: 30px;
        font-size: 30px;
    }

    .game-btn .g-hover .name {
        font-size: 12px;
    }

	table.global-table tbody tr td:nth-child(2){
        text-align: left;
    }
}

@media(max-width: 414px){ 
    .gamelistModal .modal-content {
        padding: 5px;
    }

    .gamelistModal .modal-wrapper {
        padding: 15px 10px;
    }

    .game-btn {
        width: calc(33.33% - 8px);
        margin: 4px;
    }

    .game-btn .g-name {
        height: 24px;
        font-size: 10px;
    }

    .game-btn .g-hover .name {
        font-size: 10px;
    }
}