@charset "UTF-8";

/* =========================================================
   HR 메인 2026 v2 — Figma 기반 리빌드
   ========================================================= */

/* Pretendard 공식 CSS (모든 weight 포함) */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");

/* ---------------------------------------------------------
   1. 디자인 토큰
   --------------------------------------------------------- */
:root {
  /* Text */
  --m26-text-1: #1b1b1b;
  --m26-text-2: #333333;
  --m26-text-3: #666666;
  --m26-text-4: #888888;
  --m26-text-5: #929292;
  --m26-text-6: #9e9aa2;
  --m26-text-w: #ffffff;

  /* Brand purple */
  --m26-purple-label: #6b3be9;
  --m26-purple-solid: #8248ff;
  --m26-purple-line: #c9b5ff;
  --m26-purple-icon: #ac8cff;
  --m26-purple-blog: #8659fb;
  --m26-purple-cta-bottom: #6b3be9;

  /* Status */
  --m26-info: #0d99ff;

  /* Surface */
  --m26-bg-base: #ffffff;
  --m26-bg-2: #f5f6f8;
  --m26-bg-dark-card: #44424b;
  --m26-bg-card-attendance: #f6f3ff;
  --m26-bg-card-vacation: #f5f8ff;
  --m26-bg-card-hr: #fbf5ff;
  --m26-bg-card-plus: #f5f6f8;
  --m26-bg-blog: #f4f0ff;
  --m26-bg-company: #424242;

  /* Borders */
  --m26-border-1: #eaecef;
  --m26-border-2: #cfd1d4;

  /* Radius */
  --m26-r-s: 8px;
  --m26-r-m: 12px;
  --m26-r-l: 18px;
  --m26-r-xl: 24px;
  --m26-r-2xl: 32px;
  --m26-r-pill: 46px;

  /* Spacing */
  --m26-sp-4: 8px;
  --m26-sp-5: 12px;
  --m26-sp-6: 16px;
  --m26-sp-7: 24px;
  --m26-sp-8: 32px;
  --m26-sp-9: 40px;
  --m26-sp-10: 48px;
  --m26-sp-section: clamp(72px, 9vw, 140px);

  /* Layout */
  --m26-container: 1200px;
  --m26-gutter: clamp(20px, 4vw, 40px);

  /* Font sizes */
  --m26-fs-display: clamp(28px, 5vw, 48px);
  --m26-fs-display-sub: clamp(15px, 1.9vw, 22px);
  --m26-fs-h2: clamp(24px, 3.6vw, 42px);
  --m26-fs-label: clamp(15px, 1.5vw, 20px);
  --m26-fs-label-lg: clamp(18px, 2vw, 26px);
  --m26-fs-card-title-l: clamp(20px, 2.2vw, 28px);
  --m26-fs-card-title: clamp(18px, 1.9vw, 24px);
  --m26-fs-card-title-sm: clamp(16px, 1.6vw, 20px);
  --m26-fs-card-body: clamp(15px, 1.4vw, 18px);
  --m26-fs-card-body-sm: clamp(13px, 1.2vw, 16px);
  --m26-fs-more: clamp(14px, 1.2vw, 16px);
  --m26-fs-btn: clamp(16px, 1.5vw, 20px);
  --m26-fs-footer-title: clamp(28px, 4.2vw, 52px);
}

/* ---------------------------------------------------------
   2. 페이지 베이스 + 레거시 override
   --------------------------------------------------------- */
