@charset "utf-8";

/* 컬러 */
:root {
    --text-default: #383938;
    --text-black-title : #1a1717;
    --text-black-list: #27272a; 
    --text-grey: #646765;
    --text-error: #cf3131;
    --text-green: #319F56; 
    --color-mid-grey: #9da09e;
    --bg-default: #646765;
    --bg-hover-red: #931818;
    --bg-hover-green: #5cc593;
    --bg-select: #383938;
    --bg-disabled: #cbcccb; 
    --bg-box: #e4e4e4;
    --pop-title: #383938;
    --input-border: #646765; 
    --list-border: #cbcccb;
    --list-bg: #f3f3f3;
    --game-border: #a6a6a6;
    --light-red: #fc4141;

    --text-blink : drop-shadow(0 0 7px rgba(255, 255, 255, 0.6))
    drop-shadow(0 0 7px rgba(255, 255, 255, 0.6))
    drop-shadow(0 0 25px rgba(255, 255, 255, 0.6));
    --weight-min: 400;
	--weight-max: 700;
	--animation-speed: 1.5s;
}

/* 공통 */
body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url("https://static.rumbleracingstar.io/delabsapp/assets/img/ico-copy-hover.svg") url("https://static.rumbleracingstar.io/delabsapp/assets/img/ico-link-hover.svg") url("https://static.rumbleracingstar.io/delabsapp/assets/img/ico-tooltip-hover.svg") url("https://static.rumbleracingstar.io/delabsapp/assets/img/ico-crown-hover.png")
    url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-input-delete-hover.png) url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-input-agree-checked.png)  url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-tooltip-hover.png) url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-twitter-hover.png)
    url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-discord-hover.png)  url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-rrs-hover.png) url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-telegram-hover.png)
    url(../images/game/ico-qmark-hover.png) url(../images/game/ico-qmark-on.png) url(../images/game/ico-info-hover-v2.png) url(../images/game/ico-info-on.png) url(../images/point/ico-telegram-hover.png)
    url(../images/game-stake/ico-arrow-down-hover.png);
}

.content {
    position: relative;
    width: 100%;
}

.point-content {
    height: 100%;
    min-height: 100vh;
}

.text-stress {
    color: var(--text-error);
}

.text-point {
    color: var(--text-green);
}

.input-box, .list-box {
    position: relative;
    margin: 0;
}

.list-box, .input-item {
    width: 100%;
    padding: 11px 18px; 
    color: var(--text-grey);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid var(--list-border);
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-box.with-1btn .input-item,
.list-box.with-1btn {
    padding: 11px 42px 10px 18px;
}

.input-box.with-2btn .input-item,
.list-box.with-2btn {
    padding: 11px 80px 10px 18px;
}

.input-box .btn-box,
.list-box .btn-box {
    position: absolute;
    top: 11px;
    right: 17px;
    display: flex;
    gap: 10px;
} 

.input-box .input-item::placeholder {
    color: var(--bg-disabled);
    font-weight: 400;
}

.ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.adpass {
    width: 18px;
    height: 18px;
    background: url(../images/point/ico-adpass-v2.png) 0 0 no-repeat;
    background-size: contain;
}

.metabolts {
    width: 18px;
    height: 18px;
    background: url(../images/point/ico-mtbt-v2.png) 0 0 no-repeat;
    background-size: contain;
}

.share {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-share.png) 0 0 no-repeat;
    background-size: contain;
}

.change-arrow {
    width: 36px;
    height: 36px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-arrow-circle.png) 0 0 no-repeat;
    background-size: contain;
}

.check-white {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-check-done-white.svg) 0 0 no-repeat;
}

.pop-close {
    width: 32px;
    height: 32px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-close-black.png) 0 0 no-repeat;
    background-size: contain;
}

.input-delete {
    width: 16px;
    height: 16px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-input-delete-default.png) 0 0 no-repeat;
    background-size: contain;
}

.adpass-round {
    width: 48px;
    height: 48px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-symbol-ap.png) 0 0 no-repeat;
    background-size: contain;
}

.mtbt-round {
    width: 48px;
    height: 48px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-symbol-mtbt.png) 0 0 no-repeat;
    background-size: contain;
}

.ap433-round {
    width: 48px;
    height: 48px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-symbol-433.png) 0 0 no-repeat;
    background-size: contain;
}

