@charset "utf-8";
/* ================================================================
   ÆÊÅõ¾î °í°´ °¨»ç ÀÌº¥Æ® - ÈÄ±â ÀÌº¥Æ® (PC)
   - ¸ðµç Å¬·¡½º hm- Á¢µÎ¾î / BEM
   - .hm-review ´ÜÀÏ wrapper ¾È¿¡¼­¸¸ µ¿ÀÛ (±âÁ¸ »çÀÌÆ® CSS Ãæµ¹ ¹æÁö)
   - ¸ð¹ÙÀÏ ¿ì¼± ¹ÝÀÀÇü (base = ¸ð¹ÙÀÏ, min-width·Î µ¥½ºÅ©Åé È®Àå)
   ================================================================ */

/* Pretendard À¥ÆùÆ® (CDN) */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");

/* ---------- µðÀÚÀÎ ÅäÅ« (wrapper ½ºÄÚÇÁ) ---------- */
.hm-review {
  --hm-white:        #ffffff;
  --hm-text:         #6b6e76;
  --hm-dark:         #1f2024;
  --hm-coral:        #ec6164;
  --hm-coral-light:  #f1787a;
  --hm-blue:         #3a6ea5;
  --hm-border:       #ece8e1;
  --hm-cream:        #faf8f4;
  --hm-cream-top:    #fffefb;
  --hm-gray-light:   #a3a6ad;
  --hm-green:        #2db400;
  --hm-footer:       #666666;
  --hm-badge-bg:     #e9f0f8;
  --hm-pink-bg:      #fdecec;
  --hm-formrow-bg:   #eef1f7;

  --hm-card-w: 1000px;
  --hm-grad:   linear-gradient(135deg, var(--hm-coral-light) 0%, var(--hm-coral) 100%);

  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--hm-card-w);
  margin: 0 auto;
  padding: 18px 12px 0;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--hm-dark);
  line-height: 1.5;
  letter-spacing: -0.32px;
 background-image: url("/event/review_event/images/bg-texture.png");
  background-color: var(--hm-cream);
  background-size: cover;
  background-position: center top;
  overflow-x: hidden;
}

/* ¹Ú½º»çÀÌÂ¡/±âº» ¸®¼Â (wrapper ³»ºÎ ÇÑÁ¤) */
.hm-review *,
.hm-review *::before,
.hm-review *::after { box-sizing: border-box; }
.hm-review h1,
.hm-review h2,
.hm-review p,
.hm-review ul,
.hm-review li { margin: 0; padding: 0; }
.hm-review ul { list-style: none; }
.hm-review img { display: block; max-width: 100%; }
.hm-review a { text-decoration: none; color: inherit; }

/* ---------- Àå½Ä ÀÌ¹ÌÁö ---------- */
.hm-review__deco { position: absolute; z-index: 3; pointer-events: none; }
.hm-review__deco--keyboard { top: 0; left: 0; width: 130px; }
.hm-review__deco--camera   { top: 0; right: 0; width: 64px; }

/* ---------- ÄÜÅÙÃ÷ Ä«µå ---------- */
.hm-review__card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--hm-card-w);
  margin: 0 auto;
  padding: 36px 12px 44px;
  background-color: var(--hm-white);
  border-radius: 15px;
}

/* =================================================================
   HERO
   ================================================================= */
.hm-hero { text-align: center; padding: 18px 0 8px; }
.hm-hero__eyebrow {
  font-size: clamp(20px, 4.4vw, 32px);
  font-weight: 600;
  color: var(--hm-text);
  padding-bottom:12px !important;
}
.hm-hero__title {
  margin-top: 16px;
  font-size: clamp(26px, 5.1vw, 53px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--hm-dark);
}
.hm-hero__title-accent {
  display: block;
  margin-top: 6px;
  font-size: clamp(32px, 6.8vw, 70px);
  font-weight: 800;
  line-height: 1.35;
  color: var(--hm-coral);
}
.hm-hero .hm-hero__lead {
  margin-top: 34px;
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 500;
  color: var(--hm-text);
}
.hm-hero__lead-rule {
  display: block;
  width: 48px;
  height: 1px;
  margin: 0 auto 14px;
  background-color: var(--hm-text);
}
.hm-hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
}
.hm-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 16px 5px 6px;
  background-color: var(--hm-white);
  border-radius: 20px;
}
.hm-pill__label {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 13px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--hm-white);
  background-color: var(--hm-blue);
  border-radius: 8px;
}
.hm-pill__value { font-size: 17px; font-weight: 500; color: var(--hm-text); }

