@charset "utf-8";
@import url(default.css);

.header {
    display: block;
    position: sticky;
    left: 0px;
    top: 0px;
    right: 0px;
	width: 100%;
    height: 150px;
    background: linear-gradient(#202526, #101111);
    border-bottom: 1px solid #865426;
	background-color: var(--main);
	z-index: 9;
	transition: 0.3s;
}

.header .layout-container {
	justify-content: space-between;
}
.header h1 {
	margin-top: 20px;
}
.header h1 a {
	display: block;
}
.header h1 img {
	width: auto;
	height: 100px;
}
.header-right-area {
	margin-top: 8px;
}

.member-menu {
	display: flex;
	justify-content: flex-end;
}
.header .member-menu li {
	margin-top: 0.5rem;
	margin-left: 1.5rem;
    font-size: 12px;
    font-family: 'GmarketSans';
    font-weight: 600;
    line-height: 17px;
    cursor: pointer;
}
.header .member-menu li * {
	font-size: 12px;
    font-family: 'GmarketSans';
    font-weight: 600;
    line-height: 17px;
}
.header .member-menu li.btn {
	margin-top: 0px;
}
.header .member-menu li:first-child img {
	height: 16px;
	margin-right: 0.25rem
}

.main-menu {
	display: flex;
	margin-top: 25px;
	margin-right: 5px;
}
.main-menu .menu-item {
	margin-left: 30px;
	font-size: 14px;
	font-weight: 700;
}
.main-menu .menu-item span {
    color: var(--main-menu);
    font-size: 17px;
    font-weight: 700;
    font-family: 'GmarketSans';
    margin-left: 17px;
}
.main-menu .menu-item:hover a span,
.main-menu .menu-item:active a span{
	background:
    linear-gradient(135deg,
        #fffce8 20%,
        transparent 25%,
        transparent 50%,
        #c5a773 55%,
        #c5a773 70%,
        transparent 75%, transparent),
    #fffce8;
	background-size: 20rem 20rem;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: main_nav_item_effect 3s linear infinite;
}
.visualbox {
    margin:0 auto;
    text-align: center;
    position: relative;
    height:790px;
    border-bottom:1px solid #432c21;
    overflow: hidden;
    background:linear-gradient(#0d0d0d, #000000);
    border-bottom:1px solid #432c21;
}

.visualbox > .visual_light {
    position: absolute;
    left:50%;
    top:0px;
    transform: translate(-50%);
}
.visualbox > .visual_entity {
    position: absolute;
    display: block;
    bottom:0px;
    left:50%;
    transform: translate(-50%);
    margin-left:300px;
}
.visualbox > .centerbox {
    position: absolute;
    top:0px;
    left:50%;
    width:1400px;
    transform: translate(-50%);
    text-align: left;
}


.visualbox > .centerbox .wrapper {
    margin-top: 61px;
}

.centerbox > .title {
    background: 
        linear-gradient(135deg,
            #fffce8 20%,
            transparent 25%,
            transparent 50%,
            #c5a773 55%,
            #c5a773 70%,
            transparent 75%, transparent),
            #fffce8;
    background-size:50rem 50rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: golden_effect_title 3s linear infinite;
    font-size:46px;
    font-weight:900;
    margin-top:100px;
    margin-bottom:35px;
}

.centerbox > .subtitle {
    background: 
        linear-gradient(135deg,
            #fffce8 20%,
            transparent 25%,
            transparent 50%,
            #c5a773 55%,
            #c5a773 70%,
            transparent 75%, transparent),
            #fffce8;
    background-size:50rem 50rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: golden_effect_subtitle 3s linear infinite;
    font-size:27px;
    font-weight:700;
}

.centerbox > .description {
    line-height: 20px;
    margin-bottom:30px;
}

.centerbox > .description > p {
    color:#585858;
    font-size:16px;
    font-weight:100;
    text-transform:uppercase;
}

.visualbox > .centerbox > .btn_play_game {
    display: block;
    position: relative;
    cursor:pointer;
    height:54px;
    width:210px;
}
.visualbox > .centerbox > .btn_play_game > .btn_border {
    background: #3e3e3e;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
}
.visualbox > .centerbox > .btn_play_game:hover > .btn_border,
.visualbox > .centerbox > .btn_play_game.active > .btn_border {
    background: 
        linear-gradient(135deg,
            #fffce8 0%,
            transparent 25%,
            transparent 50%,
            #c5a773 55%,
            #c5a773 70%,
            transparent 75%, transparent),
            #fffce8;
    background-size:80rem 80rem;
    animation: golden_effect_btn_play_game 2s linear infinite;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
}
.visualbox > .centerbox > .btn_play_game > .fill {
    background: #000000;
    position: absolute;
    left:1px;
    right:1px;
    bottom:1px;
    top:1px;
}
.visualbox > .centerbox > .btn_play_game .btn {
    position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color:#cccccc;
    font-family: 'GmarketSans';
}

@keyframes golden_effect_title {
    0%{
        background-position: 0rem;
    }
    100%{
        background-position: 50rem;
    }
}

@keyframes golden_effect_subtitle {
    0%{
        background-position: 0rem;
    }
    100%{
        background-position: 50rem;
    }
}

@keyframes golden_effect_btn_play_game {
    0%{
        background-position: 0rem;
    }
    100%{
        background-position: 80rem;
    }
}


.brandSwiper {
    position: relative;
    height: 340px;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--main-poin-shade);
}
.casino_gamelist .gameitem.disabled {
    width:0px;
    overflow: hidden;
}
.casino_gamelist .gameitem {
    width: 270px;
    margin-left:5px;
    margin-right:5px;
    flex-shrink: 0;
    height: 280px;
    border-radius:13px;
    overflow: hidden;
    margin-top:30px;
    position: relative;
    cursor:pointer;
    transition: all 300ms;
}
.casino_gamelist .gameitem > .item_border {
    position: absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background: 
        linear-gradient(135deg,
            #c5a773 12.5%,
            transparent 25%,
            transparent 50%,
            #c5a773 62.5%,
            transparent 75%, transparent),
            #fffce8 100%;
    background-size:80rem 80rem;
    animation: golden_effect_btn_play_game 4s linear infinite;
    filter:grayscale(1) brightness(0.3);
    transition: all 150ms;
}
.casino_gamelist .gameitem:hover > .item_border {
    filter:grayscale(0) brightness(1);
    transition: all 150ms;
}
.casino_gamelist .gameitem > .fill {
    position: absolute;
    display: block;
    left:1px;
    top:1px;
    right:1px;
    bottom:1px;
    border-radius:13px;
    overflow: hidden;
}
.casino_gamelist .gameitem > .fill > .game_img {
    position: absolute;
    display: block;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    width:auto;
    height:auto;
    filter:brightness(0.4);
}
.casino_gamelist .gameitem > .fill > .game_logo {
    position: absolute;
    display: block;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:auto;
    height:60px;
}

.brandSwiper .mask_left {
    position: absolute;
    right:50%;
    top:0;
    bottom:0;
    left:0px;
    margin-right:700px;
    background: linear-gradient(-90deg, #00000000 0px, #000000cc 280px );
    z-index: 1;
}
.brandSwiper .mask_right {
    position: absolute;
    left:50%;
    top:0;
    bottom:0;
    right:0px;
    margin-left:700px;
    background: linear-gradient(90deg, #00000000 0px, #000000cc 280px );
    z-index: 1;
}

.brandSwiper .button-container {
    position: relative;
    top: -340px;
    width: 1400px;
    height: 340px;
    margin: 0 auto;
}

.gamelist_toggle {
    display: flex;
    flex-direction: row;
    height: 40px;
    margin-top:-1px;
    border-top:1px solid var(--main-poin-shade);
    border-bottom:1px solid var(--main-poin-shade);
    line-height:40px;
    justify-content: center;
}
.gamelist_toggle button {
    display: inline-block;
    text-align: center;
    font-weight: 900;
    color:#e2b49c;
    cursor: pointer;
    transition: all 500ms;
}
.gamelist_toggle button i {
    font-size: 1.25rem;
    color:#e2b49c;
}
.gamelist_toggle.active > span {
    transition: all 500ms;
}

.slot_gamelist > .jackpot {
    display: block;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    width:450px;
}
.slot_gamelist > .jackpot > .jackpot_img {
    width:450px;
}
.slot_gamelist > .jackpot > .jackpot_money {
    font-size:14px;
    position: absolute;
    top:270px;
    left:50%;
    transform: translate(-50%);
    font-size:30px;
    font-family: 'GmarketSans';
    font-weight:700;
    text-shadow: 
        0px 0px 20px #ffcf4cb7,
        0px 0px 50px #ff0000ff,
        0px 0px 100px #ff0000ff;
}
.jackpot_money * {
    font-size: 27px;
    font-family: 'GmarketSans';
    padding: 0;
}

#footer {
    border-top: 1px solid #865426;
    padding: 5rem 0
}
#footer .service_txt {
    margin: 3rem 0 1rem 0;
}


.slot_gamelist {
    display: flex;
}

.brandSwiperS .swiper-slide {
    padding: 0 1rem 0 0.5rem;
}

.brandSwiperS .gamelist {
    flex-shrink: 0;
    width:950px;
    position: relative;
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(3, 1fr);
    grid-gap:20px;
    padding:30px;
    height:340px;
    padding-right:45px;
    overflow: hidden;
}
.slot_gamelist .gamelist .gameitem {
    max-width: 400px;
    width:100%;
    flex-shrink: 0;
    height:140px;
    border-radius:13px;
    overflow: hidden;
    position: relative;
    cursor:pointer;
    filter:brightness(0.7);
}
.slot_gamelist .gamelist .gameitem:hover {
    filter:brightness(1);
    transition: all 300ms;
}
.slot_gamelist .gameitem .item_border {
    position: absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background: 
        linear-gradient(135deg,
            #c5a773 12.5%,
            transparent 25%,
            transparent 50%,
            #c5a773 62.5%,
            transparent 75%, transparent),
            #fffce8 100%;
    background-size:80rem 80rem;
    animation: golden_effect_btn_play_game 4s linear infinite;
    filter:grayscale(1) brightness(0.3);
    transition: all 150ms;
}
.slot_gamelist  .gameitem:hover  .item_border {
    filter:grayscale(0) brightness(1);
    transition: all 150ms;
}
.slot_gamelist  .gameitem .fill {
    position: absolute;
    display: block;
    left:1px;
    top:1px;
    right:1px;
    bottom:1px;
    border-radius:13px;
    overflow: hidden;
    background:#11141d;
}
.slot_gamelist  .gameitem .fill .game_logo {
    position: absolute;
    display: block;
    left:50%;
    top:45px;
    transform: translate(-50%, -50%);
    width:auto;
    object-fit: scale-down;
    filter:brightness(0.8);
    transition: all 200ms;
}
.slot_gamelist  .gameitem:hover .fill .game_logo {
    filter:brightness(1);
    transition: all 200ms;
}
.slot_gamelist  .gameitem .fill .game_title {
    display: block;
    position: absolute;
    left:0px;
    bottom:0px;
    right:0px;
    height:50px;
    line-height:50px;
    font-size:13px;
    text-align: left;
    padding-left:15px;
    background:#211e28;
    color:#888888;
}
.slot_gamelist  .gameitem:hover  .fill > .game_title {
    color:#cccccc;
    transition: all 200ms;
}
.slot_gamelist  .gameitem .fill > .game_money {
    display: block;
    position: absolute;
    left:0px;
    bottom:0px;
    right:0px;
    height:50px;
    line-height:50px;
    font-size:13px;
    text-align: right;
    padding-right:15px;
    color:#888888;
}
.slot_gamelist  .gameitem:hover  .fill > .game_money {
    color:#cccccc;
    transition: all 200ms;
}

.swiper-button-prev,
.swiper-button-next {
    width: 2rem;
    height: 2rem;
    font-family: 'GmarketSans';
    color: #e0c088 !important;
}

.page_head {
    border-top: 1px solid #432c22;
    border-bottom: 1px solid #432c22;
}
.page_submenu {
    display: flex;
}
.page_submenu > div {
    position: relative;
    padding: 1rem 3rem;
    background-image: linear-gradient(0deg, #191208, #000000);
    border: 1px solid #432c22;
    text-align: center;
}
.page_submenu > div span {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 900;
}
.page_submenu .active {
    background: 
    linear-gradient(135deg,
        #fffce8 0%,
        transparent 25%,
        transparent 50%,
        #c5a773 55%,
        #c5a773 70%,
        transparent 75%, transparent),
        #fffce8;
    background-size:80rem 80rem;
    animation: golden_effect_btn_play_game 2s linear infinite;
}
.page_submenu .active .fill {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #000;
}

.page_submenu > div:hover span,
.page_submenu .active span {
    background: 
    linear-gradient(135deg,
        #fffce8 20%,
        transparent 25%,
        transparent 50%,
        #c5a773 55%,
        #c5a773 70%,
        transparent 75%, transparent),
        #fffce8;
    background-size:50rem 50rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: golden_effect_subtitle 3s linear infinite;
}

.page_submenu .page_title {
    width: 342px;
}

.page_submenu_fill > div {
    flex: 1;
}

.visualbox-subpage {
    position: relative;
    overflow: hidden;
    height: 499px;
}
.visualbox-subpage img.img-bg {
    position: absolute;
    top:0;
    right: 0;
    z-index: 0;
}
.visualbox-subpage .centerbox {
    position: relative;
    z-index: 1;
    margin-top: -2.5rem;
}
.visualbox-subpage .subtitle {
    margin: -1rem 0 0.5rem 0;
}

.casino_gamelist_main {
    flex-shrink: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0px;
    padding: 0px;
    min-height: 500px;
}
.casino_gamelist_main .game_logo {
    filter: grayscale(1)
}
.casino_gamelist_main .gameitem:hover,
.casino_gamelist_main .gameitem.active {
    height: 360px;
    filter: brightness(1);
    transition: all 150ms;
}

.casino_gamelist_main .gameitem:hover .game_logo,
.casino_gamelist_main .gameitem.active .game_logo {
    top: 30%;
    filter: grayscale(0)
}

.casino_gamelist_main .gameitem:hover .fill,
.casino_gamelist_main .gameitem.active .fill {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.casino_gamelist_main .gameitem:hover .game_title, 
.casino_gamelist_main .gameitem.active .game_title {
    position: relative;
    padding: 0 1rem;
    text-align: left;
    z-index: 1;
}
.casino_gamelist_main .gameitem:hover .game_title b, 
.casino_gamelist_main .gameitem.active .game_title b {
    animation: neonAnim 2s alternate-reverse infinite;
    font-size: 18px;
}
.casino_gamelist_main .gameitem:hover .game_title span,
.casino_gamelist_main .gameitem.active .game_title span {
    margin-left: 0.5rem;
    font-size: 16px;
    color: #a4a4a5
}
.casino_gamelist_main .gameitem:hover .game_desc,
.casino_gamelist_main .gameitem.active .game_desc {
    position: relative;
    display: block;
    padding: 0 1rem;
    margin-top: 0.5rem;
    font-size: 12px;
    color: #aaaaaa
}
.casino_gamelist_main .gameitem:hover .game_img,
.casino_gamelist_main .gameitem.acive .game_img {
    filter:brightness(1);
    transition: all 200ms;
}

.gamelist.slot_gamelist_main {
    flex-shrink: 0;
    position: relative;
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(4, 1fr);
    grid-gap: 10px;
    height: 340px;
    padding: 30px 0px;
    overflow: hidden;
}
.slot_gamelist_list {
    flex: 1 1 auto;
    margin: 1rem 0 0 1rem;
}
.slot_gamelist_list .gamelist,
.slot-list {
    flex-shrink: 0;
    position: relative;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
    width: 100%;
    margin-top: 1.5rem;
}
.slot_gamelist_list .gamelist .gameitem,
.slot-list > div {
    overflow: hidden;
    width: 250px;
    height: 250px;
    border-radius: 10px;
    border: 3px solid #2f2f2f;
    background-color: #211e28;
}
.slot_gamelist_list .gamelist .gameitem img,
.slot-list img {
    width: auto;
	min-width: 196px;
    height: 186px !important;
	object-fit: cover;
}
.slot_gamelist_list .gamelist .gameitem .game_title,
.slot-list span {
	display: block;
    padding: 1rem;
	text-align: center;
    color: #fff
}

.gamelist.slot_gamelist_main.d-block {
    width: 342px;
    height: auto;
    padding: 10px 0;
}
.gamelist.slot_gamelist_main.d-block .gameitem {
    margin-bottom: 0.5rem;
}

.money-info {
    flex: 0 0 45%;
    padding: 2rem;
    background: linear-gradient(45deg,  #1a1b28 0%,#272a3f 64%,#25263a 100%);
    border: 1px solid #4c4361;
}
.money-form {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border: 1px solid #4c4361;
}
.money-form .item:last-child {
    flex: 1 1 auto;
    background: transparent;
}

.money-info li {
    display: flex;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.money-info li  span:first-child {
    margin-right: 0.5rem;
}
.money-form .item {
    align-items: center;
    background: linear-gradient(to bottom,  #090909 0%,#1a1b25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #4c4361;
    border-top: 0;
    border-left: 0;
    color: var(--main-point);
    font-size: 2rem
}
.money-form .item span {
    padding: 0 2rem;
    font-size: 2rem;
    color: #9098a1
}
.money-form .item.item-input input.form-control {
    position: relative;
    top: -0.25rem;
    height: 5rem !important;
    line-height: 2.5rem !important;
    margin-right: 0.5rem;
    font-size: 2rem;
    border: 0;
    background-color: transparent;
    text-align: right;
    color: var(--main-point)
}
.money-form .item.item-input button {
    height: 5rem !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}
.money-form .item.item-button button {
    flex: 1;
	padding-left: 0;
	padding-right: 0;
} 