.rrs-coin-sm {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-rrs-coin-sm.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-ap-holder {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-apholder.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-tooltip-pop {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-tooltip.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-bg-twitter {
    width: 60px;
    height: 60px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-bg-twitter.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-bg-default {
    width: 60px;
    height: 60px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-pop-simbol-default.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-bg-discord {
    width: 60px;
    height: 60px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-bg-discord.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-bg-telegram {
    width: 60px;
    height: 60px;
    background: url(../images/point/ico-bg-telegram.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-bg-buggy {
    width: 94px;
    height: 144px;
    background: url(../images/game/img-buggy-pop.png) 0 0 no-repeat;
    background-size: contain;
    mix-blend-mode: luminosity;
}

.pop-bg-buggy-type2 {
    width: 132px;
    height: 162px;
    background: url(../images/game/img-pop-buggy-pop-save.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-bg-rrs {
    width: 60px;
    height: 60px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-bg-rrs.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-bg-gcb {
    width: 110px;
    height: 80px;
    background: url(../images/point/ico-gcb-text.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-pop-link {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-link.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-pop-share {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-share.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-twitter-white {
    width: 28px;
    height: 28px;
    background: url(../images/point/ico-twitter-white.svg) 0 0 no-repeat;
}

.icon-telegram-white {
    width: 28px;
    height: 28px;
    background: url(../images/point/ico-telegram-white.svg) 0 0 no-repeat;
}

.icon-info-speaker {
    width: 24px;
    height: 24px;
    background: url(../images/point/ico-info-speaker.svg) 0 0 no-repeat;
}

.icon-info-speaker-white {
    width: 24px;
    height: 24px;
    background: url(../images/point/ico-info-speaker-white.svg) 0 0 no-repeat;
}

.icon-draw-bug {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico_scratcher_24x24.png) 0 0 no-repeat;
}

.icon-point-big {
    width: 36px;
    height: 36px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-point-big.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-point-small {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-point-sm.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-loading-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:36px; 
    height:36px; 
    background:url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-loading-loop.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-expand {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-expand.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-collapse {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-expand.png) 0 0 no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.icon-boost-default {
    width: 20px;
    height: 20px;
    background: url(../images/game/icon-boost-default.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-boost {
    width: 20px;
    height: 20px;
    background: url(../images/game/icon-boost.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-boost2-sm {
    width: 20px;
    height: 20px;
    background: url(../images/game/ico-boost2.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-boost4-sm {
    width: 20px;
    height: 20px;
    background: url(../images/game/ico-boost4.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-boost10-sm {
    width: 20px;
    height: 20px;
    background: url(../images/game/ico-boost10.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-flame2-sm {
    width: 24px;
    height: 24px;
    background: url(../images/point/ico-flame2-sm.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-flame4-sm {
    width: 24px;
    height: 24px;
    background: url(../images/point/ico-flame4-sm.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-flame10-sm {
    width: 24px;
    height: 24px;
    background: url(../images/point/ico-flame10-sm.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-flame2 {
    width: 30px;
    height: 30px;
    background: url(../images/point/ico-flame2.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-flame4 {
    width: 30px;
    height: 30px;
    background: url(../images/point/ico-flame4.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-flame10 {
    width: 30px;
    height: 30px;
    background: url(../images/point/ico-flame10.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-wallet {
    width: 24px;
    height: 24px;
    background: url(../images/game/ico-wallet.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-reset {
    width: 20px;
    height: 20px;
    background: url(../images/game/ico-reset.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-share {
    width: 18px;
    height: 18px;
    background: url(../images/game/ico-share-sm.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-info {
    width: 28px;
    height: 28px;
    background: url(../images/game/ico-info.png) 0 0 no-repeat;
    background-size: contain;
}

.icon-info:hover {
    background-image: url(../images/game/ico-info-hover.png);
}

.icon-giga-coin {
    width: 32px;
    height: 32px;
    background: url(../images/point/ico-pop-giga-coin.png) 0 0 no-repeat;
    background-size: contain;
}

.btn-copy {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-copy.svg) 0 0 no-repeat;
    transition: all 0.2s linear;
}

.btn-copy:hover {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-copy-hover.svg);
}

.btn-link {
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-link.svg) 0 0 no-repeat;
    transition: all 0.2s linear;
}

.btn-link:hover {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-link-hover.svg);
}

a.btn-round,
.btn-round {
    position: relative;
    display: block;
    width: 210px;
    padding: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    background-color: var(--bg-default);
    border-radius: 100px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s linear;
}

.btn-round:hover {
    background-color: var(--bg-hover-red);
}

.btn-round:active {
    background-color: var(--bg-select) !important;
}

.btn-round.disabled {
    background-color: var(--bg-disabled); 
    pointer-events: none;
}

.game-content .btn-round {
    width: 180px;
    height: 48px;
    padding: 12px;
    border-radius: 24px;
}

.game-content .btn-round:hover {
    background-color: var(--text-error);
}

.game-content .btn-round-sm {
    width: 120px;
    height: 32px;
    padding: 0;
    border-radius: 16px;
}

.btn-with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.btn-loading {
    display: flex;
    height: 56px;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.btn-loading > span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
}

.btn-loading > span:nth-child(1) {
    animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
}

.btn-loading > span:nth-child(2) {
    animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
}

.btn-loading > span:nth-child(3) {
    animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
}

@keyframes scale {
    30% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.page-loading-wrap {
    position: fixed;
    width: auto;
    height: auto;
    margin-top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mo-type {
    display: none !important;
}

/* 팝업 */
.pop-box {
    padding: 44px 32px 36px;
    background-color: #f3f3f3;
    border-radius: 24px;
    box-sizing: border-box ;
}

.pop-box.normal-size {
    width: 540px;
    height: 360px;
}

.pop-box.normal-size-auto {
    width: 540px;
    height: auto;
}

.pop-box.big-size,
.pop-box.big-size-mid {
    width: 648px;
    height: 510px;
}

.pop-box.big-size-auto {
    width: 648px;
    height: auto;
}

.pop-box.gcb-img-type {
    background: url(../images/point/img-pop-gcb.png) 50% 50% no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, .9);
}

.pop-box.gcb-img-type .pop-title {
    height: 34px;
    width: 100%;
    padding: 0;
    background: url(../images/point/img-pop-title-gcb.png) 50% 0 no-repeat;
    background-size: 223px 34px;
    flex-shrink: 0;
}

.pop-box .pop-inner {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.pop-box .pop-title {
    margin-bottom: 0;
    padding: 0 24px;
    color: var(--pop-title);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    word-break: break-word;
    word-wrap: break-word;
}

.pop-box .pop-title .text-under {
    position: relative;
}

.pop-box .pop-title .text-under::before {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--pop-title);
}

.pop-box .pop-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pop-box .pop-content.with-text .pop-bg-default {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-pop-simbol.png);
}

.pop-box .pop-content.with-text .pop-bg-twitter {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-bg-twitter-light.png);
}

.pop-box .pop-content.with-text .pop-bg-discord {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-bg-discord-light.png);
}

.pop-box .pop-content.with-text .pop-bg-rrs {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-bg-rrs-light.png);
}

.pop-box .pop-content.with-text .pop-bg-telegram {
    opacity: .2;
}

.pop-box .pop-content.with-text .error-text {
    display: block;
    position: absolute;
}

.pop-box .pop-content .error-text {
    color:var(--text-error);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.pop-box .pop-content .error-text.info-type {
    color: var(--text-default);
}

.pop-box .pop-content .error-text strong {
    font-weight: 600;
}

.pop-box .btn-box {
    margin-top: auto;
}

.pop-box .btn-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.pop-box .btn-box .btn-round + .btn-round {
    margin-top: 18px;
}

.pop-box .btn-box.btn-alone .btn-round + .btn-round,
.pop-box .btn-box.btn-row .btn-round + .btn-round {
    margin-top: 0;
}

.pop-box .btn-pop-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-close-black.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content.content-type {
    background: none;
}

.pop-content .inner {
    display: flex;
    height: 144px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pop-content .list-box {
    position: relative;
    overflow: hidden;
    width: 280px;
    padding: 10px 14px 9px;
    background-color: var(--bg-box);
}

.pop-content .list-box .list-title {
    float: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
}

.pop-content .list-box .list-title.rrs-coin {
    position: absolute;
    top: 6px;
    right: 14px;
    width: 36px;
    height: 36px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-rrs-coin.png) 0 0 no-repeat;
    background-size: contain;
    float: none;
}

.pop-content .list-box .list-item {
    float: left;
    font-weight: 600;
    line-height: 1.5;
}

.pop-content .change-arrow {
    margin: 14px 0;
}

.pop-content .point-box .point-num {
    display: block;
    color: var(--text-green);
    font-size: 24px;
    font-weight: 600;
}

.pop-content .point-box .point-num::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-point-sm.png);
    background-size: contain;
    vertical-align: top;
}

.pop-content.no-point .change-arrow,
.pop-content.no-point .point-box,
.pop-content.no-point .info-text,
.pop-content.no-point .pop-bg-gcb {
    display: none;
}

.pop-content.no-point .error-text{
    display: block;
    margin-top: auto;
    margin-bottom: 10px;
}

.pop-content .error-text {
    display: none;
}

.pop-content .input-wrap.on .btn-cancel{
    display: block;
}

.pop-content .input-wrap.incomplete .btn-cancel{
    display: block;
}

.pop-content .input-wrap.incomplete .info-text {
    display: none;
}

.pop-content .input-wrap.incomplete .error-text {
    display: block;
    position: relative;
}

.pop-content .input-wrap .input-box {
    width: 210px;
    margin: 0 auto;
}

.pop-content .input-wrap.complete .input-box::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-check-pop-done.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .input-box .input-item{ 
    width: 100%;
    padding: 8px 42px 7px 16px;
    color: var(--text-black-title);
}

.pop-content  .input-box .input-item::placeholder {
    font-size: 16px;
    line-height: 1.4;
}

.pop-content .input-box .btn-cancel {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-input-delete-default.png) 0 0 no-repeat;
    background-size: contain;
}
.pop-content .input-box .btn-cancel:hover {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-input-delete-hover.png);
}

.pop-content .input-box .btn-cancel:active {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-input-delete-active.png);
}

.pop-content .info-text {
    margin-top: 10px;
    color: var(--text-grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.pop-content .info-text.stress-text {
    margin: 16px 0;
    color: var(--text-error);
}

.pop-content.rrs-type .info-text {
    margin-top: 0;
}

.pop-content.rrs-type .icon{
    display: none;
}

.pop-content.rrs-type.with-text .icon{
    display: block;
}

.pop-content.rrs-type.with-text .info-text {
    display: none;
}

.pop-content .info-text strong {
    font-weight: 600;
}

.pop-content .info-text-gcb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--text-black-title);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.pop-content .info-text-gcb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/point/img-gcb-pop-bg.png) 50% 50% no-repeat;
    background-size: 220px 160px;
}

.pop-content .limit-time {
    display: block;
    margin-top: 30px;
    color: var(--text-grey);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.pop-content .input-wrap .error-text {
    display: none;
}

.pop-content .check-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
}

.pop-content .check-list .list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 88px;
    height: 97px;
    padding: 8px 8px 11px;
    background: var(--bg-box) url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-bug-disabled.png) 50% 50% no-repeat;
    background-size: 40px 40px;
    border: 1px solid var(--bg-disabled);
    border-radius: 12px;
    box-sizing: border-box;
}

.pop-content .check-list .list-item .list-title {
    color: var(--bg-disabled);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.pop-content .check-list .list-item .check-status {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 16px;
    height: 16px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-point-disabled.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .check-list .list-item .point-num {
    color: var(--bg-disabled);
    font-size: 13px;
    font-weight: 700;
}

.pop-content .check-list .list-item.today {
    border-color: var(--color-mid-grey);
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-bug-today.png);
}

.pop-content .check-list .list-item.today .list-title,
.pop-content .check-list .list-item.today .point-num {
    color:  var(--color-mid-grey);
}

.pop-content .check-list .list-item.today .check-status {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-point-today.png);
}

.pop-content .check-list .list-item.done {
    border-color: #89dbab;
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-bug-normal.png);
    background-color: #fff;
}

.pop-content .check-list .list-item.done .list-title,
.pop-content .check-list .list-item.done .point-num {
    color:  var(--text-grey);
}

.pop-content .check-list .list-item.done .check-status {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-check-pop-done.png);
}

.pop-content .check-list .list-item.day5 {
    border-color: #e4ab56;
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-bug-day5.png);
    background-color: #fee5c0;
}

.pop-content .check-list .list-item.day5 .list-title,
.pop-content .check-list .list-item.day5 .point-num {
    color:  #e4ab56;
}

.pop-content .check-list .list-item.day5 .check-status {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-check-pop-day5.png);
}

.pop-content .check-list .list-item.day10 {
    border-color: #e5bb4f;
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-bug-day5.png);
    background-color: #ffeab4;
}

.pop-content .check-list .list-item.day10 .list-title,
.pop-content .check-list .list-item.day10 .point-num {
    color:  #e5bb4f;
}

.pop-content .check-list .list-item.day10 .check-status {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-check-pop-day10.png);
}

.pop-content .check-list ~ .info-text {
    margin-top: 25px;
}

.pop-content .check-list ~ .limit-time {
    margin-top: 12px;
}

.pop-content .network-wrap {
    display: flex;
    height: 100%;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-swich-polygon.png) 50% 36px no-repeat;
    background-size: 110px 60px;
}

.pop-content .network-wrap .info-text {
    margin-top: auto;
    margin-bottom: 36px;
}

.pop-content .network-wrap .info-text.eth {
    display: none;
}

.pop-content .network-wrap.eth-type {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-swich-eth.png);
}

.pop-content .network-wrap.eth-type .info-text.polygon {
    display: none;
}

.pop-content .network-wrap.eth-type .info-text.eth {
    display: block;
}

.pop-content .reward-wrap {
    width: 100%;
}

.pop-content .reward-wrap .scroll-type {
    overflow-y: auto;
    height: 236px;
    padding-right: 12px;
}

.pop-content .reward-wrap.no-staking,
.pop-content .reward-wrap.no-holder {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-opensea-v2.png) 50% 0 no-repeat;
    background-size: 100px 100px;
}

.pop-content .reward-wrap .holder-content .no-badge-box {
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-symbol-rrs.png) 50% 0 no-repeat;
    background-size: 120px 120px;
}

.pop-content .reward-wrap .holder-content .no-badge-box p {
    padding-top: 138px;
    color: var(--text-grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.pop-content .reward-wrap .holder-content.no-badge .reward-list, 
.pop-content .reward-wrap .holder-content.no-badge .total-wrap {
    display: none;
}

.pop-content .reward-wrap .holder-content.no-badge .no-badge-box {
    display: flex;
}

.pop-content .reward-wrap.no-staking .holder-content,
.pop-content .reward-wrap.no-holder .holder-content {
    display: none;
}

.pop-content .reward-wrap.no-staking .no-pass, 
.pop-content .reward-wrap.no-holder .no-pass {
    display: block;
}

.pop-content .reward-wrap .no-pass {
    display: none;
    padding-top: 108px;
}

.pop-content .reward-wrap .info-text .sub-text {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
}

.pop-content.sbt-type .holder-content.gcb-type .reward-list .list-item {
    padding: 9px 18px 8px;
}

.pop-content .reward-wrap .holder-content.gcb-type .img-box {
    width: 74px;
    height: 53px;
}

.pop-content .holder-content.gcb-type .reward-list .list-item.disabled .img-box::before {
    content: none;
}

.pop-content .holder-content .reward-list .list-item.ing .point-cost {
    color: var(--color-mid-grey);
}

.pop-content .holder-content .reward-list .list-item.ing .point-cost::after {
    content: none;
}

.pop-content .holder-content .reward-list {
    margin-top: 9px;
}

.pop-content .holder-content .reward-list .list-item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 9px 18px;
    background-color: var(--bg-box);
    border: 1px solid var(--list-border);
    border-radius: 12px;
    box-sizing: border-box;
    text-align: left;
}

.pop-content.sbt-type .holder-content .reward-list .list-item {
    padding: 11px 18px;
}

.pop-content .holder-content .reward-list .list-item .claim-text::before {
    content: 'Claimable';
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.pop-content .holder-content .reward-list .list-item.no-item .claim-text {
    display: none;
}

.pop-content .holder-content .reward-list .list-item.no-item::before,
.pop-content .holder-content .reward-list .list-item.ing::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(243, 243, 243, 0.6);
}

.pop-content .holder-content .reward-list .list-item.disabled .img-box {
    position: relative;
    mix-blend-mode: luminosity;
    opacity: 80%;
}

.pop-content .holder-content .reward-list .list-item.disabled .img-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(157, 160, 158, .2);
}

.pop-content .holder-content .reward-list .list-item.disabled .claim-text::before {
    content: 'Claimed';
    color: var(--color-mid-grey);
}

.pop-content .holder-content .reward-list .list-item + .list-item {
    margin-top: 10px;
}

.pop-content .holder-content .reward-list .pass-info {
    overflow: hidden;
    width: 100%;
}

.pop-content.sbt-type .holder-content .reward-list .pass-info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.pop-content.sbt-type .holder-content .reward-list.flex-row .pass-info {
    flex-direction: row;
}

.pop-content .holder-content .reward-list .pass-info .info-text {
    display: block;
    margin-top: 0;
    color: var(--text-grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.pop-content .holder-content .img-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.pop-content .holder-content .img-box img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.pop-content .holder-content .reward-list .item-title {
    display: inline-block;
    margin-left: 18px;
    color: var(--bg-default);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.pop-content .holder-content .reward-list .item-cost {
    display: inline-block;
    padding-left: 5px;
    font-weight: 500;
    vertical-align: top;
}

.pop-content .holder-content .reward-list .item-cost.high {
    font-size: 24px;
    font-weight: 600;
}

.pop-content .holder-content .reward-list .item-cost.middle {
    font-weight: 600;
}

.pop-content .holder-content .reward-list .point-cost {
    display: block;
    float: right;
    color: var(--text-green);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.pop-content .holder-content .reward-list .point-cost::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-point-sm.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: top;
}

.pop-content .holder-content .reward-list .point-cost.boost-type {
    color: var(--light-red);
}

.pop-content .holder-content .reward-list .point-cost.boost-type:after {
    background-image: url(../images/game/icon-boost-red.png);
}

.pop-content .holder-content .total-wrap {
    margin: 19px 0 0;
}

.pop-content .holder-content .total-wrap.no-point .item-title,
.pop-content .holder-content .total-wrap.no-point .item-content {
    display: none;
}

.pop-content .holder-content .total-wrap.no-point .item-content.no-point-text {
    display: block;
}

.pop-content .holder-content .total-wrap .item-title {
    display: inline-block;
    padding-right: 10px;
    color: var(--bg-default);
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    vertical-align: top;
}

.pop-content .holder-content .total-wrap .item-content {
    display: inline-block;
    color: var(--text-green);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    vertical-align: top;
}

.pop-content .holder-content .total-wrap .no-point-text {
    display: none;
    color: var(--bg-default);
    font-size: 18px;
    font-weight: 500;
}

.pop-content .holder-content .total-wrap .item-content::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    margin-left: 10px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-point-sm.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: top;
}

.pop-content .holder-content .text-stress {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
}

.pop-content .holder-content .tooltip-items {
    margin-left: 6px;
}

.pop-content .holder-content .item-title:hover ~ .item-value {
    opacity: 1;
    top: -46px;
}

.pop-content .holder-content .reward-list .list-item.disabled .adpass-round{
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-symbol-ap-disabled.png);
}

.pop-content .holder-content .reward-list .list-item.disabled .mtbt-round{
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-symbol-mtbt-disabled.png);
}

.pop-content .holder-content .reward-list .list-item.disabled .item-title,
.pop-content .holder-content .reward-list .list-item.disabled .point-cost {
    color: var(--color-mid-grey);
}

.pop-content .holder-content .reward-list .list-item.disabled .point-cost::after {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-point-today.png);
}

.pop-content .holder-content.asset-info .pop-info-text {
    position: relative;
    color: var(--text-grey);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.pop-content .holder-content.asset-info .pop-info-text:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    background: url(../images/game/icon-boost-pink.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: top;
}

.pop-content .holder-content.asset-info .img-box {
    overflow: hidden;
    position: relative;
}

.pop-content .holder-content.asset-info .img-box::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid var(--bg-default);
    border-radius: 5px;
    z-index: 1;
}


.pop-info-text {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.pop-content .achievement-wrap .img-box {
    overflow: hidden;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
}

.pop-content .achievement-wrap .img-box img {
    width: 100%;
    object-fit: contain;
}

.pop-content .achievement-wrap .info-text {
    max-width: 285px;
    margin: 24px auto 0;
    color: var(--text-grey);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.pop-content .achievement-wrap .info-text strong {
    position: relative;
    display: block;
    color: var(--text-default);
    text-decoration: underline;
}

.pop-content .partner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pop-content .partner-wrap .img-box {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 6px;
}

.pop-content .partner-wrap .img-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid var(--input-border);
    border-radius: 6px;
}

.pop-content .partner-wrap .img-box img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}

.pop-content .partner-wrap .info-text {
    color: var(--text-grey);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.pop-content .partner-wrap .info-text .text-black {
    color: var(--text-default);
}

/* 진입 페이지 */
.point-content .index-wrap {
    height: 100vh;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-main-bg.png) 50% 0 no-repeat;
    background-size: contain;
}

.point-content .index-wrap.game-type {
    background: none;
}

.point-content .index-wrap .content-box { 
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.point-content .index-wrap .icon-bug {
    display: block;
    width: 248px;
    height: 240px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-bug-main.png) 50% 0 no-repeat;
    background-size: contain;
}

.point-content .index-wrap .title {
    color: var(--text-black-title);
    font-size: 48px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.1;
    letter-spacing: 0.1em;
}

.point-content .index-wrap .info-text {
    margin-top: 12px;
    color: var(--text-grey);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.point-content .index-wrap .info-text strong {
    color: var(--text-default);
    font-weight: 600;
}

.point-content .index-wrap .btn-connect {
    height: auto;
    margin-top: 44px;
    padding: 19px 51px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    background: var(--bg-default);
    border: 0;
    transition: all 0.2s linear;
}

.point-content .index-wrap .btn-connect:hover {
    background: var(--bg-hover-red);
}

.point-content .index-wrap .btn-connect:active {
    background: var(--bg-select);
}

.point-content .index-wrap.game-type .img-box{
    position: relative;
    display: flex;
    margin-bottom: 36px;
}

.point-content .index-wrap.game-type .img-box .buggy{
    position: relative;
    display: block;
    width: 169px;
    height: 232px;
    background: url(../images/game/img-buggy-main.png) 0 0 no-repeat;
    background-size: cover;
    animation: main-buggy 6s ease-in-out infinite;
    z-index: 1;
}

.point-content .index-wrap.game-type .img-box .game{
    position: relative;
    display: block;
    width: 146px;
    height: 139px;
    margin-left: -25px;
    background: url(../images/game/img-game-main-v2.png) 0 0 no-repeat;
    background-size: cover;
    animation: main-game 6s ease-in-out infinite;
}

.pop-content.email-wrap .input-wrap {
    margin-top: 21px;
}

.pop-content.email-wrap .input-wrap .input-box {
    width: 280px;
}

.pop-content.email-wrap .input-box .input-item {
    padding-right: 30px;
}

.pop-content.email-wrap .check-wrap {
    margin-top: 24px;
}

.pop-content.email-wrap .check-wrap input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0
}

.pop-content.email-wrap .check-wrap input[type="checkbox"] + .label-text {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pop-content.email-wrap .check-wrap .label-text span {
    display: inline-block;
    color: var(--bg-default);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    vertical-align: top;
}

.pop-content.email-wrap .check-wrap input[type="checkbox"] + .label-text::before {
    content: ' ';
    display: inline-block;
    width: 31px;
    height: 30px;
    margin-right: 10px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-input-agree.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content.email-wrap .check-wrap input[type="checkbox"]:checked + .label-text::before {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-input-agree-checked.png);
}

.pop-content .link-text {
    display: block;
    color: var(--bg-default);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: underline;
}

.pop-content.email-wrap .link-text {
    margin-top: 7px;
}

.pop-content.email-wrap + .btn-box,
.pop-content.referral-wrap + .btn-box {
    margin-top: 16px;
}

.pop-content .email-terms {
    width: 100%;
    padding: 25px 30px 30px;
    margin-top: 29px;
    background-color: var(--bg-box);
    border: 1px solid var(--bg-disabled);
    border-radius: 14px;
    box-sizing: border-box;
    text-align: left;
}

.pop-content .email-terms .terms-title {
    padding-bottom: 20px;
    color: var(--pop-title);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    border-bottom: 1px solid var(--list-border);
}

.pop-content .email-terms .terms-list {
    padding-top: 20px;
}

.pop-content .email-terms .terms-list .list-item {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
}

.pop-content .email-terms .terms-list .list-item:nth-child(2) {
    border: 1px solid var(--list-border);
    border-width: 0 1px;
}

.pop-content .email-terms .terms-list .list-item:first-of-type {
    padding-left: 0;
}

.pop-content .email-terms .terms-list .list-item:last-of-type {
    padding-right: 0;
}

.pop-content .email-terms .terms-list .item-title {
    height: 40px;
    margin-bottom: 14px;
    color: var(--pop-title);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.pop-content .email-terms .terms-list .item-text {
    display: block;
    color: var(--bg-default);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

.pop-content .email-terms ~ .info-text {
    margin-top: 29px;
}

.pop-content.referral-wrap .input-wrap {
    margin-top: 21px;
}

.pop-content.referral-wrap .error-text {
    display: block;
}

.pop-content.referral-wrap .error-text::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-warning.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: top;
}

.pop-content.referral-wrap .link-text {
    margin-top: 31px;
}

.pop-content .pts-box {
    display: flex;
    align-items: center;
    padding: 6px 14px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    background-color: var(--bg-select);
    border-radius: 5px;
}

.pop-content .pts-box > span {
    display: inline-block;
    margin: 0 8px;
    vertical-align: top;
}

.pop-content .pts-box .icon-tooltip-pop:hover {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-tooltip-hover.png);
}

.pop-content .pts-box .icon-tooltip-pop:hover + .item-value {
    opacity: 1;
    top: -60px;
}

.pop-content .coin-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    height: 48px;
    padding: 0 14px;
    margin: 0 auto;
    background: var(--bg-box);
    border: 1px solid var(--bg-disabled);
    border-radius: 8px;
    box-sizing: border-box;
}

.pop-content .coin-box .num {
    display: block;
    color: var(--text-grey);
    font-size: 18px;
    font-weight: 600;
}

.pop-content .coin-box + .pop-bg-gcb {
    margin-top: auto;
    margin-bottom: -10px;
}

.pop-content .rrs-info-text {
    color: var(--text-grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.pop-content .draw-wrap {
    position: relative;
    margin-top: 29px;
}

.pop-content.draw-scratch .draw-text {
    display: flex;
    align-items: end;
    height: 110px;
    margin: 0;
    padding-bottom: 24px;
    box-sizing: border-box;
}

.pop-content .draw-text .boost-act {
    display: inline-block;
    margin-left: 5px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.pop-content .draw-text .info-text-icon .boost-act .icon {
    margin-left: 4px;
}

.pop-content .draw-text .boost-act::before {
    display: inline-block;
    vertical-align: top;
}

.pop-content .draw-text .boost-act.boost2::before {
    content: '2x';
    color: var(--light-red);
}

.pop-content .draw-text .boost-act.boost4::before {
    content: '4x';
    color: #df00ae;
}

.pop-content .draw-text .boost-act.boost10::before {
    content: '10x';
    color: #b900e8;
}

.pop-content .draw-text .boost-act.boost4 .icon-flame2-sm {
    background-image: url(../images/point/ico-flame4-sm.png);
}

.pop-content .draw-text .boost-act.boost10 .icon-flame2-sm {
    background-image: url(../images/point/ico-flame10-sm.png);
}

.pop-content .draw-wrap .draw-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px ;
}

.pop-content .draw-list .list-item {
    overflow: hidden;
    position: relative;
    width: 88px;
    height: 97px;
}

.pop-content .draw-list .list-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(100, 103, 101, .4);
    border-radius: 12px;
}

.pop-content .draw-list .list-item:hover input[type="radio"] {
    background-color: rgba(26, 23, 23, .2);
    border-radius: 12px;
}

.pop-content .draw-list .list-item input[type="radio"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    cursor: pointer;
    transition: all .2s linear;
}

.pop-content .draw-list .list-item input[type="radio"]:checked {
    background-color: rgba(26, 23, 23, .2);
    border-radius: 12px;
}

.pop-content .draw-list .list-item input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-check-draw.png) 50% 50% no-repeat;
    background-size: 32px 32px;
}

.pop-content .draw-list .list-item.type1 {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-01.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .draw-list .list-item.type2 {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-02.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .draw-list .list-item.type3 {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-03.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .draw-list .list-item.type4 {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-04.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .draw-list .list-item.type5 {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-05.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .draw-list .list-item.type6 {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-06.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .draw-list .list-item.type7 {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-07.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .draw-list .list-item.type8 {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-08.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .draw-list .list-item.type9 {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-09.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .draw-list .list-item.type10 {
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-10.png) 0 0 no-repeat;
    background-size: contain;
}

.pop-content .draw-text {
    margin-top: 25px;
    margin-bottom: 16px;
}

.pop-content .draw-text .info-text {
    margin-top: 0;
    color: var(--text-grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.pop-content .draw-text .info-text + strong {
    display: block;
    margin-top: 12px;
    color: var(--text-grey);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.pop-content .draw-text .info-text-icon {
    color: var(--text-grey);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.pop-content .draw-text .info-text-icon .icon {
    margin-left: 6px;
}

.pop-content .draw-text .info-text-icon .point-num {
    display: inline-block;
    margin-left: 5px;
    color: var(--text-green);
    font-size: 24px;
    line-height: 24px;
}

.pop-content .draw-text .info-text-icon .point-num::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-left: 5px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-point-sm.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: top;
}

.pop-content .draw-wrap .img-box {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 464px;
    height: 200px;
    border-radius: 12px;
}

.pop-content .draw-wrap .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.pop-content .draw-wrap canvas {
    overflow: hidden;
    position: relative; 
    border: 1px solid var(--bg-default);
    border-radius: 14px;
    box-sizing: border-box;
}

.pop-content.scroll-type .board-wrap .board-list {
    overflow-y: auto;
}

.pop-content.scroll-type ~ .btn-more-rank.collapse {
    display: flex;
}

.pop-content.scroll-type ~ .btn-more-rank.expand {
    display: none;
}

.pop-content ~.btn-more-rank.collapse {
    display: none;
}

.pop-content .board-wrap {
    width: 100%;
    margin-top: 29px;
}

.pop-content .board-wrap .board-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 468px;
    padding-right: 16px;
}

.pop-content  .board-list .list-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 18px 5px 12px;
    background-color: var(--bg-box);
    border: 1px solid var(--list-border);
    border-radius: 8px;
    box-sizing: border-box;
}

.pop-content  .board-list .list-item + .list-item {
    margin-top: 8px;
}

.pop-content  .board-list .list-item .rank-num {
    position: relative;
    display: block;
    width: 86px;
    color: var(--text-default);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

.pop-content  .board-list .list-item .user-info {
    position: relative;
    display: flex;
    align-items: center;
    width: 180px;
}

.pop-content  .board-list .user-info .img-box {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 1px solid var(--input-border);
    border-radius: 50%;
    box-sizing: border-box;
}

.pop-content  .board-list .user-info .img-box.default {
    border: none;
}

.pop-content  .board-list .user-info .img-box img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.pop-content  .board-list .user-info .user-name {
    display: block;
    padding-left: 46px;
    color: var(--text-grey);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop-content  .board-list .user-info .user-name:hover {
    text-decoration: underline;
}

.pop-content  .board-list .point-cost {
    display: inline-flex;
    justify-content: end;
    align-items: center;
    width: calc(100% - 180px - 86px);
    color: var(--text-grey);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: right;
}

.pop-content  .board-list .point-cost::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-point-sm.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: top;
}

.pop-content  .board-list .list-item:nth-child(-n + 3) {
    padding: 9px 18px 9px 10px;
}

.pop-content  .board-list .list-item:nth-child(-n + 3) .rank-num,
.pop-content  .board-list .list-item:nth-child(-n + 3) .user-name, 
.pop-content  .board-list .list-item:nth-child(-n + 3) .point-cost {
    font-size: 18px;
    font-weight: 600;
}

.pop-content  .board-list .list-item:nth-child(-n + 3) .point-cost {
    color: var(--text-default);
}

.pop-content  .board-list .list-item .rank-num span {
    display: block;
    width: 24px;
    text-align: center;
}

.pop-content  .board-list .list-item:nth-child(n + 4):nth-child(-n + 10) .rank-num span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #fff;
    background-color: var(--bg-default);
    border-radius: 50%;
}

.pop-content  .board-list .list-item:nth-child(-n + 3) .rank-num span {
    display: flex;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #fff;
    border-radius: 50%;
}

.pop-content  .board-list .list-item:first-of-type {
    border-color: var(--text-error);
}

.pop-content  .board-list .list-item:nth-child(2) {
    border-color: var(--light-red);
}

.pop-content  .board-list .list-item:nth-child(3) {
    border-color: #c19266;
}

.pop-content  .board-list .list-item:first-of-type .rank-num span {
    background-color: var(--text-error);
}

.pop-content  .board-list .list-item:nth-child(2) .rank-num span {
    background-color: var(--light-red);
}

.pop-content  .board-list .list-item:nth-child(3) .rank-num span {
    background-color: #c19266;
}

.pop-box .btn-more-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    width: 100%;
    padding: 5px 18px 6px 12px;
    color: var(--text-grey);
    font-size: 15px;
    font-weight: 600;
    background-color: var(--bg-box);
    border: 1px solid var(--list-border);
    border-radius: 8px;
    box-sizing: border-box;
}

.pop-box .btn-more-rank:hover {
    background-color: #fff;
}

.pop-box .btn-more-rank .icon {
    margin-left: 6px;
}

.pop-box .follow-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    padding: 24px 0;
    margin-top: 21px;
    border-radius: 12px;
    border: 1px solid var(--list-border);
    background-color: var(--bg-box);
    box-sizing: border-box;
}

.pop-box .follow-list .point-num {
    font-size: 18px;
    line-height: 1.3;
}

.pop-box .follow-list .follow-num {
    display: block;
    margin-top: 8px;
    color: var(--text-default);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.pop-box .follow-list .item-text {
    display: block;
    margin-top: 2px;
    color: var(--text-grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.pop-box .posting-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 219px;
    margin-top: 10px;
    padding: 20px 0 0;
    border-radius: 12px;
    border: 1px solid var(--list-border);
    background: #fff;
    box-sizing: border-box;
}

.pop-box .posting-box .pop-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(56, 57, 56, .8);
}

.pop-box .posting-box .pop-content .error-text {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}

.pop-box .posting-box .box-item {
    overflow-y: auto;
    height: 100%;
    padding: 0 24px 20px;
    line-height: 1.2;
    box-sizing: border-box;
}

.pop-box .posting-box .text-area {
    margin-bottom: 20px;
    color: var(--bg-default);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    word-wrap: break-word;
    word-break: break-word;
}

.pop-box .posting-box .box-item video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.pop-box .posting-box + .btn-box {
    margin-top: 36px;
}

.pop-box .referral-done {
    padding-top: 78px;
    color: var(--text-default);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-point-big.png) 50% 0 no-repeat;
    background-size: 60px 60px;
}

.info-data {
	margin-top: 18px;
}

.info-data .info-text {
    margin-top: 4px;
	color: var(--text-grey);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.pop-content .expand-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
}

.pop-content .expand-wrap .expand-item {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 248px;
    height: 236px;
    border: 1px solid var(--list-border);
    border-radius: 16px;
    box-sizing: border-box;
}

.pop-content .expand-wrap .expand-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 248px;
    height: 236px;
    background: var(--bg-box);
    /* border: 1px solid var(--list-border); */
    border-radius: 16px;
    box-sizing: border-box;
    z-index: 1;
}

.pop-content .expand-wrap .expand-item.stress {
    border: none;
}

.pop-content .expand-wrap .expand-item.stress::before {
    top: 3px;
    left: 3px;
    width: 242px;
    height: 230px;
    border-radius: 14px;
}

.pop-content .expand-wrap .expand-item.stress::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 360px;
    margin-top: -180px;
    margin-left: -180px;
    border-radius: 16px;
    background: linear-gradient(134.14deg, #FC4141 7.5%, #FD8970 50.05%, #CF3131 92.6%);
    animation: rotate 2s linear infinite;
    z-index: -1;
}

.pop-content .expand-wrap .expand-title {
    position: relative;
    color: var(--text-grey);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    z-index: 5;
}

.pop-content .expand-wrap .expand-box {
    position: relative;
    width: 100%;
    height: 120px;
    margin: 22px auto 11px;
    background: url(../images/game/img-2x2.png) 50% 50% no-repeat;
    background-size: auto 102px;
    z-index: 5;
}

.pop-content .holder-content.step1 .expand-wrap .expand-item.stress .expand-box {
    background-image: url(../images/game/img-2x3.png);
}

.pop-content .holder-content.step2 .expand-wrap .expand-item.stress .expand-box {
    background-image: url(../images/game/img-3x3.png);
    background-size: auto 120px;
}

.pop-content .expand-wrap .boost-text {
    position: relative;
    color: var(--text-default);
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    z-index: 5;
}

.pop-content .expand-wrap .expand-item.stress .boost-text {
    color: var(--light-red);
}

.pop-content .expand-wrap .change-arrow {
    position: relative;
    margin: 0 26px;
    transform: rotate(-90deg);
    z-index: 5;
}

.pop-content .expand-wrap ~ .total-wrap {
    margin-bottom: 20px;
}

.pop-content .boost-box {
    position: relative;
    display: block;
    width: 280px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 60px;
    border-radius: 10px;
    box-sizing: border-box;
}

.pop-content .boost-box.boost2 {
    background-color: var(--light-red);
}

.pop-content .boost-box.boost4 {
    background-color: #df00ae;
}

.pop-content .boost-box.boost10 {
    background-color: #b900e8;
}

.pop-content .boost-info {
    margin-top: 23px;
    color: var(--text-grey);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.pop-content .boost-info strong {
    color: var(--light-red);
    font-style: italic;
    font-weight: 700;
}

.pop-box .boost-info-text {
    margin-top: 3px;
    color: var(--text-error);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.info-buggy-bag {
    width: 1080px;
    height: 600px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-buggy-info-pop.png) 0 0 no-repeat;
}

/* 메인페이지 */ 
.point-content .main-wrap {
    height: 100%;
    padding: 0 150px;
}

.point-content .main-wrap .main-back {
	position: absolute;
	top: 0; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-main-back-v2.png) 50% 10vw no-repeat;
	z-index: -1;
}

.point-content .main-wrap .main-back .type1 {
    position: absolute;
    top: 11vw;
    left: 13vw;
    width: 182px;
    height: 189px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-back1-v2.png) 0 0 no-repeat;
    animation: type1 10s linear infinite;
}

.point-content .main-wrap .main-back .type2 {
    position: absolute;
    top: 66vw;
    left: 11vw;
    width: 114px;
    height: 123px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-back2.png) 0 0 no-repeat;
    animation: type2 1.5s linear infinite;
}

.point-content .main-wrap .main-back .type3 {
    position: absolute;
    top: 15vw;
    right: 8vw;
    width: 175px;
    height: 183px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-back3.png) 0 0 no-repeat;
    animation: type3 30s .5s linear infinite forwards;
}

.point-content .main-wrap .main-back .type4 {
    position: absolute;
    top: 67vw;
    right: 7vw;
    width: 150px;
    height: 159px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-back4.png) 0 0 no-repeat;
    animation: type4 2s ease-in-out infinite;
}

.point-content .main-wrap .main-back .type5 {
    position: absolute;
    top: 74vw;
    right: 5vw;
    width: 106px;
    height: 109px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-back5.png) 0 0 no-repeat;
    animation: type5 2s ease-in infinite;
}

.point-content .main-wrap .main-back .type6 {
    position: absolute;
    top: 45vw;
    left: 10vw;
    width: 141px;
    height: 147px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-back6.png) 0 0 no-repeat;
    animation: type4 2s .2s ease-in infinite;
}

.point-content .left-side {
    position: relative; 
    display: flex;
    width: 50%;
    height: 100%;
    padding: 10vw 0 112px 0;
    flex-direction: column;
    align-items: flex-end;
    box-sizing: border-box;
    z-index: 10;
}

.point-content .right-side {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
}

.point-content .left-side .box-title {
    width: 560px;
    margin-bottom: 46px;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
}

.box {
    width: 560px;
    padding: 43px 47px;
    background-color: var(--bg-box);
    border-radius: 28px;
    border: 1px solid var(--list-border);
    box-shadow: 18px 18px 36px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.box.dark-type {
    background-color: var(--list-border);
    border-color: #a6a6a6;
}

.box.notice-type {
    width: 720px;
    padding: 26px !important;
    margin: 60px auto 0;
    border-radius: 20px;
}

.box.notice-type .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--text-black-title);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.48px;
}

.box.notice-type .text-box {
    margin-top: 18px;
    color: var(--text-grey);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.34px;
    text-align: center;
}

.box + .box {
    margin-top: 32px;
}

.box .sub-box + .sub-box {
    margin-top: 44px;
}

.box .info-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box .info-wrap .left-box .img-box {
    overflow: hidden;
    width: 96px;
    height: 96px;
    margin-top: 16px;
    border: 1px solid var(--color-mid-grey);
    border-radius: 50%;
}

.box .info-wrap .left-box .img-box.default {
    border: none;
}

.box .info-wrap .img-box img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.box .info-wrap .right-box {
    text-align: right;
}

.box .label-list {
    display: flex;
    justify-content: flex-end;
}

.box .label-list.error .list-item {
    display: none;
}

.box .label-list.error .label-error {
    display: block;
}

.box .label-list.loading {
    justify-content: center;
}

.box .label-list.loading .list-item {
    display: none;
}

.box .label-list.loading .label-loading {
    display: flex;
}

.box .label-list .list-item {
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.box .label-list .list-item + .list-item {
    margin-left: 12px;
}

.box .label-list .label-adpass {
    background-color: #cf3131;
}

.box .label-list .label-adpass:hover {
    background-color: var(--light-red);
}

.box .label-list .label-mtbt  {
    background-color: #9f15c1;
}

.box .label-list .label-mtbt:hover {
    background-color: #be3fde;
}

.box .label-list .label-adpass.disabled,
.box .label-list .label-mtbt.disabled {
    background-color: var(--color-mid-grey);
}

.box .label-list .label-adpass.disabled:hover,
.box .label-list .label-mtbt.disabled:hover {
    background-color: var(--bg-select);
} 

.box .label-list .label-adpass.disabled:hover .item-text,
.box .label-list .label-mtbt.disabled:hover .item-text {
    color: #fff;
}

.box .label-list .label-adpass.disabled:hover .adpass {
    background-image: url(../images/point/ico-adpass-v2.png);
}

.box .label-list .label-mtbt.disabled:hover .metabolts {
    background-image: url(../images/point/ico-mtbt-v2.png);
}

.box .label-list .list-item:hover .tooltip-items .item-value,
.box .label-list .list-item:active .tooltip-items .item-value {
    opacity: 1;
}

.box .label-adpass .tooltip-items .item-value,
.box .label-mtbt .tooltip-items .item-value {
    top: -72px;
}

.box .label-boost .tooltip-items .item-value {
    top: -87px;
}

.box .label-list .list-item .item-text {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.01em;
}

.box .label-list .label-mtbt .item-text .ico {
    margin-right: 2px;
}

.box .label-list .label-adpass .item-text .ico {
    margin-right: 6px;
}

.box .label-list .label-error {
    display: none;
    padding: 4px 7px 5px;
    color: var(--text-error);
    font-size: 13px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 3px;
}

.box .label-list .label-loading {
    display: none;
    height: 22px;
    padding: 4px 15px;
    background-color: var(--bg-disabled);
    border-radius: 12px;
    box-sizing: border-box;
}

.box .label-list .label-loading span {
    background-color: rgba(0, 0, 0, 0.4);
}

.box .right-box .point-box {
    position: relative;
    margin-top: 17px;
    padding: 0 0 0 10px;
}

.box .right-box .point-box .icon {
    margin: 7px 0 0 10px;
}

.box .right-box .point-box .point-num {
    color: var(--text-default);
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.box .sns-list {
    display: flex;
    margin-top: 17px;
    gap: 14px;
    justify-content: flex-end;
}

.box .sns-list .list-item .item-link {
    display: block;
    width: 48px;
    height: 48px;
    background-size: contain ;
    background-repeat: no-repeat;
    background-position: center center;
}

.box .sns-list .list-item.actived {
    pointer-events: none;
}

.box .sns-list .list-item .wallet {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-wallet.png);
}

.box .sns-list .list-item .twitter {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-twitter.png);
}

.box .sns-list .list-item .discord {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-discord.png);
}

.box .sns-list .list-item .rrs {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-rrs.png);
}

.box .sns-list .list-item .telegram {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-telegram.png);
}

.box .sns-list .list-item.actived .twitter {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-twitter-on.png);
}

.box .sns-list .list-item.actived .discord {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-discord-on.png);
}

.box .sns-list .list-item.actived .rrs {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-rrs-on.png);
}

.box .sns-list .list-item.actived .telegram {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-telegram-on.png);
}

.box .sns-list .list-item:hover .twitter {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-twitter-hover.png);
}

.box .sns-list .list-item:hover .discord {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-discord-hover.png);
}

.box .sns-list .list-item:hover .rrs {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-rrs-hover.png);
}

.box .sns-list .list-item:hover .telegram {
    background-image: url(../images/point/ico-telegram-hover.png);
}

.box .referral-wrap {
    display: flex;
    margin-top: 40px;
    gap: 18px;
}

.box .referral-wrap .title-box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.box .referral-wrap .title-box .item-title:hover ~ .item-value {
    opacity: 1;
    top: -33px;
}

.box .referral-wrap .title-box .title-text {
    color: var(--text-black-title);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.box .referral-wrap .list-box {
    margin-top: 15px;
    height: 48px;
}

.box .referral-wrap .left-box,
.box .referral-wrap .right-box {
    display: table;
    table-layout: fixed;
}

.box .referral-wrap .left-box {
    width: 60%;
}

.box .referral-wrap .right-box {
    width: 40%;
}

.box .referral-wrap .right-box .list-box::before {
    content: '';
    position: absolute;
    top: 11px;
    right: 17px;
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-person.png) 0 0 no-repeat;
    background-size: contain;
}

.box .referral-wrap .right-box .list-box.count {
    background-color: var(--list-bg);
}

.box .referral-wrap .left-box .btn-box.copied .btn-copy {
    position: relative;
    background: none;
}

.box .referral-wrap .left-box .btn-box.copied .btn-copy::before {
    content: 'Copied';
    position: absolute;
    top: 2px;
    left: -25px;
    color: var(--text-grey);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.box .referral-wrap .left-box .btn-box.copied .btn-link {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-copy-check.svg);
}

.box .notice-box {
    padding: 26px 40px;
    background: var(--list-bg);
    border: 1px solid var(--list-border);
    border-radius: 10px;
}

.box .notice-box .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--text-black-title);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.48px;
}

.box .notice-box .text-box {
    margin-top: 18px;
    color: var(--bg-default);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.34px;
    text-align: center;
}

.box .notice-box + .btn-wrap {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-top: 32px;
}

.box .notice-box + .btn-wrap .btn-round {
    width: 50%;
    padding: 10px;
    text-align: center;
}

.btn-round.mission,
.btn-round.btn-gcb {
    width: 180px;
    padding: 12px 32px;
    text-align: left;
}

.btn-round.mission:hover,
.btn-round.btn-gcb:hover {
    background: var(--bg-hover-green);
}

.btn-round.mission::before,
.btn-round.btn-gcb::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 32px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-btn-arrow-white.png) 0 0 no-repeat;
    background-size: contain;
}

.btn-round.mission.disabled,
.btn-round.btn-gcb.disabled {
    padding: 12px;
    text-align: center;
}

.btn-round.mission.disabled::before,
.btn-round.btn-gcb.disabled::before {
    content: none;
}

.btn-round.btn-gcb {
    background: linear-gradient(90deg, #BE4000 0%, #F56300 87%);
}

.btn-round.btn-gcb::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 40px;
    background: url(../images/point/ico-gcb.png) 0 0 no-repeat;
    background-size: contain;
}

.box .daily-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box .daily-list + .daily-list {
    margin-top: 24px;
}

.box .daily-list.boost2 .list-title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -14px;
    width: 24px;
    height: 24px;
    background: url(../images/point/ico-flame2-sm.png) 0 0 no-repeat;
    background-size: contain;
}

.box .daily-list.boost4 .list-title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -14px;
    width: 24px;
    height: 24px;
    background: url(../images/point/ico-flame4-sm.png) 0 0 no-repeat;
    background-size: contain;
}

.box .daily-list.boost10 .list-title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -14px;
    width: 24px;
    height: 24px;
    background: url(../images/point/ico-flame10-sm.png) 0 0 no-repeat;
    background-size: contain;
}

.box .daily-list .list-title {
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px; */
    color: var(--text-black-title);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.box .sub-box .sub-title {
    color: var(--text-black-title);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
}

.box .sub-box .sub-title span {
    position: relative;
    display: inline-block;
}

.box .sub-box.boost2 .sub-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -34px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/point/ico-flame2.png) 0 0 no-repeat;
    background-size: contain;
}

