@charset "UTF-8";.home_base {
    display: flex;
    flex-direction: column;
    /*
	height: 100vh;
    */
	background-color: #f5f5f7;
    overflow-x: hidden
}

/*
.home_base *:hover,.home_base *:hover * {
    transition: all .3s ease
}
*/

.home_base nav {
    background-color: #fff!important
}

.home_base .middle_inner {
    background-image:url(/assets_pa/thelive/middlebg.png);
}

.home_base .main_inner {
    margin: 0 auto;
    width: 100%;
	/*
	background-color:#f2e9d9;
	*/
	/*
	background:url(/assets_pa/thelivenet/pachi_slot_bg2.png) repeat-x;
	*/
	background-size: contain;
	margin-top:-30px;
	padding: 150px 50px 100px 30px;

}

.home_base footer .main_inner {
    margin: 0 auto;
    width: 1300px;
	background-color:#f2e9d9;
	padding: 0;
	
}

.home_base button {
    transition: all .3s ease
}

.home_base video.lazy_load {
    opacity: 1
}

.home_base .ico_logo {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.home_base .ico_logo.micro,.home_base .ico_logo.MGPS {
    width: 240px;
    height: 60px;
    background-image: url(/assets_pa/images/base_micro_logo.svg)
}

.home_base .ico_logo.micro_color {
    width: 240px;
    height: 60px;
    background-image: url(/assets_pa/images/base_micro_logo_color.svg)
}

.home_base .ico_logo.evolution,.home_base .ico_logo.EVOL {
    width: 207px;
    height: 40px;
    background-image: url(/assets_pa/images/base_evolution_logo.svg)
}

.home_base .ico_logo.pragmatic,.home_base .ico_logo.PRAG {
    width: 178px;
    height: 80px;
    background-image: url(/assets_pa/images/base_pragmatic_logo.svg)
}

.home_base .ico_logo.sport_radar {
    width: 260px!important;
    max-height: 50px;
    margin-bottom: 30px;
    background-image: url(/assets_pa/twoplus/logo_sport.svg);
    filter: invert(1)
}

.home_base .click_link {
    cursor: pointer
}

.home_base .game_item {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 310px;
    height: 590px;
    color: #fff;
    border-radius: 62px;
    overflow: hidden;
	margin-top:165px;
	margin-left:125px;
}

.home_base .game_item * {
    transition: all .3s ease-out
}

.home_base .game_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #35353500;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    z-index: -1
}

.home_base .game_item p {
    position: absolute;
    top: 25%;
    color: #fff;
    opacity: 0;
    text-align: center;
	

}

.home_base .game_item p span {
    display: block;
    font-size: 24px;
    font-weight: 700
}

.home_base .game_item p span.game_category {
    font-size: 16px;
    font-weight: 500
}

.home_base .game_item .btn_play-game {
    display: flex;
    position: absolute;
    align-items: center;
    bottom: -50px;
    padding: 0 10px;
    height: 36px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    background-color: #1494dc;
    gap: 10px;
    opacity: 0
}

.home_base .game_item .btn_play-game:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/assets_pa/images/base_ico_play_game.svg)
}

.home_base .game_item img {
    position: absolute;
    bottom: 0;
    width: 100%
}

.home_base .game_item img.banner_img {
    height: unset
}

.home_base .game_item:hover:before {
    background-color: #00000080;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1
}

.home_base .game_item:hover img,.home_base .game_item:hover .banner_img {
    transform: scale(1.1)
}

.home_base .game_item:hover p {
    top: 90px;
    opacity: 1;
    z-index: 10;
	margin-left:10px;
}

.home_base .game_item:hover .btn_play-game {
    bottom: 20px;
    z-index: 10;
    opacity: 1
}

.home_base .item_dimmed {
    opacity: .3
}

.home_base .section-inner.pachinko {
    flex: 1
}

.home_base .section-inner.holdem {
    flex: unset!important;
    width: 550px
}

