/* Main 페이지 리뉴얼 (2024.1) */
/* 다른 css 및 js와 충돌 방지를 위해 customer selector 사용 */

.main {
  position: relative;
  background: #fff;
  min-height: 100vh;
}

/* header */
.header_wrap_gn24 {
  position: fixed;
  top: auto;
  left: 0;

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

  width: 100%;
  height: 56px;
  box-sizing: border-box;
  padding: 10px 20px;
  background: #fff;

  font-family: "Apple SD Gothic Neo", "애플고딕";
  font-weight: 700;
  transition: background 0.4s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.cart_btn > .amount {
  position: absolute;
  top: -3px;
  right: -5px;
  min-width: 16px;
  height: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

  background-color: var(--smt-red-50);
  color: #fff;

  font-family: AppleSDGothicNeo;
  font-size: 10px;
  font-weight: 600;
}

.login_message_header_gn24,
.favorite_store_gn24 {
  display: flex;
  align-items: center;
}
.favorite_store_gn24 > .label_favorite_store,
.favorite_store_gn24 > .label_nobrand{
  margin-right: 4px;
}
.icon_area_gn24 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon_area_gn24 > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 메인배너 */
.main_banner_gn24 {
  margin: 0 20px;
  border-radius: 12px;
  overflow: hidden;
}
.main_banner_gn24 .swiper-wrapper{
  position: relative;
  width: 100%;
  height: 80.56vw;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main_banner_gn24 .swiper-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_banner_gn24 .swiper-wrapper img {
  width: 100%;
  height: 100%;
}
.main_banner_gn24 .swiper-btn-wrap {
  position: absolute;
  left: auto;
  right: 8px;
  bottom: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main_banner_gn24 .add-frame {
  position: absolute;
  width: 21px;
  height: 14px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
  top: 10px;
  left: 10px;
  border-radius: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1px;
}
.main_banner_gn24 .add-frame::before {
  content: 'AD';
}
.main_banner_gn24 .swiper-pagination.swiper-pagination-custom {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255,255,255, 0.7);
  font-size: 0.75rem;
  font-family: AppleSDGothicNeo;
  line-height: 16px;
  border-radius: 80px;

  /* 두줄 방지 */
  letter-spacing: 0.5px;
  z-index: 1;
}
.main_banner_gn24 .swiper-pagination.swiper-pagination-custom.one {
  width: 58px;
  padding-left: 6px;
}
.main_banner_gn24 .swiper-pagination.swiper-pagination-custom .swiper-pagination-current {
  width: 14px;
  margin-bottom: 1px;
  padding-right: 2px;
  color: #FFF;
  font-size: 0.75rem;

  /* 두줄 방지 */
  white-space: nowrap;
}
.main_banner_gn24 .swiper-pagination.swiper-pagination-custom .slush {
  width: 4px;
  margin-bottom: 1px;
  font-size: 0.625rem;
}
.main_banner_gn24 .swiper-pagination.swiper-pagination-custom .swiper-pagination-total {
  width: 14px;
  margin-bottom: 1px;
  padding-left: 2px;
  font-size: 0.75rem;

  /* 두줄 방지 */
  white-space: nowrap;
}
.main_banner_gn24 .swiper-pagination.swiper-pagination-custom .ico_plus {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/images/renew.common/ico_plus.svg) no-repeat center center/contain;
}
.main_banner_gn24 .swiper-button-pause_gn24,
.main_banner_gn24 .swiper-button-play_gn24 {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 52px;
  cursor: pointer;
  z-index: 2;
}
.main_banner_gn24 .swiper-button-pause_gn24 .ico_pause {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/images/renew.common/ico_pause.svg) no-repeat center center/contain;
}
.main_banner_gn24 .swiper-button-play_gn24 {
  display: none;
}
.main_banner_gn24 .swiper-button-play_gn24 .ico_play {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/images/renew.common/ico_play.svg) no-repeat center center/contain;
}


