/* Responsive  Styles */

.mobile {
    display: none !important;
}

.mobiledf {
    display: none !important ;
}

.right-menu-btn .normal-icon {
    transition: 0.3s;
    opacity: 1;
    transform: rotate(0deg);
}

.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(0);
    position: absolute;
}

.right-menu-btn.opened .open-icon {
    opacity: 1;
    transform: rotate(0deg) translateY(2px);
    font-size: 20px;
    position: absolute;
}

/* - - - - - - - - - - Header Queries - - - - - - - - - - */

@media(max-width: 1660px){
    .drop-down-menu {
        left: auto;
        right: 0;
        transform: translateX(0);
    }
}

@media(max-width: 1400px){
    .main-menu {
        margin-left: -15px;
    }
    
    .main-menu li {
        padding: 0 20px;
    }
}

@media(max-width: 1290px){
    .main-menu li {
        padding: 0 5px;
    }

    .before-login input {
        width: 140px;
    }

    .before-login button {
        width: 90px;
    }
}

@media(max-width: 1140px){
    .mobiledf {
        display: flex !important;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .banner-section .container {
        padding-bottom: 50px;
    }

    .header-section {
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
    }

    .header-section .container {
        padding: 0;
    }
    
    .main--wrap {margin-top: 100px;}

    .main-menu {
        width: 100%;
        margin-left: 0;
        table-layout: fixed;
    }

    .main-menu li {
        padding: 0;
        border-left: solid 1px rgba(255, 255, 255, 0.05);
        border-right: solid 1px rgba(0, 0, 0, 0.5);
    }

    .main-menu li a {
        height: 50px;
    }

    .svg-inline--fa {height: 0.8em;}

    .bal-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #080e15;
        border-top: solid 1px #162331;
    }

    .before-login, .after-login {
        width: 100%;
        padding: 0 7px;
    }

    .bal-container .mobile {
        padding: 6px 0 7px;
    }

    .drop-down {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .sidebar-right {
        width: 100%;
        margin: 5px auto 10px;
        padding: 0 5px 5px;
        position: relative;
        left: 0;
        transform: translateX(0);
        top: 0;
        pointer-events: auto;
        opacity: 1;
        transition: 0s;
        display: none;
    }
    .sidebar-right.active {display:block !important}

    .after-login .drop-down .btn-grp {
        width: calc(100% + 6px);
        margin: 0 -3px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .after-login .drop-down .btn-grp button {
        width: calc(50% - 6px);
        margin: 3px;
    }

    /* New Mobile After Login */

    .after-login .account-info {
        max-width: 500px;
        background-color: #100f1c;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 1);
        border: solid 1px #025792;
        padding: 10px 10px;
        margin: 0 auto;
    }

    .after-login .account-info .info-panel {
        width: 49%;
        height: 60px;
        background-color: #10173c;
        margin: 0 0.5% 4px;
        border: solid 1px #025792;
        padding: 0 0 0 15px;
        font-size: 14px;
    }

    .after-login .account-info .info-panel:before {
        width: 80%;
        height: 50%;
        border-radius: 50%;
        left: 0;
        right: 0;
        top: -50%;
        margin: 0 auto;
        box-shadow: 0 0 80px #0087fd;
    }

    .after-login .account-info .info-panel:after {
        width: 100%;
        height: 100%;
        right: -60%;
        top: 0;
        transform: skew(45deg);
        background-color: rgba(110, 187, 255, 0.05);
    }

    .after-login .account-info .labels {
        width: 100%;
        display: inline-block;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

    .after-login .account-info .icon {
        color: #6ebbff;
        font-size: 62px;
        opacity: 0.1;
    }

    .after-login .account-info .info-panel .dflex-ac-jc {
        justify-content: flex-start;
        text-align: left;        font-size: 12px;
        width: 72%;
    }
}

@media(max-width:690px){
	.d-flex.flex-wrap .col {flex:0 0 50%}	
    .round-info-clock{padding-top: 5px;}
}


@media(max-width: 680px){    
	img {max-width: 100%;}
   
	.header-section .toplogo {display: none;}
	.casinolist > div {display: flex;flex-wrap: wrap;}
	.casinolist > div a {width:50%}
    .p-2,.p-3,.list-group-item,.card-body,table.table th {padding:0.3rem !important}
    table.table th {font-size: 12px;}
}

@media(max-width: 500px){
    .main-menu li a {
        font-size: 10px;
    }

    .main-menu li a .icon-panel {
        width: 24px;
        height: 24px;
        margin-right: 0;
        font-size: 16px;
        background-color: transparent;
    }

    .main-menu li a span {
        width: 100%;
        display: inline-block;
    }
}

/* - - - - - - - - - - Banner Queries - - - - - - - - - - */

@media(max-width: 1140px){
    .banner-section {
        height: 400px;
		background-size:cover;
    }

    .logo {
        width: 300px;
    }

    .banner-carousel {
        margin-top: 15px;
    }
}

@media(max-width: 920px){
    .banner-section {
        height: 350px;
    }

    .logo {
        width: 260px;
    }

    .banner-carousel {
        margin-top: 10px;
    }
}

@media(max-width: 767px){
    .banner-section {
        height: auto;
    }

    .banner-section:after {
        width: 100%;
        left: 0;
        background-size: cover;
    }

    .logo {
        width: 34%;
		height:100px;
		margin-top:0px;
    }
	.login_logo {
		top:-22px;
	}

    .banner-carousel {
        margin-top: 1%;
        margin-bottom: 2%;
        padding-bottom: 4.5%;
    }

    .banner-carousel h1 {
        font-size: 4.7vw;
    }

    .banner-carousel h2 {
        font-size: 3.6vw;
    }

    .banner-background {
        top: -50px;
    }
}

@media(max-width: 500px){ 
    .logo {
        width: 38%;
    }

    .carousel-indicators li {
        width: 24px;
        height: 4px;
        margin: 0 3px;
    }
}

/* - - - - - - - - - - Toggle Queries - - - - - - - - - - */

@media(max-width: 1140px){
    .toggle-menu {
        height: 80px;
    }

    .toggle-menu:before {
        width: 80px;
        height: 80px;
    }

    .toggle-btn .icon-img {
        max-width: 60px;
        max-height: 60px;
    }

    .toggle-btn .text-panel .text-kr {
        font-size: 20px;
    }
}

@media(max-width: 840px){
    .toggle-btn:first-child {
        padding-left: 70px;
    }

    .toggle-btn:last-child {
        padding-right: 70px;
    }
}

@media(max-width: 740px){

    .toggle-menu {
        height: 70px;
    }

    .toggle-menu:before {
        width: 60px;
        height: 60px;
        bottom: 0;
    }

    .toggle-btn .icon-img {
        max-width: 40px;
        max-height: 40px;
    }

    .toggle-btn:first-child .icon-img {
        margin-right: 15px;
    }

    .toggle-btn:last-child .icon-img {
        margin-left: 15px;
    }

    .toggle-btn .text-panel .text-kr {
        font-size: 18px;
    }

    .toggle-btn .text-panel .text-en {
        font-size: 10px;
    }
}

@media(max-width: 640px){
    .toggle-btn:first-child {
        padding-left: 40px;
    }

    .toggle-btn:last-child {
        padding-right: 40px;
    }
}

@media(max-width: 500px){
    .toggle-menu {
        background-image: none;
    }
    
    .toggle-menu:before {
        width: 1px;
        height: 90%;
        background-image: linear-gradient(rgba(89, 110, 150, 0), rgba(89, 110, 150, 1.0), rgba(89, 110, 150, 0));
    }

    .toggle-menu.turn-left:before {
        transform: rotate(0deg);
    }

    .toggle-menu.turn-right:before {
        transform: rotate(0deg);
    }

    .toggle-btn {
        justify-content: center;
    }

    .toggle-btn:first-child {
        padding-left: 0;
        padding-right: 5px;
    }

    .toggle-btn:last-child {
        padding-right: 0;
        padding-left: 5px;
    }

    .toggle-btn:before {
        left: -20px;
    }

    .toggle-btn:last-child:before {
        left: 20px;
    }

    .toggle-btn .icon-img {
        max-width: 35px;
        max-height: 35px;
    }

    .toggle-btn .text-panel .text-kr {
        font-size: 16px;
    }
}

@media(max-width: 414px){
    .toggle-menu {
        height: 60px;
    }

    .toggle-btn .icon-img {
        max-width: 35px;
        max-height: 35px;
    }

    .toggle-btn .text-panel .text-kr {
        font-size: 14px;
    }

    .toggle-btn .text-panel .text-en {
        font-size: 8px;
    }
}

/* - - - - - - - - - - Slot Casino Queries - - - - - - - - - - */

@media(max-width: 1200px){
    .sc-btn {
        width: calc(25% - 12px);
    }
}

@media(max-width: 940px){
    .sc-btn {
        width: calc(33.33% - 12px);
    }
}

@media(max-width: 767px){
    .sc-btn .g-panel .c-logo {
        height: 60px;
    }
    
    .casino-panel .sc-btn .g-panel .c-logo img {
        max-width: 90px;
    }
}

@media(max-width: 600px){
    .sc-btn {
        width: calc(50% - 12px);
    }
}

@media(max-width: 500px){
    .company-section {
        margin-top: 30px;
    }

    .sc-btn {
        margin-bottom: 20px;
    }

    .slot-panel .sc-btn .g-panel .c-logo {
        height: 60px;
    }

    .slot-panel .sc-btn .g-panel .c-logo img {
        max-width: 100px;
    }
}

@media(max-width: 414px){
    .sc-btn .g-footer div {
        height: 40px;
    }
}

@media(max-width: 375px){
    .sc-btn .g-panel .c-logo {
        height: 50px;
        left: 5px;
    }

    .casino-panel .sc-btn .g-panel .c-logo img {
        max-width: 76px;
    }

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

    .contact-section .bs-ul li .labels {
        display: none;
    }
}

/* - - - - - - - - - - Board Queries - - - - - - - - - - */

@media(max-width: 1260px){
    .realtime-board {
        width: 100%;
        max-width: 900px;
        margin: 0 0 20px;
        order: 1;
    }

    .board-panel:first-child {
        order: 2;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .board-panel:last-child {
        order: 3;
        margin-left: 10px;
    }
}

@media(max-width: 830px){
    .board-panel:first-child {
        margin-right: 0;
    }

    .board-panel:last-child {
        margin-left: 0;
    }
}

@media(max-width: 600px){
    .scroll-top {
        width: 80px;
        height: 80px;
        bottom: 60px;
        right: 13px;
        padding:0 0 5px;
        font-size: 20px;
    }
}

@media(max-width: 520px){
    .board-panel .meter-background {
        display: none;
    }
}

@media(max-width: 460px){
    .board-panel .content {
        margin: 20px 0;
    }

    .footer-section .company-logo img {
        max-width: 80px;
        margin: 8px 7px;
    }

    .footer-section .copyright-panel {
        padding: 30px 0;
        letter-spacing: 0;
    }

    .rolling-realtime ul li div.amount {
        font-size: 16px;
        padding-right: 0;
    }
}

@media(max-width: 414px){
    .board-panel {
        border-radius: 5px;
        padding: 20px 10px;
    }

    .board-panel:before,
    .board-panel:after {
        border-radius: 3px;
    }

    .board-panel .center:before,
    .board-panel .center:after {
        display: none;
    }

    .realtime-board .header button .arrow-icon {
        width: 30px;
    }

    .realtime-board .header button .info-panel .title {
        font-size: 14px;
    }

    .realtime-board .header button .icon-panel {
        border-radius: 5px;
        font-size: 30px;
    }
}

@media(max-width: 375px){
    .footer-section .container {
        padding: 0;
    }
    
    .footer-section .company-logo img {
        max-width: 70px;
        margin: 7px 4px;
    }

    .realtime-board .header button {
        padding: 15px 15px 15px 15px;
    }

    .rolling-realtime ul li div.user {
        padding-left: 0;
    }

    .rolling-realtime ul li div.date {
        font-size: 12px;
        padding-right: 0;
    }

    .rolling-realtime ul li div {
        font-size: 14px;
    }
}

/* - - - - - - - - - - Modal Queries - - - - - - - - - - */

@media(max-width: 865px){
    .modal-content:before {
        background-size: contain;
    }
}

@media(max-width: 767px){
	.h5, h5 {
    font-size: 0.8rem;
}
	.main-menu li a .icon-panel {display:none !important}
	
    .modal {
        /* padding-top: 40px !important;*/
    }

    .modal-content {
        overflow: visible;
    }

    .modal-dialog {
        margin: 0 auto;
    }

    .modal-close-btn {
        width: 100px;
        height: 40px;
        padding-right: 7px;
        top: -42px;
        right: -2px;
    }

    .modal-close-btn.size-sm {
        width: 100px;
    }

    .modal-header {
        padding: 0;
    }

    .modal-menu {
        padding: 0;
    }

    .modal-menu .bs-ul {
        width: 100%;
        table-layout: fixed;
    }

    .modal-menu .bs-ul li button {
        width: 100%;
        font-size: 14px;
        padding: 10px 0;
    }

    .modal-menu .bs-ul li button .icon-panel {
        font-size: 20px;
        margin-right: 0;
    }

    .modal-menu .bs-ul li button .text-panel {
        width: 100%;
        text-align: center !important;
    }

    .modal-body {
        padding: 30px 20px;
    }
}

@media(max-width: 600px){
    .modal-body {
        padding: 20px 10px;
    }

    .form-information .form-info {
        font-size: 12px;
    }

    .form-container .form-group .infos .btn-grp button {
        width: calc(25% - 4px);
        margin-bottom: 4px;
    }
}

@media(max-width: 500px){
    .modal-menu .bs-ul li button {
        font-size: 10px;
    }

    .modal-menu .bs-ul li button .en-text {
        display: none;
    }

    .modal-title .title-panel .title {
        font-size: 20px;
    }

    .modal-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .form-footer {
        width: 100%;
        flex-wrap: nowrap;
        padding: 0 2px;
    }

    .form-footer button {
        width: calc(100% - 6px);
        height: 45px;
        margin: 0 3px;
    }

    .bs-table tr .count-td {
        width: auto;
    }

    .bs-table tr .nav-td {
        width: auto;
    }

    .bs-table tr .title-td {
        padding-left: 10px;
        max-width: 200px;
    }

    .historyModal .bs-table tr .title-td {
        max-width: 100px;
    }

    .message-content {
        padding: 10px 5px;
    }

    .before-login, .after-login {
        padding: 0 2px;
    }

    .modal-banner {
        padding: 30px 0 5px;
    }

    .modal-content {
        min-height: auto;
    }
}

/* - - - - - - - - - - Gamelist Queries - - - - - - - - - - */

@media(max-width: 1140px){
    .game-btn {
        width: calc(20% - 14px);
    }
}

@media(max-width: 1024px){
    .gamelist-container .scroll-panel {
        width: 100%;
        min-height: auto;
        max-height: initial;
        margin: 0;
        overflow-y: visible;
        padding: 0;
    }
}

@media(max-width: 767px){
    .game-btn {
        width: calc(25% - 14px);
    }
}

@media(max-width: 600px){
    .game-btn {
        width: calc(25% - 8px);
        margin: 4px;
    }
}

@media(max-width: 500px){
    .game-btn {
        width: calc(33.33% - 8px);
    }
}

@media(max-width: 414px){
    .game-btn .g-panel .g-footer {
        height: 30px;
        padding: 0 5px 0;
    }

    .game-btn .g-panel .g-footer .name-text {
        font-size: 10px;
    }

    .gametype .minibtn > span.btn p:first-child {
        font-size: 13px !important;
    }
}