@charset "UTF-8";
/********** 혜택Now (s) // **********/
.benefitNow {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.benefitNow__content {
  padding: 0 20px;
}
.benefitNow_scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: calc(100vh - 120px); /* 250903 높이값 수정 */
  padding: 0 0 84px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(241, 244, 246, 1) 100%);*/
  background: #fff;
  border-radius: 20px 20px 0 0;
  transform: translateY(calc(100% + 60px));
  transition: transform 0.5s ease;
}
.benefitNow.active {
  pointer-events: auto;
}
.benefitNow.active .benefitNow_scroll {
  transform: translateY(0);
}

:root {
  --safe-area-bottom: env(safe-area-inset-bottom, 0px); /* 안전영역 계산 */
}

.userGreeting {
  margin-bottom: 16px;
  padding: 26px 20px 0;
}
.userGreeting__title {
  display: block;
  color: #222;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}
.userGreeting .userPoint {
  display: flex;
  justify-content: space-between;
  height: 42px;
  padding: 12px 13px 12px 20px;
  background: #F1F4F6;
  border-radius: 8px;
  box-sizing: border-box;
  align-items: center;
}
.userGreeting .userPoint__label {
  position: relative;
  color: #222;
  font-size: 15px;
  letter-spacing: -0.6px;
  padding: 0 0 0 22px;
}
.userGreeting .userPoint__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url(../../img/ico/ico_point.svg) no-repeat;
}
.userGreeting .userPoint__value .userPoint__number {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}
.userGreeting .userPoint__value .userPoint__unit {
  position: relative;
  top: 1px;
  font-size: 15px;
  letter-spacing: -0.6px;
  padding: 0 12px 0 0;
}
.userGreeting .userPoint__value .userPoint__unit:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 16px;
  background: url(../../img/ico/ico_arrow_10x15.svg) no-repeat;
}
.userGreeting .expireNotice {
  position: absolute;
  right: 20px;
  height: 26px;
  border: 1px solid #FF5F43;
  border-radius: 100px;
  background: #fff;
  padding: 4px 10px 0;
  box-sizing: border-box;
  color: #FF5F43;
  font-size: 12px;
  font-family: "Pretendard";
  font-weight: 500;
  letter-spacing: -0.36px;
}
.userGreeting .expireNotice:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 10px;
  height: 6px;
  background: url(../../img/ico/ico_arrow_up.svg) no-repeat;
}