.home_base button.direct_link_btn {
    display: flex;
    align-items: center;
    margin-top: 60px;
    padding: 0 16px;
    height: 40px;
    border-radius: 8px;
    border: solid 1px #000;
    gap: 4px
}

.home_base button.direct_link_btn:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/assets_pa/images/base_ico_next_black.svg);
    transition: all .3s ease
}

.home_base button.direct_link_btn:hover {
    color: #fff;
    background-color: #000
}

.home_base button.direct_link_btn:hover:after {
    background-image: url(/assets_pa/images/base_ico_next.svg)
}

.home_base main {
    flex: 1
}

.home_base .base-top_sub_banner {
    margin-top: 636px
}

.home_base .base-top_sub_banner .game_list~.game_list {
    margin-top: 10px;
    left: -160px;
    width: calc(100% + 160px)
}

.home_base main section h3 {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px
}

.home_base main .hot_brand-area {
    margin-top: 100px
}

.home_base main .hot_brand-area ul {
    display: flex;
    gap: 20px;
    height: 100%
}

.home_base main .hot_brand-area ul li .item {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 0 30px 40px;
    width: 540px;
    height: 100%;
    background-color: #fff;
    border-radius: 20px
}

.home_base main .hot_brand-area ul li .item .ico_logo {
    display: block;
    margin-top: 30px;
    width: 240px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center
}

.home_base main .hot_brand-area ul li .item .game_name {
    padding: 0 20px;
    word-break: break-all
}

