/* ================================
   RESET & BASE
================================ */
:where(.pub_page), :where(.pub_page) *, :where(.pub_page) *::before, :where(.pub_page) *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* html reset removed for site embed */

.pub_page {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1817;
  background: #fff;
  overflow-x: hidden;
  word-break: keep-all;
}

:where(.pub_page) img { display: block; max-width: 100%; }
:where(.pub_page) a   { text-decoration: none; color: inherit; }
:where(.pub_page) button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ================================
   SECTION 1: HERO
================================ */
/* 2111×868 */
.sec1 {
  position: relative;
  background: #EAEAEA;
  height: clamp(434px, 41.12vw, 868px);
  overflow: hidden;
}

/* 901×645, x=-132.5, y=-140.02 */
.sec1__365 {
  position: absolute;
  left: -1%;   /* -132.5/2111 */
  top: -1%;   /* -140.02/868 */
  width: clamp(450px, 42.68vw, 901px);
  height: auto;
}

/* ================================
   UTILITIES
================================ */
.container { max-width: 1460px; margin: 0 auto; padding: 0 40px; }
.c-green { color: #51FF9F; }

/* ================================
   SECTION 2: BRAND INTRO
================================ */
.intro {
  background: #111;
  height: clamp(520px, 52vw, 1000px);
  display: flex;
  align-items: center;
}
.intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.intro__label {
  font-size: clamp(16px, 1.875vw, 24px);
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 24px;
}

.intro__logo {
  width: clamp(200px, 21.98vw, 422px);
  margin-bottom: 48px;
}
.intro__logo img { width: 100%; }

.intro__title {
  font-size: clamp(32px, 3.65vw, 56px);
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 32px;
  word-break: keep-all;
}

.intro__desc {
  font-size: clamp(15px, 1.56vw, 20px);
  color: #8f8f93;
  line-height: 1.7;
  margin-bottom: 52px;
  word-break: keep-all;
}

.btn-cta {
  position: relative;
  display: inline-block;
  transition: transform 0.2s;
}

.btn-cta__bg {
  width: clamp(180px, 16.72vw, 321px);
  display: block;
}
.btn-cta__text {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(14px, 1.30vw, 25px);
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
  pointer-events: none;
}
.btn-cta__arrow {
  position: absolute;
  left: 78%;
  top: 49%;
  transform: translateY(-50%);
  width: clamp(12px, 1.302vw, 25px);
  height: auto;
  transition: transform 0.35s ease;
  pointer-events: none;
}
.btn-cta:hover .btn-cta__arrow {
  transform: translateY(-50%) rotate(45deg);
}

/* ================================
   SECTION 3
================================ */
/* 2111×1675, bg #fff */
.sec3 {
  position: relative;
  background: #fff;
  height: clamp(837px, 79.34vw, 1675px);
  overflow: hidden;
}

.c-green2 { color: #00AC4D; }

.sec3__title {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  font-size: clamp(32px, 3.65vw, 56px);
  font-weight: 700;
  line-height: 1.35;
  color: #1a1817;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}

.sec3__desc {
  position: absolute;
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
  font-size: clamp(15px, 1.56vw, 20px);
  color: #8f8f93;
  line-height: 1.7;
  word-break: keep-all;
  text-align: center;
  white-space: nowrap;
}

/* x=387.5, y=533 */
.sec3__img {
  position: absolute;
  left: 18.36%;
  top: 31.82%;
  width: clamp(600px, 65vw, 1336px);
  height: auto;
}

/* ================================
   SECTION 4
================================ */
/* 2111×2240, bg #EAF6F1 */
.sec4 {
  position: relative;
  background: #EAF6F1;
  height: clamp(1120px, 106.11vw, 2240px);
  overflow: hidden;
}

.sec4__title {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  font-size: clamp(32px, 3.65vw, 56px);
  font-weight: 700;
  line-height: 1.35;
  color: #1a1817;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}

.sec4__desc {
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  font-size: clamp(15px, 1.56vw, 20px);
  color: #8f8f93;
  line-height: 1.7;
  word-break: keep-all;
  text-align: center;
  white-space: nowrap;
}

/* cards grid container: x=330.59, y=534 */
.sec4__cards {
  position: absolute;
  left: 52%;
  top: 23.84%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.13vw, 60px);
  margin-top: 60px;
}

.sec4__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(20px, 2.08vw, 40px);
}

.sec4__card-img {
  flex-shrink: 0;
  width: clamp(271px, 25.72vw, 543px);
  height: auto;
  display: block;
}

.sec4__card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: clamp(300px, 32vw, 620px);
}

.sec4__tag {
  display: inline-block;
  align-self: flex-start;
  background: #000;
  color: #51FF9F;
  font-size: clamp(12px, 0.83vw, 16px);
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.sec4__card-title {
  font-size: clamp(18px, 1.98vw, 30px);
  font-weight: 700;
  color: #1a1817;
  line-height: 1.35;
  margin-bottom: 12px;
  word-break: keep-all;
}

.sec4__card-desc {
  font-size: clamp(14px, 1.25vw, 18px);
  color: #8F8F93;
  line-height: 1.7;
  word-break: keep-all;
}

/* ================================
   SECTION 5
================================ */
/* 2111×1256, bg #F5F5F7 */
.sec5 {
  position: relative;
  background: #F5F5F7;
  height: clamp(628px, 59.5vw, 1256px);
  overflow: hidden;
}

.sec5__title {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  font-size: clamp(32px, 3.65vw, 56px);
  font-weight: 700;
  line-height: 1.35;
  color: #1a1817;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}

.sec5__desc {
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translateX(-50%);
  font-size: clamp(15px, 1.56vw, 20px);
  color: #8f8f93;
  line-height: 1.7;
  word-break: keep-all;
  text-align: center;
  white-space: nowrap;
}


.sec5__cards {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: clamp(12px, 1.25vw, 24px);
}

.sec5__card {
  background: #fff;
  border-radius: 12px;
  padding: clamp(16px, 1.46vw, 28px);
  width: clamp(180px, 19.5vw, 380px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sec5__card-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec5__card-icon {
  width: clamp(24px, 2.08vw, 40px);
  height: auto;
}

.sec5__card-name {
  font-size: clamp(13px, 0.94vw, 18px);
  font-weight: 700;
  color: #1a1817;
}

.sec5__card-img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.sec5__card-desc {
  font-size: clamp(13px, 0.89vw, 17px);
  color: #8f8f93;
  line-height: 1.6;
  white-space: nowrap;
  flex: 1;
}

.sec5__card-link {
  display: inline-block;
  align-self: center;
  font-size: clamp(13px, 0.89vw, 17px);
  color: #1a1817;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  margin-top: 25px;
}

.sec5__card-link:hover {
  background: #1a1817;
  color: #fff;
  border-color: #1a1817;
}

/* ================================
   SECTION 6
================================ */
/* 2111×1108, bg #fff */
.sec6 {
  position: relative;
  background: #fff;
  height: clamp(554px, 52.49vw, 1108px);
  overflow: hidden;
}

.sec6__title {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  font-size: clamp(32px, 3.65vw, 56px);
  font-weight: 700;
  line-height: 1.35;
  color: #1a1817;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}

.sec6__desc {
  position: absolute;
  left: 50%;
  top: 26%;
  transform: translateX(-50%);
  font-size: clamp(15px, 1.56vw, 20px);
  color: #8f8f93;
  line-height: 1.7;
  word-break: keep-all;
  text-align: center;
  white-space: nowrap;
}

.sec6__products {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: clamp(32px, 4.17vw, 80px);
  align-items: flex-end;
}

.sec6__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.sec6__product img {
  width: clamp(120px, 11.46vw, 220px);
  height: auto;
}

.sec6__product-name {
  font-size: clamp(13px, 0.89vw, 17px);
  color: #1a1817;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
}

.sec6__store-btn {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  display: inline-block;
  background: #51FF9F;
  color: #000000;
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 50px;
  white-space: nowrap;
  transition: background 0.2s;
}

.sec6__store-btn:hover {
  background: #009040;
}

/* ================================
   SECTION 7
================================ */
/* 2111×1160, bg #F6FFFB */
.sec7 {
  position: relative;
  background: #F6FFFB;
  height: clamp(580px, 54.95vw, 1160px);
  overflow: hidden;
}

.sec7__title {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  font-size: clamp(32px, 3.65vw, 56px);
  font-weight: 700;
  line-height: 1.35;
  color: #1a1817;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}

.sec7__desc {
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translateX(-50%);
  font-size: clamp(15px, 1.56vw, 20px);
  color: #8f8f93;
  line-height: 1.7;
  word-break: keep-all;
  text-align: center;
  white-space: nowrap;
}

.sec7__features {
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 3.65vw, 70px);
}

.sec7__feature {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(20px, 2.08vw, 40px);
}

.sec7__feature-icon {
  flex-shrink: 0;
  width: clamp(56px, 5.21vw, 100px);
  height: auto;
}

.sec7__feature-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sec7__feature-title {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 700;
  color: #1a1817;
  word-break: keep-all;
}

.sec7__feature-desc {
  font-size: clamp(15px, 1.25vw, 24px);
  color: #8f8f93;
  line-height: 1.7;
  word-break: keep-all;
  white-space: nowrap;
}

/* ================================
   SECTION 8
================================ */
/* 2111×815.55, bg #F6FFFB */
.sec8 {
  position: relative;
  background: #F6FFFB;
  height: clamp(407px, 38.63vw, 815px);
  overflow: hidden;
}

.sec8__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec8__inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.08vw, 40px);
}

.sec8__text {
  font-size: clamp(20px, 2.08vw, 40px);
  font-weight: 700;
  color: #1a1817;
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
}

.sec8__btn {
  display: inline-block;
  background: #1a1817;
  color: #51FF9F;
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: 700;
  padding: clamp(12px, 1.04vw, 20px) clamp(28px, 2.92vw, 56px);
  border-radius: 50px;
  white-space: nowrap;
  transition: background 0.2s;
}

.sec8__btn:hover {
  background: #333;
}

/* ================================
   RESPONSIVE — TABLET (≤1024px)
================================ */
@media (max-width: 1024px) {

  /* ── INTRO ── */
  .intro__title br, .intro__desc br { display: none; }
  .intro__label { font-size: 24px; }
  .intro__title { font-size: 36px; word-break: keep-all; }
  .intro__desc { font-size: 24px; word-break: keep-all; }

  /* ── SEC3 ── */
  .sec3 { height: auto; padding: 72px 40px 60px; display: flex; flex-direction: column; align-items: center; gap: 24px; overflow: visible; }
  .sec3__title { position: static; transform: none; font-size: 36px; white-space: normal; text-align: center; }
  .sec3__desc { position: static; transform: none; font-size: 24px; white-space: normal; text-align: center; width: 80%; }
  .sec3__desc br { display: none; }
  .sec3__img { position: static; width: clamp(480px, 72vw, 900px); }

  /* ── SEC4 ── */
  .sec4 { height: auto; padding: 72px 40px 60px; display: flex; flex-direction: column; align-items: center; gap: 24px; overflow: visible; }
  .sec4__title { position: static; transform: none; font-size: 36px; white-space: normal; text-align: center; }
  .sec4__desc { position: static; transform: none; font-size: 24px; white-space: normal; text-align: center; width: 80%; }
  .sec4__desc br { display: none; }
  .sec4__cards { position: static; transform: none; margin-top: 16px; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: clamp(20px, 2.5vw, 40px); width: 90%; }
  .sec4__card { flex-direction: column; width: calc(50% - clamp(10px, 1.25vw, 20px)); }
  .sec4__card-img { width: 90%; }
  .sec4__card-body { width: 80%; }
  .sec4__tag { font-size: 16px; }
  .sec4__card-title { font-size: 27.2px; white-space: nowrap; }
  .sec4__card-desc { font-size: 24px; white-space: normal; }
  .sec4__card-desc br { display: none; }

  /* ── SEC5 ── */
  .sec5 { height: auto; padding: 72px 40px 60px; display: flex; flex-direction: column; align-items: center; gap: 24px; overflow: visible; }
  .sec5__title { position: static; transform: none; font-size: 36px; white-space: normal; text-align: center; }
  .sec5__desc { position: static; transform: none; font-size: 24px; white-space: normal; text-align: center; width: 80%; }
  .sec5__desc br { display: none; }
  .sec5__cards { position: static; transform: none; flex-wrap: wrap; justify-content: center; row-gap: 36px; column-gap: 36px; width: 90%; }
  .sec5__card { width: calc(50% - 18px); }
  .sec5__card-name { font-size: 27.2px; }
  .sec5__card-desc { font-size: 24px; white-space: normal; }
  .sec5__card-desc br { display: none; }
  .sec5__card-link { font-size: 24px; margin-bottom: 10px; }

  /* ── SEC6 ── */
  .sec6 { height: auto; padding: 72px 40px 60px; display: flex; flex-direction: column; align-items: center; gap: 28px; overflow: visible; }
  .sec6__title { position: static; transform: none; font-size: 36px; white-space: normal; text-align: center; }
  .sec6__desc { position: static; transform: none; font-size: 24px; white-space: normal; text-align: center; width: 80%; }
  .sec6__desc br { display: none; }
  .sec6__products { position: static; transform: none; gap: clamp(24px, 3vw, 56px); }
  .sec6__product img { width: clamp(100px, 10vw, 180px); }
  .sec6__product-name { font-size: 24px; }
  .sec6__store-btn { position: static; transform: none; font-size: 24px; margin-top: 10px;}

  /* ── SEC7 ── */
  .sec7 { height: auto; padding: 72px 40px 60px; display: flex; flex-direction: column; align-items: center; gap: 24px; overflow: visible; }
  .sec7__title { position: static; transform: none; font-size: 36px; white-space: normal; text-align: center; }
  .sec7__desc { position: static; transform: none; font-size: 24px; white-space: normal; text-align: center; width: 75%; }
  .sec7__features { position: static; transform: none; gap: clamp(28px, 3vw, 48px); width: 80%; margin-top: 8px; }
  .sec7__feature-title { font-size: 24px; }
  .sec7__feature-desc { font-size: 24px; white-space: normal; }

  /* ── SEC8 ── */
  .sec8__text { font-size: 24px; white-space: normal; text-align: center; }
  .sec8__btn { font-size: 16px; }
  .sec8__inner { width: 70%; top: 50%; transform: translate(-50%, -50%); }
}

/* ================================
   RESPONSIVE — MOBILE (≤768px)
================================ */
@media (max-width: 768px) {

  /* ── SEC1 ── */
  .sec1 { height: clamp(220px, 50vw, 380px); }
  .sec1__365 { width: clamp(200px, 52vw, 360px); }
  .sec1__img { width: clamp(300px, 82vw, 540px); left: 4%; top: 12%; }

  /* ── INTRO ── */
  .intro { height: auto; padding: 56px 24px; }
  .intro__label { font-size: 13px; margin-bottom: 14px; }
  .intro__logo { width: clamp(130px, 38vw, 200px); margin-bottom: 24px; }
  .intro__title { font-size: 24px; margin-bottom: 16px; word-break: keep-all; }
  .intro__title br { display: none; }
  .intro__desc { font-size: 14px; margin-bottom: 32px; word-break: keep-all; }
  .intro__desc br { display: none; }
  .btn-cta__bg { width: clamp(160px, 44vw, 260px); }

  /* ── SEC3 ── */
  .sec3 { height: auto; padding: 56px 24px 48px; display: flex; flex-direction: column; align-items: center; gap: 20px; overflow: visible; }
  .sec3__title { position: static; transform: none; font-size: 24px; white-space: normal; text-align: center; }
  .sec3__desc { position: static; transform: none; white-space: normal; text-align: center; font-size: 14px; width: 100%; }
  .sec3__desc br { display: none; }
  .sec3__img { position: static; width: 90vw; }

  /* ── SEC4 ── */
  .sec4 { height: auto; padding: 56px 24px 48px; display: flex; flex-direction: column; align-items: center; gap: 20px; overflow: visible; }
  .sec4__title { position: static; transform: none; font-size: 24px; white-space: normal; text-align: center; }
  .sec4__desc { position: static; transform: none; white-space: normal; text-align: center; font-size: 14px; width: 100%; }
  .sec4__desc br { display: none; }
  .sec4__cards { position: static; transform: none; margin-top: 12px; flex-direction: column; flex-wrap: nowrap; width: 100%; gap: 40px; }
  .sec4__card { flex-direction: column; align-items: flex-start; width: 100%; gap: 16px; }
  .sec4__card-img { width: 100%; }
  .sec4__card-body { width: 95%; margin: 0 auto; }
  .sec4__tag { font-size: 13px; }
  .sec4__card-title { font-size: 16px; }
  .sec4__card-desc { font-size: 14px; white-space: normal; }
  .sec4__card-desc br { display: none; }

  /* ── SEC5 ── */
  .sec5 { height: auto; padding: 56px 24px 48px; display: flex; flex-direction: column; align-items: center; gap: 20px; overflow: visible; }
  .sec5__title { position: static; transform: none; font-size: 24px; white-space: normal; text-align: center; }
  .sec5__desc { position: static; transform: none; white-space: normal; text-align: center; font-size: 14px; width: 100%; }
  .sec5__desc br { display: none; }
  .sec5__cards { position: static; transform: none; flex-direction: column; gap: 16px; width: 100%; }
  .sec5__card { width: 100%; }
  .sec5__card-name { font-size: 15px; }
  .sec5__card-desc { font-size: 14px; white-space: normal; }
  .sec5__card-link { font-size: 14px; }

  /* ── SEC6 ── */
  .sec6 { height: auto; padding: 56px 24px 48px; display: flex; flex-direction: column; align-items: center; gap: 24px; overflow: visible; }
  .sec6__title { position: static; transform: none; font-size: 24px; white-space: normal; text-align: center; }
  .sec6__desc { position: static; transform: none; white-space: normal; text-align: center; font-size: 14px; width: 100%; }
  .sec6__desc br { display: none; }
  .sec6__products { position: static; transform: none; flex-wrap: wrap; justify-content: center; gap: 28px 20px; }
  .sec6__product img { width: clamp(100px, 36vw, 160px); }
  .sec6__product-name { font-size: 14px; }
  .sec6__store-btn { position: static; transform: none; font-size: 15px; padding: 12px 28px; }

  /* ── SEC7 ── */
  .sec7 { height: auto; padding: 56px 24px 48px; display: flex; flex-direction: column; align-items: center; gap: 20px; overflow: visible; }
  .sec7__title { position: static; transform: none; font-size: 24px; white-space: normal; text-align: center; }
  .sec7__desc { position: static; transform: none; white-space: normal; text-align: center; font-size: 14px; width: 100%; }
  .sec7__features { position: static; transform: none; gap: 32px; width: 100%; }
  .sec7__feature-title { font-size: 16px; }
  .sec7__feature-desc { white-space: normal; font-size: 14px; }
  .sec7__feature-icon { width: clamp(40px, 10vw, 64px); }

  /* ── SEC8 ── */
  .sec8 { height: clamp(260px, 52vw, 380px); }
  .sec8__inner { top: 50%; transform: translate(-50%, -50%); gap: 20px; width: 85%; }
  .sec8__text { font-size: 18px; white-space: normal; text-align: center; }
  .sec8__btn { font-size: 15px; padding: 12px 28px; }
}

/* 1369×710, x=391, y=167 */
.sec1__img {
  position: absolute;
  left: 18.52%;   /* 391/2111 */
  top: 19.24%;    /* 167/868 */
  width: clamp(684px, 64.86vw, 1369px);
  height: auto;
}