.onair_benefit {
  padding: 24px 20px 0;
  background: linear-gradient(180deg, #FFF0F0 0%, #FFF 80%);
}
.onair_benefit__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  font-family: "Pretendard";
}
.onair_benefit__title span {
  color: #E62642;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin: 0 0 0 5px;
}
.onair_benefit__list {
  display: flex;
  gap: 34px;
  margin: 16px 0 0;
  padding: 0 28px;
  justify-content: center;
}
.onair_benefit__list .onair_benefit__item {
  position: relative;
}
.onair_benefit__list .onair_benefit__item .onair_benefit__discount strong {
  position: relative;
  padding: 0 0 0 36px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.onair_benefit__list .onair_benefit__item .onair_benefit__discount strong:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 31px;
  height: 20px;
}
.onair_benefit__list .onair_benefit__item .onair_benefit__discount span {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.onair_benefit__list .onair_benefit__item.coupon strong:before {
  background: url(../../img/ico/ico_coupon.png) no-repeat;
}
.onair_benefit__list .onair_benefit__item.point strong {
  padding: 0 0 0 27px;
}
.onair_benefit__list .onair_benefit__item.point strong:before {
  background: url(../../img/ico/ico_point2.svg) no-repeat;
}
.onair_benefit__list .onair_benefit__item.card strong:before {
  background: url(../../img/ico/ico_card.svg) no-repeat;
}
.onair_benefit__list .onair_benefit__item .onair_benefit__label {
  display: block;
  margin-top: 6px;
  color: #222;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.26px;
}
.onair_benefit__list .onair_benefit__item + .onair_benefit__item:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: url(../../img/ico/ico_plus.png) no-repeat;
}
.onair_benefit .onair_benefit__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 40px;
  margin: 16px auto 20px;
  color: #fff;
  border-radius: 100px;
  background: var(--Linear, linear-gradient(229deg, #FF9853 0%, #FF5F43 100%));
  font-family: "Pretendard";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.075px;
}

.firstPurchase {
  padding: 26px 0 0;
}
.firstPurchase__title {
  display: block;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-align: center;
}
.firstPurchase__desc {
  color: #222;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.34px;
  text-align: center;
  margin-top: 4px;
}
.firstPurchase__desc span {
  color: #FF5F43;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.34px;
  position: relative;
  top: -2px;
}
.firstPurchase__list {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 12px;
}
.firstPurchase__list .firstPurchase__item {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.firstPurchase__list .firstPurchase__item .firstPurchase__img {
  width: 66px;
  height: 66px;
  border: 1px solid #eee;
  border-radius: 66px;
  overflow: hidden;
}
.firstPurchase__list .firstPurchase__item .firstPurchase__img img {
  width: 100%;
}
.firstPurchase__list .firstPurchase__item .firstPurchase__name {
  display: block;
  margin: 8px 0 3px;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #888;
  font-size: 12px;
  letter-spacing: -0.48px;
}
.firstPurchase__list .firstPurchase__item .firstPurchase__discount {
  color: #FF5F43;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.56px;
}
.firstPurchase__list .firstPurchase__item .firstPurchase__price {
  color: #888;
  font-size: 12px;
  letter-spacing: -0.48px;
  text-decoration: line-through;
}
.firstPurchase__list .firstPurchase__item .firstPurchase__final .firstPurchase__finalPrice {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.firstPurchase__list .firstPurchase__item .firstPurchase__final span {
  font-size: 13px;
  letter-spacing: -0.52px;
  margin-left: 2px;
}
.firstPurchase .firstPurchase__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 40px;
  margin: 0 auto 20px;
  border: 1px solid #FF5F43;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Pretendard";
  letter-spacing: 0.075px;
  color: #FF5F43;
}

.onair_benefit--guest {
  margin-bottom: 16px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #E9E9EC;
  background: #fff;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.04);
}
.onair_benefit--guest .onair_benefit__title {
  margin-bottom: 8px;
}
.onair_benefit--guest .onair_benefit__list {
  height: 83px;
  border-radius: 8px;
  background: linear-gradient(180deg, #FFF0F0 0%, #FFF 100%);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.onair_benefit--guest .onair_benefit__list .onair_benefit__item {
  text-align: center;
}
.onair_benefit--guest .onair_benefit__list .onair_benefit__item .onair_benefit__discount strong {
  display: inline-block;
  padding: 30px 0 0;
}
.onair_benefit--guest .onair_benefit__list .onair_benefit__item .onair_benefit__discount strong:before {
  left: calc(50% - 12px);
  width: 24px;
  height: 16px;
  background-size: contain;
}
.onair_benefit--guest .onair_benefit__list .onair_benefit__item.point strong:before {
  background: url(../../img/ico/ico_coin.svg) no-repeat;
  width: 19px;
  height: 18px;
}
.onair_benefit--guest .onair_benefit__list .onair_benefit__item + .onair_benefit__item:before {
  top: 36px;
}
.onair_benefit--guest .onair_benefit__list .onair_benefit__item .onair_benefit__label {
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: -0.24px;
}
.onair_benefit--guest .cta_warp {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 16px 0 0;
}
.onair_benefit--guest .cta_warp .benefit__cta--signup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 40px;
  background: var(--Linear, linear-gradient(229deg, #FF9853 0%, #FF5F43 100%));
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.075px;
  border-radius: 100px;
  margin-bottom: 8px;
}
.onair_benefit--guest .cta_warp .benefit__cta--detail {
  position: relative;
  color: #888;
  font-size: 13px;
  letter-spacing: -0.26px;
}
.onair_benefit--guest .cta_warp .benefit__cta--detail:after {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 10px;
  height: 15px;
  margin-left: 3px;
  background: url(../../img/ico/ico_arrow_10x15.svg) no-repeat;
}

.todayDeal {
  margin-bottom: 16px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #E9E9EC;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.04);
  overflow: hidden;
  background: #fff;
}
.todayDeal__title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  line-height: 26px;
  margin-bottom: 16px;
}
.todayDeal__list {
  /* 250905 수정 */
  /* //250905 수정 */
}
.todayDeal__list .swiper-slide {
  /*width: 194px !important;*/ /* 250904 삭제 */
  height: 112px;
  border-radius: 12px;
  box-sizing: border-box;
}
.todayDeal__list .swiper-slide a {
  display: block;
  position: relative;
  height: 100%;
  padding: 12px 16px 0;
  box-sizing: border-box;
  z-index: 2;
}
.todayDeal__list .swiper-slide a .todayDeal__name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
  letter-spacing: -0.26px;
  margin-bottom: 6px;
}
.todayDeal__list .swiper-slide a .todayDeal__desc {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.3px;
}
.todayDeal__list .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 12px;
}
.todayDeal__list .swiper-slide.coupon {
  background: #B1D3FF;
}
.todayDeal__list .swiper-slide.coupon:after {
  width: 52px;
  height: 51px;
  bottom: -5px;
  background: url(../../img/ico/ico_list_coupon.png) no-repeat;
}
.todayDeal__list .swiper-slide.tvshopping {
  background: #FAD59B;
}
.todayDeal__list .swiper-slide.tvshopping:after {
  width: 68px;
  height: 46px;
  background: url(../../img/ico/ico_list_tvshopping.png) no-repeat;
}
.todayDeal__list .swiper-slide.card {
  background: #ACDDE7;
}
.todayDeal__list .swiper-slide.card:after {
  width: 58px;
  height: 46px;
  background: url(../../img/ico/ico_list_card.png) no-repeat;
}
.todayDeal__list .swiper-slide.point {
  background: #C2E7A0;
}
.todayDeal__list .swiper-slide.point:after {
  width: 61px;
  height: 46px;
  background: url(../../img/ico/ico_list_point.png) no-repeat;
}
.todayDeal__list .swiper-slide.push {
  background: #D9BBFF;
}
.todayDeal__list .swiper-slide.push:after {
  width: 61px;
  height: 46px;
  background: url(../../img/ico/ico_list_push.png) no-repeat;
}
.todayDeal__list .swiper-slide.eventA {
  background: #F8BEE1;
}
.todayDeal__list .swiper-slide.eventA:after {
  width: 61px;
  height: 46px;
  background: url(../../img/ico/ico_list_eventA.png) no-repeat;
}
.todayDeal__list .swiper-slide.partnerPass {
  background: #B8C2FF;
}
.todayDeal__list .swiper-slide.partnerPass:after {
  width: 53px;
  height: 53px;
  bottom: -7px;
  background: url(../../img/ico/ico_list_partnerPass.png) no-repeat;
  background-size: contain;
}
.todayDeal__list .swiper-slide.partnerT {
  background: #B8C2FF;
}
.todayDeal__list .swiper-slide.partnerT:after {
  width: 53px;
  height: 53px;
  bottom: -7px;
  background: url(../../img/ico/ico_list_partnerT.png) no-repeat;
  background-size: contain;
}
.todayDeal__list .swiper-slide.eventB {
  background: #AEE8D1;
}
.todayDeal__list .swiper-slide.eventB:after {
  width: 69px;
  height: 59px;
  bottom: -13px;
  background: url(../../img/ico/ico_list_eventB.png) no-repeat;
  background-size: contain;
}
.todayDeal__list .swiper-slide.eventC {
  background: #ACF;
}
.todayDeal__list .swiper-slide.eventC:after {
  width: 66px;
  height: 46px;
  background: url(../../img/ico/ico_list_eventC.png) no-repeat;
}
.todayDeal__list .swiper-slide.vvipe {
  background: #C5B7FF;
}
.todayDeal__list .swiper-slide.vvipe:after {
  width: 51px;
  height: 44px;
  background: url(../../img/ico/ico_list_vvip.png) no-repeat;
}

.tvBenefit {
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #E9E9EC;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
}
.tvBenefit__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.tvBenefit__title strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.34px;
}
.tvBenefit__title .tvBenefit__more {
  position: relative;
  color: #888;
  font-size: 13px;
  letter-spacing: -0.26px;
}
.tvBenefit__title .tvBenefit__more:after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 10px;
  height: 15px;
  margin-left: 2px;
  background: url(../../img/ico/ico_arrow_10x15.svg) no-repeat;
}
.tvBenefit-swiper {
  position: relative;
  overflow: hidden;
}
.tvBenefit-swiper a {
  display: flex;
}
.tvBenefit-swiper .thumbnail {
  position: relative;
  display: flex;
  width: 136px;
  height: 136px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
}
.tvBenefit-swiper .thumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #666666;
  opacity: 0.05;
}
.tvBenefit-swiper .info {
  position: relative;
  display: block;
  flex-flow: column;
  flex: 1;
  min-height: 136px;
}
.tvBenefit-swiper .info .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #222;
  font-size: 14px;
  letter-spacing: -0.56px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-bottom: 3px;
}
.tvBenefit-swiper .info .title b {
  color: #222;
  font-size: 14px;
  letter-spacing: -0.56px;
  margin-right: 3px;
  font-weight: 700;
}
.tvBenefit-swiper .info .goodsPrice {
  display: flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: -0.26px;
}
.tvBenefit-swiper .info .goodsPrice .goodsDiscount {
  position: relative;
  top: -2px;
  color: #FF5F43;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  margin-right: 3px;
}
.tvBenefit-swiper .info .goodsPrice .goodsNumber {
  position: relative;
  top: -2px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}