.home_base main .hot_brand-area ul li .item>b {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.home_base main .hot_brand-area ul li .item>strong {
    flex: 1;
    margin-top: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    display: block
}

.home_base main .hot_brand-area ul li .item .ico_logo {
    width: 460px!important;
    height: 80px!important;
    background-size: contain
}

.home_base main .hot_brand-area ul li .item .prev_game {
    position: absolute;
    bottom: 40px
}

.home_base main .hot_brand-area ul li .item .prev_game img {
    width: 220px;
    height: 165px
}

.home_base main .hot_brand-area ul li .item .prev_game img~img {
    margin-left: 20px
}

.home_base main .hot_brand-area .item_sub-list {
    margin-top: 80px;
    height: unset
}

.home_base main .hot_brand-area .item_sub-list .game_item {
    width: 220px;
    height: 165px
}

.home_base main .hot_brand-area .item_sub-list .game_item p span {
    font-size: 20px;
    font-weight: 700
}

.home_base main .hot_brand-area .item_sub-list .game_item p .game_category {
    font-size: 16px;
    font-weight: 500
}

.home_base main .hot_brand-area .item_sub-list .game_item button {
    height: 28px;
    font-size: 12px;
    font-weight: 500;
    gap: 8px;
    border-radius: 4px
}

.home_base main .hot_brand-area .item_sub-list .game_item button:after {
    width: 16px;
    height: 16px;
    background-size: cover
}

.home_base main .hot_brand-area .item_sub-list .game_item:hover p {
    top: 50px
}

.home_base main .hot_brand-area .item_sub-list .game_item:hover:before {
    z-index: 2
}

.home_base main .hot_brand-area .item_sub-list .game_item:hover button {
    display: none
}

.home_base main .noti-area {
    margin-top: 20px;
    width: 100%;
    background-color: #fff
}

.home_base main .noti-area>div {
    display: flex;
    height: 60px;
    align-items: center;
    overflow: hidden
}

.home_base main .noti-area>div h4 {
    margin-left: 4px
}

.home_base main .noti-area .swiper_container {
    flex: 1;
    margin-left: 66px;
    height: 60px!important
}

.home_base main .noti-area .swiper_container .swiper-slide {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%
}

.home_base main .quick_btns-area {
    margin-top: 60px
}

.home_base main .quick_btns-area ul {
    display: flex;
    gap: 20px
}

.home_base main .quick_btns-area ul .item {
    width: 260px;
    height: 150px;
    position: relative;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    padding: 20px 31px;
    background-color: #fff;
    box-sizing: border-box!important;
    border: 1px solid #fff;
    cursor: pointer
}

.home_base main .quick_btns-area ul .item .icon-shortcut {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 20px;
    right: 30px;
    filter: invert(1)
}

.home_base main .quick_btns-area ul .item .icon-shortcut.s-deposit {
    background: url(/assets_pa/icon-shortcut-deposit-02aad602.svg) no-repeat center/cover
}

.home_base main .quick_btns-area ul .item .icon-shortcut.s-withdraw {
    background: url(/assets_pa/icon-shortcut-withdraw-0126c2f7.svg) no-repeat center/cover
}

.home_base main .quick_btns-area ul .item .icon-shortcut.s-point {
    background: url(/assets_pa/icon-shortcut-point-c741752f.svg) no-repeat center/cover
}

.home_base main .quick_btns-area ul .item .icon-shortcut.s-coupon {
    background: url(/assets_pa/icon-shortcut-coupon-9a11dd7f.svg) no-repeat center/cover
}

.home_base main .quick_btns-area ul .item .icon-shortcut.s-event {
    background: url(/assets_pa/icon-shortcut-event-d9905109.svg) no-repeat center/cover
}

.home_base main .quick_btns-area ul .item .icon-shortcut.s-payback {
    background: url(/assets_pa/icon-shortcut-payback-e1b41818.svg) no-repeat center/cover
}

.home_base main .quick_btns-area ul .item .t-box {
    display: flex;
    flex-direction: column
}

.home_base main .quick_btns-area ul .item .t-box span {
    text-align: left;
    font-size: 20px;
    font-weight: 600
}

.home_base main .quick_btns-area ul .item .t-box small {
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-top: 4px;
    color: #86868b
}

.home_base main .quick_btns-area ul .item:hover {
    border-color: #000
}

article.game_ctgr-area {
    padding-top: 80px
}

article.game_ctgr-area ul {
    display: flex;
    gap: 20px
}

article.game_ctgr-area ul li {
    flex: 1
}

article.game_ctgr-area ul li .item {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 300px;
    /*
	background-color: #000;
	*/
    color: #fff;
    border-radius: 20px;
    gap: 20px;
    background-size: cover;
    background-repeat: no-repeat
}

article.game_ctgr-area ul li .item.sports {
    background-image: url(/assets_pa/images/base_top_sub_bannser/game_sport.webp)
}

article.game_ctgr-area ul li .item.casino {
    background-image: url(/assets_pa/images/base_top_sub_bannser/game_casin.webp)
}

/*
article.game_ctgr-area ul li .item.slot {
    background-image: url(/assets_pa/images/base_top_sub_bannser/game_slot.webp)
}

article.game_ctgr-area ul li .item.pachinko {
    background-image: url(/assets_pa/thelive/middlebanner2.png)
}
*/
article.game_ctgr-area ul li .item.holdem {
    background-image: url(/assets_pa/thelive/middlebanner1.png)
}

article.game_ctgr-area ul li .item b {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700
}

article.game_ctgr-area ul li .item strong {
    font-size: 35px;
    font-weight: 700;
    text-align: center
}

article.game_ctgr-area ul li .item button {
    position: absolute;
    bottom: 20px;
    width: 24px;
    height: 24px;
    background-image: url(/assets_pa/images/base_ico_bottom_arrow.svg);
    transition: all .3s ease
}

article.game_ctgr-area ul li .item:hover button {
    bottom: 90px
}

.bg.holdem_content_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: -1;
    border-radius: 30px;
    padding: unset!important;
    overflow: hidden
}

.bg.holdem_content_video video {
    height: 100%!important;
    width: auto!important
}