.box .sub-box.boost4 .sub-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -34px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/point/ico-flame4.png) 0 0 no-repeat;
    background-size: contain;
}

.box .sub-box.boost10 .sub-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -34px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/point/ico-flame10.png) 0 0 no-repeat;
    background-size: contain;
}

.box .sub-box .quest-list {
    margin-top: 22px;
}

.box .quest-list .list-item + .list-item {
    margin-top: 14px;
}

.box .quest-list .list-item.complete .list-box {
    color: var(--bg-disabled);
    box-shadow: none;
    pointer-events: none;
}

.box .quest-list .list-item.complete .item-num::after {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-input-check-grey.png);
}

.box .quest-list .list-item.complete .list-box .item-num {
    color: var(--bg-disabled);
}

.box .quest-list .gradient-on .list-box {
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border: none;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.box .quest-list .gradient-on .list-box:hover::after {
    background-color: #fff;
}
.box .quest-list .gradient-on .list-box:hover .item-text {
    color: var(--text-default);
}

.box .quest-list .gradient-on .list-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-top: -250px;
    margin-left: -250px;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background: conic-gradient(from 180deg at 50% 50%, #78E7A4 -36deg, #88FDB6 36deg, #64BF6A 180deg, #78E7A4 324deg, #88FDB6 396deg);
    animation: rotate 5s linear infinite;
}

.box .quest-list .gradient-on .list-box::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: var(--list-bg);
    border-radius: 6px;
}

