@charset "UTF-8";
.point-amount__content {
  padding: 20px;
  background-color: var(--color-bg-neutral-inverted, #ffffff);
  border: 1px solid var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
  border-radius: 16px;
  overflow: hidden;
}
.point-amount__main-info-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.point-amount__main-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.point-amount__point-text-wrapper {
  display: flex;
}
.point-amount__point-text-wrapper--main {
  margin: 4px 0 6px;
}
.point-amount__waiting-point-wrapper {
  display: flex;
  gap: 4px;
}
.point-amount__waiting-point-label {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-subtle, #5f646c);
}
.point-amount__point-info-content-wrapper {
  display: flex;
}
.point-amount__info-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.point-amount__info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 6px;
  width: 100%;
}
.point-amount__info-list--box {
  padding: 12px;
  border: 1px solid var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
  border-radius: 10px;
  background-color: var(--color-bg-neutral-inverted, #ffffff);
  gap: 8px;
}
.point-amount__info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.point-amount__info-item.is-accent .point-amount__info-label,
.point-amount__info-item.is-accent .point-amount__info-value {
  color: var(--color-fg-brand-solid, #fb1822);
}
.point-amount__info-left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.point-amount__info-label {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-r-weight, 400);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-subtle, #5f646c);
}
.point-amount__info-value {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-solid, #222832);
  text-align: right;
}
.point-amount__info-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: var(--color-fg-neutral-muted, #6A6F77);
}
.point-amount__info-icon svg {
  width: 100%;
  height: 100%;
}
.point-amount__info-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--color-fg-neutral-subtle, #5f646c);
}
.point-amount__info-link span {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-muted, #6A6F77);
}
.point-amount__info-info-icon-wrapper {
  color: var(--color-fg-neutral-weak, #b2b6ba);
  width: 16px;
  height: 16px;
}
.point-amount__info-info-icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.point-amount__info-link-icon-wrapper {
  color: var(--color-fg-neutral-weak, #b2b6ba);
  width: 12px;
  height: 12px;
}
.point-amount__info-link-icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.point-amount__event-point .swiper-container {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.point-amount__event-point .swiper-container.initialized {
  opacity: 1;
}
.point-amount__event-point .swiper-container.single .swiper-slide {
  width: 100%;
  height: auto;
}
.point-amount__event-point .swiper-container.single .unit-point {
  width: 100%;
}
.point-amount__event-point .swiper-container.double .swiper-wrapper {
  width: 100%;
  gap: 10px;
}
.point-amount__event-point .swiper-container.double .swiper-slide {
  width: calc(50% - 5px);
  height: auto;
  flex-shrink: 0;
  margin-right: 0 !important;
}
.point-amount__event-point .swiper-container.double .unit-point {
  width: 100%;
}
.point-amount__event-point .swiper-container .unit-point__amount {
  word-wrap: break-word;
}
.point-amount__event-point .swiper-slide {
  width: fit-content;
  height: auto;
  position: relative;
  z-index: 1;
}
.point-amount__event-point .swiper-slide:has(.info-popup[data-state=visible]) {
  z-index: 9999;
}
.point-amount__event-info-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.point-amount__disappear-unit-lists {
  padding: 16px 20px 0;
}
.point-amount__disappear-unit-lists .disappear-list {
  display: flex;
  flex-direction: column;
}
.point-amount__disappear-unit-lists .disappear-list__group {
  display: flex;
  flex-direction: column;
}
.point-amount__disappear-unit-lists .disappear-list__date {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-muted-weak, #9da1a7);
  padding-top: 24px;
}
.point-amount__disappear-unit-lists .disappear-list__date + .unit-point-content {
  border: none;
}
.point-amount__tab {
  padding-top: 10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: var(--color-bg-neutral-inverted, #ffffff);
  height: 56px;
}
.point-amount .tab-content__container {
  background-color: var(--color-bg-neutral-inverted, #ffffff);
  height: fit-content;
  min-height: 87dvh;
}
.point-amount .tab-component[data-type=text] .tab-component__item {
  padding: 10px 4px;
}
.point-amount__select-boxes .tab-component .swiper-wrapper {
  gap: 0;
}
.point-amount .bottom-sheet .tab-content__container {
  min-height: fit-content;
}
.point-amount .bottom-sheet .tab-component[data-type=text] {
  position: relative;
}
.point-amount .bottom-sheet .tab-component[data-type=text]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100vh - 40px);
  max-width: 768px;
  height: 1px;
  background-color: var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
}
.point-amount .bottom-sheet .tab-component[data-type=text] .tab-component__item {
  position: relative;
}
.point-amount .bottom-sheet .tab-component[data-type=text] .tab-component__item.update {
  padding-right: 12px;
}
.point-amount .bottom-sheet .tab-component[data-type=text] .tab-component__item.update::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 4px;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background-color: var(--color-fg-brand-solid, #fb1822);
}

.guide-popup-label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.guide-popup-label span {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-subtle, #5f646c);
}
.guide-popup-label__guide-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: var(--color-fg-neutral-subtle, #5f646c);
}
.guide-popup-label__guide-icon-wrapper svg, .guide-popup-label__guide-icon-wrapper img {
  width: 100%;
  height: 100%;
}

.unit-point {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 136px;
  position: relative;
  background-color: var(--color-bg-neutral-inverted, #ffffff);
  border-radius: 10px;
  border: 1px solid var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
  padding: 12px;
  height: 100%;
}
.unit-point__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.unit-point__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
.unit-point__thumb {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.unit-point__thumb-inner {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
  background-color: #ffffff;
}
.unit-point__thumb-inner svg {
  width: 100%;
  height: 100%;
}
.unit-point__thumb-inner img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unit-point__brand {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-muted, #6A6F77);
}
.unit-point__amount {
  font-size: var(--font-title-1-size, 1.125rem);
  font-weight: var(--font-title-1-sb-weight, 600);
  line-height: var(--font-title-1-line-height, 1.4);
  letter-spacing: var(--font-title-1-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-solid, #222832);
}
.unit-point__info-popup {
  margin-top: 4px;
}
.unit-point__info-popup .info-popup__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  width: 100%;
}
.unit-point__info-popup .info-popup__wrapper span {
  color: var(--color-fg-neutral-muted, #6A6F77);
  font-size: var(--font-caption-3-size, 0.75rem);
  font-weight: var(--font-caption-3-r-weight, 400);
  line-height: var(--font-caption-3-line-height, 1.4);
  letter-spacing: var(--font-caption-3-letter-spacing, -0.005em);
}
.unit-point__info-popup .info-popup__wrapper button {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.unit-point__expiry {
  font-size: var(--font-caption-3-size, 0.75rem);
  font-weight: var(--font-caption-3-r-weight, 400);
  line-height: var(--font-caption-3-line-height, 1.4);
  letter-spacing: var(--font-caption-3-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-muted, #6A6F77);
  text-align: right;
}

.info-popup {
  max-width: 220px !important;
}

.point-detail-period-wrap .period-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.point-detail-period-wrap .period-wrap__price {
  display: none;
  align-items: baseline;
  gap: 6px;
}
.point-detail-period-wrap .period-wrap__price-value {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-solid, #222832);
}
.point-detail-period-wrap[data-type=price] .period-wrap__price {
  display: inline-flex;
}

.point-receipt__title {
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--color-border-neutral-solid, #222832);
}
.point-receipt__divider-line {
  width: 100%;
  height: 1px;
  background-color: var(--color-border-neutral-muted-weak, #dee1e4);
}
.point-receipt__terms-item {
  text-align: right;
}
.point-receipt__unit-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 500;
}
.point-receipt__unit-list + .point-receipt__unit-list {
  margin-top: 16px;
}
.point-receipt__unit-list .unit-list__point-list .element-list-text {
  align-items: flex-start;
}
.point-receipt__unit-list .unit-list__point-list .element-list-text__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}
.point-receipt__unit-list .unit-list__point-list .element-list-text__text span {
  font-size: var(--font-caption-3-size, 0.75rem);
  font-weight: var(--font-caption-3-r-weight, 400);
  line-height: var(--font-caption-3-line-height, 1.4);
  letter-spacing: var(--font-caption-3-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-muted, #6A6F77);
}
.point-receipt .banner-band__arrow {
  color: var(--color-icon-neutral-muted-weak, #c8cccf);
}

.point-receipt-element-list-text {
  align-items: flex-start;
}
.point-receipt-element-list-text__title {
  color: var(--color-fg-neutral-muted, #6A6F77);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  text-overflow: ellipsis;
  word-break: break-all;
}
.point-receipt-element-list-text__content {
  text-align: right;
}
.point-receipt-element-list-text__label {
  color: var(--color-fg-neutral-muted, #6A6F77);
}
.point-receipt-element-list-text[data-size=s] .point-receipt-element-list-text__title {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
.point-receipt-element-list-text[data-size=s] .point-receipt-element-list-text__point {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
.point-receipt-element-list-text[data-size=s] .point-receipt-element-list-text__label {
  font-size: var(--font-caption-3-size, 0.75rem);
  font-weight: var(--font-caption-3-r-weight, 400);
  line-height: var(--font-caption-3-line-height, 1.4);
  letter-spacing: var(--font-caption-3-letter-spacing, -0.005em);
}
.point-receipt-element-list-text[data-size=m] .point-receipt-element-list-text__title {
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-m-weight, 500);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}
.point-receipt-element-list-text[data-size=m] .point-receipt-element-list-text__point {
  font-weight: 500;
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-m-weight, 500);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}
.point-receipt-element-list-text[data-size=m] .point-receipt-element-list-text__label {
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-m-weight, 500);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}
.point-receipt-element-list-text[data-size=m] .point-receipt-element-list-text__text {
  font-weight: 500;
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-m-weight, 500);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}

.point-receipt-title-num {
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border-neutral-solid, #222832);
}
.point-receipt-title-num__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.point-receipt-title-num__number {
  display: flex;
  align-items: center;
  gap: 2px;
}
.point-receipt-title-num__amount {
  color: var(--color-fg-neutral-solid, #222832);
  font-size: var(--font-heading-1-size, 2rem);
  font-weight: var(--font-heading-1-weight, 600);
  line-height: var(--font-heading-1-line-height, 1.4);
  letter-spacing: var(--font-heading-1-letter-spacing, -0.005em);
}
.point-receipt-title-num__amount--canceled {
  color: var(--color-fg-neutral-muted, #6A6F77);
  text-decoration: line-through;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.point-receipt-title-num__unit {
  color: var(--color-fg-neutral-solid, #222832);
  font-size: var(--font-heading-3-size, 1.5rem);
  font-weight: var(--font-heading-3-weight, 600);
  line-height: var(--font-heading-3-line-height, 1.4);
  letter-spacing: var(--font-heading-3-letter-spacing, -0.005em);
}
.point-receipt-title-num__cancel-label {
  color: var(--color-fg-neutral-solid, #222832);
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-sb-weight, 600);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}
.point-receipt-title-num[data-type=plus] .point-receipt-title-num__amount,
.point-receipt-title-num[data-type=plus] .point-receipt-title-num__unit {
  color: var(--color-fg-brand-solid, #fb1822);
}
.point-receipt-title-num[data-type=cancel] .point-receipt-title-num__unit {
  color: var(--color-fg-neutral-muted, #6A6F77);
}

.point-receipt-secure-password__info-description {
  color: var(--color-fg-neutral-muted, #6A6F77);
}

.mypage-edit-index .element-list-text__wrap,
.mypage-edit-index .element-info-list {
  gap: 0;
}

.mypage-edit-address .mypage-edit__radio-group {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.mypage-edit-address .mypage-edit__radio-group .radio__box {
  width: fit-content;
}
.mypage-edit-address .mypage-edit__result-item {
  display: none;
}
.mypage-edit-address .mypage-edit__result-item.show {
  display: block;
}

.my-edit-page-withdraw-card .terms[data-bg=gray] {
  border-radius: 0;
  padding-top: 24px;
}
.my-edit-page-withdraw-card .checkbox__sub-label--dropdown {
  align-items: flex-start;
}

.mypage-edit__password-confirm .checkbox__wrap {
  padding-top: 3px;
  padding-bottom: 3px;
  pointer-events: none;
}
.mypage-edit__password-confirm .checkbox__wrap .checkbox__label {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: var(--font-caption-3-size, 0.75rem);
  font-weight: var(--font-caption-3-m-weight, 500);
  line-height: var(--font-caption-3-line-height, 1.4);
  letter-spacing: var(--font-caption-3-letter-spacing, -0.005em);
}
.mypage-edit__password-confirm .checkbox__wrap .checkbox__box {
  pointer-events: none;
}
.mypage-edit__password-confirm .checkbox__wrap .checkbox__box input[type=checkbox]:checked + .checkbox__label {
  color: var(--color-fg-brand-solid, #fb1822);
}

.my-edit__confirm {
  margin-top: 12px;
}
.my-edit__confirm .element-list-text:has(.checkbox-set) {
  display: block;
}
.my-edit__confirm .checkbox-set {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 4px;
  flex-wrap: wrap;
}
.my-edit__confirm .checkbox-set .checkbox__box {
  width: auto;
}

.mypage-edit-withdraw-bottom-sheet {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mypage-edit-withdraw-bottom-sheet__icon {
  color: var(--color-icon-brand-solid, #fb1822);
  width: 40px;
  height: 40px;
}
.mypage-edit-withdraw-bottom-sheet__icon svg {
  width: 100%;
  height: 100%;
}
.mypage-edit-withdraw-bottom-sheet .title-component[data-size=m] .title-component__text {
  margin-top: 12px;
}
.mypage-edit-withdraw-bottom-sheet .title-component[data-size=m] {
  margin-bottom: 0;
}

.mypage-edit-complete__bottom-sheet .title-component .title-component__title {
  text-align: left;
  color: var(--color-fg-neutral-muted, #6A6F77);
}
.mypage-edit-complete__bottom-sheet .unit-list__point {
  margin-top: 24px;
  margin-bottom: 12px;
  text-align: left;
}
.mypage-edit-complete__bottom-sheet .unit-list__point .element-list-text__title--text {
  overflow: visible;
  -webkit-line-clamp: unset;
}

.mypage-edit .checkbox__wrap {
  pointer-events: none;
}

.point-statement {
  background: transparent;
}
.point-statement__quarter-chart-wrapper {
  position: relative;
  padding: 20px;
  border-radius: 16px;
  background: var(--color-bg-neutral-inverted, #ffffff);
  position: relative;
  z-index: 0;
  border: 1px solid var(--color-gradient-red-basic, rgba(251, 24, 34, 0.4));
}
.point-statement__character {
  position: absolute;
  top: -108px;
  right: 0;
  z-index: -1;
}
.point-statement__quarter-chart-desc {
  padding-bottom: 6px;
  font-weight: 500;
  color: var(--color-fg-neutral-muted, #6A6F77);
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
.point-statement__quarter-chart-title {
  font-weight: 600;
  font-size: var(--font-heading-2-size, 1.75rem);
  font-weight: var(--font-heading-2-weight, 600);
  line-height: var(--font-heading-2-line-height, 1.4);
  letter-spacing: var(--font-heading-2-letter-spacing, -0.005em);
}
.point-statement__quarter-chart-date {
  margin-top: 6px;
  font-weight: 500;
  color: var(--color-fg-neutral-muted, #6A6F77);
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
.point-statement__default {
  padding: 20px;
  border-radius: 16px;
  background-color: var(--color-bg-neutral-inverted, #ffffff);
  position: relative;
  z-index: 0;
  border: 1px solid var(--color-gradient-red-basic, rgba(251, 24, 34, 0.4));
}
.point-statement__default .title-component {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}
.point-statement__default .title-component__content {
  width: calc(100% - 69px);
}
.point-statement__default .title-component__content .title-component__desc {
  margin-top: 0;
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
.point-statement__default .title-component__content .title-component__title {
  margin-top: 4px;
  font-size: var(--font-title-1-size, 1.125rem);
  font-weight: var(--font-title-1-sb-weight, 600);
  line-height: var(--font-title-1-line-height, 1.4);
  letter-spacing: var(--font-title-1-letter-spacing, -0.005em);
}

.my-lotte-index .hidden {
  display: none;
}
.my-lotte-index__section:not(:nth-of-type(1)) {
  margin-top: 40px;
}
.my-lotte-index__section + .my-lotte-index__section.my-lotte-index__banner {
  margin-top: 16px;
}
.my-lotte-index__section + .my-lotte-index__section.my-lotte-index__banner .banner {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.my-lotte-index__summary .summary__box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: var(--color-bg-neutral-inverted, #ffffff);
  border-radius: 16px;
}
.my-lotte-index__summary .summary__box > * {
  flex: 1;
  width: 100%;
}
.my-lotte-index__summary .summary__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
}
.my-lotte-index__summary .summary__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-grow: 1;
  text-align: center;
}
.my-lotte-index__summary .summary__item .info-popup__container {
  text-align: left;
}
.my-lotte-index__summary .summary__item:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
  min-width: 52px;
}
.my-lotte-index__summary .summary__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: var(--color-bg-neutral-muted-weak, #dee1e4);
}
.my-lotte-index__summary .summary__item .color-red {
  color: var(--color-fg-brand-solid, #fb1822);
}
.my-lotte-index__summary .summary__item .color-red .icon svg {
  color: var(--color-icon-brand-solid, #fb1822);
}
.my-lotte-index__summary .summary__item .color-black {
  color: var(--color-fg-neutral-solid, #222832) !important;
}
.my-lotte-index__summary .summary__item .tit {
  color: var(--color-fg-neutral-muted, #6A6F77);
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
.my-lotte-index__summary .summary__item .tit.benefit-tit {
  font-size: var(--font-title-3-size, 0.875rem);
  font-weight: var(--font-title-3-weight, 600);
  line-height: var(--font-title-3-line-height, 1.4);
  letter-spacing: var(--font-title-3-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-solid, #222832) !important;
}
.my-lotte-index__summary .summary__item .value {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-sb-weight, 600);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}
.my-lotte-index__summary .summary__item .value .info-icon {
  width: 16px;
  height: 16px;
}
.my-lotte-index__summary .summary__item .value .btn-txt {
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-sb-weight, 600);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}
.my-lotte-index__summary .summary__more-info .accordion {
  border-color: var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
}
.my-lotte-index__summary .summary__more-info .accordion .accordion__header .accordion__title--inner {
  display: flex;
  align-items: center;
  gap: 2px;
}
.my-lotte-index__summary .summary__more-info .accordion .accordion__header .title-icon {
  width: 16px;
  height: 16px;
  color: var(--color-icon-neutral-muted-weak, #c8cccf);
}
.my-lotte-index__summary .summary__more-info .accordion .accordion__body {
  border-color: transparent;
  padding: 0 16px 12px 16px;
}
.my-lotte-index__summary .summary__more-info .accordion__title {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
.my-lotte-index__summary .summary__more-info .accordion__icon {
  color: var(--color-icon-neutral-muted-weak, #c8cccf);
}
.my-lotte-index__brand-point .brand-point__box {
  background-color: var(--color-bg-neutral-inverted, #ffffff);
  border-radius: 12px;
  overflow: hidden;
}
.my-lotte-index__brand-point .brand-point__box--inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.my-lotte-index__brand-point .brand-point__box--inner > * {
  flex: 1;
  width: 100%;
}
.my-lotte-index__brand-point .brand-point__swiper .swiper-slide {
  width: fit-content;
  display: flex;
  justify-content: center;
}
.my-lotte-index__brand-point .brand-point__point-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  width: fit-content;
  max-width: 52px;
}
.my-lotte-index__brand-point .brand-point__point-item .list-component__thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.my-lotte-index__brand-point .brand-point__point-item .point-value {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
.my-lotte-index__brand-point .brand-point__point-item[data-state=empty] .point-value {
  color: var(--color-fg-neutral-muted-weak, #9da1a7);
}
.my-lotte-index__brand-point .brand-point__point-item[data-state=empty] .default-img {
  display: block;
}
.my-lotte-index__brand-point .brand-point__point-item[data-state=empty] .brand-img {
  display: none;
}
.my-lotte-index__brand-point .brand-point__point-item[data-state=completed] .point-value {
  color: var(--color-fg-neutral-solid, #222832);
}
.my-lotte-index__brand-point .brand-point__point-item[data-state=completed] .default-img {
  display: none;
}
.my-lotte-index__brand-point .brand-point__point-item[data-state=completed] .brand-img {
  display: block;
}
.my-lotte-index__brand-point .brand-point__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.my-lotte-index__brand-point .brand-point__info__texts {
  display: flex;
  justify-content: space-between;
}
.my-lotte-index__brand-point .brand-point__info__texts .tit {
  font-size: var(--font-heading-4-size, 1.25rem);
  font-weight: var(--font-heading-4-weight, 600);
  line-height: var(--font-heading-4-line-height, 1.4);
  letter-spacing: var(--font-heading-4-letter-spacing, -0.005em);
}
.my-lotte-index__brand-point .brand-point__info__texts .img-wrap {
  width: 52.903%;
  max-width: 164px;
  padding: 0 8px 0 16px;
}
.my-lotte-index__benefit .benefit__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.my-lotte-index__bottom-sheet.title-component {
  padding-bottom: 0;
}
.my-lotte-index .con-border-box {
  border: 1px solid var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
}

.my-lotte__full-popup .unit-point-content:first-child {
  border-top: 1px solid var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
}
.my-lotte__full-popup table .btn {
  width: fit-content;
  margin-top: 8px;
}
.my-lotte__full-popup .top-divider {
  border-top: 1px solid var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
}

.my-lotte-point-statement-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 36px;
}
.my-lotte-point-statement-chart__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 1px solid var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
}
.my-lotte-point-statement-chart__item {
  position: relative;
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
}
.my-lotte-point-statement-chart__item-tooltip {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.my-lotte-point-statement-chart__item-tooltip[hidden] {
  display: none;
}
.my-lotte-point-statement-chart__label {
  font-weight: 600;
  color: var(--color-fg-neutral-solid, #222832);
  font-size: var(--font-title-3-size, 0.875rem);
  font-weight: var(--font-title-3-weight, 600);
  line-height: var(--font-title-3-line-height, 1.4);
  letter-spacing: var(--font-title-3-letter-spacing, -0.005em);
}
.my-lotte-point-statement-chart__item-bar {
  width: 100%;
  height: 20px;
  border-radius: 6px 6px 0 0;
  background-color: #E7E9EA;
}
.my-lotte-point-statement-chart__item:last-child .my-lotte-point-statement-chart__label {
  color: var(--color-fg-brand-solid, #fb1822);
  font-weight: 600;
}
.my-lotte-point-statement-chart__item:last-child .my-lotte-point-statement-chart__item-bar {
  background-color: var(--color-red-100, #ffddde);
}
.my-lotte-point-statement-chart__month-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.my-lotte-point-statement-chart__month-label {
  width: 80px;
  color: var(--color-fg-neutral-muted, #6A6F77);
  text-align: center;
  font-weight: 500;
  font-size: var(--font-caption-3-size, 0.75rem);
  font-weight: var(--font-caption-3-m-weight, 500);
  line-height: var(--font-caption-3-line-height, 1.4);
  letter-spacing: var(--font-caption-3-letter-spacing, -0.005em);
}
.my-lotte-point-statement-chart__empty {
  padding: 20px;
  border-radius: 12px;
  background-color: var(--color-bg-neutral-inverted, #ffffff);
  color: var(--color-fg-neutral-muted, #6A6F77);
  text-align: center;
  font-size: var(--font-body-2-size, 1rem);
  font-weight: var(--font-body-2-m-weight, 500);
  line-height: var(--font-body-2-line-height, 1.5);
  letter-spacing: var(--font-body-2-letter-spacing, -0.005em);
}

.my-lotte-card {
  background: var(--color-icon-neutral-inverted, #ffffff);
  border: 1px solid var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
  border-radius: 16px;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-lotte-card__text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.my-lotte-card__label {
  color: var(--color-fg-neutral-muted, #6A6F77);
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
.my-lotte-card__title {
  color: var(--color-fg-neutral-solid, #222832);
  font-size: var(--font-heading-3-size, 1.5rem);
  font-weight: var(--font-heading-3-weight, 600);
  line-height: var(--font-heading-3-line-height, 1.4);
  letter-spacing: var(--font-heading-3-letter-spacing, -0.005em);
}
.my-lotte-card__image-wrapper {
  width: 88px;
  height: 88px;
  aspect-ratio: 1/1;
}
.my-lotte-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scan-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: var(--color-bg-neutral-inverted, #ffffff);
}
.scan-container .camera-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 761px;
  margin: 0 auto;
}
.scan-container .camera-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.scan-container .camera-area video {
  object-fit: cover;
  height: 100%;
}
.scan-container .scan-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  z-index: 2;
}
.scan-container .scan-content__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 0 0 1000vw var(--color-bg-overlay-bk-thick, rgba(0, 0, 0, 0.8));
  z-index: 5;
  border: 2px solid var(--color-bg-brand-solid, #fb1822);
}
.scan-container .scan-content__box {
  position: relative;
  width: 100%;
  z-index: 10;
}
.scan-container .scan-content__title {
  position: relative;
  font-size: var(--font-heading-3-size, 1.5rem);
  font-weight: var(--font-heading-3-weight, 600);
  line-height: var(--font-heading-3-line-height, 1.4);
  letter-spacing: var(--font-heading-3-letter-spacing, -0.005em);
  color: #ffffff;
  margin-bottom: 32px;
  text-align: center;
  z-index: 5;
}
.scan-container .scan-content__frame {
  position: relative;
  width: 100%;
  padding-top: 62.264%;
  border-radius: 16px;
}
.scan-container .bottom-button {
  background: none;
}

.signature-area {
  position: relative;
  width: 100%;
  padding-top: 57.142%;
  border-radius: 10px;
  background-color: var(--color-bg-neutral-weak, #f0f3f5);
}
.signature-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.signature-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-fg-neutral-muted, #6A6F77);
  font-size: var(--font-body-2-size, 1rem);
  font-weight: var(--font-body-2-m-weight, 500);
  line-height: var(--font-body-2-line-height, 1.5);
  letter-spacing: var(--font-body-2-letter-spacing, -0.005em);
  text-align: center;
  pointer-events: none;
}
.signature-button {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.mypage-donation__main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.inquiry .title-component {
  flex-direction: column;
  align-items: flex-start;
}
.inquiry .title-component__text {
  margin-top: 4px !important;
}
.inquiry .title-component__button {
  padding-top: 12px;
}
.inquiry .title-component__button .btn-txt {
  color: var(--color-fg-neutral-solid, #222832);
}

.inquiry-detail__list {
  margin-bottom: 32px;
}

.inquiry-faq-main__title {
  padding-top: 8px;
}
.inquiry-faq-main .divider {
  padding: 0 20px;
}
.inquiry-faq-main .divider::before {
  height: 1px;
}
.inquiry-faq-main__text {
  color: var(--color-fg-neutral-subtle, #5f646c);
  font-size: var(--font-body-2-size, 1rem);
  font-weight: var(--font-body-2-r-weight, 400);
  line-height: var(--font-body-2-line-height, 1.5);
  letter-spacing: var(--font-body-2-letter-spacing, -0.005em);
}

.inquiry-qna__label-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.inquiry-qna__label-wrapper .label {
  padding: 2.5px 4px;
  font-size: var(--font-caption-4-size, 0.6875rem);
  font-weight: var(--font-caption-4-sb-weight, 600);
  line-height: var(--font-caption-4-line-height, 1.4);
  letter-spacing: var(--font-caption-4-letter-spacing, -0.005em);
}
.inquiry-qna__label-wrapper .label[data-color=black] {
  background: var(--color-bg-neutral-subtle, #4a4f57);
  border-radius: 4px;
  color: var(--color-fg-neutral-inverted, #ffffff);
}
.inquiry-qna__answer {
  padding: 16px;
  background: var(--color-bg-neutral-weak, #f0f3f5);
  border-radius: 12px;
}
.inquiry-qna__answer .inquiry-qna__text {
  color: var(--color-fg-neutral-solid, #222832);
  font-size: var(--font-body-3-size, 0.875rem);
  font-weight: var(--font-body-3-m-weight, 500);
  line-height: var(--font-body-3-line-height, 1.5);
  letter-spacing: var(--font-body-3-letter-spacing, -0.005em);
}
.inquiry-qna__text {
  color: var(--color-fg-neutral-subtle, #5f646c);
  font-size: var(--font-body-2-size, 1rem);
  font-weight: var(--font-body-2-r-weight, 400);
  line-height: var(--font-body-2-line-height, 1.5);
  letter-spacing: var(--font-body-2-letter-spacing, -0.005em);
}
.inquiry-qna__date {
  padding-top: 24px;
  color: var(--color-fg-neutral-muted, #6A6F77);
  font-size: var(--font-caption-3-size, 0.75rem);
  font-weight: var(--font-caption-3-m-weight, 500);
  line-height: var(--font-caption-3-line-height, 1.4);
  letter-spacing: var(--font-caption-3-letter-spacing, -0.005em);
}
.inquiry-qna .divider {
  padding: 0 20px;
}
.inquiry-qna .divider::before {
  height: 1px;
}

.employee-benefits-register .form-input__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 94px;
}
.employee-benefits-register .form-input__list li {
  padding: 12px 0;
}

.employee-benefits-popup .content-text {
  padding-left: 30px;
}

.employee-benefits-main .title-component {
  align-items: flex-start;
}
.employee-benefits-main__tooltip-box {
  position: relative;
}
.employee-benefits-main .tooltip {
  position: absolute;
  top: -15px;
  left: 12px;
  z-index: 10;
}

.privacy-tab {
  margin: 0 -24px;
}
@media screen and (max-width: 480px) {
  .privacy-tab {
    margin: 0 -20px;
  }
}
.privacy-tab .tab-component__inner {
  padding: 0 20px;
}
.privacy .title-component[data-button=on],
.privacy .title-component[data-right-text=true],
.privacy .title-component[data-label=true] {
  flex-direction: column;
  align-items: flex-start;
}
.privacy .title-component__content + .title-component__button {
  margin-top: 20px;
}
.privacy .title-component__button .btn-txt {
  color: var(--color-fg-neutral-solid, #222832);
}
.privacy__empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding: 48px 0;
}
.privacy__empty-content img {
  width: 112px;
  height: 112px;
}
.privacy__empty-content p {
  color: var(--color-fg-neutral-solid, #222832);
}
.privacy__link {
  text-decoration: underline;
  font-weight: 600;
  line-height: 140%;
}
.os-ios .privacy .common-footer__container .accordion__body {
  padding-bottom: 128px;
}
.os-ios .privacy .common-footer__container .accordion__body + .spacing--5xl {
  display: none;
}

.pay-method-index {
  position: relative;
}
.pay-method-index .hidden {
  display: none;
}
.pay-method-index-intro__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pay-method-index-intro__wrap > .container {
  height: 100%;
}

/* 인트로 영역 */
.pay-method-index-intro {
  position: absolute;
  width: 100%;
  top: 54px;
  top: 0;
  left: 0;
  z-index: 9999;
}
.pay-method-index-intro__wrap .dimmed {
  background: rgba(0, 0, 0, 0.8);
}
.pay-method-index-intro button {
  pointer-events: none;
}
.pay-method-index-intro .container {
  background-color: transparent;
}
.pay-method-index-intro .divider,
.pay-method-index-intro .list-component {
  visibility: hidden;
}
.pay-method-index-intro .list-component__visible {
  visibility: visible;
  position: relative;
}
.pay-method-index-intro .list-component__visible .list-component {
  visibility: visible;
  background: #fff;
  border-radius: 10px;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 12px;
  padding-left: 12px;
}
.pay-method-index-intro .list-component__visible-inner {
  position: relative;
}
.pay-method-index-intro .index-intro__content__top {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: calc(100% - 48px);
}
.pay-method-index-intro .index-intro__txt {
  font-size: var(--font-title-1-size, 1.125rem);
  font-weight: var(--font-title-1-sb-weight, 600);
  line-height: var(--font-title-1-line-height, 1.4);
  letter-spacing: var(--font-title-1-letter-spacing, -0.005em);
  text-align: center;
  color: var(--color-fg-neutral-inverted, #ffffff);
}
.pay-method-index-intro .index-intro__txt-red {
  color: var(--color-fg-brand-solid, #fb1822);
}
.pay-method-index-intro .index-intro__point-img {
  position: absolute;
  top: 23px;
  left: 12px;
  width: 48px;
  height: 48px;
}
.pay-method-index-intro .index-intro__point-img svg {
  width: 100%;
  height: 100%;
  display: block;
}
.pay-method-index-intro .index-intro__list {
  position: relative;
}
.pay-method-index-intro .index-intro__arrow {
  position: absolute;
  left: 20px;
  width: 18px;
  height: 44px;
}
.pay-method-index-intro .index-intro__arrow svg,
.pay-method-index-intro .index-intro__arrow img {
  width: 100%;
  height: 100%;
}
.pay-method-index-intro .index-intro__arrow--up {
  top: 0;
  transform: translateY(-100%);
}
.pay-method-index-intro .index-intro__arrow--down {
  bottom: 0;
  transform: translateY(100%) rotate(180deg);
}

/*바텀 시트 - 충전게좌 삭제 / 해지*/
.pay-method-index .bottom-sheet-account-delete .list-component,
.pay-method-index .bottom-sheet-account-cancel .list-component {
  padding: 12px 12px;
  border-radius: 10px;
  background-color: var(--color-bg-neutral-weak, #f0f3f5);
}

/*바텀 시트 - 충전계좌 연결*/
.pay-method-index .bottom-sheet-account .confirm-sheet__icon {
  color: var(--color-fg-semantic-info, #3d87ff);
}
.pay-method-index .bottom-sheet-account .list-component {
  padding: 12px 12px;
  border-radius: 10px;
  background-color: var(--color-bg-neutral-weak, #f0f3f5);
}

/*  드래그 핸들 터치 동작 제어 */
.pay-method-index .list-component__grab-handle {
  touch-action: none;
  cursor: grab;
}
.pay-method-index .list-component__grab-handle:active {
  cursor: grabbing;
}

/*바텀 시트 내 toggle*/
.pay-method-index .list-component__toggle {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-bg-neutral-weak, #f0f3f5);
  padding: 10px 12px;
  border-radius: 8px;
  margin-top: 12px;
}
.pay-method-index .list-component__toggle .list-component__tit {
  font-size: var(--font-title-3-size, 0.875rem);
  font-weight: var(--font-title-3-weight, 600);
  line-height: var(--font-title-3-line-height, 1.4);
  letter-spacing: var(--font-title-3-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-subtle, #5f646c);
}
.pay-method-index .list-component__toggle .list-component__info {
  width: 100%;
  justify-content: space-between;
}

.deleted-completed__list {
  background-color: var(--color-bg-neutral-weak, #f0f3f5);
  border-radius: 10px;
  padding: 4px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.deleted-completed__list > * {
  width: 100%;
}

.mypage-bonus-index .container {
  background: none;
}
.mypage-bonus-index .mypage-bonus__kv__container {
  position: relative;
}
.mypage-bonus-index .mypage-bonus__kv__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 102px;
  height: auto;
}
.mypage-bonus-index .mypage-bonus__contents {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mypage-bonus-index .mypage-bonus__point-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mypage-bonus-index .mypage-bonus__point-list .list-component__container {
  height: auto;
  min-height: 104px;
}
.mypage-bonus-index .mypage-bonus__point-list .list-component .list-component__info {
  flex: none;
  width: calc(100% - 91px - 16px);
}
.mypage-bonus-index .mypage-bonus__point-list .list-component .list-component__info .list-component__content {
  min-width: 0;
  width: calc(100% - 44px - 16px);
}
.mypage-bonus-index .mypage-bonus__point-list .list-component .list-component__info .list-component__tit {
  display: block;
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 100%;
}
.mypage-bonus-index .mypage-bonus__point-list .list-component .list-component__btn {
  min-width: 91px;
  display: flex;
  justify-content: flex-end;
}
.mypage-bonus-index .mypage-bonus__point-item {
  padding: 8px 20px;
  border-radius: 12px;
  border: 1px solid var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
  background-color: var(--color-bg-neutral-inverted, #ffffff);
}

#mypage [data-gap="3xl"],
#my-app [data-gap="3xl"],
.mypage-index [data-gap="3xl"],
.my-lotte-index [data-gap="3xl"] {
  gap: 32px;
}
#mypage [data-gap=xl],
#my-app [data-gap=xl],
.mypage-index [data-gap=xl],
.my-lotte-index [data-gap=xl] {
  gap: 24px;
}
#mypage [data-gap=m],
#my-app [data-gap=m],
.mypage-index [data-gap=m],
.my-lotte-index [data-gap=m] {
  gap: 16px;
}
#mypage [data-gap=s],
#my-app [data-gap=s],
.mypage-index [data-gap=s],
.my-lotte-index [data-gap=s] {
  gap: 12px;
}
#mypage [data-gap=xs],
#my-app [data-gap=xs],
.mypage-index [data-gap=xs],
.my-lotte-index [data-gap=xs] {
  gap: 10px;
}
#mypage [data-gap="2xs"],
#my-app [data-gap="2xs"],
.mypage-index [data-gap="2xs"],
.my-lotte-index [data-gap="2xs"] {
  gap: 8px;
}
#mypage [data-gap="4xs"],
#my-app [data-gap="4xs"],
.mypage-index [data-gap="4xs"],
.my-lotte-index [data-gap="4xs"] {
  gap: 4px !important;
}
#mypage .box,
#my-app .box,
.mypage-index .box,
.my-lotte-index .box {
  display: block;
  border-radius: 16px;
  background-color: #ffffff;
  color: #222832;
}
#mypage .box[data-padding=m],
#my-app .box[data-padding=m],
.mypage-index .box[data-padding=m],
.my-lotte-index .box[data-padding=m] {
  padding: 16px 16px;
}
#mypage .box[data-padding=l],
#my-app .box[data-padding=l],
.mypage-index .box[data-padding=l],
.my-lotte-index .box[data-padding=l] {
  padding: 20px 20px;
}
#mypage .box[data-padding=sm],
#my-app .box[data-padding=sm],
.mypage-index .box[data-padding=sm],
.my-lotte-index .box[data-padding=sm] {
  padding: 12px 16px;
}
#mypage .box[data-padding=sl],
#my-app .box[data-padding=sl],
.mypage-index .box[data-padding=sl],
.my-lotte-index .box[data-padding=sl] {
  padding: 12px 20px;
}
#mypage .box[data-type=gray-bg],
#my-app .box[data-type=gray-bg],
.mypage-index .box[data-type=gray-bg],
.my-lotte-index .box[data-type=gray-bg] {
  background-color: #f0f3f5;
}
#mypage .box[data-type=border],
#my-app .box[data-type=border],
.mypage-index .box[data-type=border],
.my-lotte-index .box[data-type=border] {
  border: 1px solid #dee1e4;
}
#mypage .box[data-gap=none],
#my-app .box[data-gap=none],
.mypage-index .box[data-gap=none],
.my-lotte-index .box[data-gap=none] {
  gap: 0 !important;
}
#mypage .box-between,
#my-app .box-between,
.mypage-index .box-between,
.my-lotte-index .box-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mypage .box-between.flex > *,
#my-app .box-between.flex > *,
.mypage-index .box-between.flex > *,
.my-lotte-index .box-between.flex > * {
  flex: 1;
}
#mypage .box-flex-start,
#my-app .box-flex-start,
.mypage-index .box-flex-start,
.my-lotte-index .box-flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
#mypage .box-direction-column,
#my-app .box-direction-column,
.mypage-index .box-direction-column,
.my-lotte-index .box-direction-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#mypage .spacing-wrap .spacing--xs,
#my-app .spacing-wrap .spacing--xs,
.mypage-index .spacing-wrap .spacing--xs,
.my-lotte-index .spacing-wrap .spacing--xs {
  background-color: #f0f3f5;
}
#mypage .hidden,
#my-app .hidden,
.mypage-index .hidden,
.my-lotte-index .hidden {
  display: none !important;
}
#mypage .text[data-color=gray],
#my-app .text[data-color=gray],
.mypage-index .text[data-color=gray],
.my-lotte-index .text[data-color=gray] {
  color: var(--color-fg-neutral-subtle, #5f646c);
}
#mypage .text[data-color=red],
#my-app .text[data-color=red],
.mypage-index .text[data-color=red],
.my-lotte-index .text[data-color=red] {
  color: var(--color-fg-brand-solid, #fb1822);
}
#mypage .text[data-weight=semibold],
#my-app .text[data-weight=semibold],
.mypage-index .text[data-weight=semibold],
.my-lotte-index .text[data-weight=semibold] {
  font-weight: 500 !important;
}
#mypage .info-icon,
#my-app .info-icon,
.mypage-index .info-icon,
.my-lotte-index .info-icon {
  width: 16px;
  height: 16px;
}
#mypage .info-icon svg, #mypage .info-icon img,
#my-app .info-icon svg,
#my-app .info-icon img,
.mypage-index .info-icon svg,
.mypage-index .info-icon img,
.my-lotte-index .info-icon svg,
.my-lotte-index .info-icon img {
  width: 100%;
  height: 100%;
}

#mypage .mypage__event-banner--wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
#mypage .mypage__event-banner {
  position: relative;
  display: flex;
  gap: 24px;
  flex-direction: column;
  width: 100%;
  padding: 8px 20px;
  color: #222832;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--color-border-neutral-inverted, #ffffff);
  overflow: hidden;
}
#mypage .mypage__event-banner--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#mypage .mypage__event-banner--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mypage .mypage__event-banner--content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  z-index: 2;
}
#mypage .mypage__event-banner--content .title-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 59.217877095%;
  padding: 10px 0;
}
#mypage .mypage__event-banner--content .title-wrap .title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: var(--font-title-1-size, 1.125rem);
  font-weight: var(--font-title-1-sb-weight, 600);
  line-height: var(--font-title-1-line-height, 1.4);
  letter-spacing: var(--font-title-1-letter-spacing, -0.005em);
}
#mypage .mypage__event-banner--content .title-wrap .btn {
  width: fit-content;
}
#mypage .mypage__event-banner--content .img-wrap {
  width: 23.7142857143%;
  max-width: 104px;
  height: auto;
  aspect-ratio: 1/1;
}
#mypage .mypage__event-banner--content .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mypage .mypage__event-banner--btn {
  z-index: 2;
}
#mypage .mypage__section:not(:last-child) {
  margin-bottom: 40px;
}
#mypage .mypage__section--profile, #mypage .mypage__section--activity, #mypage .mypage__section--myinfo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#mypage .mypage__section__quick-menu .swiper-container {
  position: relative;
}
#mypage .mypage__section__quick-menu .swiper-container.single .quick-button__card__tit-box {
  margin-bottom: 0;
}
#mypage .mypage__section__quick-menu .swiper-container.single .swiper-slide .spacing--s {
  display: none;
}
#mypage .mypage__section__quick-menu .swiper-container.single .carousel {
  display: none;
}
#mypage .mypage__section__quick-menu .icon svg, #mypage .mypage__section__quick-menu .icon img {
  width: 20px;
  height: 20px;
}
#mypage .mypage__section__quick-menu .icon-arrow {
  width: 16px;
  height: 16px;
  color: var(--color-icon-neutral-muted-weak, #c8cccf);
}
#mypage .mypage__section__quick-menu .carousel {
  position: absolute;
  left: 0;
  bottom: 0;
}
#mypage .mypage__section--mylotte .mypage__mylotte-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#mypage .mypage__section--mylotte .mypage__mylotte-content .title-component[data-type=graphic] {
  padding-right: 96px;
}
#mypage .mypage__section--mylotte .mypage__mylotte-content .title-component[data-type=graphic] img {
  width: 96px;
  height: 96px;
}
#mypage .mypage__section--mylotte .mypage__mylotte-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#mypage .mypage__section--mylotte .mypage__mylotte-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
#mypage .mypage__section--mylotte .mypage__mylotte-stat__label {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-muted, #6A6F77);
}
#mypage .mypage__section--mylotte .mypage__mylotte-stat__value {
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-sb-weight, 600);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-solid, #222832);
}
#mypage .mypage__section--mylotte .mypage__mylotte-divider {
  width: 1px;
  height: 24px;
  background-color: var(--color-border-neutral-weak, #f0f3f5);
}
#mypage .mypage__section--mylotte .title-component[data-type=graphic] .title-component__title {
  font-size: 20px !important;
}
#mypage .mypage__section--activity .mypage__activity-summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px 8px;
}
#mypage .mypage__section--activity .mypage__activity-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  padding-top: 4px;
}
#mypage .mypage__section--activity .mypage__activity-item__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mypage .mypage__section--activity .mypage__activity-item__icon svg, #mypage .mypage__section--activity .mypage__activity-item__icon img {
  width: 100%;
  height: 100%;
}
#mypage .mypage__section--activity .mypage__activity-item__label {
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-sb-weight, 600);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
  color: var(--color-fg-neutral-solid, #222832);
}
#mypage .mypage__section--activity .mypage__activity-tooltip {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 10;
}
#mypage .mypage__section--activity .activity-menu {
  padding: 12px 20px;
}
#mypage .mypage__section--activity .activity-menu__item {
  padding: 12px 0;
}
#mypage .mypage__section--activity .activity-menu__item--text {
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-m-weight, 500);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}
#mypage .mypage__section--activity .activity-menu__item--icon svg {
  width: 24px;
  height: 24px;
}
#mypage .mypage__section--activity .activity-menu__item--arrow svg {
  width: 16px;
  height: 16px;
  color: var(--color-icon-neutral-muted-weak, #c8cccf);
}
#mypage .mypage__section--activity .activity-menu__icons svg, #mypage .mypage__section--activity .activity-menu__icons img {
  width: 16px;
  height: 16px;
  color: var(--color-icon-neutral-muted-weak, #c8cccf);
}
#mypage .mypage__section--activity .activity-menu__icons .hidden {
  display: none;
}
#mypage .mypage__section--bottom {
  width: 100%;
  max-width: 761px;
  padding: 24px 0 40px;
  margin: 0 auto;
  background: #ffffff;
  color: #222832;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#mypage .mypage__section--inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
#mypage .mypage__section--inner:not(:last-child) {
  margin-bottom: 0;
}
#mypage .mypage__point {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#mypage .mypage__point--header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#mypage .mypage__point--logo {
  width: 76px;
  height: 14px;
}
#mypage .mypage__point--logo img, #mypage .mypage__point--logo svg {
  width: 100%;
  height: 100%;
}
#mypage .mypage__point--info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#mypage .mypage__point--info .element-list-text__title, #mypage .mypage__point--info .info-popup__wrapper {
  gap: 4px;
}
#mypage .mypage__point--info .info-popup__sub {
  font-size: var(--font-caption-2-size, 0.8125rem);
  font-weight: var(--font-caption-2-m-weight, 500);
  line-height: var(--font-caption-2-line-height, 1.4);
  letter-spacing: var(--font-caption-2-letter-spacing, -0.005em);
}
#mypage .mypage__point--amount {
  justify-content: flex-start;
  gap: 8px;
  font-size: var(--font-heading-1-size, 2rem);
  font-weight: var(--font-heading-1-weight, 600);
  line-height: var(--font-heading-1-line-height, 1.4);
  letter-spacing: var(--font-heading-1-letter-spacing, -0.005em);
}
#mypage .mypage__point--amount svg, #mypage .mypage__point--amount img {
  width: 100%;
  height: 100%;
}
#mypage .mypage__point--num {
  position: relative;
}
#mypage .mypage__point--num.update::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-radius: 50%;
  background-color: red;
}
#mypage .mypage__point--arrow {
  width: 20px;
  height: 20px;
  color: var(--color-icon-neutral-muted-weak, #c8cccf);
}
#mypage .mypage__point--month-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-fg-brand-solid, #fb1822);
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-m-weight, 500);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}
#mypage .mypage__point--month-point .value {
  font-weight: 600;
}
#mypage .mypage__point .box[data-type=border] {
  padding: 12px 12px 12px 16px;
  border-radius: 10px;
}
#mypage .mypage__point .element-list-text__wrap[data-gap="3xs"] {
  padding: 0 6px;
}
#mypage .mypage__point .element-list-text__wrap[data-gap="3xs"] .info-popup__wrapper {
  gap: 3px;
}
#mypage .mypage__summary {
  position: relative;
  display: flex;
  gap: 8px;
}
#mypage .mypage__summary.has-tooltip .mypage__summary__mylotte--tooltip {
  display: block;
}
#mypage .mypage__summary__mylotte {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 37.4301675978%;
  color: #ffffff;
  background: linear-gradient(129deg, #ff6e84 17%, #ed3235 89.23%);
}
#mypage .mypage__summary__mylotte--logo {
  width: 24px;
  height: 24px;
  margin-bottom: 13px;
}
#mypage .mypage__summary__mylotte--desc {
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-m-weight, 500);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
#mypage .mypage__summary__mylotte--title {
  font-size: var(--font-title-1-size, 1.125rem);
  font-weight: var(--font-title-1-sb-weight, 600);
  line-height: var(--font-title-1-line-height, 1.4);
  letter-spacing: var(--font-title-1-letter-spacing, -0.005em);
  display: flex;
  align-items: center;
}
#mypage .mypage__summary__mylotte--title svg {
  width: 16px;
  height: 16px;
}
#mypage .mypage__summary__mylotte--tooltip {
  display: none;
  position: absolute;
  bottom: 0;
  left: 4px;
  transform: translateY(100%);
  font-size: var(--font-caption-3-size, 0.75rem);
  font-weight: var(--font-caption-3-m-weight, 500);
  line-height: var(--font-caption-3-line-height, 1.4);
  letter-spacing: var(--font-caption-3-letter-spacing, -0.005em);
  color: #353b44;
  background-color: #ffffff;
  padding: 2px 6px;
  border-radius: 6px;
  width: fit-content;
}
#mypage .mypage__summary__mylotte--tooltip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -95%);
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 6px solid #ffffff;
  z-index: 2;
}
#mypage .mypage__summary__list {
  flex: 1;
}
#mypage .mypage__summary__list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
#mypage .mypage__summary__item {
  padding: 2.5px 0;
}
#mypage .mypage__summary__item--label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #898d93;
  font-size: var(--font-title-3-size, 0.875rem);
  font-weight: var(--font-title-3-weight, 600);
  line-height: var(--font-title-3-line-height, 1.4);
  letter-spacing: var(--font-title-3-letter-spacing, -0.005em);
}
#mypage .mypage__summary__item--label svg {
  width: 20px;
  height: 20px;
}
#mypage .mypage__summary__item--value {
  font-size: var(--font-title-3-size, 0.875rem);
  font-weight: var(--font-title-3-weight, 600);
  line-height: var(--font-title-3-line-height, 1.4);
  letter-spacing: var(--font-title-3-letter-spacing, -0.005em);
  color: #222832;
}
#mypage .mypage__article--title {
  margin-bottom: 16px;
  font-size: var(--font-heading-4-size, 1.25rem);
  font-weight: var(--font-heading-4-weight, 600);
  line-height: var(--font-heading-4-line-height, 1.4);
  letter-spacing: var(--font-heading-4-letter-spacing, -0.005em);
}
#mypage .mypage__article .activity-summary {
  display: flex;
  gap: 10px;
}
#mypage .mypage__article .activity-summary > .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-align: center;
}
#mypage .mypage__article .activity-summary__icon {
  width: 32px;
  height: 32px;
}
#mypage .mypage__article .activity-summary__icon svg {
  width: 100%;
  height: 100%;
}
#mypage .mypage__article .activity-summary__label {
  font-size: var(--font-caption-2-size, 0.8125rem);
  font-weight: var(--font-caption-2-m-weight, 500);
  line-height: var(--font-caption-2-line-height, 1.4);
  letter-spacing: var(--font-caption-2-letter-spacing, -0.005em);
  color: #898d93;
}
#mypage .mypage__article .activity-summary__value {
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-sb-weight, 600);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
  color: #222832;
}
#mypage .mypage__article .activity-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
#mypage .mypage__article .activity-menu__item {
  display: flex;
  gap: 8px;
  padding: 12px 0;
}
#mypage .mypage__article .activity-menu__item--icon {
  width: 24px;
  height: 24px;
}
#mypage .mypage__article .activity-menu__item--icon svg {
  width: 100%;
  height: 100%;
}
#mypage .mypage__article .activity-menu__item--text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-sb-weight, 600);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}
#mypage .mypage__article .mysurvey-list {
  display: flex;
  gap: 10px;
}
#mypage .mypage__article .mysurvey-list__item {
  flex-shrink: 0;
  gap: 8px;
  width: fit-content;
  border-radius: 12px;
  padding-left: 12px;
}
#mypage .mypage__article .mysurvey-list__item--icon {
  width: 32px;
  height: 32px;
}
#mypage .mypage__article .mysurvey-list__item--icon svg {
  width: 100%;
  height: 100%;
}
#mypage .mypage__article .mysurvey-list__item--desc {
  font-size: var(--font-caption-3-size, 0.75rem);
  font-weight: var(--font-caption-3-m-weight, 500);
  line-height: var(--font-caption-3-line-height, 1.4);
  letter-spacing: var(--font-caption-3-letter-spacing, -0.005em);
  color: #b2b6ba;
}
#mypage .mypage__article .mysurvey-list__item--title {
  font-size: var(--font-title-3-size, 0.875rem);
  font-weight: var(--font-title-3-weight, 600);
  line-height: var(--font-title-3-line-height, 1.4);
  letter-spacing: var(--font-title-3-letter-spacing, -0.005em);
  color: #353b44;
}
#mypage .mypage__article .myinfo-list {
  display: flex;
  flex-direction: column;
}
#mypage .mypage__article .myinfo-list__item {
  padding: 12px 0;
  gap: 10px;
}
#mypage .mypage__article .myinfo-list__item--label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#mypage .mypage__article .myinfo-list__item--label svg {
  width: 24px;
  height: 24px;
}
#mypage .mypage__article .myinfo-list__item--label span {
  display: inline-block;
  font-size: var(--font-title-2-size, 1rem);
  font-weight: var(--font-title-2-m-weight, 500);
  line-height: var(--font-title-2-line-height, 1.4);
  letter-spacing: var(--font-title-2-letter-spacing, -0.005em);
}
#mypage .mypage__article .myinfo-list__item--arrow {
  width: 16px;
  height: 16px;
  color: var(--color-icon-neutral-muted-weak, #c8cccf);
}

