.section_lounge_tpc{
    padding: 28px;
    color: #111;
}
.section_lounge_tpc .main_title{
    margin-bottom: 16px;
}

.section_lounge_tpc .main_title_1{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: -0.45px;
}


.section_lounge_tpc .reward_table {
}

.section_lounge_tpc .reward_table table{
    width:100%;
    display: block;
}

.section_lounge_tpc .reward_table thead{
    width:100%;
    /*border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;*/
    background: #FAFAFB;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.section_lounge_tpc .reward_table tbody{
    width:100%;
    display: block;
}
.section_lounge_tpc .reward_table tr{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_lounge_tpc .reward_table th{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.35px;
    border-top: 1px solid #EDEDED;
}
.section_lounge_tpc .reward_table td{
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.35px;
}
.section_lounge_tpc .reward_table th:last-child,
.section_lounge_tpc .reward_table td:last-child{
    border-right: 0;
}

.section_lounge_tpc .reward_table th,
.section_lounge_tpc .reward_table td{
    display: flex;
    height: 48px;
    padding: 8px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}

.section_lounge_tpc .reward_table{
}

.section_lounge_tpc .main_title_description{
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.4px;
}

.section_lounge_tpc .wrap_tpc_top{
    margin-bottom: 40px;
}

.section_lounge_tpc .wrap_tpc_top .main_image{
    margin-top:40px;
    display: block;

}

.section_lounge_tpc .wrap_tpc_top .main_image img{
    margin:0;
    display: block;
    max-width: 100%;
}

.section_lounge_tpc .wrap_tpc_reward{
    margin: 40px 0;
}

.section_lounge_tpc .wrap_tpc_reward .wrap_description{
    margin: 40px 0;
    padding:28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    background: #F7F7FA;
}

.section_lounge_tpc .wrap_tpc_reward .wrap_description p{
}
.section_lounge_tpc .wrap_tpc_reward .wrap_description span{
    display: block;
}
.section_lounge_tpc .wrap_tpc_reward .wrap_description .anchor{
    display: inline-block;
    text-decoration: underline;
}

.section_lounge_tpc .wrap_tpc_reward .main_image img{
    margin:0;
    display: block;
}

.section_lounge_tpc .wrap_tpc_reward .wrap_reward .title{
    margin-bottom:16px;
}


.section_lounge_tpc .wrap_tpc_store{

}

.section_lounge_tpc .wrap_tpc_store .wrap_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.section_lounge_tpc .wrap_tpc_store .wrap_title .wrap_title_button{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}


.section_lounge_tpc .wrap_tpc_store .wrap_store_description_content{
    margin-top:14px;
    display: flex;
    padding: 28px 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #F7F7FA;
}


.section_lounge_tpc .wrap_tpc_store .wrap_store_description_content .content_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}
.section_lounge_tpc .wrap_tpc_store .wrap_store_description_content .content_left p{
    line-height: 150%; /* 21px */
}
.section_lounge_tpc .wrap_tpc_store .wrap_store_description_content .content_left span{
    display: block;
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.35px;
}


.section_lounge_tpc .wrap_tpc_store .wrap_store_description_content .content_right{
    width: 555px;
    height: 232px;
    aspect-ratio: 555/232;
    border-radius: 10px;
}
.section_lounge_tpc .wrap_tpc_store .wrap_store_description_content .content_right img{
    max-width: 100%;
}



@media (max-width: 1399px) {
    .section_lounge_tpc .wrap_tpc_store .wrap_store_description_content .content_right{
        width: 388px;
        height: 141px;
        aspect-ratio: 555/232;
        border-radius: 10px;
    }
}




/**
    For mobile
 */


.section_lounge_tpc.mobile .reward_table th,
.section_lounge_tpc.mobile .reward_table td {
    padding: 4px;
    text-align:center;
}

.section_lounge_tpc.mobile .reward_table td p{
    display: block;
}

.section_lounge_tpc.mobile .main_title{
    margin-bottom: 16px;
}

.section_lounge_tpc.mobile .main_title_1{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: -0.4px;
}

.section_lounge_tpc.mobile .wrap_tpc_top .main_image{
    border-radius: 10px;
    overflow: hidden;
}
.section_lounge_tpc.mobile .wrap_tpc_top .main_image img{
    max-width:100%;
}
.section_lounge_tpc.mobile .wrap_tpc_store .wrap_title{
    flex-direction: column;
    justify-content: normal;
    align-items: normal;


}
.section_lounge_tpc.mobile .wrap_tpc_store .wrap_title .wrap_title_button{
    justify-content: flex-start;
}
.section_lounge_tpc.mobile .wrap_tpc_store .wrap_store_description_content{
    flex-direction: column;
    padding:20px;
}
.section_lounge_tpc.mobile .wrap_tpc_store .wrap_store_description_content .content_left,
.section_lounge_tpc.mobile .wrap_tpc_store .wrap_store_description_content .content_right{
    width:100%;
    height:auto;
}
.section_lounge_tpc.mobile .wrap_tpc_store .wrap_store_description_content .content_right img{
    width:100%;
}