.holdem_wrap.basic {
    display: flex;
    /*
	width: 1660px;
	*/
	width: 100%;
    /*
	margin: 80px auto 0;
	*/
	margin: 0 auto;
    overflow: hidden;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.holdem_wrap.basic .section-top {
    display: flex;
    align-items: center;
    gap: 12px
}

.holdem_wrap.basic .section-top .section-title {
    font-size: 60px;
    font-weight: 600;
    color: #000
}

.holdem_wrap.basic>div {
    position: relative
}

.holdem_wrap.basic>div.pachinko {
    width: 100%
}

.holdem_wrap.basic>div.pachinko .section-content {
    width: 1460px;
    height: 850px;
    /*
	margin-top: 30px;
	*/
	margin: 0 auto;
    position: relative
}

.holdem_wrap.basic>div.pachinko .section-content .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*
	z-index: -1;
	*/
    border-radius: 0;
    padding: unset!important;
    overflow: hidden
}

.holdem_wrap.basic>div.pachinko .section-content h5 {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 20px;
    font-weight: 700
}

.holdem_wrap.basic>div.pachinko .section-content>div {
    padding-top: 104px;
    padding-left: 40px
}

.holdem_wrap.basic>div.pachinko .section-content>div p {
    display: block;
    width: fit-content;
    font-size: 72px;
    font-weight: 300;
    line-height: 1.11;
    opacity: .8;
    color: #fff!important
}

.holdem_wrap.basic>div.pachinko .section-content>div p b {
    font-weight: 700
}

.holdem_wrap.basic>div.pachinko .section-content>div p~p {
    margin-top: 4px
}

.holdem_wrap.basic>div.pachinko .section-content button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50px;
    top: 25px;
    gap: 4px;
    width: 250px;
    height: 72px;
    border-radius: 12px;
    /*
	background-color: #000;
	*/
    color: #fff;
	z-index:10
}

.holdem_wrap.basic>div.pachinko .section-content .gnb-top-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*
	position: absolute;
    right: 75px;
    top: -5px;
    */
	float:right;
	
	gap: 4px;
    width: 400px;
    height: 72px;
    border-radius: 12px;
    /*
	background-color: #000;
	*/
    color: #fff;
	z-index:10
}

.holdem_wrap.basic>div.pachinko .section-content .bg {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 730px;
	margin-top:120px;
	/*
    z-index: -1;
	
    background-image: url(/assets_pa/images/pachinko_bottom_bg.png);
	background-size:cover;
	border-radius: 0;
	*/
	
}

.holdem_wrap.basic>div.holdem {
    flex: 1
}

.holdem_wrap.basic>div.holdem * {
    color: #fff
}

.holdem_wrap.basic>div.holdem .section-content {
    width: 100%;
    height: 600px;
    margin-top: 40px;
    position: relative
}

.holdem_wrap.basic>div.holdem .section-content h5 {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 20px;
    font-weight: 700
}

.holdem_wrap.basic>div.holdem .section-content>div {
    padding-top: 104px;
    padding-left: 40px
}

.holdem_wrap.basic>div.holdem .section-content>div p {
    display: block;
    width: fit-content;
    font-size: 72px;
    font-weight: 300;
    line-height: 1.11;
    background-color: #00000080;
    opacity: .8
}

.holdem_wrap.basic>div.holdem .section-content>div p~p {
    margin-top: 4px
}

.holdem_wrap.basic>div.holdem .section-content button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 40px;
    bottom: 80px;
    gap: 4px;
    width: 250px;
    height: 72px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    color: #000
}

.home_base footer {
    margin-top: 20px;
    background-color: #000;
}

.home_base footer .bottom_banner {
    position: relative;
    width: 100%;
    height: 600px
}

.home_base footer .bottom_banner i.bottom_banner_background {
    display: flex;
    height: 100%
}

.home_base footer .bottom_banner i.bottom_banner_background:before {
    content: "";
    flex: 1;
    display: block;
    background-color: #041c49
}

.home_base footer .bottom_banner i.bottom_banner_background:after {
    content: "";
    flex: 1;
    display: block;
    background-color: #085a3d
}

.home_base footer .bottom_banner i.bottom_banner_img {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 2560px;
    height: 600px;
    background-image: url(/assets_pa/images/base_micro_banner.webp)
}

