@charset "utf-8";

.bf--main {
  background-color: #151415;
  color: #151415;
}
.bf--main .tabBar__container .tabBar__title,
.bf--main .tabBar__container .line {
  width: 20%;
}

.bf__section {
  margin-top: calc(60 * var(--vw));
}
.bf__section .section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(20 * var(--vw));
  padding-top: calc(60 * var(--vw));
  margin-bottom: calc(60 * var(--vw));
  color: #fff;
}
.bf__section .section__header.subTit {
  gap: 0;
}
.bf__section .section__title {
  font-size: calc(40 * var(--vw));
  font-weight: 900;
  line-height: calc(56 * var(--vw));
  letter-spacing: calc(-2 * var(--vw));
}
.bf__section .section__title.sub {
  line-height: 1.4;
  font-size: calc(28 * var(--vw));
  color: #134AFD;
  margin-bottom: calc(4 * var(--vw));
  letter-spacing: 0;
}
.bf__section .section__title.main {
  font-size: calc(28 * var(--vw));
  line-height: 1.4;
  margin-bottom: calc(40 * var(--vw));
}
.bf__section .section__title .font--ko {
  font-family: 'Noto Sans KR', Dotum, "돋움", sans-serif;
}
.bf__section .section__title .font--en {
  font-size: calc(44 * var(--vw));
  font-weight: 800;
  line-height:calc(62 * var(--vw));
}
.bf__section .section__title.main .font--en {
  font-size: calc(30 * var(--vw));
  line-height: 1.4;
}
.bf__section .section__desc {
  font-size: calc(24 * var(--vw));
  line-height: calc(38 * var(--vw));
  letter-spacing: calc(-1.2 * var(--vw));
}
.bf__section .section__desc .font--en {
  font-size: calc(26 * var(--vw));
}

.bf__section .tab__btn {
  height: calc(40 * var(--vw));
  padding: calc(5 * var(--vw)) calc(40 * var(--vw));
  border: 0;
  border-radius: calc(20 * var(--vw));
  background-color: #444344;
  font-size: calc(16 * var(--vw));
  font-weight: 700;
  line-height: calc(26 * var(--vw));
  letter-spacing: calc(-0.8 * var(--vw));
  color: #B9B9B9;;
  cursor: pointer;
}
.bf__section .tab__btn.on {
  background-color: #fff;
  color: #151415;
}
.bf__section .tab__btn .font--en {
  font-size: calc(18 * var(--vw));
}

.bf__section.bf__section--pick .tab__btn{
  padding: calc(5 * var(--vw)) calc(25 * var(--vw));
}

.section__tab-content:not(.on) {
  display: none;
}

.bf__intro {
  padding-top: calc(60 * var(--vw));
  color: #fff;
  text-align: center;
}
.bf__intro .intro__title {
  font-size: calc(28 * var(--vw));
  font-weight: 700;
  line-height: calc(44 * var(--vw));
  letter-spacing: calc(-1.4 * var(--vw));
}
.bf__intro .intro__title .font--en {
  font-size: calc(30 * var(--vw));
}
.bf__intro .intro__date {
  margin-top: calc(60 * var(--vw));
  font-size: calc(30 * var(--vw));
  font-weight: 800;
  line-height: calc(28 * var(--vw));
  color: #134AFD;
}
.bf__intro .intro__date .font--ko {
  font-size: calc(28 * var(--vw));
  font-weight: 700;
}
.bf__intro .intro__date .dash {
  letter-spacing: calc(-2.4 * var(--vw));
}

/* benefit section */
.bf__section--benefit {
  padding-top: calc(20 * var(--vw));
}

/* sale section */
.bf__section--sale {
  margin-top: calc(80 * var(--vw));
  padding-bottom: calc(20 * var(--vw));
}
.bf__section--sale .sale__content {
  display: flex;
  align-items: center;
  gap: calc(56 * var(--vw));
  width: calc(1420 * var(--vw));
  margin: 0 auto;
  background-color: #F0F0F0;
}
.bf__section--sale .sale__visual {
  flex: 0 0 calc(888 * var(--vw));
  max-width: calc(888 * var(--vw));
  margin: 0 0 -1px;
}
.bf__section--sale .sale__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bf__section--sale .sale__info-text {
  display: flex;
  flex-direction: column;
  gap: calc(21 * var(--vw));
}
.bf__section--sale .sale__info-desc {
  font-size: calc(24 * var(--vw));
  line-height: calc(38 * var(--vw));
  letter-spacing: calc(-1.2 * var(--vw));
}
.bf__section--sale .sale__info-desc .font--en {
  font-size: calc(26 * var(--vw));
}
.bf__section--sale .sale__info-desc strong {
  font-weight: 700;
}
.bf__section--sale .sale__info-note {
  font-size: calc(18 * var(--vw));
  line-height: calc(22 * var(--vw));
  letter-spacing: calc(-0.9 * var(--vw));
  color: #737273;
}
.bf__section--sale .sale__info-btn {
  margin-top: calc(40 * var(--vw));
  min-width: calc(215 * var(--vw));
}