/* 서브배너 */
.sub_banner_gn24 {
}
.sub_banner_gn24 .swiper-wrapper{
  position: relative;
  width: 100%;
  height: 33.33vw;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sub_banner_gn24 .swiper-wrapper a {
  display: block;
}
.sub_banner_gn24 .swiper-wrapper img {
  width: 100%;
  height: 33.33vw;
  object-fit:fill;
}
.sub_banner_gn24 .swiper-btn-wrap {
  position: absolute;
  left: auto;
  right: 8px;
  bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_banner_gn24 .add-frame {
  position: absolute;
  width: 21px;
  height: 14px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
  top: 10px;
  left: 10px;
  border-radius: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1px;
}
.sub_banner_gn24 .add-frame::before {
  content: 'AD';
}
.sub_banner_gn24 .swiper-pagination.swiper-pagination-fraction {
  position: static;
  width: auto;
  padding: 1px 6px;
  background: #000000;
  color: #DEDEDE;
  font-size: 0.75rem;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.34;
}
.sub_banner_gn24 .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
  color: #FFF;
  font-size: 0.75rem;
}
.sub_banner_gn24 .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total {
  color: #DEDEDE;
  font-size: 0.75rem;
}
.sub_banner_gn24 .swiper-pagination.swiper-pagination-custom {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 20px;
  padding-left: 20px;
  padding-right: 6px;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255,255,255, 0.7);
  font-size: 0.75rem;
  font-family: AppleSDGothicNeo;
  line-height: 16px;
  border-radius: 12px;

  /* 두줄 방지 */
  letter-spacing: 0.5px;
  z-index: 1;
}
.sub_banner_gn24 .swiper-pagination.swiper-pagination-custom.one {
  width: 44px;
  padding-left: 6px;
}
.sub_banner_gn24 .swiper-pagination.swiper-pagination-custom .swiper-pagination-current {
  width: 14px;
  margin-bottom: 1px;
  padding-right: 2px;
  color: #FFF;
  font-size: 0.75rem;
  /* 두줄 방지 */
  white-space: nowrap;
}
.sub_banner_gn24 .swiper-pagination.swiper-pagination-custom .slush {
  width: 4px;
  margin-bottom: 1px;
  font-size: 0.625rem;
}
.sub_banner_gn24 .swiper-pagination.swiper-pagination-custom .swiper-pagination-total {
  width: 14px;
  margin-bottom: 1px;
  padding-left: 2px;
  font-size: 0.75rem;
  /* 두줄 방지 */
  white-space: nowrap;
}
.sub_banner_gn24 .swiper-button-pause-sub_gn24,
.sub_banner_gn24 .swiper-button-play-sub_gn24 {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 36px;
  cursor: pointer;
  z-index: 2;
}
.sub_banner_gn24 .swiper-button-pause-sub_gn24 .ico_pause {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/images/renew.common/ico_pause.svg) no-repeat center center/contain;
}
.sub_banner_gn24 .swiper-button-play-sub_gn24 {
  display: none;
}
.sub_banner_gn24 .swiper-button-play-sub_gn24 .ico_play {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/images/renew.common/ico_play.svg) no-repeat center center/contain;
}


/* 광고 배너 */
.add_banner_gn24 {
  margin : 5% 5%;
}

.add_banner_gn24 .container_gn24{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  grid-gap: 5% 3%;
}

.add_banner_gn24 .container_gn24 .item_gn24 a {
  width: 100%;
  height: 100%;
  display: block;
}

.add_banner_gn24 .container_gn24 .item_gn24 img{
  display: grid;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit:fill;
}

.add_banner_gn24 .add-frame {
  position: absolute;
  width: 21px;
  height: 14px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
  top: 10px;
  left: 10px;
  border-radius: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1px;
}
.add_banner_gn24 .add-frame::before {
  content: 'AD';
}

/* footer */
#body_footer_gn24 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 20px 46px;
  border-top: 1px solid var(--gs-gray-200);
  font-size: 0.625rem;
  line-height: 16px;
}

#body_footer_gn24 .line {
  width: 1px;
  height: 8px;
  background-color: var(--gs-gray-300);
}