.home_base footer .bottom_banner .item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 10
}

.home_base footer .bottom_banner .item .logo {
    display: flex;
    margin-top: 80px;
    align-items: center
}

.home_base footer .bottom_banner .item .logo span {
    display: flex;
    position: relative;
    align-items: center;
    margin-left: 16px;
    padding: 0 6px;
    height: 28px;
    background-color: #1984b5;
    line-height: 100%;
    border-radius: 4px;
    letter-spacing: -.6px;
    font-size: 20px;
    font-weight: 500
}

.home_base footer .bottom_banner .item .logo span:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    width: 1px;
    height: 1px;
    border-top: 5px solid transparent;
    border-left: 0 solid transparent;
    border-right: 10px solid #1984b5;
    border-bottom: 5px solid transparent
}

.home_base footer .bottom_banner .item .title {
    margin-top: 24px;
    color: #fff
}

.home_base footer .bottom_banner .item .title strong {
    display: block;
    line-height: 90px;
    font-size: 72px;
    font-weight: 300
}

.home_base footer .bottom_banner .item .title strong:last-child {
    color: #21c618;
    font-weight: 800
}

.home_base footer .bottom_banner .item .quick_btns {
    margin-top: 80px
}

.home_base footer .bottom_banner .item .quick_btns button {
    height: 72px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 48px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500
}

.home_base footer .bottom_banner .item .quick_btns button~button {
    margin-left: 8px
}

.home_base footer .bottom_banner .item .quick_btns button.btn-type_black {
    border: solid 1px #3297cb;
    background-color: #0009;
    color: #3297cb
}

.home_base footer .bottom_banner .item .quick_btns button.btn-type_black:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/assets_pa/images/base_ico_next_blue.svg)
}

.home_base footer .bottom_banner .item .quick_btns button.btn-type_green {
    border: solid 1px #21c618;
    background-color: #21c618;
    color: #000
}

.home_base footer .bottom_banner .item .quick_btns button.btn-type_green:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/assets_pa/images/base_ico_next_black.svg)
}

.home_base footer .bottom_banner .item .quick_btns button:hover {
    color: #000!important;
    background-color: #fff!important;
    border-color: #fff
}

.home_base footer .bottom_banner .item .quick_btns button:hover:after {
    background-image: url(/assets_pa/images/base_ico_next_black.svg)
}

.home_base footer .skin-partner {
    padding: 40px 0;
    width: 100%;
    /*
	background-color: #000
	*/
}

.home_base footer .skin-partner .item {
    margin-left: 8px
}

.home_base footer .skin-partner i.ico_partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
	padding: 10px;
	/*
	background-image: url(/assets_pa/images/partner_new/company_item_bg.png)
	
	background-color: #191919;
	*/
    border-radius: 15px;

}

/*
.home_base footer .skin-partner i.ico_partner img{
    width: 131px;
    height: 80px;
}
*/



.home_base footer .footer {
    display: flex;
    position: relative;
    /*
	padding-bottom: 60px;
	*/

	justify-content: space-around;
	/*
	background-color: #303037;
	*/
    border-radius: 20px;
    margin-top: 20px;
	margin-bottom:50px;
}

.home_base footer .footer .footer_copylight {
    padding-top: 20px;
    height: fit-content;
    color: #4a4a4a
}

.home_base footer .footer .footer_copylight p {
    display: block;
    height: 50px;
    font-size: 36px;
    font-weight: 700;
    font-family: Orbitron
}

.home_base footer .footer .footer_copylight small {
    line-height: 17px;
    font-size: 14px;
    font-weight: 400
}

.home_base footer .footer .footer_games {
    display: flex;
    margin-left: 70px;
    padding-top: 20px;
    gap: 40px;
    height: fit-content;
    font-weight: 600
}

.home_base footer .footer .footer_games * {
    font-size: 16px!important
}

.home_base footer .footer .footer_games .item {
    display: flex;
    align-items: center;
    height: 50px;
    gap: 6px;
    color: #1494dc
}