/* ---------- ±¸ºÐ¼± ---------- */
.hm-divider {
  width: 100%;
  height: 0;
  margin: 34px auto;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.15);
}

/* =================================================================
   EVENT °øÅë
   ================================================================= */
.hm-event { margin-top: 48px; text-align: center; }
.hm-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
}
.hm-badge__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 36px;
  padding: 0 16px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--hm-blue);
  background-color: var(--hm-badge-bg);
  border-radius: 9px;
}
.hm-badge__title {
  font-size: clamp(26px, 4.2vw, 36px);
  font-weight: 800;
  color: var(--hm-dark);
}
.hm-event__desc {
  margin: 22px auto 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--hm-text);
}
.hm-event__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 30px;
}

/* ---------- »óÇ° Ä«µå ---------- */
.hm-prize {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 30px 24px;
  text-align: center;
  background: linear-gradient(180deg, var(--hm-cream-top) 0%, var(--hm-cream) 100%);
  border: 1px solid var(--hm-border);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(120,110,95,0.06);
}
.hm-prize__media {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-prize__img { width: 285px; max-width: 100%; height: auto; }
/* 5¸¸¿ø ¡¤ 5Ãµ¿ø »óÇ°±Ç ÀÌ¹ÌÁö¸¸ 2% Ãà¼Ò */
.hm-prize__img[data-hm-img="gift-5"],
.hm-prize__img[data-hm-img="gift-5k"] { width: 279px; }
.hm-prize__media--photo .hm-prize__img {
  width: 301px;
  max-width: 100%;
  height: 190px;
  max-height: none;
  object-fit: cover;
  border-radius: 12px;
}
/* ÇöÁö ¸®Á¶Æ® ÀÌ¹ÌÁö ·Ñ¸µ (Å©·Î½ºÆäÀÌµå) */
.hm-roller { position: relative; width: 301px; max-width: 100%; height: 190px; }

/* ·Ñ·¯ ÀÌ¹ÌÁö À§ Å©¸²»ö ±×¶óµ¥ÀÌ¼Ç ¿À¹ö·¹ÀÌ (À§ ¡æ ¾Æ·¡·Î ¿¶¾îÁü) */
.hm-roller::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 12px;
  background: linear-gradient(
    to bottom,
    rgba(250, 248, 244, 0.5) 0%,
    rgba(250, 248, 244, 0.2) 40%,
    rgba(250, 248, 244, 0) 100%
  );
}

.hm-roller__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hm-roller__slide.is-active { opacity: 1; }
/* ·Ñ·¯ ÆäÀÌÁö³×ÀÌ¼Ç Á¡ */
.hm-roller__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.hm-roller__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.hm-roller__dot.is-active {
  background-color: var(--hm-white);
  transform: scale(1.35);
}



.hm-prize--wide { padding-top: 24px; padding-bottom: 24px; }
/* EVENT3 º»¹®: ÁÂÃøÀ¸·Î ¹Ì¼¼ ÀÌµ¿ (¿ìÃø ¿©¹é È®º¸) */
.hm-prize--wide .hm-prize__body { padding-right: 24px; }
.hm-prize__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.hm-prize .hm-prize__eyebrow { font-size: 20px; font-weight: 400; color: var(--hm-text); margin-bottom: -7px; }
.hm-prize__title { font-size: clamp(22px, 3.2vw, 27px); font-weight: 800; color: var(--hm-dark); }
.hm-prize__title--sm { font-size: 25px; }
.hm-prize__title--region { font-size: clamp(18px, 2.4vw, 20px); font-weight: 700; }
.hm-prize__sub { font-size: 20px; font-weight: 400; line-height: 1.5; color: var(--hm-text); }
.hm-prize__sub strong { font-weight: 700; color: var(--hm-dark); }
.hm-prize .hm-prize__title-point { color: #ec6164; }
.hm-checklist__text strong { font-weight: 700; color: var(--hm-dark); }
/* EVENT2 ¼³¸í: ÇÑ ÁÙ À¯Áö */
.hm-prize:not(.hm-prize--wide) .hm-prize__sub { letter-spacing: -0.5px; white-space: nowrap; }
/* ÇöÁö ¸®ºä ÀÌº¥Æ® Æ¯Àü */
.hm-region {
  display: flex;
  flex-direction: column;
  align-items: flex-start;   /* ¾ÆÀÌÅÛÀ» ¿ÞÂÊÀ¸·Î */
  gap: 11px;
  width: 100%;               /* ºÎ¸ð Æø ÀüÃ¼ Â÷Áö */
  text-align: left;
  padding: 4px 6px 0;
}
.hm-region__item {
  position: relative;
  padding-left: 17px !important;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--hm-text);
}
.hm-region__item::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.62em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--hm-text);
}
.hm-region__name { font-weight: 700; color: var(--hm-dark); }

