﻿@charset "utf-8";
/* ===== front page styles ===== */

/* ===== con01 : 메인 히어로 스와이퍼 ===== */

.con01_iner {
  padding-bottom: 1vw;
}

.con01_swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1840 / 727;
  border-radius: calc(var(--px) * 24);
  overflow: hidden;
}

.con01_sitem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1840 / 727;
}

.con01_sitem_iner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: calc(var(--px) * 178);
}

.con01_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.con01_prog {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(var(--px) * 310);
  color: #fff;
}

.con01_prog_num {
  font-size: calc(var(--px) * 16);
  font-weight: 600;
}

.con01_prog_bar {
  position: relative;
  flex: 1;
  height: calc(var(--px) * 2);
  margin: 0 calc(var(--px) * 16);
  background: rgba(255, 255, 255, 0.35);
}

.con01_prog_fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #fff;
}

.con01_sitem_t1 {
  margin-top: 2vw;
  font-size: calc(var(--px) * 24);
  color: #fff;
}

.con01_sitem_t2 {
  margin-top: 1.5vw;
  font-size: calc(var(--px) * 50);
  line-height: 1.22;
  color: #fff;
}

.con01_sitem_t3 {
  margin-top: 1.5vw;
  font-size: calc(var(--px) * 26);
  font-weight: 700;
  color: #fff;
  opacity: 0.92;
}

/* .con01_navy* → custom.css 공통(.petmart_navy_bar) 로 이동 (franchise 등 공용) */

/* ===== con02 : STORE 매장검색 + 매장카드 ===== */
#section_wrap>.con02 {
  overflow-x: clip;
  overflow-y: visible;
}

.con02_iner {
  padding-top: 7vw;
  padding-bottom: 6vw;
}

.con02_eyb {
  color: #8a8a8a;
}

.con02_t1 {
  margin-top: 1.8vw;
  font-size: calc(var(--px) * 24);
  font-weight: 700;
}

.con02_t2 {
  margin-top: 0.8vw;
  font-size: calc(var(--px) * 38);
  color: #141414;
}

.con02_t3 {
  font-size: calc(var(--px) * 48);
  color: #141414;
}

/* 검색 필드 — 공통 .pet_search (custom.css) + con02 고유 폭/여백만 override */
.con02_search {
  width: calc(var(--px) * 657);
  margin-top: 1.9vw;
  margin-bottom: -1.5vw;
  z-index: 100;
}

/* 매장카드 스와이퍼 */
.con02_swiper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(var(--px) * 1920);
  margin-top: 0.1vw;
  overflow: hidden;
}

/* .con02_sitem/_info/_label/_name → custom.css 공통(.store_s*) 로 이동 (store con02 와 공용) */

/* 뼈다귀 데코 */
.con02_bone {
  display: flex;
  justify-content: center;
  align-items: center;
}

.con02_bone img {
  width: 100%;
}

.con02_bone1 {
  width: calc(var(--px) * 284);
  aspect-ratio: 284 / 284;
  left: 2.8%;
  top: 16.4vw;
}

.con02_bone2 {
  width: calc(var(--px) * 250);
  aspect-ratio: 250 / 310;
  left: 14.1%;
  top: -0.9vw;
}

.con02_bone3 {
  width: calc(var(--px) * 246);
  aspect-ratio: 246 / 314;
  right: 3.4%;
  top: 33.1vw;
}

.con02_bone4 {
  width: calc(var(--px) * 234);
  aspect-ratio: 234 / 308;
  right: 8.2%;
  top: 6.2vw;
}

/* ===== con03 : 펫마트 Pick 제품 슬라이더 ===== */
#section_wrap>.con03 {
  overflow: visible;
}

.con03_iner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 6.9vw calc(var(--px) * 108) 6.2vw calc(var(--px) * 217);
}

/* 좌측 칼럼 */
.con03_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.con03_eyb {
  color: #8a8a8a;
}

.con03_tt {
  margin-top: 2.1vw;
  font-size: calc(var(--px) * 40);
  line-height: 1.2;
  color: #141414;
}

.con03_tt b {
  font-size: calc(var(--px) * 50);
  font-weight: 900;
}

.con03_btn {
  margin-top: 2.9vw;
}

/* 마스코트 (좌하단 absol, 부모 = .con03) */
.con03_mascot {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 5%;
  bottom: -1.2vw;
  width: calc(var(--px) * 480);
  aspect-ratio: 504 / 417;
  left: 6.3%;
  bottom: -2.6vw;
}

/* 우측 칼럼 */
.con03_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  width: calc(var(--px) * 1089);
}

/* 카드 스와이퍼 */
.con03_swiper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(var(--px) * 1110);
  padding-top: 1.05vw;
  padding-left: 1vw;
  margin-left: -1vw;
  overflow: hidden;
}

.con03_sitem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  color: #141414;
  text-decoration: none;
  cursor: pointer;
}