.home_base footer .footer .footer_games .item.hilight {
    background-image: linear-gradient(240deg,#21c618 98%,#3297cb 2%);
    font-weight: 600;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.home_base footer .footer .footer_games .item i {
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat
}

.home_base footer .footer .footer_games .item i.ico_game-sport {
    background-image: url(/assets_pa/images/base_ico_game_sport.svg)
}

.home_base footer .footer .footer_games .item i.ico_game-casin {
    background-image: url(/assets_pa/images/base_ico_game_casino.svg)
}

.home_base footer .footer .footer_games .item i.ico_game-slott {
    background-image: url(/assets_pa/images/base_ico_game_slot.svg)
}

.home_base footer .footer .footer_games .item i.ico_game-holdm {
    background-image: url(/assets_pa/images/base_ico_game_holdm.svg)
}

.home_base footer .footer .footer_games .item:hover {
    color: #fff!important
}

.home_base footer .footer .footer_games .item:hover .ico_game-sport {
    background-image: url(/assets_pa/images/base_ico_game_sport_white.svg)
}

.home_base footer .footer .footer_games .item:hover .ico_game-casin {
    background-image: url(/assets_pa/images/base_ico_game_casino_white.svg)
}

.home_base footer .footer .footer_games .item:hover .ico_game-slott {
    background-image: url(/assets_pa/images/base_ico_game_slot_white.svg)
}

.home_base footer .footer .footer_games .item:hover .ico_game-holdm {
    background-image: url(/assets_pa/images/base_ico_game_holdm_white.svg)
}

.home_base footer .footer .footer_games .item:hover.hilight {
    background-image: linear-gradient(240deg,#fff 100%,#fff 100%)!important
}

.home_base footer .footer .footer_quick_menus {
    display: flex;
    margin-left: 40px;
    padding-top: 20px;
    gap: 40px;
    height: fit-content
}

.home_base footer .footer .footer_quick_menus .item {
    cursor: pointer;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a
}

.home_base footer .footer .footer_quick_menus .item:hover {
    color: #fff
}

.home_base footer .footer .footer_recent {
    display: flex;
    position: absolute;
    top: 20px;
    right: 0;
    gap: 4px
}

.home_base footer .footer .footer_recent .link_telegram {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-image: url(/assets_pa/images/base_ico_twiter.svg);
    background-size: 50px;
    background-position: center
}

.home_base footer .footer .footer_recent .link_telegram:hover {
    background-image: url(/assets_pa/images/base_ico_twiter_white.svg)
}

.home_base footer .footer .footer_recent .link_kakao {
    width: 48px;
    height: 48px;
    background-image: url(/assets_pa/images/base_ico_kakao.svg);
    background-color: #fee500;
    border-radius: 8px
}

.home_base footer .footer .footer_recent .link_kakao:hover {
    background-color: #fff;
    background-image: url(/assets_pa/images/base_ico_kakao_white.svg)
}

.home_base footer .footer .footer_recent .btn_recent-play {
    display: inline-flex;
    padding: 0 30px;
    align-items: center;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #1494dc;
    background-color: #142868;
    border-radius: 8px;
    gap: 6px
}

.home_base footer .footer .footer_recent .btn_recent-play:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/assets_pa/images/base_ico_recent_play.svg)
}

.home_base footer .footer .footer_recent .btn_recent-play:hover {
    color: #000;
    background-color: #fff
}

.home_base footer .footer .footer_recent .btn_recent-play:hover:before {
    background-image: url(/assets_pa/images/base_ico_recent_play_active.svg)!important
}

.home_base footer .footer .footer_recent .btn_move-top {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #142868;
    background-image: url(/assets_pa/images/base_ico_top_arrow.svg);
    background-repeat: no-repeat;
    background-position: center
}

.home_base footer .footer .footer_recent .btn_move-top:hover {
    color: #000;
    background-color: #fff;
    background-image: url(/assets_pa/images/base_ico_top_arrow_active.svg)!important
}

.home_base footer .footer .footer_sns {
    position: absolute;
    right: 0;
    top: 108px;
    text-align: right
}

.home_base footer .footer .footer_sns span {
    line-height: 19px;
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a
}

.home_base footer .footer .footer_sns ul {
    display: flex;
    margin-top: 10px;
    gap: 8px
}

.home_base footer .footer .footer_sns ul button {
    width: 48px;
    height: 48px;
    border-radius: 12px
}

.home_base footer .footer .footer_sns ul button.link_telegram {
    background-image: url(/assets_pa/images/base_ico_twiter.svg);
    background-color: #08c
}

.home_base footer .footer .footer_sns ul button.link_kakao {
    background-image: url(/assets_pa/images/base_ico_kakao.svg);
    background-color: #fee500
}

.home_base.dark {
/*
    background-color: #212229
*/
background-color: #fff
}

.home_base.dark .base-gnb .gnb-top {
    border-color: #0c2b5f;
    background-color: #07102e
}

.home_base.dark .base-gnb .gnb-top * {
    /*
	filter: invert(1)
	*/
	margin-bottom:0;
}

.home_base.dark .base-gnb .gnb-top .lv-circle {
    width: 27px!important;
    height: 27px!important;
    border: 1px solid #fff;
    filter: invert(0)
}

.home_base.dark .base-gnb .gnb-top ul.usr-info li:hover * {
    filter: unset!important;
    color: #1494dc!important
}

.home_base.dark .base-gnb .gnb-top ul.usr-info li:hover .gnb-transfer {
    background-image: url(/assets_pa/icon-gnb-transfer_blue-2f31c355.svg)!important
}

.home_base.dark .base-gnb .gnb-top ul.usr-info li:hover .gnb-setting {
    background-image: url(/assets_pa/icon-gnb-gear_blue-b45e2d26.svg)!important
}

.home_base.dark .base-gnb .gnb-top ul.usr-info li:hover .gnb-event {
    background-image: url(/assets_pa/icon-gnb-event_blue-134c0551.svg)!important
}

.home_base.dark .base-gnb .gnb-top ul.usr-info li:hover .gnb-top-money {
    background-image: url(/assets_pa/pachinko/ball1.png)!important;
	filter: invert(1)!important;
}

.home_base.dark .base-gnb .gnb-top ul.usr-info li:hover .gnb-top-point {
    background-image: url(/assets_pa/pachinko/ball2.png)!important;
	filter: invert(1)!important;
}

.home_base.dark .base-gnb .gnb-top ul.usr-info li:hover .gnb-login {
    background-image: url(/assets_pa/pachinko/ball3.png)!important;
	filter: invert(1)!important;
}

.home_base.dark .base-gnb .gnb-top ul.usr-info li:hover .gnb-signup {
    background-image: url(/assets_pa/pachinko/ball4.png)!important;
	filter: invert(1)!important;
}

.home_base.dark .base-gnb .gnb-top ul.usr-info .gnb-money {
    background-image: url(/assets_pa/icon-gnb-money_dark-4d340f96.svg)!important;
    filter: invert(0)!important
}

.home_base.dark .base-gnb .gnb-top ul.usr-info .gnb-point {
    background-image: url(/assets_pa/icon-gnb-point_dark-48f48da9.svg)!important;
    filter: invert(0)!important
}

.home_base.dark .base-gnb .gnb-bottom {
    max-width: unset;
    width: 100%;
    background-color: #000
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner {
    width: 320px;
    margin: 0 auto
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside .my {
    color: #1494dc!important
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li {
    color: #fff
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li.brand,.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li.brand:hover {
    color: #fff!important
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li:hover {
    color: #1494dc
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li:hover .sport {
    background-image: url(/assets_pa/icon-gnb-sport_dark-89da66a9.svg)!important
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li:hover .casino {
    background-image: url(/assets_pa/icon-footer-casino-b5fd8d98.svg)!important
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li:hover .slot {
    background-image: url(/assets_pa/icon-gnb-slot_dark-65ea85a7.svg)!important
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li:hover * {
    filter: unset!important
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li:hover.my {
    color: #fff!important
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li.holdem * {
    filter: unset!important
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li.holdem:hover {
    background: linear-gradient(45deg,#3297cb,#3297cb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li.holdem:hover .holdem {
    background-image: url(/assets_pa/icon-gnb-holdem_dark-875ba483.svg)!important
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .lside li .gnb-icon {
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 3px;
    filter: invert(1)
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .rside.gnb-btn-group>.lside span:hover {
    filter: invert(1)
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .rside.gnb-btn-group .rside.click {
    border: 1px solid #000;
    background-color: #fff!important
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .rside.gnb-btn-group .rside.click:hover {
    color: #000
}

.home_base.dark .base-gnb .gnb-bottom .gnb-bottom-inner .rside.gnb-btn-group .rside.click:hover:before {
    background-image: url(/assets_pa/icon-gnb-mylounge_base_dark-3c03de67.svg)!important
}

.home_base.dark main {
/*
    background-color: #212229
*/
    background-color: #fff
}

.home_base.dark main h3 {
    color: #fff
}

.home_base.dark main .noti-area {
    background-color: #1494dc
}

.home_base.dark main .quick_btns-area .item,.home_base.dark main .hot_brand-area .item {
    color: #fff;
    background-color: #323549;
    border-color: #323549
}

.home_base.dark main .quick_btns-area .item i.icon-shortcut,.home_base.dark main .hot_brand-area .item i.icon-shortcut {
    filter: invert(0)
}

.home_base.dark main .quick_btns-area .item:hover,.home_base.dark main .hot_brand-area .item:hover {
    border-color: #fff
}

.home_base.dark main .quick_btns-area .item b,.home_base.dark main .hot_brand-area .item b {
    letter-spacing: -.8px;
    color: #86868b
}

.home_base.dark main p {
    color: #fff !important;
    text-align: center;
    background-color: #323549;
    padding: 10px;
	/*
    margin: 0 10px;
	*/
	
}

.home_base.dark main .hot_brand-area .item .evolution {
    background-image: url(/assets_pa/images/base_evolution_logo_white.svg)
}

.home_base.dark main .hot_brand-area .item .pragmatic {
    background-image: url(/assets_pa/images/base_pragmatic_logo_white.svg)
}

.home_base.dark .direct_link_btn {
    border-color: #fff;
    color: #fff
}

.home_base.dark .direct_link_btn:after {
    filter: invert(1)!important
}

.home_base.dark .direct_link_btn:hover {
    background-color: #fff!important;
    color: #000
}

.home_base.dark .ico_logo.evolution,.home_base.dark .ico_logo.EVOL {
    background-image: url(/assets_pa/images/base_evolution_logo_white.svg)
}

.home_base.dark .ico_logo.pragmatic,.home_base.dark .ico_logo.PRAG {
    background-image: url(/assets_pa/images/base_pragmatic_logo_white.svg)
}

.home_base.dark .ico_logo.sport_radar {
    display: block;
    background-image: url(/assets_pa/twoplus/logo_sport.svg);
    max-height: 50px;
    margin-bottom: 30px;
    filter: invert(0)
}

.home_base.dark .ico_logo.micro,.home_base.dark .ico_logo.MGPS {
    width: 240px;
    height: 60px;
    background-image: url(/assets_pa/images/base_micro_logo_white.svg)
}

.home_base.dark .ico_logo.micro_color {
    width: 240px;
    height: 60px;
    background-image: url(/assets_pa/images/base_micro_logo_color.svg)
}

.home_base.dark .holdem_wrap .section-title {
    filter: invert(1)
}

.home_base.dark .holdem_wrap .section-content P {
    color: #000!important
}

.home_base.dark .holdem_wrap .section-inner.holdem p {
    color: #fff!important
}
