.cursor_pointer {
    cursor: pointer;
}

.btn_login {
    height: 2.3rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(231 0 0 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn_login:hover {
    border: 2px solid rgb(170 170 170 / var(--tw-text-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(170 170 170 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(170 170 170 / var(--tw-text-opacity));
}

/* .btn_02:hover {
    border: 2px solid rgb(170 170 170 / var(--tw-text-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(170 170 170 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(170 170 170 / var(--tw-text-opacity));
} */

.game_width {
    width: 21.8rem;
}

.game_tab {
    margin-bottom: 0;
}

.game_box {
    padding: 0;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
}

.loading_wrap {
    color: #E70000;
    font-weight: 600;
}

.loading_box {
    height: 6rem !important;
    width: 6rem !important;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.effect_modal {
    position: fixed;
    inset: 0px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cubic_wrap {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.effect-img {
    position: fixed;
}
.popup_wrap lottie-player {
    position: fixed;
    width: 50%;
    height: 100%;
}

.popup_bottom_wrap.event {
    height: unset;
}

.popup_bottom_wrap.event.active {
    bottom: 0rem;
}

.ani-text {
	/*font-family: 'Nabla', cursive;
	font-family: 'Dela Gothic One', cursive;
	font-family: 'Fugaz One', cursive;*/
	/* font-family: 'Bungee', cursive; */
	color: #f3d400;
	transform: skew(-20deg);
	text-shadow: #c26208 1px 1px, #c26208 2px 2px, #c26208 3px 3px, #c26208 4px 4px, #c26208 5px 5px, #c26208 6px 6px;	
	font-size: 50px;
	/*transform: translateX(-50%) rotate(-10deg);*/
	display: block;
	position: relative;
	z-index: 50;
}
.ani-text-v2 {
    font-family: Pretendard, sans-serif;
    font-weight:900;
    color: #f3d400;
    font-size: 50px;
    text-shadow: #c26208 1px 1px, #c26208 2px 2px, #c26208 3px 3px, #c26208 4px 4px, #c26208 5px 5px, #c26208 6px 6px;
    display: block;
	position: relative;
	z-index: 50;	
}   

.levelboost {
	float:right;
}
.levelboost p {
	/* line-height:45px; */
	/* font-size: 45px; */
}
.levelboost img {
	width:160px;
}

.ad__box {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin: 0 auto;
	text-align: center;
}
.btn_connect img {
    width: 2rem;
    margin-left: 0.5rem;
}

.walletbtn:disabled {
    opacity: 0.3;
}

.bg_label {
    margin-bottom: -13.875rem;
    height: 14rem;
}

.mypage_bg {
    background-position: center bottom;
}
.history_list_item {
    min-height: 5rem;
}

.profile-img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.pc_page_title {
    font-size: 1rem;
}

.header_top_menu {
    height: 3rem;
}

/* .webtoon_list_type_01 .webtoon_info div:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */

@media (min-width: 960px){

}

@media all and (max-width: 640px) {
    .game_width {
        width: 18rem;
    }
    .popup_wrap lottie-player {
        width: 80%;
    }
    .popup_bottom_wrap .popup_content {
        min-height: 10rem;
    }
    .popup_bottom_wrap.event.active {
        bottom: 2.5rem;
    }
    .mo\:hidden{
        display: none;
    }
}