@charset "UTF-8";
/* ============================================================
   PTBWA 모바일 스타일시트
   기준: PC 사이트(/css/style.css). 콘텐츠·문구·컬러·굵기·radius 는 PC 와 동일하게 두고
   크기/간격/열 수만 모바일에 맞춰 환산했다.

   - 설계 기준 폭 390px (375 / 390 / 430 대응)
   - PC 토큰 -> 모바일 환산은 :root 주석 참조
   - 이 파일 하나만 로드한다. 기존 m/css/{common,style,basic,common-script}.css 는
     PC 와 다른 옛 레이아웃을 갖고 있어 함께 쓰면 충돌하므로 각 페이지에서 뺐다.
     PC 파일(/css/*)은 건드리지 않는다.
   ============================================================ */
@import url(./fonts.css);

:root {
  /* ---- 컬러: PC 와 완전 동일 ---- */
  --yellow: #fdd000;
  --title: #424242;          /* PC 타이틀 색 */
  --body: #666666;           /* PC 본문 색 */
  --tech-body: #333333;      /* PC .tech-body 색 */
  --gray-bg: #F3F3F3;        /* PC 색블록 섹션 배경 */
  --line: #ececec;
  --footer-bg: #161616;
  --footer-txt: #8C8C8C;
  --footer-dim: #525252;

  /* ---- 타이포: PC px -> 모바일 clamp ---- */
  --h1: clamp(30px, 8.7vw, 38px);      /* PC 66px */
  --h2: clamp(24px, 7.2vw, 30px);      /* PC 56px */
  --h3: 18px;                          /* PC 22px 카드 타이틀 */
  --lead: clamp(15px, 4.1vw, 17px);    /* PC 19px 본문 */
  --small: 14px;                       /* PC 16px 카드 본문 */

  /* ---- 간격 ---- */
  --pad: clamp(16px, 5vw, 20px);       /* 좌우 여백 */
  --sec: 72px;                         /* PC 144px 섹션 간격 */
  --sec-photo: 76px;                   /* PC 152px (사진으로 끝나는 섹션) */
  --title-body: 16px;                  /* PC 25px */
  --body-cta: 24px;                    /* PC 30px */
  --header-h: 56px;
}

/* ============================================================
   1. Reset
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--title);
  background: #fff;
  overflow-x: hidden;
  /* 한글은 어절 단위로 끊어야 읽힌다. 기존 m/css/basic.css 의 break-all 은
     영문 단어(Addirect 등)를 음절 중간에서 잘라 쓰지 않는다 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

h1, h2, h3, h4, p, ul, ol, li, figure, figcaption { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; background: none; border: none; padding: 0; cursor: pointer; }
input, textarea, select { font-family: inherit; }
iframe { border: 0; }

/* ============================================================
   2. 레이아웃
   ============================================================ */
.m-container {
  width: 100%;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* 좌우 여백을 무시하고 화면 끝까지 채우는 블록(사진·캐러셀) */
.m-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.m-section { padding-top: var(--sec); padding-bottom: 0; }
.m-section--gray {
  background: var(--gray-bg);
  padding-top: var(--sec);
  padding-bottom: var(--sec);
}
.m-section--last { padding-bottom: var(--sec); }

/* ============================================================
   3. 타이포그래피 (PC 값 비율 환산)
   ============================================================ */
.m-h1 {
  font-size: var(--h1);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.m-h2 {
  font-size: var(--h2);
  line-height: 1.25;
  font-weight: 800;              /* PC .sec__about02-txt .title-txt 와 동일 */
  letter-spacing: -0.03em;
  color: var(--title);
}
.m-h2--700 { font-weight: 700; }
.m-h3 {
  font-size: var(--h3);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--title);
}
.m-lead {
  font-size: var(--lead);
  /* PC 본문 토큰 --body-line-height(1.5em) 과 동일. 1.6 은 PC 보다 성겼다 */
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--body);
}
.m-small {
  font-size: var(--small);
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--body);
}
/* PC .tech-body 대응.
   PC 는 강조 한 줄 + 설명 여러 줄이 각각 <p> 라, 모든 간격을 line-height 하나로만 만들면
   "강조 -> 설명" 과 "설명 -> 설명" 이 똑같이 벌어진다. 강조 아래는 조금 더 띄우고
   설명끼리는 더 붙여서 한 덩어리로 읽히게 한다 */