.con03_card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: calc(var(--px) * 327);
  height: calc(var(--px) * 327);
  border: 1px solid #dfdfdf;
  border-radius: calc(var(--px) * 30);
  background: #fff;
  box-shadow: 0 calc(var(--px) * 5) calc(var(--px) * 16) rgba(119, 111, 78, 0.10);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

@media (hover: hover) {
  .con03_sitem:hover .con03_card {
    box-shadow: 0 calc(var(--px) * 12) calc(var(--px) * 28) rgba(0, 0, 0, 0.15);
    transform: translateY(calc(var(--px) * -6));
  }

}

/* 할인뱃지 (카드 좌상단 겹침) */
.con03_badge {
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(var(--px) * 22);
  top: calc(var(--px) * 12);
  width: calc(var(--px) * 74);
  aspect-ratio: 74 / 74;
}

.con03_badge_tx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--px) * 15);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

/* 대분류 라벨(.pet_catlabel)은 custom.css 공통 — 327px 카드라 기본값 그대로 사용 */

/* 제품 이미지 슬롯 — 고정 높이(85%) + object-fit:contain 으로 이미지 전체 표시(잘림 없음). 카드 중앙정렬로 위아래 여백 */
.con03_pimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 239);
  height: 85%;
  aspect-ratio: auto; /* percent.js 가 자연비율 aspect-ratio 주입하지 않도록(hasStaticProp) — height 기준 유지 */
  overflow: hidden;
}

.con03_pimg > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 이미지 없을 때 — "이미지 준비중입니다" 박스 (슬롯과 동일 크기) */
.con03_noimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 169);
  height: calc(var(--px) * 231);
  margin-top: 0;
  border-radius: calc(var(--px) * 10);
}

.con03_noimg p {
  font-size: calc(var(--px) * 15);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #b5b5b5;
}

/* 품목명 — 카드 폭만큼 잡고 가운데 정렬(카드는 flush-left, 이름은 카드 아래 중앙) */
.con03_name {
  width: calc(var(--px) * 327);
  margin-top: 1.6vw;
  font-size: calc(var(--px) * 18);
  font-weight: 700;
  text-align: center;
  color: #141414;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

/* 하단 네비 */
.con03_btn_wrap {
  justify-content: space-between;
  align-items: center;
  width: calc(var(--px) * 1038);
  margin-top: 2.6vw;
}

.con03_prog {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(var(--px) * 914);
  height: 2px;
  background: rgba(20, 20, 20, 0.149);
}

.con03_prog_fill {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #141414;
  transition: width 0.4s ease;
}

.con03_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--px) * 40);
  --sbtn-bg: #141414;
  --sbtn-chev: #fff;
  --sbtn-ring: #141414;
}

/* ===== con06 : WE ARE PETMILY 인스타 피드 ===== */
.con06 {
  position: relative;
  background: #fff;
  overflow: hidden;
}

/* 내부 래퍼 (.front = relative/width100 — 절대요소 기준점 + 헤드 흐름) */
.con06_iner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.5vw;
  padding-bottom: 7.6vw;
}

/* 가운데 텍스트 칼럼 (하트 / 타이틀 / 뱃지) — 흐름, 최상단 z */
.con06_head {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.con06_heart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 51);
  aspect-ratio: 51 / 43;
}

.con06_tt1 {
  margin-top: 1.2vw;
  font-size: calc(var(--px) * 40);
  font-weight: 900;
  color: #141414;
}

.con06_tt2 {
  margin-top: 0;
  font-size: calc(var(--px) * 50);
  font-weight: 900;
  color: #141414;
}

.con06_badge {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.9vw;
  height: calc(var(--px) * 72);
  padding: 0 calc(var(--px) * 40);
  border-radius: calc(var(--px) * 36);
  background: #141414;
  font-size: calc(var(--px) * 22);
  font-weight: 800;
  letter-spacing: 0.05vw;
  color: #ffd11e;
}

/* 뒤 배경 대형 글자 (acon6_04) — flex 컬럼 흐름(헤드 아래), 카드(absol z2) 뒤로 자연 배치 */
.con06_petmily {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.7vw;
  width: calc(var(--px) * 776);
  aspect-ratio: 776 / 249;
}

/* 데코 이모지 (디스크 + 소프트 그림자 구워넣은 png, 일반 블렌드) — 최상단 */
.con06_emo {
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
}

.con06_emo1 {
  left: 53.2%;
  top: 9.7vw;
  width: calc(var(--px) * 161);
}

.con06_emo2 {
  left: 36.5%;
  top: 21.8vw;
  width: calc(var(--px) * 219);
}

/* 좌/우 슬라이더 (시안 카드영역: 좌 x38~715 / 우 x1199~1880, 가운데 484 비움) */
.con06_left,
.con06_right {
  position: absolute;
  top: 11.4vw;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(var(--px) * 693);
  height: calc(var(--px) * 326);
  overflow: hidden;
}