/* "1Ä¿ÇÃ" º° ¹èÁö */
.hm-prize__star {
  position: absolute;
  top: -22px;
  right: -8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
}
.hm-prize__star-shape { width: 100%; height: 100%; color: var(--hm-coral); }
.hm-prize__star-text {
  position: absolute;
  font-size: 17px;
  font-weight: 700;
  color: var(--hm-white);
  font-family: "Noto Sans KR", "Pretendard", sans-serif;
}

/* ---------- Ã¼Å©¸®½ºÆ® ---------- */
.hm-checklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.hm-checklist--center { align-items: center; }
/* EVENT1 ÁÂÃøÁ¤·Ä Ã¼Å©¸®½ºÆ®: ÇÑ ÁÙ À¯Áö */
.hm-prize__body--left .hm-checklist__item {
  letter-spacing: -0.6px;
  white-space: nowrap;
}
/* EVENT3 Ã¼Å©¸®½ºÆ®: ÇÑ ÁÙ À¯Áö */
.hm-prize--wide .hm-checklist__item {
  letter-spacing: -0.6px;
  white-space: nowrap;
}
.hm-checklist__item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(15px, 2vw, 19px);
  font-weight: 400;
  color: var(--hm-text);
}
.hm-checklist__text strong { font-weight: 700; color: var(--hm-dark); }
.hm-checklist__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  color: var(--hm-coral);
}
.hm-checklist__icon svg { width: 13px; height: 9px; }

/* =================================================================
   °øÅë Âü¿©¹æ¹ý (STEPS)
   ================================================================= */
.hm-steps { margin-top: 64px; text-align: center; }
.hm-steps__title { font-size: clamp(26px, 4vw, 34px); font-weight: 800; color: var(--hm-dark); }
.hm-steps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px 18px;
  margin-top: 48px;
}
.hm-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 40px 22px 30px;
  background-color: var(--hm-white);
  border: 1px solid rgba(111,110,110,0.3);
  border-radius: 12px;
}
.hm-step__badge {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 34px;
  font-size: 19px;
  font-weight: 800;
  color: var(--hm-white);
  background: var(--hm-grad);
  border-radius: 17px;
  box-shadow: 0 3px 9px rgba(236,97,100,0.25);
}
.hm-step__panel {
  width: 100%;
  max-width: 251px;
  min-height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  background-color: var(--hm-cream);
  border: 1px solid var(--hm-border);
  border-radius: 13px;
}
.hm-step__desc {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--hm-text);
}
.hm-step__desc strong { font-weight: 700; color: var(--hm-dark); }

/* STEP1 - Ã¤³Î */
.hm-channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 2px 0;
}
.hm-channel__main { display: flex; align-items: center; gap: 12px; }
.hm-channel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  color: var(--hm-white);
}
.hm-channel__icon img { width: 39px; height: auto; }
.hm-channel__icon--home { background-color: #005176; }
.hm-channel__icon--blog { background-color: var(--hm-green); }
.hm-channel__icon--cafe { background-color: var(--hm-green); }
.hm-channel__icon--insta { background: linear-gradient(45deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%); }
.hm-channel__icon--insta svg { width: 28px; height: 28px; }
.hm-channel__name { font-size: 16px; font-weight: 500; color: var(--hm-dark); }
.hm-channel__plus { font-size: 21px; font-weight: 300; color: var(--hm-gray-light); }
.hm-channel__sns { display: flex; align-items: flex-start; gap: 5px; }
.hm-channel__sns .hm-channel__plus { margin-top: 12px; }
.hm-channel__sns-col { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.hm-channel__label { font-size: 11px; font-weight: 500; color: var(--hm-dark); white-space: nowrap; line-height:1.1; margin-top:4px;}

/* STEP2/3 - mock UI */
.hm-mock { display: flex; flex-direction: column; }
.hm-mock__head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  margin-bottom: 12px;
  background-color: var(--hm-formrow-bg);
  border-radius: 7px;
}
.hm-mock__head--pink { background-color: var(--hm-pink-bg); }
.hm-mock__head-icon { display: inline-flex; width: 14px; height: 14px; color: var(--hm-blue); }
.hm-mock__head-icon svg { width: 14px; height: 14px; }
.hm-mock__head-text { font-size: 16px; font-weight: 700; color: var(--hm-blue); }
.hm-mock__head-text--pink { font-size: 16px; color: var(--hm-coral); }
.hm-mock__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 2px;
  border-bottom: 1px solid var(--hm-border);
}
.hm-mock__key { font-size: 16px; font-weight: 400; color: var(--hm-text); }
.hm-mock__key--strong { color: var(--hm-text); }
.hm-mock__val { font-size: 16px; font-weight: 400; color: var(--hm-gray-light); }
.hm-mock__arrow { font-size: 18px; color: var(--hm-gray-light); }