.m-techbody {
  /* 설명 문단은 사이트 본문(.m-lead, index "다양한 산업과 비즈니스 환경에 ...")과 같은 급이다.
     --small(14px)은 카드 안 본문용이라 여기 쓰면 한 단계 작아 보였다 */
  font-size: var(--lead);
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--tech-body);
}
/* 줄 간격은 line-height 로만 만든다. 문단 여백은 아래 .bold 다음 한 곳에서만 준다 */
.m-techbody > p { margin: 0; }
/* 강조 한 줄은 그 본문보다 한 단계 위(--h3). PC 도 같은 성격의 리드 문단을 본문보다 키운다
   (.sec__tech02_wrap ... p.font-weight-bold / .sec__career01_wrap .tech-body > p.font-weight-bold) */
.m-techbody .bold { font-size: var(--h3); font-weight: 700; line-height: 1.5; }
/* 강조 -> 설명 간격만 설명끼리(22.4px)의 약 1.6배로 벌린다 */
.m-techbody > .bold + p { margin-top: 14px; }

.m-title-gap { margin-top: var(--title-body); }
.m-cta-gap { margin-top: var(--body-cta); }

/* PC 본문은 데스크톱 폭 기준 <br> 이 박혀 있다. 모바일에서는 자동 줄바꿈시킨다 */
.m-nobr br { display: none; }

/* ---- 노란 형광펜 밑줄 ----
   PC 는 56px 타이틀 기준 px 고정값(하단 11px, 두께 12px)이라 크기가 바뀌면 어긋난다.
   같은 비율(11/56 = 0.2em, 12/56 = 0.21em)을 em 으로 환산해 어떤 크기에서도
   PC 와 동일한 시각 비율이 나오게 한다 */