.box .quest-list .gradient-on .item-text {
    position: relative;
    color: var(--text-green);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    z-index: 10;
}

.box .quest-list .list-box {
    display: flex; 
    height: 48px;
    color: var(--text-grey);
    justify-content: space-between;
    align-items: center;
    background-color: var(--list-bg);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.box .quest-list .list-box:hover {
    color: var(--text-default);
    background-color: #fff;
}

.box .quest-list .list-box .item-num {
    position: relative;
    display: block;
    padding-right: 34px;
    color: var(--text-green);
    font-weight: 600;
    text-align: right;
    z-index: 10;
}

.box .quest-list .list-box .item-num::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-point-sm.png) 0 0 no-repeat;
    background-size: contain;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* 툴팁 */
.tooltip-items {
    position: relative;
    cursor: pointer;
}

.tooltip-items .item-value {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 100;
    /* transition: all 0.2s linear; */
}

.tooltip-items .item-value .txt {
    position: relative;
    display: block;
    width: 100%;
    padding: 6px 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1.3;
    background-color: var(--bg-default);
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.tooltip-items .item-value .txt::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4.5px;
    width: 9px;
    height: 8px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-tooltip-arrow.svg) 0 0 no-repeat;
}

.tooltip-items .item-title .icon-tooltip {
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-tooltip.svg) 0 0 no-repeat ;
    cursor: pointer;
}