.con06_left {
  left: 0.9%;
}

.con06_right {
  right: 0.9%;
}

.con06_sitem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(var(--px) * 326);
}

.con06_card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 326);
  height: calc(var(--px) * 326);
  border-radius: calc(var(--px) * 30);
  overflow: hidden;
}

/* 카드 이미지 래퍼 (정사각 썸네일 622x622 → 카드 꽉 채움) */
.con06_pimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.con06_pimg img {
  width: 100%;
  height: 100%;
}

/* 호버 오버레이 (어두워지며 제목) */
.con06_ov {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.con06_card:hover .con06_ov {
  opacity: 1;
}

.con06_cap {
  padding: 0 calc(var(--px) * 16);
  font-size: calc(var(--px) * 22);
  font-weight: 600;
  color: #fff;
  text-align: center;
}

/* ===== con07 : 프랜차이즈 창업문의 배너 (TOGETHER PETMART) ===== */
.con07 {
  box-sizing: border-box;
  height: calc(var(--px) * 842);
  padding-top: 12.9vw;
}

.con07_eyb {
  font-size: calc(var(--px) * 18);
  color: #fff;
}

.con07_tt {
  margin-top: 2.5vw;
  font-size: calc(var(--px) * 50);
  line-height: 1.2;
  letter-spacing: -0.1vw;
  color: #fff;
}

.con07_btn {
  margin-top: 2.1vw;
}

/* ===== con08 : 펫마트 새로운 소식 (NEWS) — 새소식 게시판 연동 ===== */
.con08 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 7vw;
  padding-bottom: 10.5vw;
  padding-left: calc(var(--px) * 217);
  background: #fff;
  overflow: hidden;
}

/* 노란 언덕 (CSS 타원, 데코) */
.con08_hill {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  left: 0.84%;
  top: 27.1vw;
  width: calc(var(--px) * 1889);
  height: calc(var(--px) * 636);
  background: #ffd11e;
  border-radius: 50%;
}

/* 마스코트 강아지·고양이 (데코) */
.con08_mascot {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  left: calc(var(--px) * 448);
  top: 18.1vw;
  width: calc(var(--px) * 493);
  aspect-ratio: 493 / 294;
}

.con08_iner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(var(--px) * 1486);
}

/* 좌측 칼럼 */
.con08_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
}

.con08_eyb {
  color: #8a8a8a;
}

.con08_tt {
  margin-top: 1.8vw;
  font-size: calc(var(--px) * 50);
  line-height: 1;
  letter-spacing: -0.13vw;
}

.con08_desc {
  margin-top: 0.8vw;
  font-size: calc(var(--px) * 20);
  line-height: 1;
  font-weight: 600;
}

.con08_btn {
  margin-top: 5vw;
}

/* 우측 게시판 리스트 (PHP 루프 교체대상) */
.con08_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  width: calc(var(--px) * 744);
  height: calc(var(--px) * 326);
  margin-top: 1vw;
  overflow-y: auto;
}

.con08_list::-webkit-scrollbar {
  width: calc(var(--px) * 6);
}

.con08_list::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 999px;
}

.con08_list::-webkit-scrollbar-track {
  background: transparent;
}

.con08_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: calc(var(--px) * 66);
  padding: 0 calc(var(--px) * 31);
  border-bottom: 1px solid #dfdfdf;
  transition: background 0.2s ease;
}

a.con08_row {
  cursor: pointer;
}

.con08_row:hover {
  background: #f5f5f5;
}

.con08_row_l {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.con08_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 67);
  height: calc(var(--px) * 27);
  border-radius: calc(var(--px) * 999);
  font-size: calc(var(--px) * 14);
  font-weight: 600;
}

.con08_tag_notice {
  background: #ffe947;
  color: #141414;
}

.con08_tag_news {
  background: #0b1a2f;
  color: #fff;
}

.con08_subj {
  margin-left: 1.3vw;
  font-size: calc(var(--px) * 17);
  font-weight: 500;
  color: #010101;
}

.con08_date {
  font-size: calc(var(--px) * 15);
  color: #8a8a8a;
}

/* ===== con04 : 160 카운팅 + 성공스토리 인터뷰 ===== */
.con04_iner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

/* 좌 : 노란 영역 */
.con04_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 8.5vw;
}

.con04_pill {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 566);
  height: calc(var(--px) * 233);
  border-radius: calc(var(--px) * 120);
  background: #fff;
}

.con04_num {
  text-align: center;
  white-space: nowrap;
  font-size: calc(var(--px) * 158);
  line-height: 1;
  color: #0b1a2f;
  font-variant-numeric: tabular-nums;
}

.con04_heart {
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(var(--px) * 442);
  top: calc(var(--px) * 40);
  width: calc(var(--px) * 51);
  aspect-ratio: 51 / 43;
}

