@font-face {
    font-family: "LINESeedSans";
    src: url("../font/LINESeedSans_Rg.ttf") format("truetype");
    font-weight: 400;
    /* Light */
    font-style: normal;
}

@font-face {
    font-family: "LINESeedSans";
    src: url("../font/LINESeedSans_Bd.ttf") format("truetype");
    font-weight: 700;
    /* Medium */
    font-style: normal;
}

@font-face {
    font-family: "LINESeedSans";
    src: url("../font/LINESeedSans_XBd.ttf") format("truetype");
    font-weight: 800;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: "LINESeedSans";
    src: url("../font/LINESeedSans_He.ttf") format("truetype");
    font-weight: 900;
    /* Bold */
    font-style: normal;
}

.font-LINESeedSans {
    font-family: "LINESeedSans", sans-serif;
}

.fw-exbold {
    font-weight: 900;
}

.fw-semibold {
    font-weight: 600;
}

.reward_flag img,
.reward_promotion_title img,
.reward_promotion_item img,
.reward_promotion_item2 img,
.reward_promotion_price img,
.reward_promotion_title2 img,
.rewardModal_preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rewardModal_choose img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reward_mainLayout {
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 100dvh;
    padding: 30px;

    background: url("https://img.gnjoy.in.th/2025/13/roc_4thAnniversary/reg_bg.png");
    background-position: bottom;
    background-size: cover;

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

    color: #fff;
    overflow: hidden;
}

.reward_contentMainLayout {
    position: relative;
    z-index: 1;
    width: 1360px;
    height: 880px;
    padding: 60px 70px 85px;

    background: url("https://img.gnjoy.in.th/2025/13/roc_4thAnniversary/reward/content_frame.png");
    background-position: center;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    filter: drop-shadow(1px 1px 10px #fff);
}

.reward_flag {
    width: 150px;

    position: absolute;
    z-index: 2;
    top: 25px;
    left: 70px;
}

.reward_footerTitle {
    font-family: "LINESeedSans", sans-serif;
    font-weight: 900;

    font-size: 60px;
    line-height: 55px;
    text-transform: uppercase;
}

.reward_promotion_title {
    width: 125px;
    min-width: 125px;
}

.reward_promotion_title2 {
    width: 100px;
    min-width: 100px;
}

.reward_promotion_item {
    width: 140px;
    min-width: 140px;
}

.reward_promotion_item2 {
    width: 120px;
    min-width: 120px;
}

.reward_promotion_price {
    width: 260px;
    min-width: 260px;
}

.reward_promotion_btn {
    width: 100px;
    height: 22px;

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

    border-radius: 10px;
    border: 1px solid transparent;
    transition: all .5s;
    font-size: 12px;
    font-weight: 600;
}

.reward_promotion_btn:hover {
    filter: drop-shadow(1px 1px 5px #ffffffda);
}

.reward_promotion_btn.light {
    background: #fff;
    color: #23318c;
}

.reward_promotion_btn.primary {
    background: #4399ee;
    color: #fff;
}

.reward_pomotion_bar {
    width: 555px;
    height: 42px;

    background: url("../images/reward/bar.png");
    background-position: center;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(1px 1px 5px #0000008a);

    font-size: 15px;
}

/* modal  */
.rewardModal_mainLayout {
    width: 100%;
    height: 100%;
    padding: 20px;

    background: transparent;
    border: 1px solid transparent;
}

.rewardModal_selectItem {
    cursor: pointer;
    transition: all .5s;
}

.rewardModal_selectItem:hover {
    filter: drop-shadow(1px 1px 10px #0044d6cb);
}

.rewardModal_selectItem.active {
    filter: drop-shadow(1px 1px 10px #0044d6);

}

.rewardModal_preview {
    width: 900px;
    padding: 10px;
}

.rewardModal_choose {
    width: 100px;
    height: 60px;
    border-radius: 10px;


    overflow: hidden;
    cursor: pointer;
    transition: all .5s;
}

.rewardModal_choose:hover,
.rewardModal_choose.active {
    border: 4px solid #0044d6b9;
}

.rewardModal_icon {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
}

.promotion-slider {
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 200px;
    bottom: 0;
}

.rewardModal_btnClose {
    position: absolute;
    top: 10px;
    right: 10px;

    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00000096;
    border-color: transparent;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}