@charset "utf-8"; 

/************************************************************************
 * 파일명 : benefit.css
 * 설명 : 에누리 모바일웹 쇼핑적립
 * 작성일 : 2026.3.18
************************************************************************/

/* 공통 */
.wrap { width:100%; overflow:hidden; min-width:320px; } 
.wrap * { box-sizing:border-box; }
.wrap.scroll_lock{overflow:hidden;}
.is--hide{display:none !important}
.benefit-wrapper .page_header{transform: none;}
.benefit-wrapper .page_header.is--fixed{padding-top: 56px;}
.benefit-wrapper .page_header.is--fixed .header_top {position: fixed;width: 100%; inset: 0 0 auto;}

.benefit-content{min-height:calc(100vh - 314px);width:100%;background-color:#fff;display:flex;flex-direction: column;padding-bottom:16px}

/* 공통 > 바텀시트 */
.bottom-sheet {position: fixed;inset: 0;display: none;z-index: 1000;}
.bottom-sheet[aria-hidden="false"] {display: block;}
.bottom-sheet__overlay {position: absolute;inset: 0;background: rgba(0,0,0,0.5);opacity: 0;transition: opacity var(--bs-duration, 300ms) ease;}
.bottom-sheet__container {position: absolute;left: 0;right: 0;bottom: 0;max-height: 80vh;width: 100%;background: #fff;border-radius: 16px 16px 0 0;display: flex;flex-direction: column;overflow: hidden;transform: translateY(100%);transition: transform var(--bs-duration, 300ms) ease;}
.bottom-sheet.is-active .bottom-sheet__overlay {opacity: 1;}
.bottom-sheet.is-active .bottom-sheet__container {transform: translateY(0);}
.bottom-sheet__header {display: flex;align-items: center;justify-content: space-between;padding: 16px;border-bottom: 1px solid #ddd;box-sizing:border-box;height:50px;}
.bottom-sheet__title {font-size: 18px;font-weight: 700;color:#222;margin: 0;}
.bottom-sheet__close {background: none;border: none;cursor: pointer;width:24px;height:24px;display:flex;align-items: center;justify-content: center;}
.bottom-sheet__content {padding:16px;overflow-y: auto;}
.bottom-sheet__icon--close{width:24px;height:24px;background:url(//img.enuri.info/images/icon/svg/icon_vip_close_g.svg) no-repeat 50% 50% / 100% 100%;display:block;}

/* -----------------------------------------------------------
 e클럽 탭 > 공통 레이어팝업
----------------------------------------------------------- */
.lay_overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,.4); z-index: 9999; } 
.lay-comm, .lay-comm * { -webkit-box-sizing:border-box; box-sizing: border-box; } 
.lay-comm { width:300px; height: auto; border:1px solid #aaa; border-radius: 6px; box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2); position: fixed; top: 50%; left: 50%; margin-left:-150px; z-index: 10000; transition: margin-top .4s; background-color: #fff; } 
.lay-comm .lay-comm--inner { padding:15px 4px; } 
.lay-comm .lay-comm--inner:after { content:""; display: block; clear:both; } 
.lay-comm .lay-comm__btn--close { position:absolute; top:15px; right:15px; width: 20px; height: 20px; background-position: -120px -235px; z-index: 10; text-indent: -9999px; } 

/* 박스 */
.mye_box { display:block; overflow:hidden; background-color:#fff;border-top:8px solid #f4f4f4} 
.mye_box.rsb__user-info{margin:-24px 16px 16px;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);border-top:0;border-radius:8px}
.mye_box__head{padding:20px 16px 0;line-height:28px;font-size:20px;font-weight:700;color:#000}

/* 쇼핑적립 */
.shopping-benefit__banner{position: relative;}
.shopping-benefit__banner .swiper-wrapper{width:100%;}
.shopping-benefit__banner .swiper-wrapper img{width:100%;display:block;}
.shopping-benefit__banner .swiper-paging{position:absolute;right:16px;bottom:46px;height:20px;border-radius:10px;padding:0 10px;display:flex;align-items: center;font-size:12px;color:rgba(255,255,255,.6);z-index:1;background-color:rgba(0 0 0 / 30%)}
.shopping-benefit__banner .swiper-paging em{color:#fff;}
.shopping-benefit__content{position: relative;z-index:1}
.shopping-benefit__head{margin:-32px 16px 4px;background-color:#fff;border:1px solid #eee;border-radius:12px;box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.05);gap:8px;display:flex;flex-direction: column;padding-top:8px}
.shopping-benefit__head .benefit-head__user-info{display:flex;align-items: center;gap:12px;padding:8px 0 12px;margin:0 12px;height:44px;border-bottom:1px solid #eee}
.shopping-benefit__head .benefit-head__user-name{flex:1;display:flex;align-items: center;font-size:16px;color:#222;line-height:1.5;min-width:0}
.shopping-benefit__head .benefit-head__user-name em{font-weight:700;min-width:0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.shopping-benefit__head .benefit-head__user-name::after {content: '님';flex-shrink: 0;}
.shopping-benefit__head .user-info__emoney{display:flex;align-items: center;margin-left:auto;flex:none;white-space:nowrap;font-size:14px;font-weight:700;color:#000;line-height:1.4}
.shopping-benefit__head .user-info__emoney:before{content: "";width: 36px;height: 16px;background: url(//img.enuri.info/images/mobile_v2/icon_emoney_white_full.svg) no-repeat 0 0;margin-right:4px}
.shopping-benefit__head .user-info__emoney em{font-size:16px;}

.reward-mall__list{position: relative;display:flex;flex-wrap:wrap;gap:8px;width:100%}
.reward-mall__item{width:calc((100% - 16px) / 3);box-sizing: border-box;}
.reward-mall__button{position:relative;width:100%;height:136px;border-radius:8px;background-color:#f7f8fb;display:flex;flex-direction: column;align-items: center;justify-content: center;gap:4px}
.reward-mall__img{position: relative;width:56px;height:56px;border-radius:50%;overflow: hidden;}
.reward-mall__img img{width:100%;height:100%;object-fit:contain;}
.reward-mall__img:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(0,0,0,.1);pointer-events: none;border-radius:50%;}
.reward-mall__badge{position:absolute;top:0;left:0;padding:4px 5px;border-radius:8px 0 8px 0;background-color:#222;color:#fff;font-weight:600;font-size:11px;line-height:1;min-width: 46px;box-sizing: border-box;}
.reward-mall__info{display:flex;flex-direction: column;align-items: center;justify-content: center;gap:2px}
.reward-mall__name{font-size:12px;line-height:16px;height:16px;overflow:hidden;color:#888;text-overflow: ellipsis;white-space:nowrap;}
.reward-mall__benefit{font-size:15px;line-height:1.3;height:1.3em;overflow:hidden;color:#000;font-weight:700;text-overflow: ellipsis;white-space:nowrap;}

/* e쿠폰 베스트 */
.ecoupon_best { position: relative; padding: 12px 0 0; display:flex;flex-direction: column; }
.ecoupon-list { display: flex; gap: 0 8px; padding: 0 16px; flex-wrap: nowrap; overflow-x: auto;} 
.ecoupon-item { display: block; border:1px solid #ddd; border-radius: 4px;flex: 0 0 auto;  overflow: hidden;} 
.ecoupon-item .thumbnail { position:relative; text-align: center; overflow:hidden; } 
.ecoupon-item .thumbnail img { width:118px; height:118px; vertical-align: top; } 
.ecoupon-item .thumbnail .txt_rank { position:absolute; top:-1px; left:-1px; color:#fff; background-color: rgba(0, 0, 0, 0.8); width:28px; height:28px; line-height: 28px; text-align: center; border-radius: 4px 0 4px 0; font-size: 14px; font-weight:700} 
.ecoupon-item .txt_exchange { height:36px; display:flex; align-items:center; gap:4px; justify-content:center; font-size : 13px;  color:#000; background-color: #fcfcfc; border-top:1px dashed #ddd; } 
.ecoupon-item .txt_exchange:before{content:"";width: 36px;height: 16px;background: url(//img.enuri.info/images/mobile_v2/icon_emoney_white_full.svg) no-repeat 0 0;}
.ecoupon-item .txt_exchange em{font-size:14px;font-weight:700;margin-right:-4px}
.move-ecoupon-use{width:220px;height:40px;border-radius:20px;border:1px solid #ddd;display:inline-flex;align-items:center;justify-content: center;gap:2px;font-size:14px;color:#222!important;margin:0 auto;font-weight:500;margin: 16px auto 0}
.move-ecoupon-use:after{content:"";display:block;width:14px;height:14px;background:url(//img.enuri.info/images/icon/svg/icon_arrow.svg) no-repeat 50% 50% / 100% 100%;opacity:.7;}

/* 고객서비스 */
.customer-service{padding:12px 16px 20px}
.customer-service__menu{display:flex;justify-content:space-between;gap:1px;background-color:#f7f8fb;border-radius:8px;height:100px}
.customer-service__link{flex:1 1 auto;display:flex;flex-direction: column;align-items: center;justify-content: center;position:relative;gap:8px;position: relative;}
.customer-service__link:not(:first-child):before{content:"";position:absolute;left:-1px;top:24px;bottom:24px;width:1px;background-color:#ddd}
.customer-service__icon{width:52px;height:52px;}
.customer-service__icon1{background:url(//img.enuri.info/images/icon/remote/png/customerCenter.png) no-repeat 50% 50% / 100% 100%;}
.customer-service__icon2{background:url(//img.enuri.info/images/icon/remote/png/notice.png) no-repeat 50% 50% / 100% 100%;}
.customer-service__text{font-size:15px;line-height:16px;color:#000;font-weight:500}

/* 적립탭 */
.tab_save { position: relative; } 
.tab_save_menu { display: flex; flex-wrap: wrap; justify-content: space-between;height:80px;gap:16px;padding:0 11px} 
.tab_save_button { position:relative; flex:1 1 auto; min-width:calc((100% - 48px) / 4);display:flex; flex-direction: column; align-items: center; justify-content: center; padding:0 0 16px;gap:4px} 
.tab_save_button span { position:relative;height:16px; font-size: 14px; color:#222; letter-spacing: -1px; line-height:16px;} 
.tab_save_button.active span { color:#1a70dd; font-weight: 700; } 
.tab_save_button:after { content:""; display: block; width:48px; height:2px; background-color: #1a70dd; position:absolute; bottom:-1px; left:50%; transform: translate(-50%) scale(0); transition:all .5s; } 
.tab_save_button.active:after { transform: translateX(-50%) scale(1) } 

.tab_save_button i { display:block; width:44px; height:44px; background-repeat:no-repeat; background-position: 50% 50%; background-size: 28px 28px; } 
.tab_save_icon1 { background-image:url(//img.enuri.info/images/icon/remote/svg/shopBag.svg)} 
.active .tab_save_icon1{ background-image:url(//img.enuri.info/images/icon/remote/svg/shopBagOn.svg)}
.tab_save_icon2 { background-image:url(//img.enuri.info/images/icon/remote/svg/flag.svg)} 
.active .tab_save_icon2{ background-image:url(//img.enuri.info/images/icon/remote/svg/flagOn.svg)}
.tab_save_icon3 { background-image:url(//img.enuri.info/images/icon/remote/svg/gift.svg)} 
.active .tab_save_icon3{ background-image:url(//img.enuri.info/images/icon/remote/svg/giftOn.svg)}
.tab_save_icon4 { background-image:url(//img.enuri.info/images/icon/remote/svg/store.svg)} 
.active .tab_save_icon4{ background-image:url(//img.enuri.info/images/icon/remote/svg/storeOn.svg)}

.tab_save_content {position: relative;} 
.tab_save_tabpanel{padding:20px 20px 0; display: none;flex-direction: column;width:100%;}
.tab_save_tabpanel.active { display: flex; } 
.tab_save_tabpanel--event,
.tab_save_tabpanel--emoney{padding:20px 16px 0}
.tab_save_tabpanel--emoney .mye_box{margin:0 -16px}

.tab_save_head{display:flex;width:100%;flex-direction: column;gap:8px;align-items: center;}
.tag-app-only{display:inline-flex;height:32px;line-height:1;width:76px;border: 1px solid rgba(26,112,221,.5);color:#1a70dd;font-size:14px;font-weight:700;justify-content: center;align-items: center;border-radius:16px;}
.tab_save_title{text-align:center;font-size:20px;font-weight:700;color:#222;line-height:26px;}
.tab_save_title em{color:#1a70dd}

.tab_save_visual{padding-top:100%;width:100%;position: relative;background-position:50% 50%;background-size:auto 100%;max-height:320px;background-repeat:no-repeat;margin-top:16px}
.tab_save_visual--now{background-image:url(//img.enuri.info/images/eclub/affiliate/tab_content_img1a.png)}

@media screen and (min-width:680px){
	.tab_save_visual { padding:0; max-height:none;height:640px;}
}

.tab_save_content .btn_app_install{display: block;width:260px; height:40px; color:#fff; background-color: #1a70dd; border-radius: 8px; margin:8px auto 0; font-size: 16px; font-weight: 500; } 

.tab_save_banner{margin-top:20px;border-top:1px solid #eee;background-color:#f4fcfe}
.tab_save_banner > a,
.tab_save_banner > button,
.tab_save_banner > div{height:68px;display:flex;width:100%;flex-direction: column;justify-content: center;gap:4px;padding:0 24px;text-align:left;max-width:330px;margin:0 auto;}
.tab_save_banner-link{background:url(//img.enuri.info/images/eclub/affiliate/tab_bottom_banner.png)  no-repeat calc(100% - 24px) 50% / auto 60px;}
.tab_save_banner-title{font-size:16px;line-height:1.3;font-weight:700;color:#333;letter-spacing:-.64px}
.tab_save_banner-title em{color:#1a70dd}
.tab_save_banner-text{display:flex;gap:4px;font-size:13px;align-items: center;line-height:1.4;color:#1a70dd;text-decoration: underline;text-underline-position: under;}
.tab_save_banner-text:after{content:"";width:12px;height:12px;background:url(//img.enuri.info/images/icon/svg/icon_vip_arr_blue.svg) no-repeat 50% 50% / 100%;display:inline-block;}
.tab_save_banner-subtext{font-size:13px;line-height:18px;color:#666}

.tab_save_tabpanel--event .tab_save_banner{border:0;margin:0;background-color:#f6faff}
.tab_save_banner .tab_save_banner--event{padding:0 16px;height:60px}
.tab_save_banner--event{background:url(//img.enuri.info/images/eclub/affiliate/tab_event_banner.png?v=2) no-repeat calc(100% - 16px) 50% / auto 60px;}

/* 이벤트적립 - 이벤트리스트  */
.tab_save_event {position: relative;margin-bottom:-16px;} 
.tab_save_event-item { position:relative; padding: 16px 58px 16px 0; border-bottom:1px solid #eee;display:flex;flex-direction: column;} 
.tab_save_event-item:last-child { border-bottom:none; } 
.tab_save_event-item .txt_title { font-size: 14px; color:#222; line-height:20px;letter-spacing: -.5px; font-weight:500} 
.tab_save_event-item .txt_emoney { position:relative;height:24px;display:inline-flex;align-items: center; font-size: 13px; color:#1a70dd;gap:4px;} 
.tab_save_event-item .txt_emoney em{margin-right:-4px;font-size:14px;font-weight:700}
.tab_save_event-item .txt_emoney:before { content: ""; content: "";width: 36px;height: 16px;background: url(//img.enuri.info/images/mobile_v2/icon_emoney_white_full.svg) no-repeat 0 0;} 
.tab_save_event-item a { display: block; width: 48px; height: 32px; border: 1px solid rgba(26,112,221,.5); color: #1a70dd; font-weight:500; font-size: 14px; line-height: 30px; text-align: center; border-radius: 6px; position: absolute; top: 50%; right: 0; margin-top: -16px; } 

/* 완료 */
.tab_save_event-item.complete .txt_title { color:#ccc; } 
.tab_save_event-item.complete .txt_emoney { color:#ccc; } 
.tab_save_event-item.complete .txt_emoney:before { filter: grayscale(80%); opacity: .3; } 
.tab_save_event-item.complete a { background-color: #ddd; border-color:#ddd; color:#fff; } 

/* e머니 사용하기 - 이너탭 */
.use_emoney_category { margin:0 -16px 16px} 
.use_emoney_category .scroll-cont{display: flex; align-items: center; height:36px;gap:4px;padding:0 16px;}
.use_emoney_category-link { height:36px; display:inline-flex;padding:0 11px;font-size: 14px; color:#222;background-color:#fff;border:1px solid #ddd;border-radius:18px;align-items: center;white-space:nowrap} 

/* e머니 사용하기 - 리스트 */
.use_emoney_recommend {display:flex; flex-direction: column; gap:24px; } 
.use_emoney_recommend-bundle{ display: flex; flex-direction: column;gap:16px;}
.use_emoney_recommend-head{height:47px;padding:10px 0;display:flex;align-items: center;border-bottom:1px solid #eee}
.use_emoney_recommend-title{font-size:16px;letter-spacing:-.08px;display:flex;align-items: center;gap:2px;color:#444;}
.use_emoney_recommend-title em{display:flex;align-items: center;color:#222;font-weight:700;gap:2px}
.use_emoney_recommend-title span + em:before{content:"";display:block;width:14px;height:14px;background:url(//img.enuri.info/images/icon/svg/icon_arrow.svg) no-repeat 50% 50% / 100% 100%;opacity:.7}
.use_emoney_recommend-link{margin-left:auto;font-size:14px;color:#666;display:flex;align-items:center;gap:4px;}
.use_emoney_recommend-link:after{content:"";display:block;width:14px;height:14px;background:url(//img.enuri.info/images/icon/svg/icon_arrow.svg) no-repeat 50% 50% / 100% 100%;opacity:.7}
.use_emoney_recommend-list { display: flex; justify-content: space-between;} 
.use_emoney_recommend-list > li { flex:none; width:70px;} 
.use_emoney_recommend-list > li a { display: block; text-align: center; } 
.use_emoney_recommend-list > li a img { width:70px; height:70px; } 
.use_emoney_recommend-allview{width:220px;height:40px;border-radius:20px;border:1px solid #ddd;display:inline-flex;align-items:center;justify-content: center;gap:2px;font-size:14px;color:#222!important;margin:0 auto;font-weight:500;margin-bottom:4px;}
.use_emoney_recommend-allview:after{content:"";display:block;width:14px;height:14px;background:url(//img.enuri.info/images/icon/svg/icon_arrow.svg) no-repeat 50% 50% / 100% 100%;opacity:.7;}

/* 쇼핑적립 - 어필리에이트 추가 */
.reward-benefit-detail{margin:0 -4px;position: relative;display:flex;flex-direction: column;gap:16px}
.reward-benefit-detail__tabs{display:flex;align-items:center;gap:4px;}
.reward-benefit-detail__tab-button{box-sizing:border-box;height:36px;border:1px solid #ddd;border-radius:18px;background-color:#fff;display:inline-flex;align-items: center;font-size:14px;line-height:18px;padding:0 11px;color:#222}
.reward-benefit-detail__tab-button.is--on{border-color:#222;background-color:#222;color:#fff;font-weight:700;}

/* -----------------------------------------------------------
레이어 : 네이버페이
----------------------------------------------------------- */
.npay-layer {width: 360px; height: 380px; overflow: hidden; position: absolute; z-index: 50; font-size: 0; text-indent: -999em; left: 50%; transform: translate(-50%,-50%); top: 50%;}
.npay-layer .btn--close {width: 60px; height: 60px; position: absolute; right: 0; top: 0;}
.npay-layer .btn_go_npay {width: 200px; height: 45px; position: absolute; bottom: 55px; background: none; left: 50%; transform: translateX(-50%);}

/* -----------------------------------------------------------
 레이어 : 앱설치
----------------------------------------------------------- */
.lay-install-app .lay-comm--header { background-color: #333; font-size: 15px; text-align: center; font-weight: 600; color:#fff; height:50px; line-height: 50px; border-radius: 6px 6px 0 0; } 
.lay-install-app .lay-comm--body { padding:0 0 20px; text-align: center; } 
.lay-install-app .lay-comm--body .btn_install_app { width:180px; font-size: 14px; height:34px; line-height: 34px; color:#fff; background-color: #333; } 

/* -----------------------------------------------------------
 레이어 : 유의사항 - 쇼핑적립
----------------------------------------------------------- */
.color_red { color:#f33; } 
.lay-caution-shop-save .lay-comm--header { background-color: #333; font-size: 15px; text-align: center; font-weight: 600; color:#fff; height:50px; line-height: 50px; border-radius: 6px 6px 0 0; } 
.lay-caution-shop-save .lay-comm--body { padding:2px; } 
.lay-caution-shop-save .lay-comm--inner { height:450px; padding:18px; overflow: auto; } 
.lay-caution-shop-save .lay-comm--inner::-webkit-scrollbar { width: 2px; } 
.lay-caution-shop-save .lay-comm--inner::-webkit-scrollbar-track { background-color: #f9f9f9; -webkit-border-radius: 1px; border-radius: 1px; } 
.lay-caution-shop-save .lay-comm--inner::-webkit-scrollbar-thumb { background: #333; -webkit-border-radius: 1px; border-radius: 1px; } 
.lay-caution-shop-save .lay-comm--inner::-webkit-scrollbar-button { display: none; } 

.lay-caution-shop-save .l_c_tit { font-size: 14px; color:#333; font-weight: 600; margin-bottom:10px; } 
.lay-caution-shop-save .list_dot { margin-bottom:25px; } 
.lay-caution-shop-save .list_dot > li { position:relative; font-size: 13px; color:#666; padding-left:12px; line-height: 1.6; } 
.lay-caution-shop-save .list_dot > li:after { content:""; display: block; width:3px; height:3px; border-radius: 50%; background-color: #666; position:absolute; top:10px; left:0; } 

.lay-caution-shop-save .list_hyphen { } 

.lay-caution-shop-save .l_c_table { width:100%; border-spacing: 0; border-collapse: collapse; margin-bottom:25px; } 
.lay-caution-shop-save .l_c_table th,
.lay-caution-shop-save .l_c_table td { padding:6px 10px; border:1px solid #ddd; font-size: 13px; text-align: center; } 
.lay-caution-shop-save .l_c_table th { background-color: #f9f9f9; color:#333; } 
.lay-caution-shop-save .l_c_table td { } 

/* [바텀시트] 쇼핑혜택 */
#rewardBenefitDetails .bottom-sheet__content{padding:0}
#rewardBenefitDetails .bottom-sheet__close{transform:translateY(-60px)}
.bottom-sheet .reward{padding-top:116px}
.bottom-sheet .reward-head{position: fixed;top:0;left:0;right:0;height:56px;display:flex;align-items: center;padding:60px 16px 0;	background-color:#fff;z-index: 10;}
.bottom-sheet .reward-head:after{content:"";position: absolute;top:100%;left:0;right:0;height:20px;background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);}
.bottom-sheet .reward-head .logo{width:56px;height:56px;position: relative;border-radius:50%;overflow:hidden;flex:none}
.bottom-sheet .reward-head .logo img{width:100%;height:100%;object-fit: cover;}
.bottom-sheet .reward-head .logo::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(0,0,0,.1);border-radius:50%;pointer-events:none;z-index: 1;}
.bottom-sheet .reward-head .title{flex:1;display:flex;flex-direction: column;padding-left:12px;justify-content: space-between;}
.bottom-sheet .reward-head .title .shop-name{height:24px;font-size:18px;font-weight:700;line-height:24px;color:#222;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;min-width:0;display:flex;align-items: center;gap:4px;}
.bottom-sheet .reward-head .title .shop-name .tag{height:20px;padding:0 4px;display:inline-flex;align-items: center;background-color:#ebedf3;color:#565c66;font-size:10px;font-weight:500;border-radius:4px;}
.bottom-sheet .reward-head .title .shop-benefit{height:26px;display:flex;align-items: baseline;gap:4px;font-size:20px;font-weight:700;color:#1a70dd;white-space:nowrap}
.bottom-sheet .reward-head .title .shop-benefit strong{font-size:24px;}

.reward-content{padding:28px 16px 80px;display:flex;flex-direction: column;gap:24px;}
.reward-content__bundle{display: flex;flex-direction: column;}
.reward-content__title{height:22px;margin-bottom:12px;line-height: 22px;font-size:16px;font-weight: 700;color:#222;}
.reward-content__body{position: relative;}

.reward-content__list{display: flex;flex-direction: column;gap:4px;font-size:14px;line-height:20px;color:#666}
.reward-content__list li{position: relative;padding-left:14px;}

.reward-content__list[data-variant="dot"] li:before{all:unset;content:"";position: absolute;left:6px;top:9px;width:3px;height:3px;background-color:#666;border-radius:50%;}
.reward-content__list[data-variant="minus"] li{padding-left:12px}
.reward-content__list[data-variant="minus"] li:before{all:unset;content:"-";width:12px;position: absolute;left:0;top:0;text-align:center;height:auto;background-color:none;border-radius:none;}
.reward-content__list[data-variant="number"] {counter-reset: item;}
.reward-content__list[data-variant="number"] li:before{counter-increment: item;content:counter(item)".";position: absolute;left:0;top:0;}
.reward-content__list .reward-content__list{padding-top:4px;}

.reward-content__table{width:100%;border-collapse: collapse;font-size:13px;line-height:1.4;color:#666;font-weight:400;border-radius:4px;overflow:hidden;position: relative;}
.reward-content__table:after{content:"";position: absolute;inset:-1px;border:1px solid #eee;pointer-events:none;z-index:1;border-radius:6px}
.reward-content__table .col--rate{width:128px;}
.reward-content__table thead{background-color:#f4f4f4;}
.reward-content__table thead th{font-size:12px;color:#222;font-weight:500;padding:4px 10px;}
.reward-content__table th,
.reward-content__table td{padding:8px 10px;text-align: center;vertical-align:middle;border:1px solid #eee;font-weight:400;word-break: keep-all;}
.reward-content__table td strong{font-weight:700;color:#222}

/* timeline */
.timeline{padding:28px 32px 0}
.timeline__bar{height:1px;position:relative;background:#b0cff5}
.timeline__stops{display:flex; justify-content:space-between; margin-top:28px; }
.timeline__stops li{display:inline-flex; flex-direction: column; align-items:center;font-size:13px; color:#444;line-height:1.4;font-weight:700;position: relative;width:40px;flex:none;white-space:nowrap}
.timeline__stops small{color:#666;font-size:12px;white-space:nowrap;font-weight:500;margin-top:2px}
.timeline__stops li::after{content:""; position:absolute; width:40px;height:40px;top:-48px; border-radius:8px; background-color:#eff6ff;left:50%;margin-left:-20px; background-repeat:no-repeat; background-position:50% 50%; background-size:24px}
.timeline__stops li:nth-child(1)::after{background-image:url(//img.enuri.info/images/icon/remote/svg/shoppingBag.svg)}
.timeline__stops li:nth-child(2)::after{background-image:url(//img.enuri.info/images/icon/remote/svg/clock.svg)}
.timeline__stops li:nth-child(3)::after{background-image:url(//img.enuri.info/images/icon/remote/svg/enuriCircle.svg)}

.reward-foot{position:fixed;left:0;bottom:0;right:0;display:flex;align-items: center;justify-content: space-between;padding:8px;border-top:1px solid #eee;background-color:#fff;	z-index:10;}
.reward-foot__button{display:flex;align-items: center;justify-content: center;height:44px;flex:1;border-radius:4px;background-color:#1a70dd;color:#fff;gap:4px;font-size:16px;font-weight:700;line-height:1;	}
.reward-foot__button:after{content:"";width:16px;height:16px;background-image: url(https://img.enuri.info/images/icon/svg/icon_arr_w_16.svg);background-size: cover;background-repeat: no-repeat;background-position: center;}