html, body, .body_container {
  overflow-x: hidden;
}
/* 모든 요소 가로 넘침 방지 */
.content.function.hr,
.content.function.hr .inner,
.content.function.hr .content_body,
.area_customer,
.area_price,
.area_category,
.content_head,
.content_foot {
  max-width: 100%;
  box-sizing: border-box;
}
/* 고정 px 요소 가변 대응 */
.main .pricing-card {
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.main .pricing-cards-wrapper {
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.content.function.hr {
  font-family: "Pretendard", "Pretendard Variable", "Noto Sans KR",
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  color: var(--m26-text-1);
  background: var(--m26-bg-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0;
  overflow-x: hidden;
}

.content.function.hr,
.content.function.hr *,
.content.function.hr *::before,
.content.function.hr *::after {
  font-family: "Pretendard", "Pretendard Variable", "Noto Sans KR",
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  box-sizing: border-box;
}

.content.function.hr,
.content.function.hr * {
  letter-spacing: -0.04em;
}

/* h2~h6만 리셋 — h1은 content_head에서 개별 지정 */
.content.function.hr h2,
.content.function.hr h3,
.content.function.hr h4,
.content.function.hr h5,
.content.function.hr h6 {
  text-align: left;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.content.function.hr img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content.function.hr a { color: inherit; text-decoration: none; }
.content.function.hr a.btn-solid { color: #fff !important; }
.content.function.hr a.btn-outline { color: #333 !important; }
.content.function.hr ul,
.content.function.hr ol { list-style: none; padding: 0; margin: 0; }

.content.function.hr .inner {
  max-width: var(--m26-container);
  margin: 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

/* ---------------------------------------------------------
   3. 투명 -> 스크롤시 불투명 헤더
   --------------------------------------------------------- */
.header {
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease,
    backdrop-filter 0.3s ease;
}
.header.is-scrolled {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 16px rgba(31, 31, 36, 0.06);
  border-bottom-color: var(--m26-border-1);
}

/* ---------------------------------------------------------
   4. 공통 -- 라벨/타이틀/링크/버튼
   --------------------------------------------------------- */

/* 섹션 라벨 (.sub) */
.content.function.hr .title_wrap .title .sub,
.content.function.hr .title .sub {
  display: inline-block;
  font-size: var(--m26-fs-label);
  font-weight: 500;
  color: var(--m26-purple-label);
  letter-spacing: -0.04em;
  margin-bottom: var(--m26-sp-5);
  line-height: 1.4;
}
.content.function.hr .title_wrap .title .sub.lg,
.content.function.hr .title .sub.lg {
  font-size: var(--m26-fs-label-lg);
  letter-spacing: -0.04em;
}

/* 섹션 타이틀 (h4) */
.content.function.hr .title_wrap .title h4 {
  font-size: var(--m26-fs-h2);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: var(--m26-text-1);
  word-break: keep-all;
  margin: 0;
}
.content.function.hr .title_wrap .title h4 b {
  font-weight: 700;
  display: inline;
}

/* 자세히 보기 링크 */
.content.function.hr .btn_link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--m26-fs-more);
  color: var(--m26-text-5);
  font-weight: 500;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.content.function.hr .btn_link::after {
  content: "\203A";
  font-size: 1.1em;
  line-height: 1;
}

/* CTA 버튼 */
.content.function.hr .btn_general,
.content.function.hr .btn_ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: var(--m26-r-pill);
  font-size: var(--m26-fs-btn);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.5;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease,
    background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.content.function.hr .btn_general {
  background: var(--m26-purple-solid);
  color: #fff;
  box-shadow: 0 8px 20px rgba(130, 72, 255, 0.22);
}
.content.function.hr .btn_general:hover { background: #6f33ee; }
.content.function.hr .btn_ghost {
  background: #fff;
  color: var(--m26-purple-label);
  border-color: var(--m26-purple-line);
}
.content.function.hr .btn_ghost:hover { border-color: var(--m26-purple-label); }

/* 타이틀 + 자세히보기 행 */
.content.function.hr .title_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------------------------------------------------------
   5. content_head (메인 비주얼)
   --------------------------------------------------------- */
.content_head {
  position: relative;
  padding: clamp(80px, 12vw, 160px) 0 0;
  overflow: hidden;
  background: #fff;
}
/* 애니메이션 그라디언트 — 4개 블롭이 각각 독립적으로 움직임 */
.content_head::before,
.content_head::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.65;
  z-index: 0;
  pointer-events: none;
}
/* 블롭 1: 보라 — 중앙~좌측 (크게) */
.content_head::before {
  width: 1200px;
  height: 1000px;
  top: -20%;
  left: -5%;
  background: #EDE8FF;
  filter: blur(140px);
  animation: blob1 10s ease-in-out infinite;
}
/* 블롭 2: 노랑 — 우상단 */
.content_head::after {
  width: 850px;
  height: 700px;
  top: -20%;
  right: -10%;
  background: #FFFAE1;
  filter: blur(140px);
  animation: blob2 12s ease-in-out infinite;
}
.content_head .gradient_blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.65;
  z-index: 0;
  pointer-events: none;
}
/* 블롭 3: 초록 — 좌상단 */
.content_head .gradient_blob.green {
  width: 750px;
  height: 650px;
  top: -10%;
  left: -15%;
  background: #EFFFF3;
  animation: blob3 14s ease-in-out infinite;
}
/* 블롭 4: 보라 — 우측 하단 (크게) */
.content_head .gradient_blob.purple {
  width: 1100px;
  height: 900px;
  top: 10%;
  right: -10%;
  background: #EDE8FF;
  animation: blob4 11s ease-in-out infinite;
}

@keyframes blob1 {
  0%   { transform: translate(0, 0) scale(1); }
  20%  { transform: translate(15%, 20%) scale(1.1); }
  40%  { transform: translate(-10%, 30%) scale(0.95); }
  60%  { transform: translate(25%, 5%) scale(1.15); }
  80%  { transform: translate(-5%, -15%) scale(1.05); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes blob2 {
  0%   { transform: translate(0, 0) scale(1); }
  20%  { transform: translate(-20%, 15%) scale(1.12); }
  40%  { transform: translate(10%, 25%) scale(0.9); }
  60%  { transform: translate(-15%, -10%) scale(1.08); }
  80%  { transform: translate(8%, 20%) scale(0.95); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes blob3 {
  0%   { transform: translate(0, 0) scale(1); }
  20%  { transform: translate(20%, -15%) scale(0.92); }
  40%  { transform: translate(30%, 10%) scale(1.12); }
  60%  { transform: translate(5%, 25%) scale(1); }
  80%  { transform: translate(-10%, 8%) scale(1.08); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes blob4 {
  0%   { transform: translate(0, 0) scale(1); }
  20%  { transform: translate(-18%, -20%) scale(1.1); }
  40%  { transform: translate(15%, -8%) scale(0.88); }
  60%  { transform: translate(-8%, 22%) scale(1.15); }
  80%  { transform: translate(12%, -12%) scale(1); }
  100% { transform: translate(0, 0) scale(1); }
}
.content_head .title_wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: var(--m26-container);
  margin: 0 auto;
  padding: 0;
}
.content_head .main_title {
  text-align: center;
}
.content_head .main_title h1 {
  font-size: 48px !important;
  line-height: 1.35 !important;
  letter-spacing: -0.04em !important;
  color: var(--m26-text-1) !important;
  font-weight: 400 !important;
  text-align: center !important;
  word-break: keep-all;
  margin: 0;
}
.content_head .main_title h1 .t-medium { font-weight: 500 !important; }
.content_head .main_title h1 .t-bold   { font-weight: 700 !important; }
.content_head .main_sub {
  margin-top: var(--m26-sp-6);
  font-size: var(--m26-fs-display-sub);
  font-weight: 400;
  color: var(--m26-text-1);
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
}
.content_head .btn_wrap {
  position: relative;
  z-index: 1;
  margin-top: var(--m26-sp-9);
  display: flex;
  gap: var(--m26-sp-5);
  justify-content: center;
  flex-wrap: wrap;
}
/* 두 CTA 버튼 동일 가로 크기 — common_new.css 오버라이드 */
.content_head .btn_wrap .btn_general,
.content_head .btn_wrap .btn_ghost {
  min-width: 221px;
  text-align: center;
  justify-content: center;
  line-height: 1.5 !important;
  padding: 16px 32px !important;
  font-size: var(--m26-fs-btn) !important;
  border-radius: var(--m26-r-pill) !important;
}
.content_head .visual_wrap {
  position: relative;
  z-index: 1;
  margin: clamp(40px, 6vw, 80px) auto 100px;
  max-width: 1200px;
  padding: 0;
}
.content_head .visual_wrap img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------
   6. area_customer (고객사 로고)
   --------------------------------------------------------- */
.area_customer {
  padding: clamp(30px, 4vw, 50px) 0;
  background: var(--m26-bg-base);
  border-bottom: 1px solid var(--m26-border-1);
  overflow: hidden;
}
.area_customer .marquee_container {
  width: 100%;
  overflow: hidden;
}
.area_customer .marquee_inner {
  display: flex;
  gap: 64px;
  animation: logoMarquee 60s linear infinite;
  width: max-content;
}
.area_customer .wrap {
  display: flex;
  align-items: center;
  gap: 64px;
  flex-shrink: 0;
}
.area_customer .wrap img {
  height: 28px !important;
  width: auto !important;
  max-width: none !important;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.area_customer .wrap img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes logoMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ---------------------------------------------------------
   7. area_overview — 패딩 통합 관리 (PC)
   reasons:   90 / 120
   근태:      180 / 60
   휴가:       60 / 60
   인사:       60 / 60
   --------------------------------------------------------- */
.content.function.hr .area_overview {
  padding: 60px 0;
  background: var(--m26-bg-base);
}
.content.function.hr .area_overview .title_wrap {
  margin-bottom: clamp(28px, 4vw, 48px);
}
.content.function.hr .area_overview.reasons {
  background: var(--m26-bg-2);
  padding: 90px 0 120px;
}
.content.function.hr .area_overview.attendance {
  padding: 180px 0 60px;
}

/* ---------------------------------------------------------
   7-1. area_overview.reasons (다크 카드 2-col 그리드)
   --------------------------------------------------------- */

/* LEFT-ALIGNED label and title (NOT centered) */
.area_overview.reasons .title_wrap {
  text-align: left;
  margin-bottom: 48px !important;
}
.area_overview.reasons .title_wrap .title h4 {
  text-align: left;
}

/* Card grid: 2 columns */
.area_overview.reasons .card_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* Each card is HORIZONTAL: left text_area + right image_area */
.area_overview.reasons .card_item {
  display: flex;
  flex-direction: row;
  background: var(--m26-bg-dark-card);
  color: var(--m26-text-w);
  border-radius: 20px;
  overflow: hidden;
  height: 164px;
}
.area_overview.reasons .card_item .text_area {
  flex: 1;
  min-width: 0;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.area_overview.reasons .card_item .image_area {
  width: 252px;
  flex: 0 0 252px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.area_overview.reasons .card_item .image_area img {
  width: 100%;
  height: auto;
  display: block;
}
.area_overview.reasons .card_item .tit {
  font-size: var(--m26-fs-card-title);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin: 0 0 12px;
}
.area_overview.reasons .card_item .des {
  font-size: var(--m26-fs-card-body);
  color: #b9b9b9;
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin: 0;
}

/* ---------------------------------------------------------
   7-2. area_overview -- connected cards (근태/휴가/인사)
   --------------------------------------------------------- */


/* Connected card wrapper */
.content.function.hr .card_wrap.connected {
  border-radius: var(--m26-r-xl);
  overflow: hidden;
}
.content.function.hr .card_list_group {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.content.function.hr .card_list {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.card_list.attendance { background: var(--m26-bg-card-attendance); }
.card_list.vacation   { background: var(--m26-bg-card-vacation); }
.card_list.hr         { background: var(--m26-bg-card-hr); }

/* 텍스트 영역: 카드 좌측 상단 기준 top 30px, left 30px */
.content.function.hr .card_list .text_area {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
.content.function.hr .card_list .tit {
  font-size: var(--m26-fs-card-title);
  font-weight: 600;
  color: var(--m26-text-2);
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 0 0 8px;
}
.content.function.hr .card_list .des {
  font-size: var(--m26-fs-card-body);
  font-weight: 400;
  color: var(--m26-text-3);
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin: 0;
}

/* 이미지: 카드 전체를 채움 (텍스트와 겹침) — 높이 440은 카드 전체 높이 */
.content.function.hr .card_list .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.content.function.hr .card_list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
}

/* ---------------------------------------------------------
   8. area_add_free (추가기능)
   --------------------------------------------------------- */
/* 추가기능: top=근태 bottom과 동일 60, bottom=근태 top과 동일 180 */
.content.function.hr .area_add_free {
  padding: 60px 0 180px !important;
  background: var(--m26-bg-base) !important;
}
.area_add_free .title_wrap {
  margin-bottom: clamp(28px, 4vw, 48px);
}
.area_add_free .card_wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.area_add_free .card_col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.area_add_free .card_item {
  background: var(--m26-bg-card-plus);
  border-radius: 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}
/* 텍스트 영역 — 카드 위 절대배치 */
.area_add_free .card_item .tag,
.area_add_free .card_item .tit,
.area_add_free .card_item .btn_wrap_link {
  position: relative;
  z-index: 2;
}
.area_add_free .card_item .tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid var(--m26-info);
  color: var(--m26-info);
  margin: 28px 0 var(--m26-sp-5) 32px;
}
.area_add_free .card_item .tit {
  font-size: var(--m26-fs-card-title);
  font-weight: 600;
  color: var(--m26-text-2);
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 0;
  padding: 0 32px;
}
.area_add_free .card_item.main {
  min-height: 458px;
}
.area_add_free .card_item.main .tit {
  font-size: var(--m26-fs-card-title-l);
  letter-spacing: -0.05em;
}
.area_add_free .btn_link {
  margin: 12px 0 0 32px;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
/* 이미지 — 카드 하단에 붙어서 채움 */
.area_add_free .card_item .thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.area_add_free .card_item .thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------------------------------------------------------
   8-1. area_company (기업별 활용 방법)
   --------------------------------------------------------- */
.area_company {
  background: var(--m26-bg-company);
  padding: 100px 0;
}
.area_company .title_wrap {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 56px);
}
.area_company .title_wrap .title .sub {
  color: #BDA3FF !important;
}
.area_company .title_wrap .title h4 {
  color: #fff !important;
  text-align: center;
}
.area_company .title_wrap .title h4 b {
  color: #fff !important;
}
/* 카드 롤링 */
.area_company .card_marquee {
  overflow: hidden;
  width: 100%;
}
.area_company .card_marquee_inner {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: companyMarquee 50s linear infinite;
}
@keyframes companyMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.333%); }
}
.area_company .card_item {
  background: var(--m26-bg-2);
  border-radius: 20px;
  padding: 30px 35px;
  min-height: 280px;
  width: 480px;
  flex: 0 0 480px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}
.area_company .card_item:hover,
.area_company .card_item.is-center {
  transition: background 0.4s ease;
}
/* 모든 카드: 이미지 기본 숨김 — 반응형 대응 */
.area_company .card_item .thumb {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 80%;
  max-width: 560px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.area_company .card_item:hover .thumb,
.area_company .card_item.is-center .thumb {
  transition: opacity 0.4s ease;
  z-index: 1;
}
.area_company .card_item .thumb img {
  width: 100%;
  height: auto;
}
/* 호버 또는 센터: 보라색 그라디언트 + 이미지 노출 */
.area_company .card_item:hover,
.area_company .card_item.is-center {
  background: linear-gradient(135deg, #fdfdfd 10%, #ede8ff 45%, #d4c4ff 70%, #c0a8ff 100%);
}
.area_company .card_item:hover .thumb,
.area_company .card_item.is-center .thumb {
  opacity: 1;
}
.area_company .card_item .tit {
  font-size: var(--m26-fs-card-title-l);
  font-weight: 600;
  color: var(--m26-text-2);
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 0 0 12px;
}
.area_company .card_item .des {
  font-size: var(--m26-fs-card-body);
  font-weight: 400;
  color: #363636;
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin: 0;
}

/* ---------------------------------------------------------
   9. area_price (요금제) — 기존 hr_main.css 스타일 사용
   타이틀만 시안 기준으로 오버라이드
   --------------------------------------------------------- */
/* area_price + area_category 연속 그라디언트 */
.main .area_price {
  padding: 180px 0 60px !important;
  background: linear-gradient(to bottom, #fff, #f3ebff) !important;
}
.area_category {
  background: #f3ebff !important;
  background: linear-gradient(to bottom, #f3ebff, #f4f0ff) !important;
}

/* 추천 요금제 텍스트 흰색 강제 — 전역 */
.content.function.hr .pricing-card.card-premium .badge-recommended {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.area_price .title_wrap {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 56px);
}
.area_price .title_wrap .title .sub {
  display: inline-block;
  font-size: var(--m26-fs-label);
  font-weight: 500;
  color: var(--m26-purple-label);
  letter-spacing: -0.04em;
  margin-bottom: var(--m26-sp-5);
}
.area_price .title_wrap .title h4 {
  font-size: var(--m26-fs-h2) !important;
  font-weight: 500 !important;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: var(--m26-text-1);
}

/* ---------------------------------------------------------
   10. area_category (블로그)
   --------------------------------------------------------- */
.area_category {
  padding: 60px 0 180px;
  background: var(--m26-bg-blog);
}
.area_category > .inner > .title {
  margin-bottom: clamp(28px, 4vw, 48px);
}
.area_category .label.purple {
  display: inline-block;
  font-size: var(--m26-fs-label) !important;
  font-weight: 500 !important;
  color: var(--m26-purple-label) !important;
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  letter-spacing: -0.04em;
  margin-bottom: var(--m26-sp-5);
  line-height: 1.4;
}
.area_category > .inner > .title h2 {
  font-size: var(--m26-fs-h2);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: var(--m26-text-1);
  word-break: keep-all;
  margin: 0;
}
.area_category > .inner > .title h2 b {
  font-weight: 700;
  display: inline;
}
.area_category > .inner > .title .desc {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--m26-text-4);
  letter-spacing: -0.04em;
}
.area_category .wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.area_category .card_section {
  background: #000;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.area_category .card_section:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(31, 31, 36, 0.08);
}
.area_category .card_section a {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.area_category .card_section .thumb {
  height: 312px;
  position: relative;
  overflow: hidden;
}
.area_category .card_section .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
}
.area_category .card_section .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background: var(--m26-bg-blog) !important;
  color: var(--m26-purple-blog) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 6px 14px !important;
  border-radius: var(--m26-r-pill) !important;
  letter-spacing: -0.04em;
  line-height: 1.4 !important;
  display: inline-block !important;
}
.area_category .card_section .info {
  padding: 24px 40px 32px;
  background: #fff;
  border-radius: 0 0 24px 24px;
}
.area_category .card_section .info .tit {
  font-size: var(--m26-fs-card-title);
  font-weight: 600;
  color: var(--m26-text-2);
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 0 0 10px;
}
.area_category .card_section .info .desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--m26-text-6);
  line-height: 1.55;
  letter-spacing: -0.04em;
  margin: 0 0 14px;
}
.area_category .card_section .btn_link {
  color: #6b6b6b;
  font-weight: 600;
  font-size: 18px;
}

/* ---------------------------------------------------------
   11. content_foot (클로징 CTA) — hr_main.css 베이스 + 충돌 해결
   --------------------------------------------------------- */
/* .main .content_foot h2 { color: #333 }이 흰색을 덮으므로 강제 오버라이드 */
.function.main .content_foot .title_wrap h2 {
  color: #fff !important;
  text-align: center !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
.function.main .content_foot .title_wrap h2 .bold {
  font-weight: 600 !important;
}
/* content.css 미로드 → 아이콘/색상 직접 정의 */
.content_foot .ic_freegift {
  background: url(/images/price/ic_price.svg) no-repeat -167px 0px;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.content_foot .ic_chatpurple {
  background: url(/images/price/ic_price.svg) no-repeat -135px 0px;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.content_foot .btn_general .yl {
  color: #fff944;
}

/* ---------------------------------------------------------
   12. 반응형 -- 768px 이상
   --------------------------------------------------------- */
@media (min-width: 768px) {
  /* Reasons: 2-column grid */
  .area_overview.reasons .card_wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Connected cards: horizontal 3-column */
  .content.function.hr .card_list_group {
    flex-direction: row;
  }
  .content.function.hr .card_list_group .card_list {
    flex: 1;
    min-height: 440px;
  }

  /* Plus tools: flex row — 오른쪽 카드 2개가 큰 카드 높이에 맞춤 */
  .area_add_free .card_wrap {
    flex-direction: row;
    align-items: stretch;
  }
  .area_add_free .card_item.main {
    flex: 1;
  }
  .area_add_free .card_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .area_add_free .card_col .card_item {
    flex: 1;
    min-height: 0;
  }


  /* Pricing: 3-column grid */
  /* area_price: 기존 hr_main.css에서 처리 */

  /* Blog: 2-column grid */
  .area_category .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 768~1280: 카드 좁아질 때 br 숨김 */
@media (min-width: 768px) and (max-width: 1280px) {
  .area_company .company_br {
    display: none;
  }
}

/* ---------------------------------------------------------
   13. 반응형 -- 1024px 이상
   --------------------------------------------------------- */
@media (min-width: 1024px) {

  /* Pricing title mobile br */
  /* area_price: 기존 hr_main.css에서 처리 */
}

/* ---------------------------------------------------------
   14. 모바일 미세 조정
   --------------------------------------------------------- */
@media (max-width: 767px) {
  /* 모바일 전체 좌우 여백 */
  .content.function.hr .inner {
    padding: 0 20px;
  }
  .content_head .title_wrap {
    padding: 0 20px;
  }
  .content_head .visual_wrap {
    padding: 0 20px;
  }

  /* Hero title 모바일 축소 */
  .content_head .main_title h1 {
    font-size: 28px !important;
  }
  .content_head .main_sub {
    margin-top: 8px;
  }

  /* Hero CTA buttons */
  .content_head .btn_wrap .btn_general,
  .content_head .btn_wrap .btn_ghost {
    flex: 1 1 calc(50% - 12px);
    min-width: 0 !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
  }

  /* area_price: 기존 hr_main.css에서 처리 */

  .area_overview.reasons .title_wrap {
    margin-bottom: 24px !important;
  }

  /* Reasons cards stack vertically — 이미지 크롭 없이 가변형 */
  .area_overview.reasons .card_item {
    flex-direction: column;
    height: auto !important;
  }
  .area_overview.reasons .card_item .image_area {
    width: 100%;
    flex: 0 0 auto;
    height: auto;
    border-radius: 0 0 20px 20px;
  }
  .area_overview.reasons .card_item .image_area img {
    width: 50%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 0 0 auto;
  }
  .area_overview.reasons .card_item .text_area {
    border-radius: 20px 20px 0 0;
    padding-bottom: 0;
  }
  .content.function.hr .title_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .pricing-footnotes {
    padding: 0 !important;
  }
  .area_category .card_section .badge {
    font-size: 13px !important;
    padding: 4px 10px !important;
  }

  /* Connected cards: vertical stack, 이미지 비노출 */
  .content.function.hr .card_list_group {
    flex-direction: column;
  }
  .content.function.hr .card_list_group .card_list {
    min-height: auto;
    position: relative;
  }
  .content.function.hr .card_list .text_area {
    position: relative;
    top: auto;
    left: auto;
    padding: 30px;
  }
  .content.function.hr .card_list .thumb {
    display: none;
  }

  /* Plus tools: stacked — 카드 크기 동일 */
  .area_add_free .card_wrap {
    flex-direction: column;
  }
  .area_add_free .card_item {
    min-height: 180px !important;
    max-height: none !important;
    height: auto !important;
  }
  /* 공통 thumb — 모바일 복원 */
  .area_add_free .card_item .thumb {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
  }
  .area_add_free .card_item .thumb img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  /* main 카드만 이미지 크롭 */
  .area_add_free .card_item.main .thumb {
    height: 180px !important;
    overflow: hidden !important;
  }
  .area_add_free .card_item.main .thumb img {
    object-fit: cover !important;
    object-position: bottom !important;
    height: 100% !important;
  }
  .area_add_free .pc_only {
    display: none;
  }
  .area_add_free .card_item .tag {
    margin: 20px 0 var(--m26-sp-5) 20px;
  }
  .area_add_free .card_item .tit {
    padding: 0 20px;
  }
  /* hr_main.css .function .btn_wrap_link { text-align: center } 오버라이드 */
  .area_add_free .btn_wrap_link {
    text-align: left !important;
    display: block !important;
  }
  .area_add_free .btn_link {
    margin: 12px 0 20px 20px;
  }

  /* 모바일 섹션 패딩 통합 (PC 대비 약 50%) */
  .content.function.hr .area_overview {
    padding: 32px 0 !important;
  }
  .content.function.hr .area_overview.reasons {
    padding: 40px 0 48px !important;
  }
  .content.function.hr .area_overview.attendance {
    padding: 48px 0 32px !important;
  }
  .content.function.hr .area_add_free {
    padding: 32px 0 48px !important;
  }
  .main .area_price {
    padding: 48px 0 32px !important;
  }
  .area_category {
    padding: 32px 0 48px !important;
  }
  .area_category .label.purple {
    font-size: 14px !important;
  }
  .area_category > .inner > .title h2 {
    font-size: 24px !important;
    text-align: left !important;
  }
  .area_category > .inner > .title .desc {
    font-size: 14px;
  }
  .content_head {
    padding-top: 100px;
  }
  .content_head .visual_wrap {
    margin-bottom: 48px;
  }

  /* 요금제: 카드 밀림 방지 */
  .main .pricing-cards-wrapper {
    flex-direction: column !important;
    align-items: center !important;
  }
  .main .pricing-card {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* 추천 요금제 텍스트 흰색 강제 */
  .main .pricing-card.card-premium .badge-recommended {
    color: #fff !important;
  }

  /* 하단 CTA 모바일 텍스트 축소 */
  .function.main .content_foot .title_wrap h2 {
    font-size: 24px !important;
    line-height: 1.4 !important;
    word-break: keep-all;
  }
  .function.main .content_foot {
    padding: 60px 20px !important;
  }
  .function.main .content_foot .btn_wrap {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .function.main .content_foot .btn_wrap .btn_general,
  .function.main .content_foot .btn_wrap .btn_ghost {
    width: 100%;
    text-align: center;
    justify-content: center;
  }


  /* Company section — 모바일: 그라데이션+이미지 디폴트 노출 */
  .area_company {
    padding: 60px 0;
  }
  .area_company .card_item {
    width: 280px !important;
    flex: 0 0 280px !important;
    min-height: 180px;
    padding: 24px 24px;
    background: linear-gradient(135deg, #fdfdfd 10%, #ede8ff 45%, #d4c4ff 70%, #c0a8ff 100%) !important;
  }
  .area_company .card_item .thumb {
    opacity: 1 !important;
  }
  .area_company .card_item .tit {
    font-size: 20px;
  }
  .area_company .card_item .des {
    font-size: 14px;
  }

  /* Blog thumb */
  .area_category .card_section .thumb {
    height: auto;
    padding: 0 12px;
  }
  .area_category .card_section .thumb img {
    object-fit: contain;
    height: auto;
  }
  .area_category .card_section .info {
    padding: 16px 24px 20px;
  }

}

@media (max-width: 480px) {
  .content_head .btn_wrap .btn_general,
  .content_head .btn_wrap .btn_ghost { flex: 1 1 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .content.function.hr *,
  .content.function.hr *::before,
  .content.function.hr *::after {
    transition: none !important;
    animation: none !important;
  }
}