.footer_button_area_gn24 > ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer_info_area_gn24 > ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer_info_area_gn24 ul.inner_list {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 단골매장 서비스 별 제공 여부 말풍선 */
.balloon {
  /*position: relative;*/
  display: inline-block;
}

.balloon .snackbar {
  position: absolute;
  top:0;
  left: 20px;
  display: flex;
  align-items: center;
  width: auto;
  height: 28px;
  margin: 0;
  padding: 0 10px;
  background: var(--gs-gray-900);
  border-radius: 80px;
  z-index: 10;
}

.balloon .snackbar p {
  padding-right: 4px;
  font-family: "NanumSquareRound", -apple-system, Roboto, Arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}

.balloon .snackbar .ico_delete {
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  flex-shrink: 0;
  background: url(/assets/images/renew.common/icon-delete-16.svg) no-repeat center center/contain;
}

.balloon .snackbar:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 12px;
  height: 10px;
  margin-left: -38px;
  margin-top: -19px;
  background: url(/assets/images/renew.common/ico_main_tooltip.svg) no-repeat center center/contain;
}

.balloon:hover .balloon-content {
  display: block;
}

.close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 999;
}

/* 단골매장 바텀시트 */
.favorite_store_setting > .description {
  padding: 20px;
}

.favorite_store_setting > .description > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.favorite_store_setting > .description > .header > a {
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--gs-gray-300, #DEDEDE);
  background: var(--bw-white, #FFF);

  font-family: AppleSDGothicNeo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.favorite_store_setting > .description > .header > p {
  padding-top: 5px;
  color: var(--gs-gray-800, #4D4E4F);

  font-family: AppleSDGothicNeo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.favorite_store_option_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;

  padding: 20px;
}

.favorite_store_option_list > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.favorite_store_option_list > li > .store_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

/* 25-02-06 단골라운지 버튼 개선 [S] */
.favorite_store_option_list > li > .label_lounge {
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid var(--gs-gray-300, #DEDEDE);
  color: var(--gs-gray-900);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  align-items: center;
  font-family: AppleSDGothicNeo;
}

.favorite_store_option_list > li > .label_lounge i {
  width: 22px;
  height: 22px;
}
/* 25-02-06 단골라운지 버튼 개선 [E] */

.label_representative {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
  background-color: var(--smt-blue-700);
  color: #fff
}

/* 메인 사용 icon */
.ico_cart_gn24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: cover;
  background-image: url(/assets/images/renew.common/ico_cart.png);
}

.ico_cart_gn24.on{
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: cover;
  background-image: url(/assets/images/renew.common/ico_cart_on.png);
}

.ico_alarm_gn24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: cover;
  background-image: url(/assets/images/renew.common/ico_alarm.png);
}

.ico_allmenu_gn24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: cover;
  background-image: url(/assets/images/renew.common/ico_allmenu.png);
}

.ico_arrow_right {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: cover;
  background-image: url(/assets/images/renew.main/ico_arrow_right.png);
}

.ico_arrow_right.small {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.ico_arr_link_gn24 {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-size: cover;
  background-image: url(/assets/images/renew.look.feel/ico_arrow_link.png);
}

/* 메인 주요 서비스 메뉴 */
.main_menu_list_service_gn24 {
  background: var(--gs-gray-100);
  padding-bottom:15px
}

.main_menu_list_service_gn24 .wrap {
  /*box-sizing: border-box;*/
  padding: 21px 20px 24px;
  width: 100%;
  height: fit-content;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  box-shadow: 0px 7px 10px -1px #0000000D;
}

.main_menu_list_service_gn24 .wrap > ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    row-gap: 16px;
    margin-top: 15px;
}

.main_menu_list_service_gn24 .wrap ul li {
  margin: 0 auto;
}

.menu_service_gn24 {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 6px;*/
}

.menu_service_gn24 > .ico_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #FFFFFF;
}
.ico_gn24 {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  background-size: 36px auto;
}

#service_event_icon {
  position: absolute;
  animation: event_pop 2.5s infinite;
}

@keyframes event_pop {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(0.7) translate(-2px, 3px);
  }
  40% {
    transform: scale(1.3) translate(2px, -3px);
  }
  55% {
    transform: scale(1);
  }
}

.ico_menu_service_event_gn24 {
  background-image: url(/assets/images/renew.look.feel/ico_service_event_wht.png);
  background-size: cover;
}