.con04_t1 {
  margin-top: 2.6vw;
  font-size: calc(var(--px) * 24);
  font-weight: 700;
  text-align: center;
}

.con04_t2 {
  margin-top: 0.4vw;
  font-size: calc(var(--px) * 50);
  text-align: center;
}

/* 우 : 네이비 영역 */
.con04_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 5.8vw;
  padding-bottom: 4.7vw;
  background: #0b1a2f;
}

.con04_eyb {
  color: #fff;
}

.con04_swiper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(var(--px) * 608);
  margin-top: 0.9vw;
  overflow: hidden;
}

.con04_sitem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.con04_vid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: calc(var(--px) * 16);
  overflow: hidden;
  background: #0a1626;
}

.con04_play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 68);
  height: calc(var(--px) * 48);
  border-radius: calc(var(--px) * 12);
  background: #ff0000;
}

.con04_play::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: calc(var(--px) * 3);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #fff;
}

.con04_stt {
  margin-top: 1.6vw;
  font-size: calc(var(--px) * 18);
  font-weight: 700;
  color: #fff;
  text-align: center;
}

/* 하단 progress + nav */
.con04_nav_wrap {
  justify-content: space-between;
  align-items: center;
  width: calc(var(--px) * 608);
  margin-top: 3.4vw;
}

.con04_prog {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(var(--px) * 488);
  height: calc(var(--px) * 2);
  border-radius: calc(var(--px) * 2);
  background: rgba(255, 255, 255, 0.2);
}

.con04_prog_fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  border-radius: calc(var(--px) * 2);
  background: #fff;
  transition: width 0.4s ease;
}

.con04_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6vw;
  --sbtn-bg: #fff;
  --sbtn-chev: #0b1a2f;
  --sbtn-ring: #fff;
}

/* 버튼 : 섹션 가운데 하단 (yellow/navy 경계 위) */
.con04_btn {
  position: absolute;
  left: 50%;
  bottom: 5.2vw;
  transform: translateX(-50%);
}

/* ===== con05 : BRAND 회전 궤도 (PSD 정확 좌표) ===== */
.con05 {
  position: relative;
  height: calc(var(--px) * 1135);
  overflow: hidden;
  background-image: url('/images/acon5_bg.jpg');
  background-size: cover;
  background-position: center;
}

/* 궤도 동심원 2개 (정적, 중심 가로중앙 / top 26.7vw) */
.con05_circ {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.con05_circ_m {
  width: calc(var(--px) * 1120);
  height: calc(var(--px) * 1120);
  top: calc(26.7vw - var(--px) * 560);
  border: 1px solid #c0cfdb;
}

.con05_circ_s {
  width: calc(var(--px) * 866);
  height: calc(var(--px) * 866);
  top: calc(26.7vw - var(--px) * 433);
  border: 1px solid #c0cfdb;
}

/* 회전 궤도 컨테이너 (GSAP +360, 중심 = 동심원 중심) */
.con05_orbit {
  position: absolute;
  z-index: 7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 1120);
  height: calc(var(--px) * 1120);
  top: calc(26.7vw - var(--px) * 560);
}

.con05_tag {
  position: absolute;
  left: 50%;
  top: 50%;
}

.con05_tag_csr {
  transform: translate(-50%, -50%) rotate(-49deg) translateY(calc(var(--px) * -431)) rotate(49deg);
}

.con05_tag_huwon {
  transform: translate(-50%, -50%) rotate(63deg) translateY(calc(var(--px) * -565)) rotate(-63deg);
}

.con05_tag_gibu {
  transform: translate(-50%, -50%) rotate(-117deg) translateY(calc(var(--px) * -547)) rotate(117deg);
}

.con05_tag_sahoe {
  transform: translate(-50%, -50%) rotate(110deg) translateY(calc(var(--px) * -541)) rotate(-110deg);
}

.con05_tag_in {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: calc(var(--px) * 22) calc(var(--px) * 28);
  border-radius: calc(var(--px) * 36);
  background: #fff;
  box-shadow: 0 calc(var(--px) * 8) calc(var(--px) * 24) rgba(0, 0, 0, 0.09);
  font-size: calc(var(--px) * 22);
  font-weight: 700;
  color: #141414;
}

/* 중앙 텍스트 (absol, top 10.4vw 중앙) */

.con05_iner {
  padding-top: 11.4vw;
}

.con05_twrap {
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.con05_eyb {
  color: #8a8a8a;
}

.con05_tit {
  margin-top: 2.6vw;
  font-size: calc(var(--px) * 37.1);
  line-height: 1.2;
  text-align: center;
  color: #141414;

}

.con05_tit b {
  font-weight: 900;
  font-size: calc(var(--px) * 46);
  display: block;
  margin-top: 0.4vw;
}

.con05_desc {
  margin-top: 1.4vw;
  font-size: calc(var(--px) * 19);
  line-height: 1.4;
  text-align: center;
}

.con05_btn {
  margin-top: 2.1vw;
}

/* 캐릭터 (absol, PSD L562 T4910 W743) */
.con05_char {
  aspect-ratio: 832 / 440;
  position: absolute;
  z-index: 3;
  top: 28.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 743);
}