.partner-notice__img-wrap {
  width: 100%;
  height: auto;
  min-height: 225px;
  background-color: var(--color-bg-neutral-weak, #f0f3f5);
  border-radius: 10px;
}
.partner-notice__btn-wrap-center {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mp-card__detail .top-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0 40px;
}
.mp-card__detail .top-box .thumb-box {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.mp-card__detail .top-box .txt-box {
  margin-top: 16px;
  text-align: center;
}
.mp-card__detail .top-box .txt-box .txt {
  font-size: var(--font-heading-4-size, 1.25rem);
  font-weight: var(--font-heading-4-weight, 600);
  line-height: var(--font-heading-4-line-height, 1.4);
  letter-spacing: var(--font-heading-4-letter-spacing, -0.005em);
}
.mp-card__detail .top-box .txt-box .desc {
  color: var(--color-fg-neutral-muted, #6A6F77);
  margin-top: 8px;
  font-size: var(--font-caption-1-size, 0.875rem);
  font-weight: var(--font-caption-1-r-weight, 400);
  line-height: var(--font-caption-1-line-height, 1.4);
  letter-spacing: var(--font-caption-1-letter-spacing, -0.005em);
}
.mp-card__detail .con-box {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid var(--color-border-neutral-line, rgba(0, 0, 0, 0.08));
}

/*소득공제 페이지*/
.mypage__income-select span {
  color: var(--color-fg-neutral-solid, #222832);
}