
#ProDetailModalsuper .modal-body {
	margin-top: -2.75rem;
	padding: 0 6rem 1rem
}


@media only screen and (max-width: 600px) {
    .wrap-noti-event {
        width:85px
    }

    .wrap-noti-event p {
        font-size: .6rem
    }

    .wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event {
        width: 65px
    }

    .wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event .inner-item-noti-event {
        padding: 0
    }

    .wrap-noti-event .inner-noti-event .wrap-item-noti-event .item-noti-event {
        width: 55px
    }

    .close-noti {
        transform: translate(-4.5rem)
    }
}

#youtube-controller .n-base-selection {
    border-radius: 100px!important
}

#youtube-controller .test {
    margin-top: 20px;
    background-color: var(--theme-color-1)
}

#youtube-controller .n-switch.n-switch--active .n-switch__rail,#youtube-controller .n-slider-rail__fill {
    background-color: var(--theme-color-1)
}

#footer-main .wrap-footer {
    margin-top: 1rem;
    padding: 2px 0 0;
    background: #8e8f95;
    background: linear-gradient(to right,#8e8f95 0%,#ffffff 14%,#8e8f95 50%,#ffffff 85%,#8e8f95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8f95",endColorstr="#8e8f95",GradientType=1)
}

#footer-main .wrap-footer p {
    color: #fff
}

#footer-main .wrap-footer .inner-wrap-footer {
    background: var(--theme-color-1, #1f1f1f);
    padding: 1rem 22vw
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo {
    display: flex;
    justify-content: center
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo img {
    width: 130px
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo p {
    color: #fff;
    font-size: 1rem;
    margin: 1.5rem 0
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game {
    display: flex;
    flex-direction: column;
    align-items: center
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game p {
    font-size: 1.1rem;
    font-weight: 600;
    background: linear-gradient(180deg,#f2d638 0%,#e9b033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 10px
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game {
    width: 7.3%;
    border-radius: 16px;
    padding: 1.4rem .5rem;
    background: rgba(255,255,255,.15)
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game .inner-item-logo-brand-game img {
    width: 100%
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method p {
    font-size: 1.1rem;
    font-weight: 600;
    background: linear-gradient(180deg,#f2d638 0%,#e9b033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 7px
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank {
    width: 7.5%;
    padding: 2px;
    border-radius: 50%
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank img {
    width: 100%
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo {
    margin: 2.5rem 0 1rem
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo .header-tag {
    font-size: 1.1rem;
    font-weight: 600;
    background: linear-gradient(180deg,#f2d638 0%,#e9b033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: .5rem
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo .wrap-tag-seo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px
}

#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo {
    width: 10%;
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 2px 5px;
    text-align: center
}

#footer-main .box-foot-title {
    background: linear-gradient(180deg,#3e3e3e 0%,#010600 100%);
    text-align: center;
    padding: 1rem
}

#footer-main .box-foot-title p {
    color: #fff
}

.wrap-footer-float {
    display: none
}

@media only screen and (max-width: 640px) {
    .inner-wrap-footer {
        padding:1rem 4vw!important
    }

    .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game {
        gap: 5px!important;
        margin-top: .5rem!important
    }

    .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game {
        width: 15.5%!important;
        padding: 1rem .1rem!important
    }

    .inner-wrap-footer .box-payment-method .wrap-logo-bank {
        gap: 2px!important;
        margin-top: .5rem!important
    }

    .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank {
        width: 16%!important
    }

    .inner-wrap-footer .box-tag-seo {
        margin: 1rem 0 0!important
    }

    .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo {
        width: 30%!important
    }

    .inner-wrap-footer .box-tag-seo .wrap-tag-seo .item-tag-seo p {
        font-size: .8rem!important
    }

    .wrap-footer-float {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 11;
        background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 75.52%)
    }

    .wrap-footer-float .box-footer-float {
        padding: 2px;
        border-radius: 32px
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float {
        border-radius: 32px
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        padding: 2px 5px
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float {
        width: 17.5%;
        text-align: center;
        position: relative
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:first-child p {
        margin-bottom: -2px
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float a img {
        margin: 8px auto 0;
        width: 80%
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float p {
        position: absolute;
        bottom: -17px;
        left: 0;
        right: 0;
        margin: -10px auto 0;
        color: #fff;
        text-align: center;
        text-shadow: 0px 2px 0px #000;
        font-family: Kanit;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) {
        animation: zoom 1.5s infinite!important;
        width: 30%
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) p {
        display: none
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) a {
        display: flex;
        justify-content: center
    }

    .wrap-footer-float .box-footer-float .inner-box-footer-float .wrap-menu-foot-float .item-menu-foot-float:nth-child(3) img {
        margin-top: -5px;
        width: 90%
    }
}

.x-game-badge-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
#ProDetailModalsuper .modal-body .-one-time-img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 110px;
	height: auto;
	-webkit-transform: translate(-30%, 30%);
	transform: translate(-30%, 30%)
}

@media (max-width:991.98px) {
	#ProDetailModalsuper .modal-body {
		height: unset;
		padding-right: 4rem;
		padding-left: 4rem
	}

	#ProDetailModalsuper .modal-body .-one-time-img {
		display: none
	}
}

@media (max-width:767.98px) {
	#ProDetailModalsuper .modal-body {
		margin-top: -3rem;
		padding-top: 1.25rem;
		padding-right: 2rem;
		padding-left: 2rem
	}
}