/* 봉사·보호소 카드 (둥근 직사각 478x323, absol, 회전 X) */
.con05_card {
  position: absolute;
  z-index: 3;
  top: 19.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 478);
  height: calc(var(--px) * 323);
}

.con05_card_l {
  left: 5.1%;
}

.con05_card_r {
  left: 69.9%;
}

.con05_card_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: calc(var(--px) * 160);
  box-shadow: 0 calc(var(--px) * 10) calc(var(--px) * 30) rgba(0, 0, 0, 0.12);
}

/* 카드 라벨 (카드 좌상단 기준, PSD) */
.con05_clabel {
  position: absolute;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: calc(var(--px) * 22) calc(var(--px) * 28);
  border-radius: calc(var(--px) * 36);
  box-shadow: 0 calc(var(--px) * 5) calc(var(--px) * 14) rgba(0, 0, 0, 0.12);
  font-size: calc(var(--px) * 22);
  font-weight: 700;
  color: #141414;
  background: #ffffff;
  transition: background 0.3s;
}

.con05_clabel.on {
  background: #ffd11e;
}

.con05_card_l .con05_clabel {
  left: calc(var(--px) * 73);
  top: calc(var(--px) * 21);
}

.con05_card_r .con05_clabel {
  left: calc(var(--px) * 278);
  top: calc(var(--px) * -31);
}

/* 봉사 카드 슬라이드 (fade) */
.con05_card_img .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 보호소 이미지 — 강아지 4마리 다 보이게 가로 위치 보정 */
.con05_card_r .bg_img {
  object-position: 40% 50%;
}


/* ============================================================================
   📱 MOBILE ( max-width:599px ) — FRONT (메인)
   ============================================================================ */