/* =================================================================
   ¾×¼Ç ¹öÆ°
   ================================================================= */
.hm-actions {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 471px;
  margin: 56px auto 0;
}
.hm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 66px;
  font-size: clamp(17px, 2.4vw, 21px);
  font-weight: 700;
  border-radius: 13px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.hm-btn__icon { display: inline-flex; width: 22px; height: 22px; }
.hm-btn__icon svg { width: 22px; height: 22px; }
.hm-btn--solid { color: var(--hm-white); background: var(--hm-grad); }
.hm-btn--solid,
.hm-btn--solid:link,
.hm-btn--solid:visited,
.hm-btn--solid .hm-btn__icon { color: #ffffff !important; }
.hm-btn--solid .hm-btn__icon svg path,
.hm-btn--solid .hm-btn__icon svg rect { stroke: var(--hm-white); }
.hm-btn--outline {
  color: var(--hm-coral);
  background-color: var(--hm-white);
  box-shadow: inset 0 0 0 1px var(--hm-coral);
}
.hm-btn--outline,
.hm-btn--outline:link,
.hm-btn--outline:visited,
.hm-btn--outline .hm-btn__icon { color: #ec6164 !important; }
.hm-btn--outline .hm-btn__icon svg path,
.hm-btn--outline .hm-btn__icon svg rect { stroke: #ec6164; }
.hm-btn:hover { transform: translateY(-2px); }
.hm-btn--solid:hover { box-shadow: 0 8px 18px rgba(236,97,100,0.35); }
.hm-btn--outline:hover { background-color: var(--hm-pink-bg); }
.hm-btn:active { transform: translateY(0); }

/* =================================================================
   ÁÖÀÇ»çÇ×
   ================================================================= */
.hm-notice {
  position: relative;
  z-index: 1;
  margin: 56px -12px 0;
  padding: 40px 0 44px;
  background-color: var(--hm-footer);
  color: #f9f9f9;
  border-radius: 0 0 15px 15px;
}
.hm-notice__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.hm-notice .hm-notice__title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 22px;
}
.hm-notice__list { display: flex; flex-direction: column; gap: 6px; }
.hm-notice .hm-notice__item {
  position: relative;
  max-width: 90%;
  padding-left: 20px;
  font-size: clamp(14px, 1.8vw, 17px);
  font-weight: 400;
  line-height: 1.7;
}
.hm-notice__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--hm-white);
}

/* ---------- ½ºÅ©·Ñ ÁøÀÔ ¾Ö´Ï¸ÞÀÌ¼Ç ---------- */
.hm-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.hm-reveal--in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .hm-reveal { opacity: 1; transform: none; transition: none; }
}

/* =================================================================
   ¹ÝÀÀÇü - ÅÂºí¸´ ÀÌ»ó
   ================================================================= */
@media (min-width: 768px) {
  .hm-review { padding: 48px 24px 0; }
  .hm-notice { margin-left: -24px; margin-right: -24px; }
  .hm-notice__inner { padding: 0 44px; }
  .hm-review__deco--keyboard { width: 200px; }
  .hm-review__deco--camera   { width: 90px; }
  .hm-review__card { padding: 56px 36px 64px; }

  /* »óÇ° Ä«µå: ÀÌ¹ÌÁö | ÅØ½ºÆ® °¡·Î ¹èÄ¡ */
  .hm-prize {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    padding: 36px 40px;
    text-align: center;
  }
  .hm-prize__media { flex: 0 0 auto; }
  .hm-prize__body { flex: 1 1 auto; }
  .hm-prize__body--left { align-items: flex-start; text-align: left; }
  .hm-prize__body--left .hm-prize__eyebrow,
  .hm-prize__body--left .hm-prize__title { align-self: center; text-align: center; width: 100%; }
  .hm-prize__star { top: -27px; right: -10px; width: 83px; height: 83px; }
  .hm-prize__star-text { font-size: 19px; }

  /* STEP 3¿­ */
  .hm-steps__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 18px; }
}

@media (min-width: 1024px) {
  .hm-review__deco--keyboard { width: 255px; }
  .hm-review__deco--camera   { width: 113px; }
  .hm-prize { gap: 34px; padding: 40px 48px; }
}