@charset "utf-8";

/* 키즈 카플친 마일리지 이벤트 - PC (1920px 기준) */
.container{
  background: #151415;
  padding-bottom: 0;
}
/* 02. 수신 동의 :: S */
.bf__agree {
  background: #151415;
}
.agree__inner {
  width: calc(1143 * var(--vw));
  margin: 0 auto;
  padding: calc(100 * var(--vw)) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(60 * var(--vw));
}

/* 타이틀 영역 */
.agree__info {
  width: calc(522 * var(--vw));
  text-align: left;
}
.agree__subtitle {
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: calc(18 * var(--vw));
  font-weight: 700;
  color: #134AFD;
  line-height: calc(28 * var(--vw));
  margin-bottom: calc(10 * var(--vw));
}
.agree__subtitle .ko{
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(18 * var(--vw));
  letter-spacing: -0.05em;
}
.agree__title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(44 * var(--vw));
  font-weight: 900;
  color: #fff;
  line-height: calc(58 * var(--vw));
  letter-spacing: -0.05em;
  margin: 0;
}
.agree__title .en{
  font-weight: 800;
  font-family: "ProximaNova", sans-serif;
  font-size: calc(44 * var(--vw));
  letter-spacing: 0;
}
.agree__period {
  font-size: calc(26 * var(--vw));
  font-weight: 700;
  color: #727272;
  line-height: 1;
  margin-top: calc(20 * var(--vw));
  letter-spacing: -0.05em;
}
.agree__period .ko{
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.05em;
}
.agree__period .en{
  font-family: "Proxima Nova", sans-serif;
}
.agree__desc {
  font-size: calc(23 * var(--vw));
  font-weight: 400;
  color: #fff;
  margin-top: calc(20 * var(--vw));
  letter-spacing: -0.05em;
  line-height: calc(38 * var(--vw));
}
.agree__desc .num{
  font-size: calc(26 * var(--vw));
  font-weight: 700;
  font-family: "ProximaNova", sans-serif;
  letter-spacing: 0;
}

/* 쿠폰 이미지 */
.agree__coupon {
  width: calc(560 * var(--vw));
}
.agree__coupon img {
  width: 100%;
}

/* 쿠폰 + 버튼 영역 (우측) */
.agree__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.agree__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(16 * var(--vw));
  margin-top: calc(36 * var(--vw));
  width: calc(512 * var(--vw));
}

/* 수신 동의 버튼 (공통 .btn .btn--md .btn--point / .btn--kakao 사용) */
.agree__btnWrap {
  display: flex;
  gap: calc(10 * var(--vw));
}
.agree__btnWrap > .btn {
  flex: 1;
  white-space: nowrap;
}

/* 안내 텍스트 */
.agree__note {
  font-size: calc(16 * var(--vw));
  font-weight: 400;
  color: #727272;
  letter-spacing: -0.05em;
  text-align: center;
}
/* 02. 수신 동의 :: E */

/* 03. 수신 동의 방법 :: S */
.bf__method {
  background: #151415;
}
.method__inner {
  width: calc(1220 * var(--vw));
  margin: 0 auto;
  padding: calc(100 * var(--vw)) 0  calc(140 * var(--vw));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(60 * var(--vw));
}
.method__head {
  text-align: center;
}
.method__subtitle {
  display: block;
  font-size: calc(20 * var(--vw));
  font-weight: 700;
  color: #8E8F8F;
  line-height: 1;
  margin-bottom: calc(25 * var(--vw));
}
.method__title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(40 * var(--vw));
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -0.05em;
}
.method__cards {
  display: flex;
  gap: calc(20 * var(--vw));
}
.method__card {
  width: calc(540 * var(--vw));
  height: calc(500 * var(--vw));
  background-image: url('https://image.nbkorea.com/NBRB_PC/event/summerblackfriday2026/common/page_kids_plusfriend_method_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: calc(10 * var(--vw));
  padding-top: calc(30 * var(--vw));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.method__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #134AFD;
  font-size: calc(18 * var(--vw));
  font-weight: 800;
  line-height: calc(28 * var(--vw));
  letter-spacing: -0.05em;
}
.method__tag .num{
  font-size: calc(20 * var(--vw));
  margin-left: calc(5 * var(--vw));
}
.method__cardTitle {
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(26 * var(--vw));
  font-weight: 700;
  color: #fff;
  line-height: calc(36 * var(--vw));
  margin-top: calc(10 * var(--vw));
}
.method__cardDesc {
  font-family: "Noto Sans KR", sans-serif;
  text-align: center;
  font-size: calc(18 * var(--vw));
  font-weight: 400;
  color: #fff;
  line-height: calc(28 * var(--vw));
  margin-top: calc(10 * var(--vw));
  letter-spacing: -0.05em;
}
.method__cardImg {
  width: calc(300 * var(--vw));
  margin: 0 auto;
}
.method__cardImg img {
  width: 100%;
}
/* 03. 수신 동의 방법 :: E */

/* 04. 유의사항 :: S */
.bf__notice {
  background: #F5F5F5;
}
.notice__inner {
  width: calc(680 * var(--vw));
  margin: 0 auto;
  padding: calc(120 * var(--vw)) 0;
}
.notice__title {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  font-size: calc(19.5 * var(--vw));
  font-weight: 700;
  color: #000;
  margin-bottom: calc(34 * var(--vw));
}
.notice__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notice__list li {
  font-size: calc(18 * var(--vw));
  font-weight: 400;
  color: #737B82;
  line-height: calc(34 * var(--vw));
  padding-left: calc(16 * var(--vw));
  position: relative;
  letter-spacing: -0.05em;
}
.notice__list li .en{
  font-size: calc(20 * var(--vw));
}
.notice__list li::before {
  content: "-";
  position: absolute;
  left: 0;
}
/* 04. 유의사항 :: E */
