/* [2025-05-02 oh] [WPM-10719] [ÇýÅÃ] '25.4¿ù È­¸é°³Æí'_'¹Ú¼±¼Ö'-2025-03-27 */
:root {
  --color-hana: #00a57f;
}
.benefit-home-wrap * {
  box-sizing: border-box;
}
.benefit-home-wrap {
  overflow: hidden;
  padding-top: 5rem;
}
.benefit-home-wrap.bottom-margin:after {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  background-color: #fff;
}
.benefit-home-wrap .box-logout {
  display: flex;
  align-items: center;
  height: 13rem;
  margin-top: 1rem;
  padding: 0 1.6rem;
  background-color: #fff;
}
.benefit-home-wrap .box-logout p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0;
}
.benefit-home-wrap .box-logout strong {
  position: relative;
  font-weight: 500;
  color: var(--color-hana);
  white-space: nowrap;
}
.benefit-home-wrap .box-logout strong:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-hana);
}
.benefit-home-wrap .box-benefit-section {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding: 4rem 1.6rem 3rem;
  background-color: #fff;
}
.benefit-home-wrap .box-benefit-section .tit {
  line-height: 2.5rem;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.02em;
}
.benefit-home-wrap .box-myinfo {
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 0;
}
.benefit-home-wrap .box-myinfo .btns-period-area {
  position: absolute;
  top: 4.1rem;
  right: 2rem;
  display: flex;
  gap: 2.1rem;
  align-items: center;
}
.benefit-home-wrap .box-myinfo .btns-period-area .month {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}
.benefit-home-wrap .box-myinfo .btns-period-area .month ~ .month:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1.2rem;
  background-color: #b1b7c4;
  transform: translate(50%, -50%);
}
.benefit-home-wrap .box-myinfo .btns-period-area .active {
  font-weight: 700;
}
.benefit-home-wrap .box-myinfo .myinfo {
  margin-top: 1.7rem;
  padding-bottom: 3.9rem;
}
.benefit-home-wrap .box-myinfo .myinfo + .list-menus {
  margin-top: -0.7rem;
}
.benefit-home-wrap .box-myinfo .myinfo .benefit-price {
  line-height: 3.7rem;
  font-weight: 700;
  font-size: 2.931rem;
  color: var(--color-hana);
  letter-spacing: 0;
}
.benefit-home-wrap .box-myinfo .myinfo .benefit-price a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  word-break: break-all;
}
.benefit-home-wrap .box-myinfo .myinfo .benefit-price a:after {
  content: "";
  display: inline-block;
  width: 0.7666rem;
  height: 1.366rem;
  background: url(/images/benefit/icon-arrow-more-large.png) 50% 50% no-repeat;
  background-size: 0.7666rem auto;
}
.benefit-home-wrap .box-myinfo .myinfo .benefit-desc {
  margin-top: 0.4rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #5e5e5e;
  letter-spacing: -0.02em;
}
/* .benefit-home-wrap .box-myinfo .list-menus {
  margin-top: -0.269rem;
} */
.benefit-home-wrap .box-myinfo .list-menus ul {
  position: relative;
  display: flex;
  flex-direction: row;
}
.benefit-home-wrap .box-myinfo .list-menus ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  right: -4px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.benefit-home-wrap .box-myinfo .list-menus ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  flex: 1 1 auto;
  height: 4.7rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}