.tvBenefit-swiper .savingBenefit {
  margin-bottom: 10px;
  height: 19px;
  background: linear-gradient(90deg, #FFEEE8 85.1%, #FFF 100%);
  border-radius: 100px 0 0 100px;
}
.tvBenefit-swiper .savingBenefit strong {
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.336px;
  background: linear-gradient(232deg, #FFD600 5.7%, #FF6930 34.32%, #FF312C 65.88%);
  border-radius: 100px;
  padding: 0 6px;
}
.tvBenefit-swiper .savingBenefit strong span {
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.28px;
}
.tvBenefit-swiper .savingBenefit .savingBenefit__limit {
  position: relative;
  top: 1px;
  color: #FF5F43;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.tvBenefit-swiper .swiper-pagination {
  position: relative; /* 250908 추가 */
  bottom: 0; /* 250908 추가 */
  display: flex;
  justify-content: center;
  left: 0;
  margin: 16px 0 0;
  width: 100%;
  height: 6px;
}
.tvBenefit-swiper .swiper-pagination.off {
  display: none !important;
}
.tvBenefit-swiper .swiper-pagination-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #E5E5E5;
  border-radius: 3px;
  margin: 0 3px;
}
.tvBenefit-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #444;
}
.tvBenefit-swiper .quick-buy {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 146px);
  height: 32px;
  background: #F1F4F6;
  border-radius: 4px;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.26px;
  margin: 10px 0 0;
}
.tvBenefit__content {
  display: flex;
}