.tooltip-items .item-title:hover .icon-tooltip {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-tooltip-hover.svg);
}

.btn-close-tooltip {
    display: block;
    width: 48px;
    height: 48px;
    margin: 24px auto 0;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-close-white.png) 0 0 no-repeat;
    background-size: contain;
}

.tooltip-wrap {
    display: none;
}

/* 오른쪽 나무 영역 */
.main-wrap .btn-board {
    position: absolute;
    top: 10vw;
    right: 150px;
    width: 54px;
    height: 54px;
    margin-top: 20px;
    background: #e4e4e4 url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-crown.png) 50% 50% no-repeat;
    background-size: 28px 28px;
    border: 1px solid var(--list-border);
    border-radius: 50%;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.08);
    z-index: 100;
}

.main-wrap .btn-board:hover {
    background-color: #f3f3f3;
}

.right-side .point-box {
    position: relative;
    padding: 8px 13px 8px 15px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #64ab6a;
    border-width: 1px 0 1px 1px;
    box-sizing: border-box;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    z-index: 1000;
    transform: translateX(-30px);
    transition: transform 0.4s 0s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility 0s 0.4s ease, opacity 0.4s 0s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.right-side .point-box::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -11px;
    width: 16px;
    height: 54px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-point-box.svg) 0 0 no-repeat;
    z-index: 1001;
}

.right-side .point-box .point-num {
    position: relative;
    display: block;
    color: var(--text-green);
    font-size: 36px;
    font-weight: 700;
}

.right-side .point-box.on {
    opacity: 1;
    transform: translateX(-8px);
}

.right-side .point-box .point-num::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 8px;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-point-big.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: top;
}

.tree-box {
    position: relative;
    width: 505px;
    height: 100vh;
    margin: 0 auto;
}

.tree-box::before {
    content: '';
    position: absolute;
    width:505px;
    height: 100%;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/wood.gif) 50% 0 repeat-y;
    background-size: 505px 1082px;
    animation: tree 20s 2s linear infinite;
}

.bug-box {
    position: absolute;
    top: 8%;
    left: 50%;
    width: 505px;
    height: 100vh;
    transform: translateX(-50%);
}

.bug-box .bug-point {
    position: absolute;
    bottom: 50%;
    left: -14%;
    display: flex;
    width: 100%;
    height: 70px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    animation: bug 5s ease-in-out infinite;
    animation-delay: 3s;
}

.right-side .bug {
    display: inline-block;
    width: 70px;
    height: 70px;
    z-index: 100;
    /* animation: bug 5s ease-in-out infinite;
    animation-delay: 3s; */
}

.right-side .bug .img,
.right-side .bug video {
    width: 100%;
}

.shimmer { 
    background: linear-gradient(60deg, #eeeeee00 20%, #ffffffbd 45%, #fafafabb 50%, #eeeeee00 55%);
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 1.5s infinite linear;
    z-index: 1;
}

.shimmer-box {
    width: 100%;
    height: 100%;
    min-height: 100px;
    position: absolute;
    overflow: hidden;
}

@keyframes shimmer {
   to {
      background-position-x: 0%
   }
}

@keyframes tree {
    0% {
        background-position: 50% 0;
    }
    100% {
        background-position: 50% 1082px;
    }
}

@keyframes bug {
    25% {
        transform: translateX(8px);
    }
    50% {
        transform: translateX(0px);
    }
    75% {
        transform: translateX(-8px);
    }
    100% {
        transform: translateX(0px);
    } 
}

@keyframes type1 {
    30% {
        transform: rotateZ(20deg);
    }
    60% {
        transform: rotateZ(-12deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
    
}

@keyframes type2 {
    50% {
        transform: translate(5px, 5px);
    }
    100% {
        transform: translate(0, 0);
    }
    
}

@keyframes type3 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes type4 {
    50% {
        transform: translate(7px, -7px);
    }
    100% {
        transform: translate(0, 0);
    }
    
}

@keyframes type5 {
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
    
}

/* phase3 game 관련 */
.game-content {
    height: 100%;
    min-height: 100vh;
}

.game-content .main-wrap {
    height: 100%;
    padding: 0 150px;
}

.game-content .main-wrap .box {
    padding: 44px;
    box-shadow: 16px 16px 32px 0px rgba(0, 0, 0, 0.1);
}

.game-content .box .right-box .point-box .point-num {
    font-size: 36px;
}

.game-content .game-tab {
    display: flex;
    width: 100%;
    padding-top: 176px;
    gap: 44px;
    justify-content: center;
    align-items: center ;
}

.game-content .game-tab .item-link {
    display: block;
    padding: 14px 0 13px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s linear;
}

.game-content .game-tab .game-list {
    display: flex;
    gap: 4px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-default);
    border-radius: 24px;
    box-sizing: border-box;
}

.game-content .game-tab .game-list .list-item {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 146px;
    height: 40px;
    background: #585B59;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all .2s linear;
    z-index: 1;
}

.game-content .game-tab .game-list .list-item:active::before { 
    background: var(--bg-select);
}

.game-content .game-tab .game-list .list-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: opacity .3s linear;
    opacity: 0;
}

.game-content .game-tab .game-list .list-item:hover::before {
    opacity: 1;
}

.game-content .game-tab .game-list .list-item:first-of-type::before {
    background: linear-gradient(270deg, #64AB6A 15.13%, #5CC593 85.64%);
}

.game-content .game-tab .game-list .list-item:nth-child(2):before {
    background: linear-gradient(270deg, #FF8718 15.13%, #FFC998 85.64%);
}

.game-content .game-tab .game-list .list-item:last-of-type:before {
    background: linear-gradient(270deg, #9F15C1 15.13%, #BE3FDE 85.64%);
}

.game-content .game-tab .game-list .item-link {
    width: 100%;
}

.game-content .main-content {
    width: 100%;
    height: 100%;
    padding-top: 10vw;
    padding-bottom: 204px;
    box-sizing: border-box;
}

.game-content .main-content .content-title {
    padding-bottom: 14px;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
}

.game-content .main-content .content-title .btn-info-buggy {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: 8px;
    background: url(../images/game/ico-qmark.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: top;
    transition: all .2s linear;
}

.game-content .main-content .content-title .btn-info-buggy:hover {
    background-image: url(../images/game/ico-qmark-hover.png);
}

.game-content .main-content .content-title .btn-info-buggy:active {
    background-image: url(../images/game/ico-qmark-on.png);
}

.game-content .main-content .title-dc {
    color: var(--text-grey);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-align: center;
}

.game-content .main-content .content-wrap {
    display: flex;
    margin-top: 44px;
    gap: 36px;
    justify-content: center;
}

.game-content .main-content .right-side {
    position: relative;
}

.game-content .main-content .left-side {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.game-content .content-wrap .left-side .box {
    width: 440px;
}

.game-content .content-wrap .left-side .box .point-box {
    margin-top: 20px;
}

.game-content .content-wrap .left-side .box .point-box .icon {
    margin: 5px 0 0 10px;
}

.game-content .info-wrap .left-box .img-box {
    width: 80px;
    height: 80px;
    margin-top: 25px;
}

.game-content .label-list {
    align-items: center;
}

.game-content .label-list .label-error {
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.game-content .label-list .list-item {
    position: relative;
    width: 113px;
    padding: 4px 6px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .2s linear;
}

.box .label-list .list-item.label-boost {
    width: 113px;
    height: 28px;
    box-sizing: border-box;
}

.box .label-list .list-item.label-boost .boost-text {
    display: block;
    width: calc(100% - 20px);
    text-align: center;
}

.box .label-list .list-item.label-boost .item-text{
    display: flex ;
    justify-content: space-between;
    align-items: center;
}

.label-list .label-boost.no-boost {
    background-color: var(--color-mid-grey);
}
.label-list .label-boost.no-boost:hover {
    background-color: var(--bg-select);
}

.label-list .label-boost.boost2 {
    background-color: var(--light-red);
}

.label-list .label-boost.boost4 {
    background-color: #df00ae;
}

.label-list .label-boost.boost10 {
    background-color: #b900e8;
}

.label-list .label-boost.boost2:hover {
    background-color: var(--text-error);
}

.label-list .label-boost.boost4:hover {
    background-color: #af0189;
}

.label-list .label-boost.boost10:hover {
    background-color: #9600ae;
}

.label-list .label-boost.no-boost .item-text.type2,
.label-list .label-boost.no-boost .item-text.type3,
.label-list .label-boost.no-boost .item-text.type4 {
    display: none;
}

.label-list .label-boost.boost2 .item-text.type1,
.label-list .label-boost.boost2 .item-text.type3,
.label-list .label-boost.boost2 .item-text.type4 {
    display: none;
}

.label-list .label-boost.boost4 .item-text.type1,
.label-list .label-boost.boost4 .item-text.type2,
.label-list .label-boost.boost4 .item-text.type4 {
    display: none;
}

.label-list .label-boost.boost10 .item-text.type1,
.label-list .label-boost.boost10 .item-text.type2,
.label-list .label-boost.boost10 .item-text.type3 {
    display: none;
}

.game-content .label-list .list-item .item-text {
    display: flex;
    font-size: 14px;
    font-weight: 600;
}

.game-content .label-list .list-item .boost-text {
    display: block;
    width: calc(100% - 20px);
    text-align: center;
}

.game-content .label-list .list-item .item-value {
    bottom: 35px;
}

.game-content .box .btn-box.copied .btn-copy {
    position: relative;
    background: none;
}

.game-content .box .btn-box.copied .btn-copy {
    background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-copy-check.svg);
}

.game-content .content-wrap .wallet-box {
    margin-top: 20px;
}

.game-content .content-wrap .wallet-box .list-box {
    float: right;
    width: 240px;
    padding: 11px 45px 10px 18px;
    background-color: var(--list-bg);
    text-align: left;
}

.game-content .content-wrap .wallet-box .list-box .ico {
    margin-right: 10px;
}

.game-content .inventory-wrap .inventory-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.game-content .inventory-header .title {
    color: var(--text-black-title);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.game-content .inventory-header .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.game-content .inventory-header .btn-expand {
    min-width: 120px; 
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.game-content .inventory-header .btn-expand.disabled,
.game-content .inventory-header .btn-expand:disabled {
    background-color: #9da09e;
}

.game-content .inventory-header .btn-expand.disabled span,
.game-content .inventory-header .btn-expand:disabled span {
    opacity: .5;
}

.game-content .inventory-header .btn-reset {
    width: 32px;
    height: 32px;
    background: var(--bg-default) url(../images/game/ico-reset-v2.png) 50% 50% no-repeat;
    background-size: 18px 18px;
    border-radius: 100%;
}

.game-content .inventory-header .btn-reset:hover {
    background-color: var(--text-error);
}

.game-content .inventory-header .btn-reset:active {
    background-color: var(--bg-select);
}

.game-content .inventory-header .btn-round:hover ~ .tooltip-items .item-value {
    opacity: 1;
}

.game-content .inventory-header .tooltip-items .item-value {
    bottom: 43px;
}

.game-content .inventory-header .btn-reset + .tooltip-items .item-value {
    bottom: 47px;
}

.game-content .inventory-body {
    margin-top: 24px;
}

.game-content .inventory-body .inventory-box {
    width: 352px;
    height: 352px;
}

.game-content .item-close .inventory-box .close-box {
    display: flex;
}

.game-content .item-close .inventory-box .open-box {
    display: none;
}

.game-content .item-close ~ .buggy-picture {
    display: none;
}

.game-content .inventory-body .close-box {
    overflow: hidden;
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    background: var(--bg-select);
    border-radius: 12px;
}

.game-content .inventory-body .close-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/game/img-buggy-disabled.png) 50% 62px no-repeat;
    mix-blend-mode: luminosity;
}

.game-content .inventory-body .close-box .btn-round {
    font-size: 18px;
    line-height: 1.3;
}

.game-content .inventory-body .close-box .info-text {
    position: relative;
    color: #fff;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.game-content .inventory-body .close-box .text-stress {
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
}

.game-content .inventory-body .close-box .title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.48px;
}

.game-content .inventory-body .close-box .text-box {
    position: relative;
    color: #f8f8f8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.28px;
    text-align: center;
}

.game-content .inventory-box .box-type2 {
    height: inherit;
    background: url(../images/game/img-inventory-2x2.png) 0 0 no-repeat;
}

.game-content .inventory-box .box-type3 {
    height: inherit;
    background: url(../images/game/img-inventory-2x3.png) 0 0 no-repeat;
}

.game-content .inventory-body .inventory-list {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 8px;
}

.game-content .inventory-body .inventory-list .list-item {
    overflow: hidden;
    width: 112px;
    height: 112px;
    border-radius: 12px;
    box-sizing: border-box;
}

.game-content .inventory-body .inventory-list .item-slot {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #b5b6b5;
    cursor: pointer;
}

.game-content .inventory-body .inventory-list .item-slot::before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #9da09e;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    transform: translate(-50%, -50%);
}

.game-content .inventory-body .inventory-list .list-item.active .item-slot {
    background-color: var(--bg-default);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
}

.game-content .inventory-body .inventory-list .list-item.active .item-slot::before {
    content: none;
}

.game-content .inventory-body .inventory-list .list-item.active .item-slot::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/game/img-slot-active.png) 50% 50% no-repeat;
    background-size: 60px 60px;
    z-index: 10;
}

.game-content .inventory-body .inventory-list .list-item.on {
    border: 2px solid #fff;
}

.game-content .inventory-body .inventory-list .list-item.on .item-slot::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transform: initial;
    z-index: 20;
}

.game-content .inventory-body .inventory-list .list-item.error {
    border: 2px solid var(--text-error);
}

.game-content .inventory-body .inventory-list .list-item.error .item-slot::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(207, 49, 49, .3);
    transform: initial;
}