.ico_menu_service_preorder_gn24 {
  background-image: url(/assets/images/renew.look.feel/ico_service_preorder_wht.png);
  background-size: cover;
}

.ico_menu_service_quick_delivery_gn24 {
  background-image: url(/assets/images/renew.look.feel/ico_service_quick_delivery_wht.png);
  background-size: cover;
}

.ico_menu_service_today_pickup_gn24 {
  background-image: url(/assets/images/renew.look.feel/ico_service_today_pickup_wht.png);
  background-size: cover;
}

.ico_menu_service_keep_gn24 {
  background-image: url(/assets/images/renew.look.feel/ico_service_keep_wht.png);
  background-size: cover;
}

.ico_menu_service_keep_coupon_gn24 {
  background-image: url(/assets/images/renew.look.feel/ico_service_subscribe_coupon.png);
  background-size: cover;
}

.ico_menu_service_delivery_gn24 {
  background-image: url(/assets/images/renew.look.feel/ico_service_delivery_reservation_wht.png);
  background-size: cover;
}

.ico_menu_service_count_search_gn24 {
  background-image: url(/assets/images/renew.look.feel/ico_service_month_product_wht.png);
  background-size: cover;
}

.ico_menu_service_alcohol_preorder {
  background-image: url(/assets/images/renew.look.feel/ico_service_alcohol_pickup_wht.png);
  background-size: cover;
}

.ico_menu_service_event_product {
  background-image: url(/assets/images/renew.look.feel/ico_service_event_product_wht.png);
  background-size: cover;
}

.ico_menu_service_find_store {
  background-image: url(/assets/images/renew.look.feel/ico_service_find_store_wht.png);
  background-size: cover;
}

.ico_menu_service_24check {
  background-image: url(/assets/images/renew.look.feel/ico_service_24check_wht.png);
  background-size: cover;
}

.main_menu_list_service_gn24 .menu_service_gn24 em {
    /*width: 60px;*/
    /*display: block;*/
    /*margin-top: 18px;*/
    /*text-align: center;*/
    font-family: "Apple SD Gothic Neo", -apple-system, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

/* 스탬프 행사 */
.stamp_event_wrap_gn24 {
  padding: 20px 0;
}

.stamp_event_header_wrap_gn24 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  padding:0 20px;
}

.stamp_event_view_wrap_gn24 {
  display: flex;
  align-items: center;
  justify-content: center; /* 아이템들을 수직으로 가운데 정렬 */
}

.stamp_event_view_wrap_gn24 a {
  display: flex; /* a 요소에 대해서도 flex를 적용 */
  align-items: center;
}

.stamp_event_view_gn24 {
  color: #232425;
  font-feature-settings: "clig" off, "liga" off;
  font-family: AppleSDGothicNeo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.ico_arr_right_gn24 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url("/assets/images/main/common/icon_arrow.png");
}

.stamp_event_list_wrap_gn24 ul {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: auto;
  scrollbar-width: none;
  width: 100vw;
  padding:0 20px;
}