.benfitNow_btn .lottieImg {
  position: relative;
  top: 4px;
  width: 71px;
  height: 71px;
}

.footerMenu .benefitTooltip {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  text-align: center;
}
.footerMenu .benefitTooltip .tooltiptxt {
  position: relative;
  bottom: 67px;
  display: inline-block;
  height: 22px;
  padding: 0 10px;
  background: #7950F2;
  border-radius: 100px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.308px;
  line-height: 22px;
}
.footerMenu .benefitTooltip .tooltiptxt:after {
  content: "";
  position: absolute;
  left: calc(50% - 28px);
  bottom: -6px;
  width: 8px;
  height: 6px;
  background: url(/static/img/ico/bg_tooltip.svg) no-repeat;
}
.footerMenu #lottiePlaceholder {
  position: absolute;
  left: calc(50% - 35.5px);
  bottom: -4px;
  width: 71px;
  height: 71px;
}

.footerMenu .benfitNow_btn {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}

.footerMenu .benfitNow_btn a {
  font-size: 0;
  display: flex;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}

.footerMenu .benfitNow_btn a.lottieImg:after {
  display: none;
}

.footerMenu {
  z-index: 1001;
}

.footerDim.show {
  z-index: 1000;
}

.benefitDim {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  touch-action: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/********** // (e) 혜택Now **********/
/* 260429 추가 */
.animationImg {
  position: absolute;
  top: -14px;
  left: calc(50% - 49px);
  width: 98px;
  height: 28px;
}

.animationImg img {
  width: 100%;
}

/*# sourceMappingURL=footer_banfit.css.map */