@media (max-width: 599px) {

  /* ===== con01 : 메인 히어로 (PC 가로 배너 2.53:1 → 모바일 세로형 히어로) ===== */
  .con01_swiper {
    aspect-ratio: 4 / 5;
    border-radius: 4vw;
  }

  .con01_sitem {
    aspect-ratio: 4 / 5;
  }

  .con01_sitem_iner {
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .con01_txt {
    align-items: center;
  }

  .con01_prog {
    width: 30vw;
    position: absolute;
    bottom: 3vw;
  }

  .con01_prog_num {
    font-size: 3.3vw;
  }

  .con01_prog_bar {
    height: 0.4vw;
    margin: 0 3vw;
  }

  .con01_sitem_t1 {
    margin-top: 0;
    font-size: 4vw;
    text-align: center;
  }

  .con01_sitem_t2 {
    margin-top: 5.5vw;
    font-size: 7.9vw;
    line-height: 1.34;
    word-break: keep-all;
    text-align: center;
  }

  /* PC용 강제 <br> 제거 → keep-all 자연 줄바꿈 (엉뚱한 orphan 방지, 폰트 복원) */
  .con01_sitem_t2>br {
    display: none;
  }

  .con01_sitem_t3 {
    margin-top: 5.5vw;
    font-size: 4.2vw;
    text-align: center;
  }

  /* ===== con03 : 펫마트 Pick (PC 좌우 2분할 → 모바일 세로 스택) ===== */
  .con03_iner {
    flex-direction: column;
    align-items: center;
    padding: 0 0 15vw;
    /* 상 15vw 표준 / 하단 = 마스코트(중앙) 데코 존 확보 */
  }

  /* 상단 텍스트 블록 (PC 좌측) — 중앙정렬 */
  .con03_left {
    align-items: center;
    width: 100%;
  }

  .con03_eyb {
    font-size: 3.5vw;
    /* 공통 .eyb(=--px*17) 대신 con03 스코프로만 확대 (타 페이지 무손상) */
  }

  .con03_tt {
    margin-top: 6vw;
    font-size: 5.4vw;
    text-align: center;
  }

  .con03_tt b {
    font-size: 7.7vw;
    margin-top: 1vw;
    display: block;
  }

  .con03_btn {
    margin-top: 6vw;
    /* 버튼 크기는 custom.css .pet_btn 모바일 공통 */
  }

  /* 하단 스와이퍼 블록 (PC 우측) — 풀폭 */
  .con03_right {
    width: 100%;
    margin-top: 0;
    align-items: center;
  }

  .con03_swiper {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 8vw;
  }

  .con03_sitem {
    align-items: center;
    /* 카드를 슬라이드 중앙에 (균등 여백) */
  }

  .con03_card {
    width: 56vw;
    height: 56vw;
    border-radius: 4vw;
  }

  .con03_pimg {
    width: 73%;
  }

  .con03_noimg {
    width: 72%;
    height: 68%;
    margin-top: 0;
    border-radius: 3vw;
  }

  .con03_noimg p {
    font-size: 3.3vw;
    line-height: 1.3;
  }

  .con03_badge {
    width: 15vw;
    left: 2vw;
    top: 2vw;
  }

  .con03_badge_tx {
    font-size: 3.3vw;
    top: 1vw;
  }

  /* 대분류 라벨은 custom.css 공통 모바일값(56vw 카드) 그대로 사용 */

  .con03_name {
    width: 80%;
    margin-top: 4vw;
    font-size: 4vw;
  }

  /* 하단 네비 (progress + prev/next) */
  .con03_btn_wrap,
  .con04_nav_wrap {
    flex-direction: column;
    justify-content: flex-start;
    width: 86vw;
    /* con04_nav_wrap과 통일 */
    margin-top: 7vw;
    gap: 8vw;
  }

  .con03_prog,
  .con04_prog {
    width: 50%;
    height: 2px;
    /* con04_prog와 통일 */
  }

  .con03_nav,
  .con04_nav {
    gap: 8vw;
    /* con04_nav와 통일. 버튼 크기(9vw)는 custom.css 공통 .swiper_navbtn 모바일 */
  }


  /* 마스코트 — PC는 좌측 텍스트칼럼 아래 좌하단. 모바일은 중앙스택이라 하단 중앙으로 재배치 */
  .con03_mascot {
    width: 45vw;
    left: -17vw;
    bottom: -7vw;
  }

  /* ===== con06 : WE ARE PETMILY (PC 양끝 절대배치 스트립 → 모바일 세로 스택 + 풀폭 2행 마퀴) ===== */
  .con06_iner {
    padding-top: 0;
    padding-bottom: 15vw;
  }

  .con06_heart {
    width: 10vw;
  }

  .con06_tt1 {
    margin-top: 4vw;
    font-size: 4.5vw;
    margin-bottom: 1vw;
  }

  .con06_tt2 {
    font-size: 8.1vw;
  }

  .con06_badge {
    margin-top: 5vw;
    height: 9vw;
    padding: 0 5vw;
    border-radius: 999px;
    font-size: 3.5vw;
  }

  .con06_petmily {
    margin-top: 6vw;
    width: 58vw;
  }

  /* 데코 이모지 — 재구성 레이아웃과 겹쳐 숨김 */
  .con06_emo1,
  .con06_emo2 {
    display: none;
  }

  /* 좌/우 마퀴 : 양끝 절대배치 → 흐름(세로 2행 풀폭) */
  .con06_left,
  .con06_right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;

    width: 96vw;
    height: auto;
  }

  .con06_left {
    margin-top: 6vw;
  }

  .con06_right {
    margin-top: 3vw;
    /* 행간 = 카드 가로간격(5vw)과 일치 */
  }

  .con06_sitem {
    height: 45vw;
  }

  .con06_card {
    width: 45vw;
    height: 45vw;
    border-radius: 3vw;
  }

  /* ===== con07 : 프랜차이즈 창업문의 배너 (TOGETHER PETMART) ===== */
  /* PC 고정높이 해제 → 콘텐츠가 높이 결정, bg_img(height:100%)가 따라옴 */
  .con07 {
    height: auto;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .con07_eyb {
    font-size: 3.5vw;
  }

  .con07_tt {
    margin-top: 6vw;
    font-size: 5.9vw;
    line-height: 1.45;
    word-break: keep-all;
  }

  /* 배경 사진 위 흰 텍스트 판독성 — scrim 대신 text-shadow (레이아웃 무손상) */
  .con07_eyb,
  .con07_tt {
    text-shadow: 0 0.4vw 1.8vw rgba(0, 0, 0, 0.5);
  }

  .con07_btn {
    margin-top: 7vw;
  }

  /* ===== con08 : 새로운 소식 (PC 좌 텍스트 | 우 리스트 → 모바일 세로 스택 + 하단 마스코트·언덕 데코) ===== */
  .con08 {
    padding: 15vw 2vw 40vw;
    /* 상단 갭 / 좌우 / 하단 = 마스코트·언덕 데코 존 확보 */
  }

  /* 좌우 2단 → 세로 스택 */
  .con08_iner {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  /* 좌측 텍스트 블록 : 중앙정렬 */
  .con08_left {
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .con08_eyb {
    font-size: 3.5vw;
    /* 공통 .eyb(=--px*17) 대신 con08 스코프로만 확대 (타 페이지 무손상) */
  }

  .con08_tt {
    margin-top: 6vw;
    font-size: 7vw;
    line-height: 1.2;
    letter-spacing: -0.2vw;
  }

  .con08_desc {
    margin-top: 2.5vw;
    font-size: 3.5vw;
    line-height: 1.4;
  }

  .con08_btn {
    margin-top: 6vw;
  }

  /* 우측 리스트 → 풀폭 + 최신 5행 노출, 나머지는 내부 스크롤 (PC 동일 방식) */
  .con08_list {
    width: 100%;
    height: 72vw;
    /* 약 5행 높이 (1행 ≈ 13.9vw) — 6번째 살짝 보여 스크롤 유도 */
    margin-top: 7vw;
    overflow-y: auto;
  }

  .con08_row {
    height: auto;
    min-height: 13vw;
    padding: 3.5vw 2vw;
    gap: 2vw;
  }

  .con08_row_l {
    flex: 1;
    min-width: 0;
    gap: 2.5vw;
  }

  .con08_tag {
    flex-shrink: 0;
    width: 15vw;
    height: 6.5vw;
    font-size: 3.3vw;
  }

  .con08_subj {
    flex: 1;
    min-width: 0;
    margin-left: 0;
    font-size: 3.6vw;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: left;
    white-space: normal;
    word-break: keep-all;
  }

  .con08_date {
    flex-shrink: 0;
    font-size: 3.3vw;
    white-space: nowrap;
  }

  /* 하단 데코 : 노란 언덕 + 마스코트 (중앙·바닥 고정, PC 좌표 해제) */
  .con08_hill {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -24vw;
    transform: translateX(-50%);
    width: 140vw;
    height: 46vw;
  }

  .con08_mascot {
    left: 23vw;
    right: auto;
    top: auto;
    bottom: 2vw;
    width: 60vw;
  }

  /* ===== con04 : 좌우 2분할(노랑 bg / 네이비) → 세로 스택 ===== */
  .con04_iner {
    flex-direction: column;
    align-items: center;
  }

  /* 좌 : 노란(bg) 영역 */
  .con04_left {
    width: 100%;
    padding-top: 15vw;
    padding-bottom: 8vw;
  }

  .con04_pill {
    width: 56vw;
    height: 22vw;
  }

  .con04_num {
    font-size: 14vw;
  }

  /* 하트 : pill 폭 확대 → right/top 로 우상단 재배치 */
  .con04_heart {
    left: auto;
    right: 3.5vw;
    top: 2vw;
    width: 9vw;
  }

  .con04_t1 {
    margin-top: 6vw;
    font-size: 4vw;
  }

  .con04_t2 {
    margin-top: 0.9vw;
    font-size: 6.4vw;
  }

  /* 우 : 네이비 영역 */
  .con04_right {
    width: 100%;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .con04_eyb {
    font-size: 3.5vw;
  }

  .con04_swiper {
    width: 90vw;
    margin-top: 6vw;
  }

  .con04_vid {
    border-radius: 3vw;
  }

  .con04_stt {
    margin-top: 4vw;
    font-size: 3.6vw;
  }


  /* CTA 버튼 : absolute(겹침) → in-flow 하단 중앙 (크기는 custom.css pet_btn 모바일) */
  .con04_btn {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-bottom: 15vw;
  }

  /* ===== con05 : BRAND 모바일 스택 + 태그 슬라이드 ===== */
  /* PC 고정높이(--px*1135) 해제 → 콘텐츠가 높이 결정 */
  .con05 {
    height: auto;
  }

  .con05_iner {
    padding-top: 15vw;
    padding-bottom: 0;
  }

  /* 장식 원은 숨기고, 태그는 아래에서 모바일 슬라이드로 재배치 */
  .con05_circ_m,
  .con05_circ_s {
    display: none;
  }

  /* 중앙 텍스트 — 판독성 확보 (eyb 공통 --px*17 대신 con05 스코프로만 확대) */
  .con05_eyb {
    font-size: 3.5vw;
  }

  .con05_tit {
    margin-top: 6vw;
    font-size: 5.2vw;
    word-break: keep-all;
  }

  .con05_tit b {
    margin-top: 1.5vw;
    font-size: 7vw;
  }

  .con05_desc {
    margin-top: 4vw;
    font-size: 3.6vw;
    line-height: 1.5;
    letter-spacing: -0.02em;
    word-break: keep-all;
  }

  .con05_btn {
    margin-top: 6vw;
  }

  /* 캐릭터 : absol → in-flow 가운데 */
  .con05_char {
    position: relative;
    top: auto;
    width: 70vw;
    margin-top: 8vw;
    margin-bottom: -10vw;
  }

  /* 봉사·보호소 카드 : absol → in-flow 세로 스택 (좌표 reset, aspect 유지) */
  .con05_card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 90vw;
    height: auto;
    aspect-ratio: 478 / 323;
    margin-top: 3vw;
    border-radius: 2vw;
  }

  .con05_card_img {
    border-radius: 7vw;
  }

  /* 카드 라벨 재배치 (좌상단 걸침) */
  .con05_clabel {
    padding: 2vw 4vw;
    border-radius: 20vw;
    font-size: 3.8vw;
  }

  .con05_card_l .con05_clabel {
    left: 4vw;
    top: 4vw;
  }

  .con05_card_r .con05_clabel {
    left: 4vw;
    right: auto;
    top: 4vw;
  }


  /* 회전 태그 : 모바일에서는 원형 궤도 대신 좌→우 무한 슬라이드 */
  .con05_orbit {
    position: relative;
    left: auto;
    top: auto;
    z-index: 7;
    display: block;
    width: 100%;
    height: 25vw;
    margin-top: 0vw;
    margin-bottom: 8vw;
    overflow: hidden;
    transform: none;
  }

  .con05_tag {
    position: absolute;
    left: -42vw;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34vw;
    transform: translateY(-50%);
    animation: con05TagMobileFlow 12s linear infinite;
    will-change: left;
  }

  .con05_tag_csr,
  .con05_tag_huwon,
  .con05_tag_gibu,
  .con05_tag_sahoe {
    transform: translateY(-50%);
  }

  .con05_tag_csr {
    animation-delay: 0s;
  }

  .con05_tag_huwon {
    animation-delay: -3s;
  }

  .con05_tag_gibu {
    animation-delay: -6s;
  }

  .con05_tag_sahoe {
    animation-delay: -9s;
  }

  .con05_tag_in {
    box-sizing: border-box;
    width: 100%;
    padding: 3.2vw 5vw;
    border-radius: 999px;
    font-size: 4.4vw;
    text-align: center;
    box-shadow: 0 1.8vw 5vw rgba(0, 0, 0, 0.1);
    transform: none;
  }

  @keyframes con05TagMobileFlow {
    0% {
      left: -42vw;
    }

    100% {
      left: 112vw;
    }
  }

  /* ===== con02 : STORE 매장검색 + 매장카드 (PC --px 극소화 → vw 재정의) ===== */
  .con02_iner {
    padding-top: 15vw;
    padding-bottom: 15vw;
    position: relative;
    z-index: 2;
    /* 타이틀/검색/카드가 뼈다귀(con02_iner 뒤 DOM순) 위로 오도록 레이어 올림 */
  }

  .con02_eyb {
    font-size: 3.6vw;
  }

  .con02_t1 {
    margin-top: 6vw;
    font-size: 5.8vw;
  }

  .con02_t2 {
    margin-top: 3vw;
    font-size: 5.8vw;
  }

  .con02_t3 {
    margin-top: 1vw;
    font-size: 7.7vw;
    word-break: keep-all;
  }

  .con02_search {
    width: 90vw;
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .con02_swiper {
    width: 98vw;
    margin-top: 6vw;
  }

  /* 매장카드 — front 전용 스코프 (store 페이지 slidesPerView:'auto' 마퀴 무손상) */
  .con02_swiper .store_sitem {
    width: 47vw;
    border-radius: 4vw;
    /* 공통 base는 calc(--px*20)=모바일 4px(각짐) → vw로 카드 라디우스 토큰 통일 */
  }

  .con02_swiper .store_sinfo {
    padding: 4vw;
    padding-bottom: 5vw;
  }

  .con02_swiper .store_slabel {
    padding: 1.6vw 3vw;
    font-size: 3.3vw;
  }

  .con02_swiper .store_sname {
    margin-top: 3.1vw;
    font-size: 3.6vw;
  }

  /* ===== con02_bone (뼈다귀 데코) — PC 흩뿌림/스크롤이동 → 모바일: 2개 con02 타이틀 좌우, 2개 con03 타이틀 좌우 ===== */
  /* PC의 left%/right% 앵커 해제 (아래에서 con별로 재지정) */
  .con02_bone {
    left: auto;
    right: auto;
  }

  /* con02 타이틀(STORE) 좌우 — 상단 타이틀(STORE/t1/t2) 옆 여백. t3는 풀폭이라 그 위. 가장자리서 2vw 안쪽(회전 시 잘림 방지). JS가 중앙정렬 fromTo라 이 위치 = 섹션 중앙일 때 정위치 */
  .con02_bone1 {
    width: 19vw;
    left: 2vw;
    top: 19vw;
  }

  .con02_bone2 {
    width: 17vw;
    right: 2vw;
    top: 21vw;
  }

  /* con03 타이틀(펫마트 Pick) 좌우 — top:100%(=con02 하단=con03 상단) 기준이라 con02 높이와 무관하게 con03에 걸침. con02 overflow-y:visible 로 노출. 타이틀 중앙 높이에 맞춰 flank */
  .con02_bone3 {
    width: 18vw;
    left: 2vw;
    top: calc(100% + 6vw);
  }

  .con02_bone4 {
    width: 17vw;
    right: 2vw;
    top: calc(100% + 8vw);
  }

  .con06_cap {
    font-size: 4vw;
  }
}