.game-content .inventory-body .slot-img {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 50;
}

.game-content .inventory-body .slot-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-left: -80px;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background: linear-gradient(136.93deg, #FFFFFF 8.94%, #A6A6A6 69.14%, #E4E4E4 92.29%);
    animation: rotate 2s linear infinite;
}

.game-content .inventory-body .slot-img img {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 74px;
    height: 74px;
    object-fit: fill;
    z-index: 50;
}

.game-content .inventory-body .boost-box {
    overflow: hidden;
    position: relative;
    margin-top: 24px;
    width: 352px;
    height: 72px;
    font-size: 36px; 
    font-weight: 700;
    font-style: italic;
    line-height: 1.4; 
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box;
}

.game-content .inventory-body .boost-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
    width: 400px;
    height: 400px;
    animation: rotate 5s linear infinite;
}

.game-content .inventory-body .boost2.boost-box::before {
    background: linear-gradient(90deg, #FC4141 0%, #FF449E 100%);
}

.game-content .inventory-body .boost4.boost-box::before {
    background: linear-gradient(90deg, #DF00AE 0%, #FF3E9A 100%);
}

.game-content .inventory-body .boost10.boost-box::before {
    background: linear-gradient(90deg, #B900E8 0%, #F000BB 100%);
}

@keyframes blink {
    0%  { filter: none; }
    50% { filter: var(--text-blink); }
    100% { filter: none; }
}

.game-content .inventory-body .no-boost .type1 {
    display: block;
}

.game-content .inventory-body .boost2 .type2 {
    display: block;
}

.game-content .inventory-body .boost4 .type3 {
    display: block;
}

.game-content .inventory-body .boost10 .type4 {
    display: block;
}

.game-content .inventory-body .boost-type {
    position: relative;
    display: block;
    height: inherit;
    padding: 10px;
    color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    z-index: 1;
    animation: blink 5s ease-in infinite;
}

.game-content .inventory-body .type1 {
    display: none;
    color: var(--text-grey);
    background-color: var(--bg-select);
}

.game-content .inventory-body .type2,
.game-content .inventory-body .type3,
.game-content .inventory-body .type4 {
    display: none;
    color: #fff;
}

.game-content .content-wrap .right-side .box {
    width: 527px;
    height: 100%;
    padding: 44px 22px 44px 44px;
}

.game-content .content-wrap .right-side .page-loading-wrap {
    position: absolute;
}

.game-content .main-content .right-side .inventory-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.game-content .main-content .inventory-header .btn-asset-info {
    width: 28px;
    height: 28px;
    background: url(../images/game/ico-info.png) 0 0 no-repeat;
    background-size: contain;
    transition: all .2s linear;
}

.game-content .main-content .inventory-header .btn-asset-info:hover {
    background-image: url(../images/game/ico-info-hover-v2.png);
}

.game-content .main-content .inventory-header .btn-asset-info:active {
    background-image: url(../images/game/ico-info-on.png);
}

.game-content .assets-body {
    margin-top: 22px;
}

.game-content .asset-list {
    overflow-y: auto;
    height: 738px;
    padding-right: 22px;
}

.game-content .asset-list .list-item {
    overflow: hidden;
    position: static;
    display: flex;
    align-items: center;
    padding: 18px 24px 18px 18px;
    background-color: var(--list-bg);
    border: 1px solid var(--list-border);
    border-radius: 12px;
    box-sizing: border-box;
}

.game-content .asset-list .list-item + .list-item {
    margin-top: 14px;
}

.game-content .asset-list .list-item .tooltip-items .item-value {
    top: -16px;
    left: 7px;
    transform: none;
    pointer-events: none;
    transition: all 0.2s linear;
}

.game-content .asset-list .list-item .tooltip-items .item-value .txt {
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--light-red);
}

.game-content .asset-list .list-item .tooltip-items .item-value .txt::after {
    content: none;
}

.game-content .asset-list .list-item:hover:not(.lock, .claim) {
    border-color: #a6a6a6;
}

.game-content .asset-list .list-item:hover:not(.lock, .claim) .item-value {
    opacity: 1;
}

.game-content .asset-list .list-item:hover:not(.lock, .claim) .slot-img {
    animation: hover 4s linear infinite;
}

.game-content .asset-list .list-item:hover:not(.lock),
.game-content .asset-list .list-item:hover:not(.lock) .amount-box {
    background-color: #fff;
}

.game-content .asset-list .list-item:hover:not(.lock) .item-info {
    color: var(--text-default);
}

.game-content .asset-list .list-item.done {
    position: relative;
    pointer-events: none;
}

.game-content .asset-list .list-item.done::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(56, 57, 56, .7);
    z-index: 10;
}

.game-content .asset-list .list-item.done::after {
    content: '';
    position: absolute;
    top: 36px;
    left: 36px;
    width: 24px;
    height: 24px;
    background: url(../images/game/ico-done.png) 0 0 no-repeat;
    background-size: contain;
    z-index: 20;
}

.game-content .asset-list .list-item.lock {
    position: relative;
}

.game-content .asset-list .list-item.lock .btn-lock {
    display: flex;
}

.game-content .asset-list .list-item.lock::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(100, 103, 101, .7);
    z-index: 10;
}

.game-content .asset-list .list-item.lock::after {
    content: '';
    position: absolute;
    top: 34px;
    left: 34px;
    width: 28px;
    height: 28px;
    background: url(../images/game/ico-lock.png) 0 0 no-repeat;
    background-size: contain;
    z-index: 20;
}

.game-content .asset-list .list-item.claim {
    position: relative;
    border-color: var(--light-red);
}

.game-content .asset-list .list-item.claim .btn-claim {
    display: flex;
}

.game-content .asset-list .img-box {
    overflow: hidden;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #8e918f;
    border-radius: 6px;
    box-sizing: border-box;
}

.game-content .asset-list .img-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid var(--input-border);
    border-radius: 6px;
    z-index: 1;
}

.game-content .asset-list .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.game-content .asset-list .item-info {
    margin-left: 18px;
    color: var(--text-grey);
}