.benefit-home-wrap .box-myinfo .list-menus ul li a {
  display: block;
  width: 100%;
  min-width: 0;
  white-space: nowrap;
  text-align: center;
}
.benefit-home-wrap .box-myinfo .list-menus ul li:first-child {
  min-width: 28%;
}
.benefit-home-wrap .box-myinfo .list-menus ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 2.076rem;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.1);
}
.benefit-home-wrap .box-myinfo .list-menus ul li:nth-child(2):last-child {
  flex: 0 0 50%;
}
.benefit-home-wrap .box-myinfo .list-menus ul li em {
  margin-left: 0.4rem;
  font-style: normal;
  color: var(--color-hana);
}
.benefit-home-wrap .box-myinfo .list-menus ul li em.grade {
  color: #c1892d;
}
.benefit-home-wrap .box-myinfo .tooltip {
  z-index: 1;
  position: absolute;
  bottom: -2.45rem;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #666;
  border-radius: 22.9px;
  background-color: #fff;
}
.benefit-home-wrap .box-myinfo .tooltip:before {
  z-index: -1;
  content: "";
  position: absolute;
}
.benefit-home-wrap .box-myinfo .tooltip.down:before {
  bottom: -1.833rem;
  left: 50%;
  width: 1.833rem;
  height: 1.3rem;
  background: url(/images/benefit/icon-tooltip-down.png) center center no-repeat;
  background-size: 1.833rem auto;
  transform: translateX(-50%);
  animation: bounceArrows 1s infinite;
}
@keyframes bounceArrows {
  0%,
  100% {
    transform: translate(-50%, -2px);
  }
  50% {
    transform: translate(-50%, 3px);
  }
}
.benefit-home-wrap .box-myinfo .tooltip:not(.down):before {
  top: -6px;
  right: 2.6rem;
  width: 7px;
  height: 6px;
  background: url(/images/benefit/icon-tooltip-arrow.png) center center no-repeat;
  background-size: 0.8rem auto;
}
.benefit-home-wrap .box-myinfo .tooltip:not(.down):after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.7rem;
  width: 0.5rem;
  height: 1px;
  background-color: #fff;
}
.benefit-home-wrap .box-myinfo.vip .tooltip:not(.down):before,
.benefit-home-wrap .box-myinfo.vip .tooltip:not(.down):after {
  right: 50%;
  transform: translateX(50%);
}
.benefit-home-wrap .box-myinfo .tooltip .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 59.7vw;
  height: 30px;
  padding: 0 21px;
  line-height: 18px;
  font-weight: 700;
  font-size: 14px;
  color: transparent;
  letter-spacing: -0.05em;
  background-color: #fff;
  background: linear-gradient(90deg, #00c728 0%, #ff8eec 42.13%, #00a1ff 81.01%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  border-radius: 22.9px;
  box-shadow: 0 3.66px 3.66px 0 rgba(112, 200, 255, 0.25);
  animation: gradientMove 3s ease-in-out infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
.benefit-home-wrap .box-myinfo .tooltip.down {
  bottom: -0.45rem;
}
.benefit-home-contents .box-event header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.benefit-home-contents .box-event .btn-sort {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding-right: 1.6rem;
  letter-spacing: -0.025em;
}
.benefit-home-contents .box-event .btn-sort:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/images/benefit/icon-arrow-more-small.png) 50% 50% no-repeat;
  background-size: 1.2rem auto;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.benefit-home-contents .box-event .btn-sort[aria-hidden="true"]:after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease;
}
.benefit-home-contents .box-event .slider-list-event {
  margin: 0 -1.6rem;
}
.benefit-home-contents .box-event .slider-list-event .swiper-wrapper {
  margin-top: 2.5rem;
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide {
  overflow: hidden;
  border-radius: 1.8rem; /* [2025-11-27 KEJ] [WPM-] ¼öÁ¤ */
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide > a {
  display: flex;
  flex-direction: column;
  min-height: 8.3rem;
  height: 23.06vw;
  padding: 1.779rem 2rem 1.321rem;
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide .tit {
  line-height: 1.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide .num {
  line-height: 3.4rem;
  font-weight: 500;
  font-size: 2.7rem;
  letter-spacing: -0.02em;
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide.coupon {
  background: linear-gradient(180deg, #9affd8 0%, #c8ffe2 100%);
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide.pick {
  background: linear-gradient(180deg, #b6fbff 0%, #caf3ff 100%);
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide.event {
  background: linear-gradient(180deg, #fcdbff 0%, #ffdbec 100%);
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide.vip-check {
  background: linear-gradient(180deg, #252525 0%, #353a95 100%);
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide.vip {
  background-image: url(/images/benefit/bg-benefit-event05.gif);
  background-size: contain;
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide[class*="vip"] .tit,
.benefit-home-contents .box-event .slider-list-event .swiper-slide[class*="vip"] .num {
  color: #fff;
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide:not(.vip):not(.img-banner):after { /* [2025-07-25 kho] [WPM-11884] :not(.img-banner) Ãß°¡ */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6.4rem;
  height: 5.8rem;
  transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  animation: moveUpDown 2s ease infinite;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-45%);
  }
  100% {
    transform: translateY(-50%);
  }
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide.coupon:after {
  background-image: url(/images/benefit/icon-benefit-event01.png);
  background-size: 6.4rem auto;
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide.pick:after {
  background-image: url(/images/benefit/icon-benefit-event02.png);
  background-size: 6.3rem auto;
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide.event:after {
  background-image: url(/images/benefit/icon-benefit-event03.png);
  background-size: 5.1rem auto;
  background-position: calc(100% - 1rem) 50%;
}
.benefit-home-contents .box-event .slider-list-event .swiper-slide.vip-check:after {
  background-image: url(/images/benefit/icon-benefit-event04.png);
  background-size: 4.8rem auto;
  background-position: 100% 50%;
}
/* [2025-07-30 KJH] [WPM-11558] Á¢±Ù¼º : ±â´ÉÀÌ ÀÖ´Â ¹öÆ°¿¡´Â È­¸é¿¡ ³ëÃâÇØ¾ß ÇÏ´Âµ¥...display none Ã³¸® */
/* .benefit-home-contents .box-event .slider-list-event [class*="swiper-button-"] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: transparent;
} */
.benefit-home-contents .box-event .slider-list-event [class*="swiper-button-"] {
  display: none;
}
/* // [2025-07-30 KJH] [WPM-11558] Á¢±Ù¼º : ±â´ÉÀÌ ÀÖ´Â ¹öÆ°¿¡´Â È­¸é¿¡ ³ëÃâÇØ¾ß ÇÏ´Âµ¥...display none Ã³¸® */
.benefit-home-contents .list-benefit-yet {
  padding-top: 2.5rem;
}
.benefit-home-contents .list-benefit-yet ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.benefit-home-contents .list-benefit-yet li a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.916rem;
}
.benefit-home-wrap .list-benefit-yet .box-skeleton {
  display: none;
}
.benefit-home-contents .list-benefit-yet li .badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.4rem auto;
}
.benefit-home-contents .list-benefit-yet li .badge.gold {
  background-image: url(/images/benefit/badge-gold.png);
}
.benefit-home-contents .list-benefit-yet li .badge.silver {
  background-image: url(/images/benefit/badge-silver.png);
}
.benefit-home-contents .list-benefit-yet li .badge.bronze {
  background-image: url(/images/benefit/badge-bronze.png);
}
.benefit-home-contents .list-benefit-yet li .img {
  flex-shrink: 1;
}
.benefit-home-contents .list-benefit-yet li .img img {
  max-width: 100%;
}
.benefit-home-contents .list-benefit-yet li .dday {
  flex: 1 0 5.771rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.771rem;
  height: 2.931rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  border-radius: 9.16rem;
  background-color: #f7f7f7;
}
.benefit-home-contents .list-benefit-yet li .dday.today {
  color: #ff2e55;
  background-color: #fff4f4;
}
.benefit-home-contents .list-benefit-apptech {
  padding-top: 2.835rem;
}
.benefit-home-contents .list-benefit-apptech ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.benefit-home-contents .list-benefit-apptech li a {
  display: block;
  height: 51.11vw;
  padding: 2.5rem;
  border-radius: 2.5rem;
}
.benefit-home-contents .list-benefit-apptech li strong {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
}
.benefit-home-contents .list-benefit-apptech li span {
  display: block;
  font-size: 1.4rem;
  padding-top: 0.6rem;
  letter-spacing: -0.04em;
}
.benefit-home-contents .list-benefit-apptech li.money {
  background: url(/images/benefit/bg-benefit-apptech01.png) center center no-repeat;
  background-size: cover;
}
.benefit-home-contents .list-benefit-apptech li.random {
  background: url(/images/benefit/bg-benefit-apptech02.png) center center no-repeat;
  background-size: cover;
}
.benefit-home-contents .box-apptech .btn-money-info {
  position: relative;
  margin-top: 8px;
  padding-right: 9px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #2bbe79 1.88%, #0fa3dd 105.37%);
  background-clip: text;
  color: transparent;
}
.benefit-home-contents .box-apptech .btn-money-info:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #2bbe79 1.88%, #0fa3dd 105.37%);
}
.benefit-home-contents .box-apptech .btn-money-info:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6rem;
  height: 1.1rem;
  background: url(/images/benefit/icon-arrow-blue.png) center center no-repeat;
  background-size: 0.6rem auto;
  transform: translateY(-50%);
}
.benefit-home-contents .box-daily header {
  position: relative;
}
.benefit-home-contents .box-daily header .btn-more {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: -0.025em;
  transform: translateY(-50%);
}
.benefit-home-contents .box-daily header .btn-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/images/benefit/icon-arrow-more-small.png) center center no-repeat;
  background-size: 1.2rem auto;
  transform: translateY(-50%);
}
.benefit-home-contents .box-daily .list-benefit-daily {
  padding-top: 2.5rem;
}
.benefit-home-contents .box-daily .list-benefit-daily ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.benefit-home-contents .box-daily .list-benefit-daily img {
  width: 100%;
}

/* sorting popup */
.popup-benefit-sorting .ui-layer__body {
  overflow: initial;
}
.popup-benefit-sorting .list-benefit-sort ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2.4rem;
}
.popup-benefit-sorting .list-benefit-sort ul li {
  position: relative;
  width: 100%;
}
.popup-benefit-sorting .list-benefit-sort ul li button.btn-sort {
  position: relative;
  width: 100%;
  line-height: 1.9rem;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  text-align: left;
}
.popup-benefit-sorting .list-benefit-sort ul li.active button.btn-sort {
  font-weight: 500;
  color: #00a49d;
}
.popup-benefit-sorting .list-benefit-sort ul li.active button.btn-sort:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/images/common/ic-checkbox-l-s.svg) center center no-repeat;
  background-size: 1.8rem auto;
}
.popup-benefit-sorting .list-benefit-sort ul li button.btn-info {
  position: absolute;
  top: 50%;
  left: 4.5rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/images/benefit/icon-info.png) center center no-repeat;
  background-size: 1.8rem auto;
  transform: translateY(-50%);
  z-index: 1;
}
.popup-benefit-sorting .list-benefit-sort ul li .box-tooltip-sort {
  position: absolute;
  top: -3.7rem;
  left: 2rem;
  max-width: 25.8rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  color: #fff;
  border-radius: 3px;
  background-color: #2c364e;
}
.popup-benefit-sorting .list-benefit-sort ul li .box-tooltip-sort[hidden] {
  display: none;
}
.popup-benefit-sorting .list-benefit-sort ul li .box-tooltip-sort:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 2.7rem;
  width: 1.4rem;
  height: 1rem;
  background: url(/images/benefit/bg-tooltip-tail.png) 0 0 no-repeat;
  background-size: 1.4rem auto;
}

/* skeleton */
.benefit-home-wrap .box-benefit-section.is-skeleton .skeleton,
.benefit-home-wrap .is-skeleton:not(.box-benefit-section) .skeleton-each {
  font-size: 0 !important;
  border-radius: 20px;
  background: #d9d9d9 !important;
  background-size: 200% 100%;
  animation: pulse 1.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.benefit-home-wrap .box-myinfo.is-skeleton .tit {
  width: 7.7rem;
  height: 2.5rem;
}
.benefit-home-wrap .box-myinfo.is-skeleton .btns-period-area {
  margin-top: 5px;
  width: 8.8rem;
  height: 2.2rem;
}
.benefit-home-wrap .box-myinfo.is-skeleton .btns-period-area .month {
  display: none;
}
.benefit-home-wrap .box-myinfo .myinfo.is-skeleton .benefit-price {
  display: inline-block;
  width: 13.7rem;
  height: 3.2rem;
}
.benefit-home-wrap .box-myinfo .myinfo.is-skeleton .benefit-price *,
.benefit-home-wrap .box-myinfo.is-skeleton .btns-period-area .month ~ .month:before {
  display: none;
}
.benefit-home-wrap .box-myinfo .myinfo.is-skeleton .benefit-desc {
  width: 18rem;
  height: 1.8rem;
}
.benefit-home-wrap .box-myinfo .list-menus.is-skeleton li:first-of-type a {
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: calc(100vw - 4.4rem);
  height: 2rem;
  transform: translateY(-50%);
}
.benefit-home-wrap .box-myinfo.is-skeleton .list-menus ul li:not(:last-child):after,
.benefit-home-wrap .box-myinfo .list-menus.is-skeleton ul li:not(:last-child):after {
  display: none;
}
.benefit-home-wrap .box-myinfo.is-skeleton .tooltip {
  display: none;
}
.benefit-home-wrap .box-event .is-skeleton .tit.skeleton-each,
.benefit-home-wrap .box-only.is-skeleton .tit {
  width: 15.7rem;
  height: 2.1rem;
}
.benefit-home-contents .box-event .is-skeleton .btn-sort.skeleton-each {
  width: 5.2rem;
  height: 1.6rem;
}
.benefit-home-contents .box-event .is-skeleton .btn-sort.skeleton-each:after {
  display: none;
}
.benefit-home-wrap .box-event .slider-list-event.is-skeleton {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.benefit-home-wrap .box-event .slider-list-event.is-skeleton .skeleton-each .num {
  width: 2.3rem;
  height: 2.4rem;
  font-size: 0 !important;
  border-radius: 100%;
  background: #f3f3f3;
}
.benefit-home-wrap .box-event .slider-list-event.is-skeleton .skeleton-each .tit {
  width: 8.6rem;
  height: 1.5rem;
  margin-top: 0.8rem;
  font-size: 0 !important;
  background: #f3f3f3;
  border-radius: 2rem;
}
.benefit-home-contents .box-event .slider-list-event.is-skeleton .swiper-slide:after {
  display: none;
}
.benefit-home-wrap .box-event .list-benefit-yet.is-skeleton .badge,
.benefit-home-wrap .box-event .list-benefit-yet.is-skeleton .img,
.benefit-home-wrap .box-benefit-section.is-skeleton .list-benefit-yet .badge,
.benefit-home-wrap .box-benefit-section.is-skeleton .list-benefit-yet .img {
  display: none;
}
.benefit-home-wrap .box-event .list-benefit-yet.is-skeleton .box-skeleton,
.benefit-home-wrap .box-benefit-section.is-skeleton .list-benefit-yet .box-skeleton {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}
.benefit-home-wrap .box-event .list-benefit-yet.is-skeleton .box-skeleton .img,
.benefit-home-wrap .box-benefit-section.is-skeleton .list-benefit-yet .box-skeleton .img {
  display: inline-block;
  flex: 0 0 6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
}
.benefit-home-wrap .box-event .list-benefit-yet.is-skeleton .box-skeleton .box-txt,
.benefit-home-wrap .box-benefit-section.is-skeleton .list-benefit-yet .box-skeleton .box-txt {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin-left: 2rem;
}
.benefit-home-wrap .box-event .list-benefit-yet.is-skeleton .box-skeleton .box-txt .tit,
.benefit-home-wrap .box-benefit-section.is-skeleton .list-benefit-yet .box-skeleton .box-txt .tit {
  display: inline-block;
  width: 10rem;
  height: 2rem;
}
.benefit-home-wrap .box-event .list-benefit-yet.is-skeleton .box-skeleton .box-txt .desc,
.benefit-home-wrap .box-benefit-section.is-skeleton .list-benefit-yet .box-skeleton .box-txt .desc {
  display: inline-block;
  width: 14.5rem;
  height: 1.5rem;
}
.benefit-home-wrap .box-event .list-benefit-yet.is-skeleton .dday.skeleton,
.benefit-home-wrap .box-benefit-section.is-skeleton .list-benefit-yet .dday.skeleton {
  flex-grow: 0;
}
.benefit-home-wrap .box-apptech.is-skeleton .tit {
  width: 15.7rem;
  height: 2.1rem;
}
.benefit-home-wrap .box-apptech.is-skeleton .btn-money-info {
  display: inline-block;
  width: 13rem;
  height: 1.8rem;
}
.benefit-home-wrap .box-apptech.is-skeleton .btn-money-info:after,
.benefit-home-wrap .box-apptech.is-skeleton .btn-money-info:before {
  display: none;
}
.benefit-home-wrap .box-apptech.is-skeleton .list-benefit-apptech .box-skeleton {
  display: flex;
  flex-direction: column;
}
.benefit-home-wrap .box-apptech.is-skeleton .list-benefit-apptech li > a > span,
.benefit-home-wrap .box-apptech.is-skeleton .list-benefit-apptech li > a > strong {
  display: none;
}
.benefit-home-wrap .box-apptech.is-skeleton .list-benefit-apptech .box-skeleton strong {
  width: 8.9rem;
  height: 1.8rem;
  background-color: #f3f3f3;
  border-radius: 2rem;
}
.benefit-home-wrap .box-apptech.is-skeleton .list-benefit-apptech .box-skeleton strong:first-of-type {
  width: 6.4rem;
}
.benefit-home-wrap .box-apptech.is-skeleton .list-benefit-apptech .box-skeleton strong ~ strong {
  margin-top: 0.6rem;
}
.benefit-home-wrap .box-apptech.is-skeleton .list-benefit-apptech .box-skeleton span {
  width: 6.5rem;
  height: 1.4rem;
  margin-top: 0.9rem;
  background-color: #f3f3f3;
  border-radius: 2rem;
}
.benefit-home-wrap .box-daily.is-skeleton header .tit {
  width: 15.7rem;
  height: 2.1rem;
}
.benefit-home-wrap .box-daily.is-skeleton header .btn-more {
  width: 8.8rem;
  height: 2rem;
}
.benefit-home-wrap .box-daily.is-skeleton header .btn-more:after {
  display: none;
}
.benefit-home-wrap .box-daily.is-skeleton img {
  display: none;
}
.benefit-home-wrap .box-daily.is-skeleton .box-skeleton {
  display: block;
  height: 18.4rem;
}
.benefit-home-wrap .box-daily.is-skeleton .box-skeleton .box-txt {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.benefit-home-wrap .box-daily.is-skeleton .box-skeleton .box-txt .tit,
.benefit-home-wrap .box-daily.is-skeleton .box-skeleton .box-txt .desc {
  display: inline-block;
  width: 6.4rem;
  height: 1.4rem;
  border-radius: 2rem;
  background-color: #f3f3f3;
}
.benefit-home-wrap .box-daily.is-skeleton .box-skeleton .box-txt .desc {
  width: 10rem;
  height: 1.8rem;
}
@media (max-width: 360px) {
  .renewal_2024 .header.type-renewal .header-utils .btn-util .speech_bubble.on,
  .renewal_2024 .header.type-renewal .header-utils .btn-util .speech_bubble {
    display: block !important;
  }
}
/* [2025-06-11 oh] ÇýÅÃ ½ÇÀû Á¶È¸ ÆË¾÷ ·Îµù ¼öÁ¤ */
.layer-monthly-benefit-chart-wrap.is-loading .chart-loading-wrap.type-text p {
  position: relative;
  width: 100%;
  margin-top: 40px;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
}
.layer-monthly-benefit-chart-wrap.is-loading .chart-loading-wrap.type-text p:after {
  display: none;
}
.layer-monthly-benefit-chart-wrap.is-loading .chart-loading-wrap.type-text p span::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  animation: loadingDotsAni 2s linear infinite;
}
@keyframes loadingDotsAni {
  0% {
    content: " ";
  }
  30% {
    content: " .";
  }
  60% {
    content: " ..";
  }
  100% {
    content: " ...";
  }
}
/* [2025-06-11 oh] ±âÁ¸ ½ºÆ÷Ã÷ ¿µ¿ª Ãß°¡ */
.benefit-home-wrap .box-benefit-section.box-sports header {
  margin-bottom: 2.5rem;
}
/* .benefit-home-wrap .box-benefit-section.box-sports header .desc {
  padding-top: 0.3rem;
  font-weight: 500;
  font-size: 1.5rem;
} */
.box-benefit-section.box-sports .usage-default-group-wrap.type-green {
  padding: 12px 25px 14px;
  border-radius: 16px;
  background-color: #e4f6db;
}
.box-benefit-section.box-sports .usage-default-group-wrap.type-green .logo-image {
  width: 100px;
}
.box-benefit-section.box-sports .usage-default-group-wrap.type-green .usage-default-brand {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}
.box-benefit-section.box-sports .usage-default-group-wrap.type-green .usage-default-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #111;
}
.box-benefit-section.box-sports .usage-default-group-wrap.type-green .benefit-banner {
  overflow: inherit;
  margin-top: 16px;
}
.box-benefit-section.box-sports .usage-default-group-wrap.type-green .benefit-image-banner-link {
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.box-benefit-section.box-sports .benefit-banner-list.benefit-banner-type2 .benefit-image-banner-link {
  display: block;
}
.box-benefit-section.box-sports .benefit-banner-list.benefit-banner-type2 .benefit-image-banner-link img {
  width: 100%;
}
.box-benefit-section.box-sports .temp_guide {
  margin-top: 20px;
}
.box-benefit-section.box-sports .temp_guide p {
  margin: 6px 0;
  font-size: 13px;
  color: var(--gray-80);
}
.layer-monthly-benefit-chart-wrap .section-my-record,
.layer-monthly-benefit-chart-wrap .layer-benefit-section[style*="display: none"] + .section-my-record {
  margin-top: 0;
}
.layer-monthly-benefit-chart-wrap .layer-benefit-section + .section-my-record {
  margin-top: 36px;
}

/* [2025-07-25 kho] [WPM-11884] Ãß°¡ s */
/* ¸ÞÀÎ > ¾ÆÁ÷ ¹ÞÁö ¾ÊÀº ÇýÅÃ > ÀÌ¹ÌÁö ¹è³Ê */
.benefit-home-contents .box-event .slider-list-event .swiper-slide { /* [2025-09-17 kho] ¼öÁ¤ */
  width: calc(39.5% - 10px);
}
.benefit-home-contents .box-event .slider-list-event.type-banner .swiper-slide.img-banner {
  width: auto;
}
.benefit-home-contents .box-event .slider-list-event.type-banner .swiper-slide.img-banner > a {
  padding: 0;
}
.benefit-home-contents .box-event .slider-list-event.type-banner .swiper-slide.img-banner .img,
.benefit-home-contents .box-event .slider-list-event.type-banner .swiper-slide.img-banner .img img {
  height: 100%;
}
.benefit-home-wrap .slider-list-event.type-banner.is-skeleton .img-banner.skeleton-each {
  width: calc(54% - 10px);
}
.benefit-home-wrap .slider-list-event.type-banner.is-skeleton .img-banner.skeleton-each .img {
  display: none;
}

/* ¸ÞÀÎ > ÁøÇàÁßÀÎ ÀÌº¥Æ® > 1°³Â¥¸® ÀÌ¹ÌÁö ¹è³Ê */
.benefit-home-contents .box-event .full-banner {
  margin-top: 2.5rem;
}
.benefit-home-contents .box-event .full-banner .img-banner {
  width: 100%;
  overflow: hidden;
  border-radius: 1.832rem;
}
.benefit-home-contents .box-event .full-banner .img-banner a {
  display: block;
}
.benefit-home-contents .box-event .full-banner img {
  width: 100%;
  height: auto;
}
.benefit-home-wrap .box-event .full-banner.is-skeleton .img-banner.skeleton-each {
  height: 23.06vw;
}
.benefit-home-wrap .box-event .full-banner.is-skeleton .img-banner.skeleton-each .img {
  display: none;
}
/* [2025-07-25 kho] [WPM-11884] Ãß°¡ e */

/* [2025-08-12 kho] [WPM-11884] ¸ÞÀÎ > ¾ÆÁ÷ ¹ÞÁö ¾ÊÀº ÇýÅÃ > ÀÌ¹ÌÁö ¹è³Ê ¾Ö´Ï¸ÞÀÌ¼Ç Ãß°¡ */
.benefit-home-contents .box-event .slider-list-event.type-banner.type-nudge .swiper-slide {
  animation: kf_sliderListEventNudge 2s ease-in-out infinite;
  animation-delay: 1s;
}
@keyframes kf_sliderListEventNudge {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-1.6rem, 0, 0); }
  90% { transform: translate3d(0, 0, 0); }
}
/* //[2025-08-12 kho] [WPM-11884] ¸ÞÀÎ > ¾ÆÁ÷ ¹ÞÁö ¾ÊÀº ÇýÅÃ > ÀÌ¹ÌÁö ¹è³Ê ¾Ö´Ï¸ÞÀÌ¼Ç Ãß°¡ */


/* [2025-10-31 KEJ] [WPM-12823] Ãß°¡ */
.monthly-hana {
  padding: 20px 16px 30px !important;
  background: url("/images/benefit/img_w12823_bg.png") no-repeat 0 0 / cover, #fff;
}
.monthly-hana .title-box {
  text-align: center;
}
.monthly-hana .title-box .sub-title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: -0.9px;
  font-weight: 500;
}
.monthly-hana .title-box .title {
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: -1.2px;
  font-weight: 700;
}
.monthly-hana .pick-banner {
  padding: 7.927% 32.012% 7.927% 6.098%;
  border-radius: 2.5rem;
  box-sizing: border-box;
  background: url("/images/benefit/img_w12823_ico7.png") no-repeat bottom 1.8rem right 1rem / 25.8% auto, #d9f7cf;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.monthly-hana .pick-banner .title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #06974e;
}
.monthly-hana .pick-banner .txt {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.65px;
  word-break: break-all;
}
.monthly-hana .best-banner {
  position: relative;
  padding: 2.1rem 2rem;
  box-sizing: border-box;
  border-radius: 1.6rem;
  background: #fff2d8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.monthly-hana .best-banner .cont .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 40px;
  height: 40px;
}
.monthly-hana .best-banner .cont .icon.best {
  background: url("/images/benefit/img_w12823_ico1.png") no-repeat 0 0 / contain;
}

.monthly-hana .bottom-banner {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.monthly-hana .bottom-banner .cont-box {
  width: 100%;
  height: auto;
}
.monthly-hana .middle-banner .cont-box,
.monthly-hana .bottom-banner .cont-box {
  position: relative;
  padding: 1.6rem 1rem 1.6rem 2rem;
  box-sizing: border-box;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.monthly-hana .middle-banner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.monthly-hana .middle-banner > .cont-box {
  width: calc(50% - 5px);
}
.monthly-hana .middle-banner .row {
  display: flex;
  width: calc(50% - 5px);
  flex-direction: column;
  row-gap: 8px;
}
.monthly-hana .cont {
  width: 69%;
}
.monthly-hana .cont > p:nth-child(1){
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.7px;
}
.monthly-hana .cont > p:nth-child(2){
  margin-top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.65px;
}

.monthly-hana .middle-banner .cont > p:nth-child(1),
.monthly-hana .bottom-banner .cont > p:nth-child(1) {
  color: #333;
}
.monthly-hana .middle-banner .cont > p:nth-child(2),
.monthly-hana .bottom-banner .cont > p:nth-child(2) {
  color: #666;
}
.monthly-hana .cont .icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
}

.monthly-hana .cont .icon.travel {
  background: url("/images/benefit/img_w12823_ico2.png") no-repeat 0 0 / contain;
}
.monthly-hana .cont .icon.shop {
  background: url("/images/benefit/img_w12823_ico3.png") no-repeat 0 0 / contain;
}
.monthly-hana .cont .icon.hotdeal {
  background: url("/images/benefit/img_w12823_ico4.png") no-repeat 0 0 / contain;
}
.monthly-hana .cont .icon.apr {
  background: url("/images/benefit/img_w12823_ico5.png") no-repeat 0 0 / contain;
}
.monthly-hana .cont .icon.gift {
  background: url("/images/benefit/img_w12823_ico6.png") no-repeat 0 0 / contain;
}

.pick-button-box {
  margin-top: 2.1rem;
  text-align: center;
}
.pick-button-box .pick-button {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.75px;
  color: #fff;
  background: #2e2e2f;
  border-radius: 0.6rem;
}
.hana-this-month.page-contents{
  padding: 40px 16px;
}
.hana-this-month .menu-title{
  margin-bottom: 21px;
  color: #3f3f3f;
}
.hana-this-month .menu-item + .menu-item{
  margin-top: 22px;
}
.hana-this-month .menu-group{
  margin-top: 44px;
}
/* //[2025-10-31 KEJ] [WPM-12823] Ãß°¡ */

/* [2025-11-05 KEJ] [WPM-12896] Ãß°¡ */
.benefit-home-wrap .box-logout.type2 {
    display: block;
    width: 100%;
    height: auto;
    padding: 3rem 2rem;
    background-color: #fff;
}
.benefit-home-wrap .box-myinfo.type2 {
    padding: 3rem 2rem;
}
.benefit-home-wrap .box-myinfo.type2 .btns-period-area {
    top: 3.55rem;
    gap: 1.3rem;
}
.benefit-home-wrap .box-myinfo.type2 .btns-period-area .month {
    font-size: 1.3rem;
}
.benefit-home-wrap .box-myinfo.type2 .tit-box {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}
.benefit-home-wrap .box-myinfo.type2 .myinfo {
    margin-top: 1.4rem;
    padding-bottom: 0px;
}
.benefit-home-wrap .box-logout.type2 .monthly-hana-banner,
.benefit-home-wrap .box-myinfo.type2 .monthly-hana-banner {
    position: relative;
    width: 100%;
    height: auto;
}
.benefit-home-wrap .box-logout.type2 .monthly-hana-banner .monthly-hana-banner-bg,
.benefit-home-wrap .box-myinfo.type2 .monthly-hana-banner .monthly-hana-banner-bg{
  display: block; width: 100%; height: auto;
}
.benefit-home-wrap .box-logout.type2 .monthly-hana-banner > a,
.benefit-home-wrap .box-myinfo.type2 .monthly-hana-banner > a {
  display: block;
  width: 100%;
  height: 100%;
}
.benefit-home-wrap .box-logout.type2 .monthly-hana-banner .monthly-hana-banner-txt,
.benefit-home-wrap .box-myinfo.type2 .monthly-hana-banner .monthly-hana-banner-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding-left: 30%;
}

.benefit-home-wrap .box-logout.type2 .monthly-hana-banner .main-txt,
.benefit-home-wrap .box-myinfo.type2 .monthly-hana-banner .main-txt {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 700;
}
.benefit-home-wrap .box-logout.type2 .monthly-hana-banner .link-txt,
.benefit-home-wrap .box-myinfo.type2 .monthly-hana-banner .link-txt {
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 400;
}
.monthly-hana-banner .link-txt::after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0.2rem;
    background: url('/images/icon/benefit_btn_arrow.svg') no-repeat 0 0 / contain;
}
.benefit-home-wrap .box-myinfo.type2.vip .btn-more {
    display: flex;
    padding: 0.6rem 1.2rem 0.6rem 0.8rem;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 500;
    background-color: #efefef;
    border-radius: 10rem;
}
.benefit-home-wrap .box-myinfo.type2.vip .btn-more::before {
    content: "";
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-0.15rem);
    left: 0;
    width: 1.9rem;
    height: 1.6rem;
    background-size: 1.2rem auto;
}
.benefit-home-wrap .box-myinfo.type2.vip .btn-more.royal::before {
    background: url("/images/vip/images/common/ico_royal_s.png") no-repeat 0 0 / cover;
}
.benefit-home-wrap .box-myinfo.type2.vip .btn-more.classic::before {
    background: url("/images/vip/images/common/ico_classic_s.png") no-repeat 0 0 / cover;
}
.benefit-home-wrap .box-myinfo.type2.vip .btn-more.first::before {
    background: url("/images/vip/images/common/ico_first_s.png") no-repeat 0 0 / cover;
}
.benefit-home-wrap .box-myinfo.type2.vip .btn-more.vvip::before {
    background: url("/images/vip/images/common/ico_vvip_s.png") no-repeat 0 0 / cover;
}

.benefit-home-contents .box-event.type2 .slider-list-event .swiper-slide > a {
    padding: 2rem 1.6rem;
}
.benefit-home-contents .box-event.type2 .slider-list-event .swiper-slide {
    width: 26.11111%;
}
.benefit-home-contents .box-event.type2 .slider-list-event .swiper-slide .num {
    font-size: 2.2rem;
    line-height: normal;
}
.benefit-home-contents .box-event.type2 .slider-list-event .swiper-slide .tit {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.benefit-home-wrap .box-event.type2 .slider-list-event.is-skeleton .skeleton-each .tit {
  width: 6rem;
}
.benefit-home-contents .box-event.type2 .slider-list-event .swiper-slide:not(.vip):not(.img-banner):after {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4.4rem;
    height: 4.4rem;
    animation: none;
    background-size: cover !important;
}
.benefit-home-contents .box-event.type2 .slider-list-event .swiper-slide.coupon:after {
    background: url("/images/benefit/icon-benefit-event-w12896-02.png");
    background-position: left -0.5rem center;
}
.benefit-home-contents .box-event.type2 .slider-list-event .swiper-slide.pick:after {
    background-image: url("/images/benefit/icon-benefit-event-w12896-03.png");
}
.benefit-home-contents .box-event.type2 .slider-list-event .swiper-slide.event:after {
    background-image: url("/images/benefit/icon-benefit-event-w12896-01.png");
}
/* //[2025-11-05 KEJ] [WPM-12896] Ãß°¡ */