/* goods section */
.bf__section--goods {
  text-align: center;
  margin-top: calc(60 * var(--vw)) ;
}
.bf__section--goods .section__header {
  gap: calc(40 * var(--vw));
}
.bf__section--goods .section__tab {
  display: flex;
  gap: calc(10 * var(--vw));
}

.bf__section--goods .goods__container {
  position: relative;
  width: calc(1566 * var(--vw));
  margin: 0 auto;
  padding: 0 calc(73 * var(--vw));
}
.bf__section--goods .goods__list {
  position: relative;
  min-height: calc(332 * var(--vw));
  margin: 0 calc(-10 * var(--vw));
}
.bf__section--goods .goods__item {
  padding: 0 calc(10 * var(--vw));
  text-align: left;
}
.bf__section--goods .goods__item a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.bf__section--goods .goods__thumb {
  margin: 0;
  overflow: hidden;
  background-color: #E0E2E3;
  aspect-ratio: 1;
}
.bf__section--goods .goods__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bf__section--goods .goods__title {
  margin-top: calc(20 * var(--vw));
  overflow: hidden;
  font-size: calc(18 * var(--vw));
  line-height: 1;
  letter-spacing: calc(-0.9 * var(--vw));
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bf__section--goods .goods__origin {
  margin-top: calc(14 * var(--vw));
  font-size: calc(18 * var(--vw));
  line-height: 1;
  color: #ABB0B4;
  text-decoration: line-through;
}
.bf__section--goods .goods__origin .kor {
  font-size: calc(16 * var(--vw));
  letter-spacing: calc(-0.8 * var(--vw));
}
.bf__section--goods .goods__sale {
  margin-top: calc(6 * var(--vw));
  display: flex;
  gap: calc(10 * var(--vw));
  align-items: center;
  font-size: calc(20 * var(--vw));
  font-weight: 700;
  line-height: 1;
}
.bf__section--goods .goods__discount {
  color: #134AFD;
}
.bf__section--goods .goods__price .kor {
  font-size: calc(18 * var(--vw));
  letter-spacing: calc(-0.9 * var(--vw));
}

/* navigation arrows */
.bf__section--goods .goods__nav {
  position: absolute;
  top: calc(134 * var(--vw));
  width: calc(28 * var(--vw));
  height: calc(28 * var(--vw));
  margin-top: calc(-14 * var(--vw));
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.bf__section--goods .goods__nav::before {
  content: '';
  display: block;
  width: calc(20 * var(--vw));
  height: calc(20 * var(--vw));
  border-top: calc(2 * var(--vw)) solid #8E8F8F;
  border-right: calc(2 * var(--vw)) solid #8E8F8F;
}
.bf__section--goods .goods__nav--prev {
  left: 0;
}
.bf__section--goods .goods__nav--prev::before {
  transform: translateX(calc(3 * var(--vw))) rotate(-135deg);
}
.bf__section--goods .goods__nav--next {
  right: 0;
}
.bf__section--goods .goods__nav--next::before {
  transform: translateX(calc(-3 * var(--vw))) rotate(45deg);
}
.bf__section--goods .goods__nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.bf__section--goods .goods__more {
  margin-top: calc(60 * var(--vw));
  min-width: calc(130 * var(--vw));
}

.bf__section--launch {}
.bf__section--launch .launch__info {
  display: flex;
  align-items: center;
  gap: calc(40 * var(--vw));
  width: calc(1230 * var(--vw));
  margin: 0 auto calc(40 * var(--vw));
  padding: calc(30 * var(--vw));
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35);
  border-radius: calc(10 * var(--vw));
  color: #fff;
  text-align: left;
}
.bf__section--launch .launch__thumb {
  flex: 0 0 calc(700 * var(--vw));
  max-width: calc(700 * var(--vw));
}
.bf__section--launch .launch__title {
  font-size: calc(40 * var(--vw));
  font-weight: 800;
  line-height: calc(49 * var(--vw));
  text-transform: uppercase;
}
.bf__section--launch .launch__desc {
  margin-top: calc(12 * var(--vw));
  font-size: calc(24 * var(--vw));
  line-height: calc(38 * var(--vw));
  letter-spacing: calc(-1.2 * var(--vw));
}
.bf__section--launch .launch__desc .font--en {
  font-size: calc(26 * var(--vw));
}
.bf__section--launch .launch__btn {
  margin-top: calc(40 * var(--vw));
  width: calc(130 * var(--vw));
  height: calc(45 * var(--vw));
  font-size: calc(15 * var(--vw));
}
.bf__section--launch .goods__container {
  padding: 0 calc(168 * var(--vw));
}
/* [NB2024-11657] 단독 발매 영역: 상품 5개 이하 → 좌우 화살표 숨김 (스와이프 불필요) */
.bf__section--launch .goods__container--no-swipe .goods__nav {
  display: none;
}
/* [NB2024-11658] 단독 발매 영역: 상품 5개 미만 → 가운데 정렬 (MO는 미적용) */
.bf__section--launch .goods__container--center .swiper-wrapper {
  justify-content: center;
}

/* ranking section */
.bf__section--ranking {
  /*padding-bottom: calc(120 * var(--vw));*/
  text-align: center;
}
.bf__section--ranking .section__header {
  gap: calc(40 * var(--vw));
}
.bf__section--ranking .section__tab {
  display: flex;
  gap: calc(10 * var(--vw));
}
.bf__section--ranking .tab__btn {
  height: calc(40 * var(--vw));
  padding: calc(5 * var(--vw)) calc(26 * var(--vw));
  border: 0;
  border-radius: calc(20 * var(--vw));
  background-color: #444344;
  font-size: calc(16 * var(--vw));
  font-weight: 700;
  line-height: calc(26 * var(--vw));
  letter-spacing: calc(-0.8 * var(--vw));
  color: #B9B9B9;
  cursor: pointer;
}
.bf__section--ranking .tab__btn.on {
  background-color: #fff;
  color: #151415;
}

/* ranking swiper wrapper (좌우 화살표 위치 잡기 위한 relative 컨테이너) */
.bf__section--ranking .ranking__swiper {
  position: relative;
  width: calc(1420 * var(--vw));
  margin: 0 auto;
}
.bf__section--ranking .ranking__list {
  overflow: hidden;
}
/* 1 slide = 1 컬럼 (4개 아이템) */
.bf__section--ranking .ranking__col {
  display: flex;
  flex-direction: column;
}
.bf__section--ranking .ranking__wrap {
  padding: calc(10 * var(--vw)) 0;
}
.bf__section--ranking .ranking__col .ranking__wrap + .ranking__wrap {
  border-top: calc(1 * var(--vw)) solid rgba(232, 232, 232, 0.4);
}

/* ranking navigation arrows */
.bf__section--ranking .ranking__nav {
  position: absolute;
  top: 50%;
  width: calc(28 * var(--vw));
  height: calc(28 * var(--vw));
  margin-top: calc(-14 * var(--vw));
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.bf__section--ranking .ranking__nav::before {
  content: '';
  display: block;
  width: calc(18 * var(--vw));
  height: calc(18 * var(--vw));
  margin: calc(5 * var(--vw)) auto;
  border-top: calc(2 * var(--vw)) solid #8E8F8F;
  border-right: calc(2 * var(--vw)) solid #8E8F8F;
}
.bf__section--ranking .ranking__nav--prev {
  left: calc(-74 * var(--vw));
}
.bf__section--ranking .ranking__nav--prev::before {
  transform: translateX(calc(3 * var(--vw))) rotate(-135deg);
}
.bf__section--ranking .ranking__nav--next {
  right: calc(-74 * var(--vw));
}
.bf__section--ranking .ranking__nav--next::before {
  transform: translateX(calc(-3 * var(--vw))) rotate(45deg);
}
.bf__section--ranking .ranking__nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.bf__section--ranking .ranking__wrap a {
  display: flex;
  align-items: center;
  gap: calc(30 * var(--vw));
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.bf__section--ranking .ranking__number {
  flex: 0 0 calc(40 * var(--vw));
  width: calc(40 * var(--vw));
  margin: 0;
  font-family: 'Proxima Nova', 'Noto Sans KR', Dotum, "돋움", sans-serif;
  font-size: calc(30 * var(--vw));
  font-weight: 800;
  font-style: italic;
  line-height: calc(38 * var(--vw));
  color: #fff;
  text-align: left;
}
.bf__section--ranking .ranking__number i {
  font-style: italic;
}
.bf__section--ranking .ranking__prod {
  display: flex;
  align-items: center;
  gap: calc(30 * var(--vw));
  flex: 1;
  min-width: 0;
}
.bf__section--ranking .prod__thumb {
  flex: 0 0 calc(120 * var(--vw));
  width: calc(120 * var(--vw));
  height: calc(120 * var(--vw));
  background-color: #E0E2E3;
  object-fit: cover;
}
.bf__section--ranking .prod__info {
  display: flex;
  flex-direction: column;
  gap: calc(14 * var(--vw));
  flex: 1;
  min-width: 0;
  text-align: left;
}
.bf__section--ranking .info__displayName {
  margin: 0;
  font-size: calc(20 * var(--vw));
  line-height: 1;
  letter-spacing: calc(-1 * var(--vw));
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bf__section--ranking .info__price {
  display: flex;
  align-items: flex-end;
  gap: calc(2 * var(--vw));
  margin: 0;
  font-size: calc(22 * var(--vw));
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.bf__section--ranking .info__price .price__discount {
  flex: 0 0 calc(50 * var(--vw));
  width: calc(50 * var(--vw));
  color: #134AFD;
  text-align: left;
}
.bf__section--ranking .info__price .font--en {
  font-size: calc(22 * var(--vw));
}
.bf__section--ranking .info__price .kor {
  font-size: calc(20 * var(--vw));
  font-weight: 700;
  letter-spacing: calc(-1 * var(--vw));
}

/* event section */
.bf__section--event {
  padding-bottom: calc(100 * var(--vw));
  text-align: center;
}
.bf__section--event .event__list {
  display: flex;
  justify-content: center;
  gap: calc(20 * var(--vw));
  width: calc(1780 * var(--vw));
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.bf__section--event .event__item {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--vw));
  width: calc(340 * var(--vw));
  text-align: left;
}
.bf__section--event .event__visual {
  width: calc(340 * var(--vw));
  height: calc(340 * var(--vw));
  overflow: hidden;
  background: linear-gradient(to bottom, #D8DDFF, #8F9BE6);
}
.bf__section--event .event__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* event textbox: gap 20 between content block & 자세히 보기 link */
.bf__section--event .event__textbox {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--vw));
}
/* content: gap 6 between text & 참여기간 (참여기간 없을 땐 single child라 무영향) */
.bf__section--event .event__content {
  display: flex;
  flex-direction: column;
  gap: calc(6 * var(--vw));
}
/* text: gap 12 between label-title group & desc */
.bf__section--event .event__text {
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--vw));
}
.bf__section--event .event__label-title {
  display: flex;
  flex-direction: column;
  gap: calc(10 * var(--vw));
}

/* labels (성인 / 키즈 뱃지) */
.bf__section--event .event__labels {
  display: flex;
  gap: calc(6 * var(--vw));
}
.bf__section--event .event__label {
  display: inline-flex;
  align-items: center;
  gap: calc(2 * var(--vw));
  padding: calc(4 * var(--vw)) calc(6 * var(--vw)) calc(4 * var(--vw)) calc(5 * var(--vw));
  background-color: #737273;
  border-radius: calc(4 * var(--vw));
  font-size: calc(13 * var(--vw));
  font-weight: 700;
  letter-spacing: calc(-0.65 * var(--vw));
  color: #fff;
}
.bf__section--event .event__label-logo {
  display: inline-block;
  width: calc(20 * var(--vw));
  height: calc(10 * var(--vw));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='18' viewBox='0 0 36 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2488 6.35515L19.92 3.33637L25.5805 2.96073L25.7775 2.59533L20.5438 2.21628L21.7685 0.00341499H31.4774C34.4619 0.00341499 36.6683 1.11326 35.8147 4.37792C35.5553 5.36824 34.3404 7.85771 30.7846 8.89926C31.5398 8.99488 33.4211 9.85885 33.0961 12.1059C32.5215 16.0911 27.5603 17.9898 24.7991 17.9898L13.3402 17.9966L12.7722 15.6881L18.7774 15.251L18.981 14.8856L12.4701 14.4724L11.7675 11.7405L21.0331 11.177L21.2333 10.815L4.59011 9.72225L5.38796 8.28116L23.3051 7.07228L23.5054 6.7103L18.2554 6.35515M25.7447 6.95276L27.3995 6.9391C28.5027 6.93227 29.6518 6.40979 30.0688 5.34434C30.4562 4.35743 29.9375 3.51736 29.2447 3.52077H27.6424L25.7414 6.95276H25.7447ZM23.8403 10.3882L21.8473 13.9806H23.7451C24.625 13.9806 26.201 13.5231 26.687 12.222C27.1368 11.0131 26.3094 10.3847 25.7348 10.3882H23.8403ZM9.38378 15.9374L8.23461 17.9898L0 18L0.797851 16.5589L9.38378 15.934V15.9374ZM9.96493 0L16.5841 0.00682982L17.0832 1.95674L9.16708 1.44109L9.96493 0ZM17.4641 3.50028L18.1864 6.35515L6.87859 5.58338L7.67645 4.14229L17.4641 3.50028ZM11.7018 11.7405L10.2604 14.3256L2.29177 13.8577L3.08962 12.4166L11.7018 11.7371V11.7405Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bf__section--event .event__title {
  margin: 0;
  font-size: calc(26 * var(--vw));
  font-weight: 700;
  line-height: calc(34 * var(--vw));
  letter-spacing: calc(-1.3 * var(--vw));
  color: #fff;
}
.bf__section--event .event__title .font--en {
  font-size: calc(28 * var(--vw));
}
.bf__section--event .event__desc {
  margin: 0;
  font-size: calc(18 * var(--vw));
  line-height: calc(28 * var(--vw));
  letter-spacing: calc(-0.9 * var(--vw));
  color: #fff;
}
.bf__section--event .event__desc .font--en {
  font-size: calc(20 * var(--vw));
}
.bf__section--event .event__period {
  font-size: calc(16 * var(--vw));
  line-height: calc(26 * var(--vw));
  letter-spacing: calc(-0.8 * var(--vw));
  color: #fff;
}
.bf__section--event .event__period strong {
  font-weight: 700;
}
.bf__section--event .event__period .font--en {
  font-size: calc(18 * var(--vw));
}
.bf__section--event .event__more {
  align-self: flex-start;
  font-size: calc(17 * var(--vw));
  line-height: 1.5;
  letter-spacing: calc(-0.85 * var(--vw));
  color: #737273;
  text-decoration: underline;
  text-underline-offset: calc(3 * var(--vw));
}

.bf__other {
  margin-top: calc(100 * var(--vw));
  text-align: center;
}

/* [키즈] 오늘의 베스트 딜 */
.bf__section--best {
  margin-top: calc(60 * var(--vw));
  padding-bottom: calc(60 * var(--vw));
  background: url("https://image.nbkorea.com/NBRB_PC/event/summerblackfriday2026/kids/page_main_best_bg.jpg") no-repeat center center / cover;
}
.bf__section--best .section__header {
  gap: calc(12 * var(--vw));
  color: #000;
}
.bf__section--best .goods__item a {
  color: #000;
}

/* [키즈] 라이브 */
.bf__section--live {
  width: calc(1230 * var(--vw));
  margin: 0 auto;
  padding-top: calc(120 * var(--vw));
}
.bf__section--live .live__content {
  display: flex;
  align-items: center;
  gap: calc(40 * var(--vw));
  margin-top: calc(60 * var(--vw));
  padding: calc(30 * var(--vw));
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35);
  border-radius: calc(10 * var(--vw));
  color: #fff;
}
.bf__section--live .live__thumb {
  flex:  0 0 calc(700 * var(--vw));
  aspect-ratio: 700 / 480;
}
.bf__section--live .live__title {
  font-size: calc(40 * var(--vw));
  font-weight: 800;
  line-height: calc(49 * var(--vw));
  text-transform: uppercase;
}
.bf__section--live .live__desc {
  margin-top: calc(12 * var(--vw));
  font-size: calc(24 * var(--vw));
  line-height: calc(38 * var(--vw));
  letter-spacing: calc(-1.2 * var(--vw));
}
.bf__section--live .live__desc .font--en {
  font-size: calc(26 * var(--vw));
}
.bf__section--live .live__date {
  margin-top: calc(12 * var(--vw));
  font-size: calc(20 * var(--vw));
  line-height: calc(22 * var(--vw));
  letter-spacing: calc(-1 * var(--vw));
  color: #737273;
}
.bf__section--live .live__date .font--ko {
  font-size: calc(18 * var(--vw));
  letter-spacing: calc(-0.9 * var(--vw));
}
.bf__section--live .live__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(8 * var(--vw));
  margin-top: calc(40 * var(--vw));
}
.bf__section--live .live__btns .btn {
  min-width: calc(150 * var(--vw));
  width: auto;
}