.stamp_event_list_wrap_gn24 ul > li {
  width: 153px;
  /*height: 257px;*/
  border-radius: 12px;
  border: 1px solid var(--gs-gray-200, #eee);
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
}

.stamp_event_list_wrap_gn24 ul li a {
  display: block;
}

.stamp_event_list_wrap_gn24 .stamp_event_img_gn24 {
  width: 153px;
  height: 153px;
  object-fit: fill;
}

.stamp_event_info_gn24 {
  border-top: 1px solid var(--gs-gray-200, #eee);
  padding: 12px;
}

.stamp_event_info_gn24 div:last-child {
  letter-spacing: -0.5px;
}

  /*.stamp_event_list_wrap_gn24 ul li a {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
  }

  .stamp_event_list_wrap_gn24 img {
    width: 108px;
    height: 108px;
  }

.stamp_event_info_gn24 {
  max-width: calc(100% - 124px);
  max-height: 100px;
  padding: 10px;
  margin-left: 6px;
}*/

.stamp_event_info_d_day_gn24 {
  display: inline-flex;
  padding: 2px 8px;
  align-items: flex-start;
  border-radius: 12px;
  background: var(--smt-blue-50);
  margin-bottom: 8px;
}

.stamp_event_info_d_day_gn24_end {
  display: inline-flex;
  padding: 2px 8px;
  align-items: flex-start;
  border-radius: 12px;
  background: #FAF0F0;
  margin-bottom: 8px;
}

.stamp_event_info_title_gn24 {
  max-height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 2px;
  margin-bottom: 2px;
  letter-spacing: -1px;
}

/* 메인 배너 바텀시트 */
.main_banner_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5%;
  width: 89.3333333333vw;
  height: 39.6666666667vw;
}

.main_banner_img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.main_bottom_img{
  width: 100%;
  height: 100%;
  border: 0;
}

/* 2025-03-04 [개선] 메인 개편 건 :: 추천 이벤트 */
.recommend_event_list_gn24 {
  padding: 40px 0 20px !important;
}

.recommend_event_list_gn24::before {
  content:'';
  display: block;
  width: 100%;
  height: 8px;
  background: #F5F5F5;
  position:absolute;
  top: 0;
  left: 0;
}

.recommend_event_banner_gn24 {
  margin:0 20px;
  overflow: hidden;
  border-radius: 12px;
  border:1px solid var(--gs-gray-200, #EEEEEE);
}

.recommend_event_banner_gn24 .swiper-slide > a {
  display: block;
}

.recommend_event_banner_gn24 .swiper-slide .recommend_event_img {
  width: 100%;
  height: 42.26vw; /* 2025-04-01 비율 수정 */
  overflow: hidden;
}

.recommend_event_banner_gn24 .swiper-slide .recommend_event_img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 2025-04-01 비율 수정 */
}

.recommend_event_banner_gn24 .swiper-btn-wrap {
  position: absolute;
  right: 8px;
  bottom: 75px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.recommend_event_banner_gn24 .swiper-slide .recommend_event_info_gn24 {
  width: 100%;
  padding:12px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  border-top:1px solid var(--gs-gray-200, #EEEEEE);
}

.recommend_event_banner_gn24 .swiper-slide .recommend_event_info_gn24 > div {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 필요시 두 줄 처리 */
}

.recommend_event_banner_gn24 .swiper-pagination.swiper-pagination-custom {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 20px;
  padding-left: 20px;
  padding-right: 6px;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255,255,255, 0.7);
  font-size: 0.75rem;
  font-family: AppleSDGothicNeo;
  line-height: 16px;
  border-radius: 12px;

  /* 두줄 방지 */
  letter-spacing: 0.5px;
  z-index: 1;
}

.recommend_event_banner_gn24 .swiper-pagination.swiper-pagination-custom.one {
  width: 44px;
  padding-left: 6px;
}
.recommend_event_banner_gn24 .swiper-pagination.swiper-pagination-custom .swiper-pagination-current {
  width: 14px;
  margin-bottom: 1px;
  padding-right: 2px;
  color: #FFF;
  font-size: 0.75rem;
  /* 두줄 방지 */
  white-space: nowrap;
}
.recommend_event_banner_gn24 .swiper-pagination.swiper-pagination-custom .slush {
  width: 4px;
  margin-bottom: 1px;
  font-size: 0.625rem;
}
.recommend_event_banner_gn24 .swiper-pagination.swiper-pagination-custom .swiper-pagination-total {
  width: 14px;
  margin-bottom: 1px;
  padding-left: 2px;
  font-size: 0.75rem;
  /* 두줄 방지 */
  white-space: nowrap;
}
.recommend_event_banner_gn24 .swiper-button-pause-sub_gn24,
.recommend_event_banner_gn24 .swiper-button-play-sub_gn24 {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 36px;
  cursor: pointer;
  z-index: 2;
}
.recommend_event_banner_gn24 .swiper-button-pause-sub_gn24 .ico_pause {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/images/renew.common/ico_pause.svg) no-repeat center center/contain;
}
.recommend_event_banner_gn24 .swiper-button-play-sub_gn24 {
  display: none;
}
.recommend_event_banner_gn24 .swiper-button-play-sub_gn24 .ico_play {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/images/renew.common/ico_play.svg) no-repeat center center/contain;
}