.bpRewardLogoMainLayout {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 350px;
    padding: 20px;
    margin-bottom: 20px;

    display: flex;
    align-items: end;
    justify-content: center;
}

.bpRewardLogo {
    width: 100%;
    max-width: 800px;
}

.bpRewardMainLayout {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    height: 100%;
    padding-top: 40px;

    background: #000;
    color: #fff;
}

.bpRewardBanner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100%;
}

.bpRewardContentMainLayout {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1100px;
    min-height: 100dvh;
    margin: 0 auto;
    padding-bottom: 20px;
}

.bpRewardContentFrameMain {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px;

    background: linear-gradient(120deg, rgba(98, 98, 98, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.bpRewardContentFrame {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;

    background: linear-gradient(76deg, rgba(222, 226, 222, 1) 0%, rgba(255, 255, 255, 1) 25%);
    box-shadow:
        1px 1px 1px 1px #525252c2,
        -1px -1px 1px 1px #1616169a;
    color: #000;
}

.bpRewardFrameObject {
    width: 60px;

    position: absolute;
    z-index: 2;
}

.bpRewardFrameObject.left {
    top: -7px;
    left: -5px;
}

.bpRewardFrameObject.right {
    top: -6px;
    right: -3px;
}

.bpRewardFrameContent {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 100dvh;

    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}

.bpRewardNormalMainLayout {
    position: relative;
    z-index: 2;
    width: 100%;
    background: linear-gradient(180deg, rgba(195, 28, 0, 1) 10%, rgba(254, 184, 155, 1) 65%);
    padding: 5px;
    border-radius: 30px;
    box-shadow: inset 1px 1px 10px 1px #fff;
    border: 3px solid #d70015;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;

    overflow: hidden;
}

.bpRewardPremiumMainLayout {
    position: relative;
    z-index: 2;
    width: 100%;
    background: linear-gradient(180deg, #063a7b 10%, #3080d5 65%);
    padding: 5px;
    border-radius: 30px;
    box-shadow: inset 1px 1px 10px 1px #fff;
    border: 3px solid #0400d7;

    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 5px;

    overflow: hidden;

}


.bpRewardItemLayout {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.bpRewardObject {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100dvh;

    background: url("../img/reward/object_02.png");
    background-position: top;
    background-size: cover;
    opacity: .3;
}

.rewardItemTitle {
    width: 100%;
    height: 100px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 35px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
}

.rewardItemTitle.normal {
    text-shadow: 2px 2px 3px #960000;
    color: #fff;
}

.rewardItemTitle.premium {
    text-shadow: 2px 2px 3px #000329;
    color: #fff;
}

.rewardItemContentMainLayout {
    width: 100%;
    min-height: 120px;


    display: flex;
    align-items: stretch;
    /* gap: 5px; */
}

.rewardItemContentMainLayout.higher {
    height: 500px;
    min-height: 500px;
}

.rewardItemContentMainLayout.high {
    height: 140px;
    min-height: 140px;
}

.rewardItemContentMainLayout.highs {
    height: 228px;
    min-height: 228px;
}

.rewardItemContentMainLayout.high02 {
    height: 228px;
    min-height: 228px;
}

.rewardItemContentMainLayout.high03 {
    height: 140px;
    min-height: 140px;
}

.rewardItemNoLayout {
    width: 80px;
    min-width: 80px;
    height: 100%;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
}

.rewardItemNoLayout.vertical {
    height: 40px;
}

.rewardItemNoLayout.normal {
    background: #c4d0d7;
    color: #000;
}

.rewardItemNoLayout.premium {
    background: #f2e6c2;
    color: #000;
}

.rewardItemContent {
    width: 100%;
    min-height: 80px;
    padding: 10px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: #fff;
    color: #000;
}

.rewardItemContent.special {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
}

.rewardItemContent.specialItem {
    height: 100%;
}

.rewardItem {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.rewardItem.vertical {
    width: 110px;
    min-width: 110px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rewardItem span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.rewardItem.vertical span {
    height: fit-content;
}

.rewardItemImg {
    width: 40px;
    min-width: 40px;
}

.rewardSpace {
    width: 100%;
    height: 187px;
}

.reward_noteLayout {
    width: 100%;
    height: 40px;
    padding: 5px;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff200;
    font-size: 17px;
    font-weight: 500;
}

.rewardNoteItem {
    width: 100%;
    height: 140px;
    padding: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;

    background: #fff;
}

.rewardNoteItem.special {
    height: 180px;
}

.rewardNoteItem.special2 {
    height: 180px;
}

.rewardNoteItem span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.rewardTagLayout {
    width: fit-content;
    height: 30px;
    padding: 5px 10px;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    font-weight: 500;
    font-size: 12px;
}

.rewardTagLayout.primary {
    background: #dfebff;
    color: #015bf8;
}

.rewardTagLayout.secondary {
    background: #ffdfdf;
    color: #f80101;
}

.rewardTagLayout.secondary {
    background: #ffdfdf;
    color: #f80101;
}

.rewardTagLayout.warning {
    background: #fff5df;
    color: #f87001;
}

.bpBtnSubWeb {
    position: fixed;
    top: 60px;
    left: 20px;
    z-index: 5;
    width: 150px;
    height: 30px;

    padding: 0px;
    padding-bottom: 28px;
}

.bpBtnSubWeb span {
    font-size: 14px;
}

.glow-move {
    display: inline-block;
    animation:
        floatMove 4s infinite ease-in-out;
}

@keyframes floatMove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.bprewardLayoutItemSpecial {
    width: 100%;
    height: 200px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.bprewardLayoutItemSpecial02 {
    width: 100%;
    height: 230px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#Lv_2500_Baphomet,
#title_2500 {
    border-radius: 0px 0px 0px 30px
}

#Lv_2500_Moonlight,
#item_2500 {
    border-radius: 0px 0px 30px 0px
}