.game-content .asset-list .item-info .item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.game-content .asset-list .item-info .item-text {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.game-content .asset-list .amount-box {
    display: grid;
    place-items: center;
    gap: 2px;
    width: 48px;
    height: 48px;
    padding: 6px;
    margin-left: auto;
    background-color: var(--list-bg);
    border: 1px solid #9da09e;
    border-radius: 6px;
    box-sizing: border-box;
}

.game-content .asset-list .amount-box.more-child {
    grid-template-columns: repeat(2, 1fr);
    align-content: center;
}

.game-content .asset-list .amount-box .asset-block {
    width: 16px;
    height: 16px;
    background: #9da09e;
    border-radius: 2px;
}

.game-content .asset-list .btn-lock {
    display: none;
    position: absolute;
    top: 32px;
    right: 32px;
    width: 120px;
    height: 32px;
    padding: 5px;
    gap: 10px;
    z-index: 30;
}

.game-content .main-wrap .btn-save {
    display: block;
    width: 360px;
    margin: 60px auto 0;
    padding: 10px;
    font-size: 18px;
    line-height: 1.3;
}

.game-content .asset-list .btn-claim {
    display: none;
    position: absolute;
    top: 32px;
    right: 32px;
    width: 120px;
    height: 32px;
    padding: 5px;
    background-color: var(--light-red);
    z-index: 30;
}

.game-content .asset-list .btn-claim:hover {
    background-color: var(--text-error);
}

.game-content .asset-list .btn-claim:active {
    background-color: var(--bg-select);
}

.buggy-picture {
    position: absolute;
    bottom: -44px;
    left: -150px;
    width: 200px;
    height: 300px;
    /* animation: action 2s ease-in infinite; */
}

.buggy-picture img, 
.game-machine img,
.buggy-picture video,
.game-machine video,
.game-picture video {
    display: block;
    width: 100%;
}

.game-picture {
    position: absolute;
    top: -130px;
    right: -24px;
    width: 196px;
    height: 186px;
}

.mo-asset-box {
    overflow: hidden;
    width: 100%;
    height: 144px;
    margin-top: 20px;
    background: var(--list-bg);
    border: 1px solid #a6a6a6;
    border-radius: 12px;
}

.mo-asset-box .mo-asset-list {
    overflow-x: auto;
    display: flex;
    padding: 12px 0;
    white-space: nowrap;
}

.mo-asset-box .mo-asset-item {
    padding: 0 12px;
}

.mo-asset-box .mo-asset-item-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.mo-asset-box .no-item-box, 
.mo-asset-box .no-space-box {
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    background: url(../images/game/ico-buggy-bg-mo.png) 50% 50% no-repeat;
    background-size: 80px 80px;
    text-align: center;
}

.mo-asset-box .no-item-box {
    color: var(--text-grey);
}

.mo-asset-box .no-space-box {
    color: var(--text-error);
}

.mo-asset-box.no-item .mo-assets-body,
.mo-asset-box.no-space .mo-assets-body {
    display: none;
}

.mo-asset-box.no-item .no-item-box {
    display: flex;
}

.mo-asset-box.no-space .no-space-box {
    display: flex;
}

.inventory-item .slot-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.inventory-item .slot-img .asset-bd {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid var(--bg-default);
    border-radius: 6px;
    z-index: 1;
}

.asset-list .inventory-item .slot-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.game-content .mini-game-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.game-content .mini-game-wrap .game-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@keyframes action {
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes main-buggy {
    50% {
        transform: translateY(-14px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes main-game {
    50% {
        transform: translateY(14px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes fire {
    0% {
        text-shadow: 0 0 5px #fefcc9,
        5px -5px 5px #feec85,
        -10px -10px 10px #ffae34,
        10px -20px 15px #ec760c,
        -10px -30px 20px #cd4606,
        0 -40px 25px #973716,
        5px -45px 20px #451b0e; 
    }

    100% {
        text-shadow: 0 0 5px #fefcc9,
        5px -5px 5px #fefcc9,
        -10px -10px 10px #feec85,
        11px -11px 20px #ffae34,
        -11px -27px 15px #ec760c,
        0 -41px 30px #cd4606,
        5px -45px 30px #973716;
        left: 0.5px;
    }
}

@keyframes hover {
    10% {
        opacity: .6;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: .6;
    }
    25% {
        opacity: 1;
    }
    60% {
        opacity: .6;
    }
    65% {
        opacity: 1;
    }
    70% {
        opacity: .6;
    }
    75% {
        opacity: 1;
    }
}

/* 이벤트 배너 */

.banner-wrap {
    overflow: hidden;
    width: 464px;
    height: 96px;
    margin-top: 22px;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.banner-wrap + .banner-wrap {
    margin-top: 14px;
}

.banner-wrap .banner-link {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/banner-pc-0612.png) 0 0 no-repeat;
    background-size: cover;
    z-index: 10;
}

.banner-wrap .banner-link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #31a060;
    border-radius: 8px;
    z-index: 10;
}

.banner-wrap .banner-link:hover::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner-wrap.spin-event .banner-link {
    background-image: url(../images/point/banner-spin-return.png);
}


@media screen and (min-width: 1140px) and (max-width: 1600px) {
    .point-content .main-wrap {
        padding: 0;
    }
}

@media screen and (min-width: 1800px) {
    .point-content .right-side {
        right: 150px;
    }
}

@media screen and (max-width: 1139px) {
    .mo-type {
        display: block !important;
    }

    .pc-type {
        display: none !important;
    }

    .btn-with-icon {
        gap: 14px;
    }

    .btn-round:hover {
        background-color: var(--bg-select);
    }

    .point-content .right-side {
        display: none;
    }

    .point-content .left-side {
        width: 100%;
        align-items: center;
    }

    .point-content .index-wrap {
        padding: 0 26px;
    }

    .point-content .index-wrap .btn-connect {
        width: 100%;
        margin-top: 54px;
    }

    .point-content .index-wrap .title {
        font-size: 34px;
        line-height: 1.1;
        letter-spacing: 0.1em;
    }

    .point-content .index-wrap .info-text {
        font-size: 24px;
        line-height: 1.3;
    }

    .point-content .main-wrap {
        padding: 0 21px 0 26px;
    }

    .box {
        width: 100%;
        padding: 44px 23px;
        box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.08);
    }

    .point-content .left-side {
        padding-top: 96px;
    }

    .main-wrap .btn-board {
        top: 116px;
        right: 20px;
        width: 40px;
        height: 40px;

        background-size: 20px 20px;
    }

    .main-wrap .btn-board:hover {
        background: #f8f8f8 url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-crown.png) 50% 50% no-repeat;
        background-size: 20px 20px;
    }

    .main-wrap .btn-board:active {
        background-size: 24px 24px;
        background-color: #fff;
    }

    .box .info-wrap {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .box .info-wrap .right-box {
        margin-top: 32px;
        text-align: center;
    }

    .box .info-wrap .left-box .img-box {
        margin-top: 0;
    }

    .box .label-list {
        justify-content: center;
    }

    .box .right-box .point-box {
        padding: 0;
    }

    .box .sns-list {
        justify-content: center;
    }

    .box .referral-wrap {
        margin-top: 32px;
        flex-direction: column;
        gap: 24px;
    }

    .box .referral-wrap .left-box, 
    .box .referral-wrap .right-box {
        width: 100%;
    }

    .box .referral-wrap .title-box .title-text {
        font-size: 20px;
    }

    .box .referral-wrap .list-box {
        margin-top: 12px;
        font-size: 16px;
    }

    .box .notice-box {
        padding: 26px 20px;
    }

    .box .notice-box .text-box {
        font-size: 13px;
    }

    .box .notice-box + .btn-wrap {
        gap: 18px;
        flex-direction: column;
    }

    .box .notice-box + .btn-wrap .btn-round {
        width: 100%;
    }

    .input-box.with-2btn .input-item, .list-box.with-2btn {
        padding: 13px 80px 12px 18px;
    }

    .input-box.with-1btn .input-item, .list-box.with-1btn {
        padding: 13px 42px 12px 18px;
    }

    .pop-box .input-box.with-2btn .input-item, 
    .pop-box .list-box.with-2btn {
        padding: 8px 80px 7px 18px;
    }

    .pop-box .input-box.with-1btn .input-item, 
    .pop-box .list-box.with-1btn {
        padding: 8px 42px 7px 18px;
    }

    .pop-box.gcb-img-type {
        background-image: url(../images/point/img-pop-gcb-mo.png);
    }

    .pop-box.gcb-img-type .pop-title {
        height: 26px;
        background-image: url(../images/point/img-pop-title-gcb-mo.png);
        background-size: 197px 26px;
        -webkit-background-size: 197px 26px;
    }

    .btn-round.mission,
    .btn-round.btn-gcb {
        width: 120px;
        height: 48px;
        padding: 6px 20px;
        line-height: 1.2;
        text-align: center;
    } 

    .btn-round.mission::before,
    .btn-round.btn-gcb::before {
        content: none;
    }

    .btn-round.mission.disabled,
    .btn-round.btn-gcb.disabled {
        padding: 6px;
    }

    .btn-round.btn-gcb::after {
        content: none;
    }

    .box .daily-list .list-title {
        font-size: 20px;
    }

    .box .sub-box .sub-title {
        font-size: 24px;
    }

    .box .sub-box .quest-list {
        margin-top: 24px;
    }

    .box .quest-list .list-item + .list-item {
        margin-top: 12px;
    }

    .box .quest-list .list-box {
        height: 100%;
        padding: 12px;
        flex-direction: column;
        border-radius: 10px;
        white-space: pre-wrap;
        text-align: center;
    }

    .box .quest-list .list-box .item-text {
        display: block;
        padding-top: 31px;
    }

    .box .quest-list .list-box .item-num {
        position: absolute;
        font-size: 18px;
    }

    .box .quest-list .gradient-on .list-box::before {
        width: 1000px;
        height: 1000px;
        margin-top: -500px;
        margin-left: -500px;
    }

    .box .quest-list .gradient-on .list-box::after {
        border-radius: 8px;
    }

    .box .quest-list .gradient-on .list-box:hover::after {
        background-color: #fff;
    }

    .box .quest-list .gradient-on .list-box:hover .item-text {
        color: var(--text-default);
    }

    .pop-children {
        padding: 25px 26px;
    }

    .pop-box {
        padding: 44px 24px 32px;
        border-radius: 20px;
    }

    .pop-box.normal-size {
        width: 100%;
        height: 388px;
    }

    .pop-box.normal-size-auto {
        width: 100%;
        height: auto;
    }
    
    .pop-box.big-size {
        width: 100%;
        height: 580px;
    }

    .pop-box.big-size-mid {
        width: 100%;
        height: 522px;
    }
    
    .pop-box.big-size-auto {
        width: 100%;
        height: auto;
    }

    .pop-box.connect-pop-data {
        width: 100%;
    }

    .connect-pop-data .wallet_list {
        padding-top: 32px;
    }

    .connect-pop-data .wallet_list .li-login-wallet {
        height: auto;
        padding: 9px 16px;
    }

    .pop-box .btn-pop-close {
        top: 16px;
        right: 16px;
        width: 24px;
        height: 24px;
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-pop-close-mo.png);
        background-size: contain;
    }

    .pop-box .pop-title {
        padding: 0;
        font-size: 20px;
        line-height: 1.3;
    }

    .pop-bg-default {
        width: 80px;
        height: 80px;
    }

    .pop-content .list-box {
        width: 240px;
    }

    .pop-content .list-box .list-title {
        font-size: 14px;
        font-weight: 500;
    }

    .pop-content.no-point .error-text {
        margin-top: 24px;
    }

    .pop-content .info-text {
        height: 40px;
        margin-top: 12px;
    }

    .pop-content.rrs-type .info-text {
        height: auto;
        margin-top: 0;
    }

    .pop-content .limit-time {
        margin-top: 26px;
    }

    .pop-content .network-wrap {
        background-position: 50% 56px;
    }

    .pop-content .network-wrap .info-text {
        margin-bottom: 56px;
    }

    .pop-content .holder-content.asset-info .reward-list {
        margin-top: 0;
    }

    .pop-content .holder-content.asset-info .list-item .img-box {
        margin-right: 25px;
    }

    .pop-content .holder-content.asset-info .pass-info .info-text {
        font-size: 12px;
    }

    .pop-content .holder-content.asset-info .pop-info-text {
        margin-top: 22px;
    }

    .pop-content .holder-content .reward-list {
        margin-top: 32px;
    }

    .pop-content .reward-wrap .scroll-type {
        height: 248px;
    }

    .pop-content.sbt-type .reward-wrap .scroll-type {
        height: 260px;
    }

    .pop-content .reward-wrap .scroll-type ~ .total-wrap {
        margin: 24px 0;
    }

    .pop-content.sbt-type .reward-wrap .scroll-type ~ .total-wrap {
        margin: 18px 0;
    }

    .pop-content .holder-content .reward-list .list-item {
        padding: 13px 14px;
    }

    .pop-content.sbt-type .holder-content .reward-list .list-item {
        height: 80px;
        padding: 13px 14px;
    }

    .pop-content .sbt-type .holder-content .reward-list .list-item {
        height: 80px;
        padding: 8px 14px;
    }

    .pop-content .sbt-type .holder-content .reward-list .pass-info {
        display: block;
    }

    .pop-content .holder-content .reward-list .point-cost::after {
        margin-left: 4px;
    }

    .pop-content .holder-content .reward-list .list-item .claim-text::before {
        text-align: right;
    }

    .pop-content .holder-content .reward-list .item-title {
        float: right;
        width: 100%;
        margin-left: 0;
        font-size: 14px;
        line-height: 21px;
        text-align: right;
    }

    .pop-content .holder-content .reward-list .point-cost {
        width: 100%;
        text-align: right;
    }

    .pop-content.sbt-type .holder-content .reward-list .pass-info {
        display: block;
    }

    .pop-content .holder-content .info-text,
    .pop-content .reward-wrap.no-holder .info-text.no-pass,
    .pop-content .reward-wrap.no-staking .info-text.no-pass {
        height: auto;
        font-size: 13px;
    }

    .pop-content .holder-content .info-text .sub-text,
    .pop-content .reward-wrap.no-holder .info-text.no-pass .sub-text,
    .pop-content .reward-wrap.no-staking .info-text.no-pass .sub-text {
        font-size: 12px;
    }

    .pop-content.sbt-type .holder-content.gcb-type .reward-list .list-item {
        padding: 13px 14px;
    }

    .pop-content .holder-content.gcb-type .reward-list .item-cost {
        display: block;
    }

    .pop-content .holder-content .reward-list .item-cost,
    .pop-content .holder-content .reward-list .item-cost.high,
    .pop-content .holder-content .reward-list .item-cost.middle {
        font-weight: 600;
        font-size: 12px;
    }

    .pop-content .coin-box ~ .error-text {
        margin-top: auto;
    }

    .pop-content.email-wrap .input-wrap {
        margin-top: 31px;
    }

    .pop-content.email-wrap .check-wrap {
        margin-top: 12px;
    }

    .pop-content.email-wrap .link-text {
        margin-top: 28px;
    }

    .pop-content .email-terms {
        overflow: hidden;
        margin-top: 32px;
        padding: 0;
    }

    .pop-content .email-terms .mo-scroll-type {
        overflow-y: auto;
        height: 262px;
        padding: 15px 20px 15px 24px;
        box-sizing: border-box;
    }

    .pop-content .email-terms .terms-title {
        padding-bottom: 12px;
        font-size: 14px;
        line-height: 1.4;
    }

    .pop-content .email-terms .terms-list {
        padding-top: 12px;
    }

    .pop-content .email-terms .terms-list .list-item {
        display: block;
        padding: 12px 0;
    }

    .pop-content .email-terms .terms-list .item-title {
        height: auto;
        margin-bottom: 6px;
    }

    .pop-content .email-terms .terms-list .list-item:nth-child(2) {
        border-width: 1px 0;
    }

    .pop-content .email-terms .terms-list .list-item:last-of-type {
        padding-bottom: 0;
    }

    .pop-content .email-terms ~ .info-text {
        height: auto;
        margin-top: 32px;
    }

    .pop-content .pts-box {
        font-size: 18px;
    }

    .pop-content .change-arrow {
        margin: 12px 0;
    }

    .pop-box .follow-list {
        display: block;
        margin-top: 32px;
        padding: 9px 14px 9px 16px;
    }

    .pop-box .follow-list .list-item {
        overflow: hidden;
    }

    .pop-box .follow-list .list-item + .list-item {
        margin-top: 9px;
    }

    .pop-box .follow-list .point-box {
        float: right;
    }

    .pop-box .follow-list .follow-box {
        float: left;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .pop-box .follow-list .follow-num {
        margin-top: 0;
        margin-left: 8px;
        font-size: 14px;
        line-height: 1.6;
    }

    .pop-box .follow-list .item-text {
        margin-top: 0;
        line-height: 1.6;
    }

    .pop-box .posting-box {
        height: 144px;
        padding: 14px 0 0;
    }

    .pop-box .posting-box .box-item {
        padding: 0 14px 14px;
    }

    .pop-box .posting-box + .btn-box {
        margin-top: 18px;
    }

    .pop-box .referral-done {
        font-size: 20px;
        line-height: 1.3;
    }

    .pop-content .check-list .list-item {
        width: 68px;
        height: 80px;
        padding: 8px;
        background-size: 32px 32px;
    }

    .pop-content .check-list .list-item .check-status {
        display: none;
    }

    .pop-content .check-list .list-item .list-title {
        line-height: 1.4;
    }

    .pop-content .check-list ~ .info-text {
        height: auto;
    }

    .pop-content.draw-scratch .draw-text {
        height: auto;
        padding: 22px 0;
    }

    .pop-content .reward-wrap .no-pass .stress {
        font-weight: 600;
    }

    .pop-content .board-wrap {
        margin-top: 32px;
    }

    .pop-content .board-wrap .board-list {
        height: 420px;
    }

    .pop-content .board-list .list-item .rank-num {
        width: 56px;
    }

    .pop-content .board-list .list-item:nth-child(-n + 3) .rank-num, 
    .pop-content .board-list .list-item:nth-child(-n + 3) .user-name, 
    .pop-content .board-list .list-item:nth-child(-n + 3) .point-cost {
        font-size: 13px;
    }

    .pop-content .board-list .user-info .user-name {
        padding-left: 0;
        font-size: 13px;
    }

    .pop-content .board-list .list-item {
        position: relative;
        padding: 12px 10px;
        background-color: transparent;
        border-width: 0 0 1px 0;
        border-radius: 0;
    }

    .pop-content .board-list .list-item + .list-item {
        margin-top: 0;
    }

    .pop-content .board-list .list-item:nth-child(-n + 3) {
        padding: 14px 10px;
        border-width: 1px;
        border-radius: 10px;
    }

    .pop-content .board-list .list-item:nth-child(-n + 2) + .list-item {
        margin-top: 8px;
    }

    .pop-content .board-list .list-item:nth-child(-n + 3) .user-info {
        width: 150px;
    }

    .pop-content .board-list .list-item:nth-child(-n + 3) .rank-num {
        width: auto;
        position: absolute;
        top: 8px;
        left: 10px;
        z-index: 1;
    }

    .pop-content .board-list .list-item:nth-child(-n + 3) .rank-num span {
        width: 24px;
        height: 24px;
        align-items: center;
    }

    .pop-content .board-list .list-item:nth-child(-n + 3) .user-name {
        padding-left: 56px;
        text-decoration: underline;
    }

    .pop-content .board-list .list-item .user-info {
        width: 95px;
    }

    .pop-content .board-list .point-cost {
        width: calc(100% - 150px);
        font-size: 13px;
    }

    .pop-content .board-list .list-item:nth-child(-n + 3) .point-cost {
        margin-left: auto;
    }

    .pop-content .board-list .user-info .img-box {
        position: absolute;
        top: 12px;
        left: 14px;
    }

    .pop-box .btn-more-rank {
        position: absolute;
        bottom: 23px;
        margin: 0;
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .pop-box .btn-more-rank:hover {
        background-color: transparent;
    }

    .pop-box .btn-more-rank:active .icon-expand,
    .pop-box .btn-more-rank:active .icon-collapse {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/ico-expand-black.png);
    }

    .pop-box .btn-more-rank:active {
        color: var(--text-default);
    }

    .pop-box .pop-content.leader-wrap {
        padding-bottom: 26px;
    }

    .point-content .left-side .box-title {
        display: none;
    }

    .pop-content .reward-wrap .holder-content .no-badge-box {
        margin: 30px 0;
    }

    .pop-content .reward-wrap .holder-content .no-badge-box p {
        font-size: 14px;
        line-height: 1.6;
    }

    .pop-content .holder-content .reward-list .pass-info .info-text {
        text-align: right;
    }

    .pop-content .expand-wrap {
        flex-direction: column;
        margin-top: 32px;
    }

    .pop-content .expand-wrap .expand-item,
    .pop-content .expand-wrap .expand-item::before {
        width: 290px;
        height: 110px;
        border-radius: 10px;
    }

    .pop-content .expand-wrap .expand-item.stress::before {
        width: 284px;
        height: 104px;
        border-radius: 8px;
    }

    .pop-content .expand-wrap .expand-box {
        height: 80px;
        margin: 15px auto;
        background-image: url(../images/game/img-mo-2x2.png);
    }

    .pop-content .holder-content.step2 .expand-wrap .expand-item.stress .expand-box {
        height: 80px;
        background-image: url(../images/game/img-mo-3x3.png);
    }

    .pop-content .expand-wrap .change-arrow {
        width: 32px;
        height: 32px;
        margin: 4px 0;
        transform: rotate(0);
    }

    .pop-content .boost-info {
        margin-top: 28px;
    }

    .pop-box .btn-row {
        flex-direction: column;
        gap: 18px;
    }

    .pop-content .achievement-wrap .info-text {
        height: auto;
    }

    .pop-box .boost-info-text {
        margin-top: 3px;
        font-size: 12px;
    }

    .pop-box .boost-info-text + .pop-content .holder-content .reward-list {
        margin-top: 10px;
    }

    .pop-box .boost-info-text + .pop-content.sbt-type .reward-wrap .scroll-type ~ .total-wrap {
        margin: 10px 0;
    }

    .info-buggy-bag {
        overflow: hidden;
        width: 100%;
        max-width: 338px;
        height: 522px;
        padding: 0;
        background: none;
        border-radius: 0;
    }

    .info-buggy-bag .mo-type {
        width: 100%;
        height: 100%;
    }

    .info-buggy-bag .slick-wrap {
        width: 100%;
        height: 100%;
    }

    .info-buggy-bag .slick-item {
        height: 522px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .info-buggy-bag .slick-item.type1 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-pop-info-mo1.png);
    }

    .info-buggy-bag .slick-item.type2 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-pop-info-mo2.png);
    }

    .info-buggy-bag .slick-item.type3 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-pop-info-mo3.png);
    }

    .info-buggy-bag .slick-item.type4 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-pop-info-mo4.png);
    }

    .info-buggy-bag .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .info-buggy-bag .slick-prev {
        left: 16px;
    }

    .info-buggy-bag .slick-next {
        right: 16px
    }

    .info-buggy-bag .custom-dots {
        position: absolute;
        display: flex;
        gap: 16px;
        left: 50%;
        bottom: 32px;
        transform: translateX(-50%);
        z-index: 10;
    }

    .info-buggy-bag .custom-dots li {
        position: relative;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #9da09e;
    }

    .info-buggy-bag .custom-dots li.slick-active:first-of-type {
        background-color: #ff3737;
    }
    .info-buggy-bag .custom-dots li.slick-active:nth-child(2) {
        background-color: #e8a519;
    }
    .info-buggy-bag .custom-dots li.slick-active:nth-child(3) {
        background-color: #cb29ec;
    }
    .info-buggy-bag .custom-dots li.slick-active:last-of-type {
        background-color: #3ae49d;
    }

    .info-buggy-bag .custom-dots li.slick-active::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 50%;
        opacity: .4;
        z-index: -1;
    }

    .info-buggy-bag .custom-dots li button {
        font-size: 0;
    }

    .info-buggy-bag .slick-prev,
    .info-buggy-bag .slick-next {
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .info-buggy-bag .slick-prev {
        background-image: url(../images/game/ico-btn-prev.png);
    }

    .info-buggy-bag .slick-next {
        background-image: url(../images/game/ico-btn-next.png);
    }

    .banner-wrap {
        width: 100%;
        height: 76px;
        margin-top: 24px;
        border-radius: 10px;
    }

    .banner-wrap + .banner-wrap {
        margin-top: 12px;
    }

    .banner-wrap .banner-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/point/banner-mo-text-v2.png) 50% 50% no-repeat;
        background-size: contain;
        z-index: 10;
    }

    .banner-wrap.spin-event .banner-text {
        background: url(../images/point/banner-spin-return-mo-title.png) 50% 50% no-repeat;
        background-size: 249px 44px;
        -webkit-background-size: 249px 44px;
    }
    
    .banner-wrap .banner-link {
        background: #4FDA97 url(../images/point/banner-mo.png) 0 50% no-repeat;
        background-size: contain;
    }

    .banner-wrap.spin-event .banner-link {
        background: none;
    }

    .banner-wrap .banner-link::before {
        border-radius: 10px;
    }

    .banner-wrap .banner-link:hover::after {
        content: none;
    }
    .banner-wrap.spin-event .bg {
        position: relative;
        display: block;
        height: 100%;
        background: url(../images/point/banner-spin-return-mo.png) 50% 50% no-repeat;
        background-size: auto 76px;
    }
    .banner-wrap.spin-event .bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: #FEDE3E;
        z-index: -1;
    }
    .banner-wrap.spin-event .bg::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-color: #F3A263;
        z-index: -1;
    }

    /* .game-content .tooltip-items .item-value {
        display: block;
    } */

    .game-content .main-content .inner {
        padding: 63px 0 0;
    }

    .game-content .main-wrap {
        padding: 0 21px;
    }
    
    .game-content .main-content {
        padding-bottom: 80px;
    }
    .game-content .main-content .content-wrap {
        flex-direction: column;
        gap: 0;
        margin-top: 32px;
    }
    .game-content .box.mo-scroll-type {
        padding: 44px 11px 44px 24px !important;
    }
    .box.notice-type {
        width: 100%;
        padding: 26px 45px !important;
        margin: 26px auto 44px;
        border-radius: 20px;
    }
    .box.notice-type .text-box {
        font-size: 13px;
        letter-spacing: -0.26px;
    }
    .game-content .main-wrap .box {
        box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.08);
    }
    .game-content .content-wrap .left-side .box {
        width: 100%;
        padding: 44px 24px;
    }
    .game-content .content-wrap .right-side .box {
        width: 100%;
        padding: 44px 24px;
    }
    .game-content .content-wrap .left-side .box .point-box,
    .game-content .content-wrap .wallet-box {
        margin-top: 18px;
    }
    .game-content .inventory-body .inventory-box {
        width: 290px;
        height: 290px;
        margin: 0 auto;
    }
    .game-content .inventory-body .inventory-list .list-item {
        width: 100%;
        max-width: 92px;
        height: 92px;
    }
    .game-content .inventory-body .boost-box {
        height: 54px;
        margin: 20px auto 0;
        font-size: 24px;
    }
    .game-content .main-content .content-title {
        padding-bottom: 8px;
        font-size: 32PX;
    }
    .game-content .main-content .title-dc {
        font-size: 16px;
    }
    .game-content .main-content .info-wrap .right-box {
        width: 100%;
        margin-top: 24px;
    }
    .game-content .content-wrap .wallet-box .list-box {
        width: 100%;
    }
    .game-content .inventory-header .title {
        font-size: 24px;
    }
    .game-content .inventory-body .close-box {
        height: 290px;
    }
    .game-content .inventory-body .close-box::before {
        background-position: 50% 50%;
        background-size: 148px 202px;
        -webkit-background-size: 148px 202px;
    }
    .game-content .inventory-body .close-box .text-box {
        font-size: 13px;
        letter-spacing: -0.26px;
    }
    .game-content .inventory-body {
        margin-top: 18px;
    }
    .game-content .asset-list {
        height: 528px;
        padding-right: 11px;
    }
    .game-content .asset-list .list-item {
        pointer-events: none;
        padding: 17px;
    }
    .game-content .asset-list .list-item.lock,
    .game-content .asset-list .list-item.done,
    .game-content .asset-list .list-item.claim {
        pointer-events: initial;
    }
    .game-content .asset-list .list-item + .list-item {
        margin-top: 12px;
    }
    .game-content .asset-list .img-box,
    .game-content .asset-list .amount-box {
        flex-shrink: 0;
    }
    .game-content .asset-list .item-info {
        order: 3;
    }
    .game-content .asset-list .item-info .item-title {
        font-size: 14px;
    }
    .game-content .asset-list .amount-box {
        width: 60px;
        height: 60px;
        padding: 13px;
        margin-left: 8px;
        order: 2;
    }
    .mo-asset-item-row .inventory-item .slot-img .asset-bd {
        border-radius: 5px;
    }
    .game-content .main-wrap .btn-save {
        width: 100%;
        margin: 26px 0 44px;
    }
    .game-content .main-wrap .btn-expand {
        min-width: 102px;
        padding: 0 14px;
        height: 28px;
        font-size: 14px;
    }
    .game-content .asset-list .btn-claim,
    .game-content .asset-list .btn-lock {
        right: 18px;
    }
    .game-content .inventory-body .slot-img {
        width: 60px;
        height: 60px;
        border-radius: 6px;
    }
    .game-content .inventory-body .slot-img img {
        width: 54px;
    }

    .game-content .main-content .right-side .inventory-header .btn-reset {
        margin-right: 18px;
    }

    .game-content .main-content .content-title .btn-info-buggy {
        width: 28px;
        height: 28px;
        margin-top: 6px;
        background-image: url(../images/game/ico-qmark-mo.png);
    }

    #personal-inventory .inventory-item {
        width: 100% !important;
        height: 100% !important;
    }

    #personal-inventory .slot-img img {
        width: 54px !important;
        height: 54px !important;
    }

    /* .box .sub-box.boost2 .sub-title span::before,
    .box .sub-box.boost4 .sub-title span::before,
    .box .sub-box.boost10 .sub-title span::before {
        content: none;
    } */

    .box .daily-list.boost2 .list-title::before,
    .box .daily-list.boost4 .list-title::before,
    .box .daily-list.boost10 .list-title::before {
        top: auto;
        margin-top: 0;
        bottom: 0;
    }
}

