/* Gundam account quick actions: ImageGen artwork with five independent live links. */
@media screen and (min-width: 981px) {
    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu {
        position: relative !important;
        isolation: isolate !important;
        background: transparent !important;
    }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a,
    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a > .gundam-slip-icon {
        position: relative !important;
        z-index: 1 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 0 !important;
        clip-path: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu .gundam-slip-icon::before,
    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu .gundam-slip-icon::after {
        content: none !important;
        display: none !important;
    }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/deposit"] {
        background: transparent url('/skin/gundam_main/images/right-rail/gundam-quick-deposit-imagegen-v4.png?v=4') center / 100% 100% no-repeat !important;
    }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/withdraw"] {
        background: transparent url('/skin/gundam_main/images/right-rail/gundam-quick-withdraw-imagegen-v4.png?v=4') center / 100% 100% no-repeat !important;
    }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/point"] {
        background: transparent url('/skin/gundam_main/images/right-rail/gundam-quick-point-imagegen-v4.png?v=4') center / 100% 100% no-repeat !important;
    }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/memo"] {
        background: transparent url('/skin/gundam_main/images/right-rail/gundam-quick-memo-imagegen-v4.png?v=4') center / 100% 100% no-repeat !important;
    }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/customer"] {
        background: transparent url('/skin/gundam_main/images/right-rail/gundam-quick-customer-imagegen-v4.png?v=4') center / 100% 100% no-repeat !important;
    }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu .gundam-slip-memo-count {
        position: absolute !important;
        z-index: 3 !important;
        top: 3px !important;
        right: 5px !important;
        bottom: auto !important;
        left: auto !important;
        display: grid !important;
        min-width: 17px !important;
        height: 17px !important;
        padding: 0 4px !important;
        place-items: center !important;
        border: 1px solid #fff !important;
        border-radius: 9px !important;
        background: #d71920 !important;
        color: #fff !important;
        font: 900 10px/1 Arial, sans-serif !important;
        box-shadow: 0 1px 3px rgb(0 0 0 / 70%) !important;
    }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a::after {
        position: absolute !important;
        z-index: 2 !important;
        right: 5px !important;
        bottom: 4px !important;
        left: 5px !important;
        display: grid !important;
        height: 14px !important;
        place-items: center !important;
        background: #061827 !important;
        color: #f5f7f8 !important;
        font: 900 11px/14px "Noto Sans KR", sans-serif !important;
        letter-spacing: -.04em !important;
        text-shadow: 0 1px 1px #000 !important;
    }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/deposit"]::after { content: "충전" !important; }
    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/withdraw"]::after { content: "환전" !important; }
    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/point"]::after { content: "포인트" !important; }
    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/memo"]::after,
    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/customer"]::after {
        font-size: 12px !important;
    }
    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/memo"]::after { content: "쪽지" !important; }
    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a[href="/customer"]::after { content: "고객센터" !important; }

    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a:hover,
    html:not(#_gundamparity_) body.gundam-skin .right_content .rightMenu > .user_body:first-child .rmenu > a:focus-visible {
        filter: brightness(1.12) !important;
        box-shadow: inset 0 0 0 1px rgb(105 226 255 / 72%) !important;
    }
}