.m-hl {
  background-image: linear-gradient(to top,
    transparent 0.2em, var(--yellow) 0.2em,
    var(--yellow) 0.41em, transparent 0.41em);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* ============================================================
   4. 버튼 (PC .about-btn: h48 / radius 12 / 16px 600)
   ============================================================ */
.m-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border-radius: 12px;
  border: 2px solid var(--title);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.m-btn:active { opacity: 0.82; }
.m-btn--fill { background: var(--title); color: #fff; }
.m-btn--outline { background: #fff; color: var(--title); }
.m-btn--light { background: #fff; color: var(--title); border-color: #fff; }
.m-btn .arrow { font-style: normal; font-weight: 600; }

.m-btns { display: flex; flex-direction: column; gap: 12px; }

/* ============================================================
   5. 헤더 / 내비게이션
   ============================================================ */
.main-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 var(--pad);
  background: #fff;
  transition: box-shadow 0.2s ease;
}
.main-header.scrolled { box-shadow: 0 1px 12px rgba(0,0,0,0.08); }

.m-logo { display: flex; align-items: center; height: 100%; }
.m-logo img { height: 22px; width: auto; }

.m-head-right { display: flex; align-items: center; gap: 4px; }

/* 언어 드롭다운 */
.dropdown { position: relative; }
.dropdown-toggle {
  display: flex; align-items: center; gap: 5px;
  height: 40px; padding: 0 8px;
  font-size: 13px; font-weight: 600; color: var(--title);
}
.dropdown-toggle .triangle {
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--title);
}
.dropdown-menu {
  display: none;
  position: absolute; top: 44px; right: 0;
  min-width: 92px; padding: 4px 0;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.dropdown-menu a {
  display: block; padding: 10px 16px;
  font-size: 14px; font-weight: 500; color: var(--title);
}
.dropdown-divider { height: 1px; background: var(--line); margin: 2px 0; }

/* 햄버거 */
.m-menu-btn {
  width: 44px; height: 44px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
}
.m-menu-btn span {
  display: block; width: 20px; height: 2px;
  background: var(--title); border-radius: 2px;
}

/* 전체화면 내비 */
.m-nav {
  position: fixed; inset: 0; z-index: 200;
  background: #fff;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  visibility: hidden;
}
.m-nav.is-open { transform: translateX(0); visibility: visible; }
.m-nav__top {
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--pad);
  flex-shrink: 0;
}
.m-nav__close {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; line-height: 1; color: var(--title);
}
.m-nav__list { padding: 24px var(--pad) 0; }
.m-nav__list li + li { margin-top: 4px; }
.m-nav__list a {
  display: block;
  padding: 16px 0;
  font-size: 26px; font-weight: 700; letter-spacing: -0.03em;
  color: var(--title);
}
.m-nav__list a.active { position: relative; width: fit-content; }
.m-nav__list a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 14px;
  height: 10px; background: var(--yellow); z-index: -1;
}
.m-nav__list a.active { z-index: 0; }

/* 헤더 높이만큼 본문을 내린다 */
#container { padding-top: 0; }
.m-below-header { padding-top: var(--header-h); }

/* ============================================================
   6. 서브페이지 히어로 (PC .sec__tech_main-img / .sec__career__main-txt)
   ============================================================ */
.m-hero {
  position: relative;
  min-height: 240px;
  padding: calc(var(--header-h) + 40px) var(--pad) 40px;
  display: flex; flex-direction: column; justify-content: center;
  background-position: center; background-size: cover; background-repeat: no-repeat;
  color: #fff;
}
.m-hero__title { font-size: var(--h1); line-height: 1.2; font-weight: 700; letter-spacing: -0.03em; color: #fff; }
/* 행간은 PC 히어로 본문과 같은 비율로 맞춘다.
   .sec__tech_main-txt .sub-txt / .sec__service__main-txt .sub-txt = 22px 글자에 1.9rem(30.4px)
   -> 1.38. 기존 1.7 은 PC 보다 눈에 띄게 성겼다 */
.m-hero__desc { margin-top: 16px; font-size: var(--small); line-height: 1.38; color: rgba(255,255,255,0.9); }

/* ============================================================
   7. 카드 공통
   ============================================================ */
.m-cards { display: grid; grid-template-columns: 1fr; }
.m-cards--32 { gap: 32px; }
.m-cards--24 { gap: 24px; }
.m-cards--20 { gap: 20px; }
.m-cards--16 { gap: 16px; }

.m-card__img { width: 100%; border-radius: 10px; object-fit: cover; display: block; }
.m-card__label { margin-top: 14px; font-size: var(--h3); font-weight: 700; letter-spacing: -0.03em; color: var(--title); }
/* 행간은 PC 카드 본문(.sec__about01_wrap .about01-card .card-desc, careers 교육 카드)과 같은 1.48 */
.m-card__desc { margin-top: 8px; font-size: var(--small); line-height: 1.48; color: var(--body); }

/* 테두리형 카드(AD-Tech 특징, Careers 복리후생) */
.m-boxcard {
  padding: 24px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.m-boxcard__title { font-size: var(--h3); font-weight: 700; letter-spacing: -0.03em; color: var(--title); }
/* 행간은 PC AD-Tech 특징 카드(.sec__tech02_wrap .sec__tech-card-des = --body-line-height 1.5em)와 동일 */
.m-boxcard__desc { margin-top: 10px; font-size: var(--small); line-height: 1.5; color: var(--body); }

/* ============================================================
   8. 확대 가능한 도식 이미지
   원본 도식(인포그래픽/절차도)은 글자가 이미지에 박혀 있어 축소하면 판독이 어렵다.
   가로 스크롤 + 핀치줌이 가능한 영역에 넣어 원본 해상도를 그대로 볼 수 있게 한다
   ============================================================ */
.m-figure { position: relative; }
.m-figure__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.m-figure__scroll::-webkit-scrollbar { display: none; }
.m-figure__scroll img { width: 100%; height: auto; display: block; }
.m-figure__scroll--wide img { width: auto; max-width: none; height: auto; min-width: 100%; }
.m-figure__hint {
  margin-top: 10px;
  font-size: 12px; color: #999; text-align: center;
}

/* ============================================================
   9. 가로 스와이프 캐러셀 (Careers 사무실 전경)
   ============================================================ */
.m-carousel {
  display: flex;
  gap: 12px;
  padding: 0 var(--pad);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.m-carousel::-webkit-scrollbar { display: none; }
.m-carousel__item {
  flex: 0 0 auto;
  width: 84vw;
  scroll-snap-align: center;
}
.m-carousel__item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.m-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.m-dots button {
  width: 6px; height: 6px; border-radius: 50%;
  background: #d9d9d9;
  transition: background 0.2s ease, width 0.2s ease;
}
.m-dots button.is-active { background: var(--title); width: 18px; border-radius: 3px; }

/* ============================================================
   10. Main
   ============================================================ */
/* 10-1. KV 히어로 — 세로형 배경(m/img/main/KV.jpg) + PC 카피를 HTML 텍스트로 */
.m-kv {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--header-h) + 56px) var(--pad) 72px;
  display: flex; flex-direction: column; justify-content: flex-start;
  background: #e6e6e4 url("../img/main/KV.jpg") no-repeat center top / cover;
}
.m-kv__title { font-size: var(--h1); line-height: 1.12; font-weight: 700; letter-spacing: -0.04em; color: #111; }
.m-kv__title .m-hl { background-image: linear-gradient(to top, transparent 0.05em, var(--yellow) 0.05em, var(--yellow) 0.26em, transparent 0.26em); }
.m-kv__desc { margin-top: 20px; font-size: var(--small); line-height: 1.7; color: #444; }
.m-kv__scroll {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.85); color: var(--title); font-size: 18px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

/* 10-2. about02 풀블리드 사진 */
.m-photo-full { display: block; width: 100%; aspect-ratio: 1241 / 560; object-fit: cover; }

/* 10-3. Clients & Partners */
.m-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  /* 타이틀 -> 첫 라벨("고객사") 간격. 다른 섹션의 타이틀 -> 본문(.m-title-gap)과 같은 토큰 */
  margin-top: var(--title-body);
}
/* 섹션 리드 문장 -> 첫 라벨 간격 32px. 본문 -> 사진과 같은 값(PC 는 60px).
   .m-logos 의 margin-top(16px)과 인접 여백이라 접히고, 큰 값인 32px 가 그대로 간격이 된다.
   이 문단이 없는 영문 모바일은 .m-logos 의 16px 가 그대로 쓰인다 */
.m-logos-lead { margin-bottom: 32px; }
/* ---- 그룹 라벨(고객사 / 파트너사) ----
   격자 한 줄을 통째로 차지해 파트너사 첫 항목(NAVER) 앞에서 줄을 바꾼다.
   굵기·색·정렬은 PC .cp-group 과 같고(600 / #666666 / 가운데), 크기는 본문 토큰(--lead)을 쓴다.
   아래(라벨 -> 자기 그룹 로고)는 타이틀 -> 본문과 같은 16px(--title-body),
   위(앞 그룹 로고 -> 라벨)는 본문 -> 사진과 같은 32px 로 벌린다.
   격자 gap(12px)이 이미 있어 각각 20px / 4px 만 더한다 */
.m-logo-group {
  grid-column: 1 / -1;
  margin: 20px 0 4px;
  text-align: center;
  font-size: var(--lead); line-height: 1.5; font-weight: 600;
  letter-spacing: -0.03em; color: var(--body);
}
/* 첫 라벨 위는 격자 gap 이 아니라 .m-logos 의 margin-top 이라 더할 것이 없다 */
.m-logo-group:first-child { margin-top: 0; }
/* PC .sec__clients_wrap .cp-logo 와 동일하게 테두리 없이 흰 배경만 둔다 */
.m-logo-cell {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px;
  min-height: 72px; padding: 12px 8px;
  background: #fff;
}
/* 로고 박스 높이를 30px 로 "고정"한다(PC .cp-logo-box 와 같은 방식).
   max-height 였을 때는 가로로 넓은 로고가 30px 보다 낮게 렌더돼 셀마다 내용 높이가 달라졌고,
   가운데 정렬이라 그만큼 위 라벨(공식 파트너 등) 높이도 셀마다 어긋났다.
   height 로 못 박으면 로고는 object-fit 으로 안에서 축소되고 라벨은 전부 같은 줄에 선다 */
.m-logo-cell img { max-width: 100%; height: 30px; object-fit: contain; }
.m-logo-cell[data-role]::before {
  content: attr(data-role);
  font-size: 12px; line-height: 15px; font-weight: 500; color: #475467; letter-spacing: -0.02em;
  white-space: nowrap;
}
/* 라벨이 있는 셀은 내용이 51px(라벨 15 + 간격 6 + 로고 30)라, 72px 셀에 그대로 두면
   로고 위아래 여백이 10.5px 밖에 안 남아 고객사 줄(21px)보다 빽빽해 보인다.
   같은 21px 여백이 남도록 51 + 42 = 93px 로 높여 줄 간 간격을 시각적으로 맞춘다 */
.m-logo-cell[data-role] { min-height: 93px; }
/* 영문만: 파트너 라벨이 국문("공식 파트너" 5자)보다 길다("Certified Partner" 17자).
   nowrap 이라 12px 로는 셀 안쪽 폭(약 93px)을 넘겨 잘리므로 한 단계만 줄인다.
   줄바꿈을 허용하면 셀마다 높이가 달라져 라벨 정렬이 어긋나므로 nowrap 은 유지한다 */
html[lang="en"] .m-logo-cell[data-role]::before { font-size: 11px; }
.m-logo-cell.is-missing { display: none; }

/* 10-4. 클로징 CTA (PC .sec__about04_wrap 그라데이션 동일) */
.m-closing {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #FFF5CE 100%);
  /* 위 로고 -> 타이틀 간격을 다른 섹션(.m-section 의 padding-top)과 같은 --sec 하나로 맞춘다.
     margin-top(72) + padding-top(56) = 128px 이라 이 섹션만 유독 떨어져 보였다.
     그라데이션 시작점은 위로 올라가지만 상단 20% 가 흰색이라 눈에 띄는 변화는 없다 */
  padding: var(--sec) var(--pad) 48px;
  margin-top: 0;
  /* PC 클로징(.sec__about04_wrap)과 동일하게 가운데 정렬.
     버튼(.m-btn)은 width:100% 라 이미 폭을 꽉 채우므로 따로 맞출 것이 없다 */
  text-align: center;
}
.m-closing .m-h2 { font-weight: 700; line-height: 1.3; }

/* ============================================================
   11. AD-Tech
   ============================================================ */
.m-brand + .m-brand { margin-top: var(--sec); }
.m-brand__name { font-size: var(--h2); line-height: 1.25; font-weight: 700; letter-spacing: -0.03em; color: var(--title); }
.m-brand__sub { margin-top: 4px; font-size: clamp(20px, 5.6vw, 24px); line-height: 1.3; font-weight: 700; letter-spacing: -0.03em; color: var(--title); }

/* ============================================================
   12. Services
   ============================================================ */
.m-zigzag__item + .m-zigzag__item { margin-top: 56px; }
.m-zigzag__img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; display: block; }
.m-zigzag__txt { margin-top: 24px; }

.m-case {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  display: block;
  width: 100%;
  text-align: left;
}
.m-case__img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.m-case__body { padding: 20px; }
.m-case__title { font-size: 17px; font-weight: 700; line-height: 1.4; letter-spacing: -0.03em; color: var(--title); }
/* 행간은 PC 사례 카드 본문(.pc_CaseCon02_list_W25_txt03 = 1.48em)과 동일 */
.m-case__desc { margin-top: 10px; font-size: var(--small); line-height: 1.48; color: var(--body); }
/* 색은 바로 위 .m-case__desc 와 동일하게(PC .pc_CaseCon02_list_W25_more 와 같은 규칙) */
.m-case__more { margin-top: 14px; font-size: 14px; font-weight: 600; color: var(--body); }

/* 사례 상세 — 전체화면 시트 */
.m-modal {
  position: fixed; inset: 0; z-index: 300;
  background: #fff;
  display: none;
  flex-direction: column;
}
.m-modal.is-open { display: flex; }
.m-modal__top {
  height: var(--header-h); flex-shrink: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--pad);
  border-bottom: 1px solid var(--line);
}
.m-modal__heading { font-size: 15px; font-weight: 700; color: var(--title); }
.m-modal__close {
  width: 44px; height: 44px; margin-right: -12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; line-height: 1; color: var(--title);
}
.m-modal__body {
  flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch;
  padding: 24px var(--pad) 48px;
}
.m-modal__title { font-size: var(--h2); line-height: 1.3; font-weight: 700; color: var(--title); }
.m-modal__desc { margin-top: 14px; font-size: var(--small); line-height: 1.7; color: var(--body); }
.m-modal__img { margin-top: 24px; width: 100%; height: auto; display: block; }

/* ============================================================
   13. Careers
   ============================================================ */
.m-benefit__icon { width: 48px; height: 48px; object-fit: contain; margin-bottom: 16px; display: block; }
.m-benefit__list { margin-top: 12px; font-size: var(--small); line-height: 1.9; color: var(--body); }

.m-process { text-align: center; }
.m-process .m-h2, .m-process .m-lead { text-align: center; }

.m-recruit { display: grid; grid-template-columns: 1fr; gap: 16px; }
.m-recruit__item {
  position: relative;
  min-height: 360px;
  padding: 32px 24px;
  border-radius: 12px;
  overflow: hidden;
  background-position: center; background-size: cover;
  display: flex; flex-direction: column; justify-content: center;
  color: #fff;
}
.m-recruit__item::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(0,0,0,0.45);
}
.m-recruit__item > * { position: relative; z-index: 1; }
.m-recruit__title { font-size: clamp(22px, 6.2vw, 26px); line-height: 1.35; font-weight: 700; letter-spacing: -0.03em; color: #fff; }
.m-recruit__title .hl { color: var(--yellow); }
.m-recruit__txt { margin-top: 20px; font-size: var(--small); line-height: 1.75; color: rgba(255,255,255,0.92); }
.m-recruit .m-btn { margin-top: 24px; }

/* ============================================================
   14. Contact
   ============================================================ */
.m-contact-info {
  background: #333333;
  padding: calc(var(--header-h) + 40px) var(--pad) 56px;
  color: #fff;
}
.m-contact-info__title { font-size: var(--h1); line-height: 1.15; font-weight: 700; letter-spacing: -0.05em; color: #fff; }
.m-contact-block { margin-top: 28px; }
.m-contact-block:first-of-type { margin-top: 40px; }
.m-contact-block__label { display: flex; align-items: center; gap: 8px; }
.m-contact-block__label img { width: 20px; height: 20px; object-fit: contain; }
.m-contact-block__label span { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; color: #fff; }
.m-contact-block__value { margin-top: 10px; font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.85); }

.m-map { position: relative; height: 280px; }
.m-map iframe { width: 100%; height: 100%; display: block; }
.m-map__link {
  display: flex; align-items: center; justify-content: center;
  height: 52px;
  font-size: 15px; font-weight: 600; color: var(--title);
  border-bottom: 1px solid var(--line);
}

.m-form { margin-top: 40px; }
.m-field + .m-field { margin-top: 20px; }
.m-field__label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 600; color: var(--title); }
.m-field__input,
.m-field__textarea {
  width: 100%;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  /* 16px 미만이면 iOS Safari 가 포커스 시 화면을 자동 확대한다 */
  font-size: 16px;
  color: var(--title);
  background: #fff;
}
.m-field__input { height: 52px; }
.m-field__textarea { min-height: 140px; padding: 14px 16px; line-height: 1.6; resize: vertical; }
.m-field__input::placeholder,
.m-field__textarea::placeholder { color: #aaa; }
.m-field__input:focus,
.m-field__textarea:focus { outline: none; border-color: var(--title); }
.m-form__submit { margin-top: 32px; height: 56px; }

/* ============================================================
   15. 푸터 (PC partials/footer.html 과 동일 콘텐츠)
   ============================================================ */
#footer {
  background: var(--footer-bg);
  color: var(--footer-txt);
  padding: 48px var(--pad);
  margin-top: 0;
}
.m-footer__logo { width: 140px; height: auto; margin-bottom: 24px; }
.m-footer__info p { font-size: 13px; line-height: 1.7; color: var(--footer-txt); }
.m-footer__info p + p { margin-top: 4px; }
.m-footer__contact {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px;
  margin-top: 28px;
}
.m-footer__contact dt { font-size: 13px; font-weight: 700; color: var(--footer-txt); }
.m-footer__contact dd { margin: 6px 0 0; font-size: 13px; color: var(--footer-txt); }
.m-footer__bottom { margin-top: 28px; }
.m-footer__bottom .copy { display: block; font-size: 12px; color: var(--footer-dim); }
.m-footer__bottom .private { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 700; color: var(--footer-txt); }
.m-footer__sns { display: flex; gap: 16px; margin-top: 20px; }
.m-footer__sns img { width: 28px; height: 28px; object-fit: contain; }

/* ============================================================
   16. 주소 이전 안내 모달 (PC 와 동일)
   ============================================================ */
.m-addr-modal { position: fixed; inset: 0; z-index: 400; background: rgba(0,0,0,0.5); display: none; }
.m-addr-modal.is-open { display: block; }
.m-addr-modal__inner {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: min(300px, calc(100vw - 40px));
  background: #fff; border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  padding-bottom: 20px;
}
.m-addr-modal__close {
  position: absolute; right: 10px; top: 10px;
  width: 44px; height: 44px; font-size: 28px; line-height: 1; color: var(--title);
}
.m-addr-modal__inner img { display: block; width: 100%; border-radius: 12px 12px 0 0; }
.m-addr-modal__dismiss {
  display: block; margin: 16px auto 0;
  font-size: 12px; padding: 10px 28px;
  border: 1px solid var(--line); border-radius: 8px; color: var(--body);
}

/* ============================================================
   17. 접근성 / 유틸
   ============================================================ */
.m-sr-only {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
body.is-locked { overflow: hidden; }