@media screen and (max-device-width: 500px) {
    .pop-content .check-list,
    .pop-content .draw-wrap .draw-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .pop-content .check-list ~ .limit-time {
        margin-top: 16px;
    }

    .pop-content .draw-wrap {
        margin-top: 32px;
    }

    .pop-content .draw-text {
        margin-top: 45px;
        margin-bottom: 16px;
    }

    .pop-content .draw-text .info-text + strong {
        margin-top: 16px;
    }

    .pop-content .check-list .list-item:first-of-type,
    .pop-content .check-list .list-item:nth-child(8),
    .pop-content .draw-list .list-item:first-of-type,
    .pop-content .draw-list .list-item:nth-child(8) {
        margin-left: 37px;
    }

    .pop-content .check-list .list-item:last-of-type,
    .pop-content .check-list .list-item:nth-child(3),
    .pop-content .draw-list .list-item:last-of-type,
    .pop-content .draw-list .list-item:nth-child(3) {
        margin-right: 37px;
    }

    .pop-content .draw-list .list-item {
        width: 68px;
        height: 80px;
    }

    .pop-content .draw-list .list-item::before {
        border-radius: 10px;
    }

    .pop-content .draw-list .list-item.type1 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-01-mo.png);
    }
    
    .pop-content .draw-list .list-item.type2 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-02-mo.png);
    }
    
    .pop-content .draw-list .list-item.type3 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-03-mo.png);
    }
    
    .pop-content .draw-list .list-item.type4 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-04-mo.png);
    }
    
    .pop-content .draw-list .list-item.type5 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-05-mo.png);
    }
    
    .pop-content .draw-list .list-item.type6 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-06-mo.png);
    }
    
    .pop-content .draw-list .list-item.type7 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-07-mo.png);
    }
    
    .pop-content .draw-list .list-item.type8 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-08-mo.png);
    }
    
    .pop-content .draw-list .list-item.type9 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-09-mo.png);
    }
    
    .pop-content .draw-list .list-item.type10 {
        background-image: url(https://static.rumbleracingstar.io/delabsapp/assets/img/img-draw-10-mo.png);
    }

    .pop-content .draw-wrap .img-box {
        width: 290px;
        height: 125px;
    }

    .pop-content .draw-wrap canvas {
        width: 290px;
        height: 125px;
    }

    .tooltip-items .item-value {
        display: none;
    }

    .tooltip-wrap.actived {
        display: block;
    }

    .tooltip-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        overflow: hidden;
    }

    .tooltip-wrap .inner {
        width: 100%;
        height: 100%;
        background-color: rgba(26, 23, 23, .8);
    }

    .tooltip-wrap .content-wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .tooltip-wrap .content-wrap::before {
        content: '';
        position: absolute;
        bottom: 120px;
        left: 50%;
        margin-left: -80px;
        width: 160px;
        height: 29px;
        background: url(https://static.rumbleracingstar.io/delabsapp/assets/img/logo-delabs-white.png) 0 0 no-repeat;
        background-size: contain;
    }

    .tooltip-wrap .content-wrap .tooltip-text {
        color: #f8f8f8;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
    }

    .pop-content .holder-content .reward-list .pass-info .item-title .mo-type {
        display: inline-block !important;
    }

    .pop-box .posting-box .text-area {
        margin-bottom: 14px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2;
    }

    .point-content .index-wrap {
        padding: 80px 26px;
    }

    .banner-wrap .banner-link {
        background-size: cover;
    }

    .banner-wrap .banner-text {
        background-size: cover;
    }

    .game-content .inventory-body .boost-box {
        width: 100%;
    }
}

@media screen and (max-device-width: 375px) {
    .pop-box.mo-pop-padding {
        padding: 44px 5px 32px;
    }

    .pop-content .check-list .list-item:first-of-type,
    .pop-content .check-list .list-item:nth-child(8),
    .pop-content .draw-list .list-item:first-of-type,
    .pop-content .draw-list .list-item:nth-child(8) {
        margin-left: 15px;
    }

    .pop-content .check-list .list-item:last-of-type,
    .pop-content .check-list .list-item:nth-child(3),
    .pop-content .draw-list .list-item:last-of-type,
    .pop-content .draw-list .list-item:nth-child(3) {
        margin-right: 15px;
    }

    .banner-wrap .banner-text {
        background-size: contain;
    }

    .box.dark-type {
        padding: 44px 10px !important;
    }

    .pop-content .holder-content.step1,
    .pop-content .holder-content.step2 {
        width: 100%;
    }

    .pop-content .expand-wrap .expand-item {
        width: 100%;
    }

    .pop-content .expand-wrap .expand-item.stress::before {
        width: calc(100% - 6px);
    }
    .pop-content .holder-content.asset-info .list-item .img-box {
        margin-right: 3px;
    }

    .info-buggy-bag {
        max-height: 460px;
    }

    .info-buggy-bag .slick-item {
        height: 460px;
    }

    .info-buggy-bag .btn-pop-close {
        right: 25px;
    }
}

@media screen and (max-device-width: 280px) {
    .pop-box.big-size {
        height: 100%;
    }

    .pop-content .check-list .list-item:first-of-type,
    .pop-content .check-list .list-item:nth-child(8),
    .pop-content .draw-list .list-item:first-of-type,
    .pop-content .draw-list .list-item:nth-child(8) {
        margin-left: 0;
    }

    .pop-content .check-list .list-item:last-of-type,
    .pop-content .check-list .list-item:nth-child(3),
    .pop-content .draw-list .list-item:last-of-type,
    .pop-content .draw-list .list-item:nth-child(3) {
        margin-right: 0;
    }
}