/* BASIC css start */
#contents { padding: 0 35%; overflow-x: hidden; }

@font-face {
    font-family: 'PfStardust30';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2506-1@1.0/PFStardust.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'PfStardust30';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2506-1@1.0/PFStardustBold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'PfStardust30';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2506-1@1.0/PFStardustExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}


.summer26 { background: #f8d5e5 url('https://mothersall.img6.kr/event_notice/summer26/summer26_bg.jpg') center top/100% repeat-y; padding: 2% 0 20%; text-align: center; }
.summer26 img { display: block; width: 100%; }
.summer26 p { margin: 0; }
.summer26 > section {
  scroll-margin-top: 160px;
}


.summer26 .tabmn { display: flex;
  width: 100%;
  justify-content: center;
  gap: 5px;
  box-sizing: border-box; }
.summer26 .tabmn a { font-family: 'PfStardust30'; font-weight: 700; background: #fffbcd; color: #503d43; border: #cfb047 1px solid; border-radius: 9px; font-size: 1vw; padding: 1% 3%; }
.summer26 .tabmn a:nth-child(1) { background: #e7346d; color: #fff; border: #fd6192 1px solid; box-shadow: 0 0 9px rgba(255, 255, 255, 0.75); } 
.summer26 .tabmn p { font-family: 'PfStardust30'; font-weight: 700; }

.summer26 .p-section { position: relative; background: #fffddf; border: #ff6495 2px solid; border-radius: 12px; padding: 5% 4%; margin: 13% 3.5% 0; }
.summer26 .p-section .section-icon {
  position: absolute;
  top: -50px;
  right: 5px;
  width: 110px;
  animation: bounceIcon 1.5s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes bounceIcon {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.04);
  }
}




.tab-wrap {
  width: 100%;
  max-width: 750px;
  margin: 7% auto;
}

.tabs {
  display: flex; gap: 6px;
  width: 100%;
}

.tab {
  flex: 1;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.tab img {
  display: block;
  width: 100%;
}

.tab:not(.active) {
  opacity: 0.65;
}

.panel {
  width: 100%;
}

.tab-image {
  display: block;
  width: 100%;
}

.tab-image.hidden {
  display: none;
}




    .gift-slider {
      width: min(100%, 760px);
      padding: 3% 0;
      overflow: hidden;
    }

    .gift-slider__viewport {
      position: relative;
      overflow: hidden;
      touch-action: pan-y;
    }

    .gift-slider__track {
      display: flex;
      gap: 16px;
      padding-inline: 30px;
      transform: translate3d(0, 0, 0);
      transition: transform 420ms cubic-bezier(.22, .7, .2, 1);
      will-change: transform;
    }

    .gift-slider__slide {
      flex: 0 0 75%;
      user-select: none;
    }

    .gift-slider__slide img { margin: 2% 0;
      display: block;
      width: 100%;
      height: auto;
      border-radius: 24px; border: #fff 1px solid;
      -webkit-user-drag: none;
      box-shadow: 0 0 10px rgba(243, 67, 123, 0.45);
      pointer-events: none;
    }

    .gift-slider__dots {
      display: flex;
      justify-content: center;
      gap: 7px;
      margin-top: 18px;
    }

    .gift-slider__dot {
      width: 8px;
      height: 8px;
      border: 0;
      border-radius: 999px;
      background: #ffd2e2;
      cursor: pointer;
      transition: width 180ms ease, background 180ms ease;
    }

    .gift-slider__dot[aria-current="true"] {
      width: 22px;
      background: #ff5790;
    }


.game-how { margin: 0 5% 20%; }
.game-how > img { margin: 0 0 5%; border-radius: 12px; border: #fff 1px solid; box-shadow: 0 0 10px rgba(243, 67, 123, 0.45); }


#summergift { /*background: #f8d5e5 url('https://mothersall.img6.kr/event_notice/summer26/summer_specialgift.jpg') center top/100% no-repeat; min-height: 35vh;*/ padding: 0; margin-bottom: 5%; }
#summergift > img:nth-child(1) { margin: 5% 4% 0; width: 92%; position:relative; z-index: 2; }
#summergift .summer_specialgift { margin-top: -10%; border-radius: 12px; }
#summergift > .section-icon { z-index: 3; }

.noti-gift { margin: 0 4% 15%; }
.noti-gift > img { margin: 0 auto 7%; }
.noti-gift > img:nth-child(1) { border-radius: 12px; border: #fff 1px solid; box-shadow: 0 0 10px rgba(243, 67, 123, 0.55); margin: 0 7% 7%; width: 86%; }

#unboxing { margin-bottom: 7%; }
/* BASIC css end */

