@charset "UTF-8";

section {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

section {
  font-family: "Pretendard Variable";
  font-weight: 300;
  font-size: calc(var(--px) * 18);
  letter-spacing: -0.04vw;
}

section img {
  width: 100%;
}

/* 마커디자인 */
.map_marker {
  position: relative;
  display: inline-block;
}

/* 말풍선 텍스트 박스 */
.map_marker_text {
  background: #711835;
  border: 1px solid #fff;
  padding: 9px 19px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* 말풍선 꼬리 (삼각형 테두리) */
.map_marker_tail {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

/* 말풍선 꼬리 내부 (흰색 채우기) */
.map_marker_tail::after {
  content: "";
  position: absolute;
  top: -9px;
  left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #711835;
}

/* 퍼블시작 */

/* ===== 모바일 지도 터치 잠금 오버레이 (md/map_zoom_control.md §3) ===== */
.map-touch-lock-parent {
  position: relative;
}

.map-touch-lock {
  position: absolute;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  border: 0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
}

.map-touch-lock-text {
  display: block;
  padding: 0 calc(var(--px) * 20);
  font-size: calc(var(--px) * 16);
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}

.is-map-touch-unlocked .map-touch-lock {
  opacity: 0;
  pointer-events: none;
}

/* ═══════════════ MAIN — 메인비주얼 ═══════════════
   배경 = 핑크면(#F31E92) + 폰 패턴(soft light 32.9%) 을 픽셀에 구운 main_01.png.
   전역 section{overflow/display/flex-direction/width} 을 그대로 쓰고 정렬만 flex-start 로 덮는다.
   plan: .planning/main/plan.md                                                            */
.main {
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8.3vw 0 7.8vw 15.5%;
  background-color: var(--color-point);
  background-image: url('/images/main_01.png');
}

.main_title {
  font-size: calc(var(--px) * 55);
  font-weight: 800;
  line-height: 3.5vw;
  letter-spacing: -0.18vw;
}

.main_desc {
  margin-top: 1.8vw;
  font-size: calc(var(--px) * 20);
  font-weight: 400;
  line-height: 1.5vw;
  letter-spacing: -0.06vw;
}

.main_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--px) * 26);
  width: calc(var(--px) * 280);
  margin-top: 3.3vw;
  padding: calc(var(--px) * 28) 0;
  border-radius: calc(var(--px) * 20);
  background-color: #C5006B;
  font-size: calc(var(--px) * 20);
  font-weight: 600;
  line-height: 1.3vw;
  letter-spacing: -0.06vw;
}

.main_btn_arr {
  font-family: "Suit";
}

.main_phone {
  width: calc(var(--px) * 640);
  aspect-ratio: 640 / 664;
  left: 53.8%;
  top: 3.5vw;
}

.main_bell {
  width: calc(var(--px) * 100);
  aspect-ratio: 100 / 114;
  left: 76.4%;
  top: 15.3vw;
}

/* ═══════════════ CON0102 — 큰틀 (con01 흰 배경 + con02 핑크 그라디언트) ═══════════════
   IBK 핑크 카드가 두 영역 경계를 가로질러(1630~1829, 경계 1720) 큰틀로 묶었다.
   .con0102 는 전역 section{overflow/display/flex-direction/width} 을 그대로 쓴다 — 재선언 없음.
   plan: .planning/con0102/plan.md · .planning/con01/plan.md · .planning/con02/plan.md          */

/* ══ CON01 ══ */
.con01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5.9vw;
  padding-bottom: 9.1vw;
}

.con01_emoji {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6745%;
  aspect-ratio: 70 / 73;
}

.con01_badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.8556%;
  height: calc(var(--px) * 39);
  margin-top: 0.3vw;
  border-radius: calc(var(--px) * 8);
  background-color: var(--color-point);
}

.con01_badge_txt {
  font-size: calc(var(--px) * 24);
  font-weight: 600;
  line-height: 1.3vw;
  letter-spacing: -0.08vw;
  color: #fff;
}

.con01_title {
  margin-top: 2.3vw;
  font-size: calc(var(--px) * 50);
  font-weight: 800;
  line-height: 3.1vw;
  letter-spacing: -0.08vw;
  color: #000;
  text-align: center;
}

.con01_title_point {
  color: var(--color-point);
}

.con01_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 54.4882%;
  margin-top: 2.3vw;
}

.con01_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31.9846%;
  height: calc(var(--px) * 199);
  border-radius: calc(var(--px) * 20);
  background-color: #fff;
  box-shadow: 0 0 calc(var(--px) * 29) rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.34s cubic-bezier(0.4, 0, 0.2, 1);
}

.con01_item_num {
  margin-top: 0.4vw;
  font-size: calc(var(--px) * 42);
  font-weight: 800;
  line-height: 2.2vw;
  letter-spacing: -0.13vw;
  color: #000;
  transition: color 0.34s cubic-bezier(0.4, 0, 0.2, 1);
}

.con01_item_label {
  margin-top: 0.7vw;
  font-size: calc(var(--px) * 18);
  font-weight: 600;
  line-height: 0.9vw;
  letter-spacing: -0.06vw;
  color: #000;
}

.con01_copy {
  margin-top: 2.7vw;
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  line-height: 1.5vw;
  letter-spacing: -0.06vw;
  color: #000;
  text-align: center;
}

.con01_copy_point {
  font-weight: 800;
  color: var(--color-point);
}

/* ══ CON02 ══ */
.con02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 23.9vw;
  padding-bottom: 2.5vw;
  background: linear-gradient(180deg, rgba(243, 30, 146, 0.08) 0%, rgba(243, 30, 146, 0.08) 38.4%, rgba(243, 30, 146, 0.027) 59%, rgba(243, 30, 146, 0) 81.1%);
}

.con02_card {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: calc(var(--px) * 20);
  background-color: var(--color-point);
}

.con02_card_ibk {
  width: 8.1332%;
  left: 47.3507%;
  top: -3.6vw;
  transform: rotate(20.26deg);
}

.con02_card_toray {
  width: 6.7749%;
  left: 40.4971%;
  top: 5.7vw;
  transform: rotate(35.47deg);
}

.con02_card_agc {
  width: 8.7263%;
  left: 48.5502%;
  top: 11.5vw;
  transform: rotate(-11.48deg);
}

.con02_card_txt {
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.con02_card_txt_ibk {
  font-size: calc(var(--px) * 17);
  line-height: 1.1vw;
  letter-spacing: -0.05vw;
}

.con02_card_txt_toray {
  font-size: calc(var(--px) * 16);
  line-height: 1vw;
  letter-spacing: -0.05vw;
}

.con02_card_txt_agc {
  font-size: calc(var(--px) * 18);
  line-height: 1.2vw;
  letter-spacing: -0.06vw;
}

.con02_title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--px) * 55);
  font-weight: 800;
  line-height: 3.5vw;
  letter-spacing: -0.09vw;
  color: #000;
}

.con02_crown {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 63);
  aspect-ratio: 63 / 57;
  margin-left: calc(var(--px) * 9);
  margin-right: calc(var(--px) * 4);
}

.con02_title_point {
  color: var(--color-point);
}

.con02_desc {
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  line-height: 1.5vw;
  letter-spacing: -0.06vw;
  color: #000;
  text-align: center;
}

.con02_desc_1 {
  margin-top: 1.5vw;
}

.con02_desc_2 {
  margin-top: 1.4vw;
}

.con02_desc_3 {
  margin-top: 1.4vw;
  font-weight: 800;
}

.con02_photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35.9055%;
  aspect-ratio: 684 / 412;
  margin-top: 3.5vw;
  border-radius: calc(var(--px) * 20);
  overflow: hidden;
}

.con02_outro {
  margin-top: 2.2vw;
  font-size: calc(var(--px) * 30);
  font-weight: 800;
  line-height: 2.4vw;
  letter-spacing: -0.09vw;
  color: #000;
  text-align: center;
}

/* ═══════════════ CON03 — 복잡한 휴대폰 구매, 쉽게 설명합니다 ═══════════════
   좌 텍스트 / 우 Swiper(6장, 2번째 위치 = 핑크 pill).
   페인트 순서: 블롭(absol) → 슬라이더(swiper=relative) → 3D오브젝트(absol) = DOM 순서.
   plan: .planning/con03/plan.md                                                */
.con03 {
  box-sizing: border-box;
  align-items: flex-start;
  padding: 8.5vw 0 11.4vw 12.1785%;
}

.con03_blob {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.8268%;
  aspect-ratio: 492 / 471;
  left: 62.6772%;
  top: 1.5vw;
}

.con03_obj {
  display: flex;
  justify-content: center;
  align-items: center;
  /* swiper-bundle.css 가 .swiper 에 z-index:1 을 걸어(common.css 의 0 보다 뒤 로드)
     DOM 순서로는 슬라이더를 못 이긴다. 시안은 3D 오브젝트가 카드 위 → 공통 .btn_arr 과 같은 층(2). */
  z-index: 2;
  /* 유저 지시 — 카드 위에 덮여 있어 아래 슬라이더 드래그를 막는다 */
  pointer-events: none;
  width: 7.979%;
  aspect-ratio: 152 / 285;
  left: 69.5013%;
  top: 7.2vw;
}

.con03_left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.con03_title {
  font-size: calc(var(--px) * 55);
  font-weight: 800;
  line-height: 3.5vw;
  letter-spacing: -0.09vw;
  color: #000;
}

.con03_desc {
  font-size: calc(var(--px) * 20);
  font-weight: 400;
  line-height: 1.5vw;
  letter-spacing: -0.06vw;
  color: rgba(0, 0, 0, 0.8);
}

.con03_desc_1 {
  margin-top: 2.4vw;
}

.con03_desc_2 {
  margin-top: 1.4vw;
}

.con03_slider {
  /* swiper-bundle.css 의 .swiper{position:relative} 가 common.css .absol 보다 뒤에 로드돼
     이긴다 → 여기서 명시해야 absolute 가 산다 */
  position: absolute;
  width: 65.4068%;
  left: 34.5932%;
  top: 18.6vw;
  /* 왼쪽으로 갈수록 점점 흐려지며 사라진다 (시안 핑크카드 알파 실측: 30.6%→0.81, 46.6%→1) */
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 16.9%, rgba(0, 0, 0, 0.81) 30.6%, rgba(0, 0, 0, 0.96) 40.2%, rgba(0, 0, 0, 1) 46.6%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 16.9%, rgba(0, 0, 0, 0.81) 30.6%, rgba(0, 0, 0, 0.96) 40.2%, rgba(0, 0, 0, 1) 46.6%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.con03_slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-property: width, border-radius, background-color, box-shadow, color;
  width: calc(var(--px) * 337);
  height: calc(var(--px) * 165);
  border-radius: calc(var(--px) * 20);
  background-color: #fff;
  box-shadow: 0 0 calc(var(--px) * 29) rgba(0, 0, 0, 0.06);
  color: #000;
}

.con03_slide.swiper-slide-next {
  width: calc(var(--px) * 412);
  border-radius: 50vw;
  background-color: var(--color-point);
  box-shadow: none;
  color: #fff;
}

.con03_slide_tt {
  font-size: calc(var(--px) * 22);
  font-weight: 700;
  line-height: 1.5vw;
  letter-spacing: -0.07vw;
}

.con03_slide_sub {
  margin-top: 0.3vw;
  font-size: calc(var(--px) * 17);
  font-weight: 600;
  line-height: 1.5vw;
  letter-spacing: -0.05vw;
}

/* ═══════════════ CON04 — 온라인으로 간편하게! 개통은 정확하게! ═══════════════
   핑크 전면 배경(사각형8) → section background-color. 5스텝 카드 정적 행.
   plan: .planning/con04/plan.md                                                */
.con04 {
  padding-top: 7.1vw;
  padding-bottom: 6vw;
  background-color: var(--color-point);
}

.con04_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--px) * 55);
  font-weight: 800;
  line-height: 3.5vw;
  letter-spacing: -0.09vw;
  color: #fff;
}

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

.con04_mouse {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 38);
  aspect-ratio: 38 / 56;
  margin-left: calc(var(--px) * 10);
  margin-right: calc(var(--px) * 6);
}

.con04_sub {
  margin-top: 1.2vw;
  font-size: calc(var(--px) * 20);
  font-weight: 400;
  line-height: 1.5vw;
  letter-spacing: -0.06vw;
  color: #fff;
}

.con04_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 95.0656%;
  margin-top: 2.3vw;
}

.con04_step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 19.1607%;
  height: calc(var(--px) * 231);
  padding-top: calc(var(--px) * 47);
  padding-left: calc(var(--px) * 62);
  border-radius: calc(var(--px) * 20);
  background-color: rgba(255, 255, 255, 0.102);
  color: #fff;
  transition: background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.con04_step_on {
  background-color: #fff;
  color: #000;
}

.con04_step_num {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 30);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #fff;
  font-size: calc(var(--px) * 18);
  font-weight: 700;
  line-height: 1vw;
  letter-spacing: -0.06vw;
  color: var(--color-point);
  transition: background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.con04_step_num_on {
  background-color: var(--color-point);
  color: #fff;
}

.con04_step_tt {
  margin-top: 0.1vw;
  font-size: calc(var(--px) * 24);
  font-weight: 600;
  line-height: 1.5vw;
  letter-spacing: -0.08vw;
}

.con04_step_desc {
  margin-top: 1vw;
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  line-height: 1.3vw;
  letter-spacing: -0.06vw;
}

/* ═══════════════ CON05 — 가입 이후까지 책임지는 안심 케어 ═══════════════
   4행 리스트. 좌우 열을 같은 폭으로 둬서 가운데 제목이 캔버스 중앙에 오게 한다.
   구분선은 시안 실측 1px (PSD 5/4px 는 파서 과대값).
   plan: .planning/con05/plan.md                                            */
.con05 {
  padding-top: 9.5vw;
  padding-bottom: 3.9vw;
}

.con05_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--px) * 55);
  font-weight: 800;
  line-height: 3.5vw;
  letter-spacing: -0.09vw;
  color: #000;
}

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

.con05_title_point {
  color: var(--color-point);
}

.con05_sparkle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 54);
  aspect-ratio: 54 / 58;
  margin-left: calc(var(--px) * 10);
}

.con05_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 74.6457%;
  margin-top: 2vw;
  border-top: 1px solid #000;
}

.con05_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: calc(var(--px) * 167.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.con05_col_l {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 35.1618%;
  padding-left: 2.1097%;
}

.con05_col_r {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 35.1618%;
  padding-left: 10.1266%;
}

.con05_thumb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 38.5106%;
  aspect-ratio: 181 / 120;
  border-radius: calc(var(--px) * 20);
  overflow: hidden;
  transition: filter 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.con05_thumb_off {
  filter: grayscale(1);
}

.con05_tt {
  font-size: calc(var(--px) * 37);
  font-weight: 700;
  line-height: 2.2vw;
  letter-spacing: -0.12vw;
  color: #000;
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.con05_tt_on {
  color: var(--color-point);
}

.con05_desc {
  font-size: calc(var(--px) * 18);
  font-weight: 400;
  line-height: 1.5vw;
  letter-spacing: -0.06vw;
  color: rgba(0, 0, 0, 0.77);
}

.con05_outro {
  margin-top: 2.2vw;
  font-size: calc(var(--px) * 22);
  font-weight: 600;
  line-height: 1.8vw;
  letter-spacing: -0.07vw;
  color: #000;
  text-align: center;
}

/* ═══════════════ CON06 — 말보다 확실한 건 고객의 경험입니다 ═══════════════
   회전 라운드판(추출 PNG) + 리뷰 마퀴 2줄(Swiper) + 리뷰등록 CTA + 회전 뱃지 5개.
   plan: .planning/con06/plan.md                                              */
.con06 {
  padding-top: 15.8vw;
  padding-bottom: 6.7vw;
}

.con06_plate {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 79.9895%;
  aspect-ratio: 1524 / 1356;
  top: 1.6vw;
}

.con06_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--px) * 55);
  font-weight: 800;
  line-height: 3.5vw;
  letter-spacing: -0.09vw;
  color: #000;
}

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

.con06_title_point {
  color: var(--color-point);
}

.con06_bulb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 33);
  aspect-ratio: 33 / 54;
  margin-left: calc(var(--px) * 8);
  margin-right: calc(var(--px) * 8);
}

.con06_reviews {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.6vw;
}

.con06_row {
  overflow: hidden;
}

.con06_row1 {
  width: 122.4672%;
  margin-left: -17.8478%;
}

.con06_row2 {
  width: 153.3858%;
  margin-top: 1.6vw;
  margin-left: -29.4488%;
}

.con06_review {
  box-sizing: border-box;
  width: calc(var(--px) * 566);
  height: calc(var(--px) * 280);
  padding-top: calc(var(--px) * 78);
  padding-left: calc(var(--px) * 68);
  border-radius: calc(var(--px) * 30);
  background-color: #fff;
  align-items: flex-start;
  justify-content: flex-start;
}

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

/* 별 이미지는 5개짜리 한 장(91x15) — 부모 폭으로 잘라서 N개만 보이게 한다.
   별 경계: 0~15 / 19~34 / 37~53 / 56~71 / 75~90 (픽셀 실측) */
.con06_star {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: calc(var(--px) * 91);
  aspect-ratio: 91 / 15;
  overflow: hidden;
}

.con06_star img {
  width: calc(var(--px) * 91);
  max-width: none;
  flex-shrink: 0;
}

.con06_star_1 {
  width: calc(var(--px) * 16);
}

.con06_star_2 {
  width: calc(var(--px) * 35);
}

.con06_star_3 {
  width: calc(var(--px) * 54);
}

.con06_star_4 {
  width: calc(var(--px) * 72);
}

.con06_name {
  margin-left: calc(var(--px) * 11);
  font-size: calc(var(--px) * 16);
  font-weight: 700;
  line-height: 1vw;
  letter-spacing: -0.05vw;
  color: rgba(0, 0, 0, 0.66);
}

/* 내용은 방문자가 직접 쓰므로 길이가 제각각이다 — 카드 높이(280)를 넘지 않게 3줄로 자른다 */
.con06_review_txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1.3vw;
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  line-height: 1.6vw;
  letter-spacing: -0.06vw;
  color: #000;
}

.con06_emoji {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 22);
  aspect-ratio: 22 / 20;
  margin-left: calc(var(--px) * 4);
  vertical-align: middle;
}

.con06_review_photo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 100);
  aspect-ratio: 82 / 98;
  right: calc(var(--px) * 40);
  top: calc(var(--px) * 50);
  border-radius: calc(var(--px) * 11);
  overflow: hidden;
}

/* 첨부 사진은 방문자가 올려서 비율이 제각각이다.
   래퍼에 공용 유틸 .obj 를 붙여(common.css: .obj > img{height:100%;object-fit:cover})
   가로·세로 어떤 사진이든 비율 유지한 채 박스를 꽉 채우고 가운데 기준으로 잘린다. */

/* 사진 카드는 사진 왼쪽까지만 글이 오게 막는다 (겹침 방지) */
.con06_review_pic .con06_review_head,
.con06_review_pic .con06_review_txt {
  padding-right: calc(var(--px) * 156);
}

.con06_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 169);
  height: calc(var(--px) * 69);
  margin-top: 1.3vw;
  border-radius: calc(var(--px) * 10);
  background-color: var(--color-point);
  color: #fff;
}

.con06_btn_txt {
  font-size: calc(var(--px) * 20);
  font-weight: 700;
  line-height: 1.6vw;
  letter-spacing: -0.05vw;
}

.con06_btn_arr {
  margin-left: calc(var(--px) * 24);
  font-family: "SUIT", "Pretendard Variable", sans-serif;
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  line-height: 1.6vw;
}

.con06_badges {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 3.3vw;
  padding-left: 50.3885%;
}

.con06_badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  border: 1px solid transparent;
  border-radius: calc(var(--px) * 30);
  background-color: var(--color-point);
  color: #fff;
}

.con06_badge_txt {
  font-size: calc(var(--px) * 22.48);
  font-weight: 800;
  line-height: 1.5vw;
  letter-spacing: -0.07vw;
  text-align: center;
}

.con06_badge_1 {
  width: calc(var(--px) * 118.2);
  transform: rotate(-6.05deg);
}

.con06_badge_2 {
  box-sizing: border-box;
  width: calc(var(--px) * 121);
  margin-left: calc(var(--px) * 22.9);
  border: 1px solid var(--color-point);
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-point);
}

.con06_badge_3 {
  width: calc(var(--px) * 109.3);
  margin-left: calc(var(--px) * 36.35);
  transform: rotate(34.43deg);
}

.con06_badge_4 {
  width: calc(var(--px) * 121.4);
  margin-left: calc(var(--px) * 36.65);
  transform: rotate(1.26deg);
}

.con06_badge_5 {
  width: calc(var(--px) * 118.4);
  margin-left: calc(var(--px) * 24.1);
  transform: rotate(-6.99deg);
}

/* ═══════════════ CON07 — 정확한 상담부터 확실한 개통까지! (상담 폼) ═══════════════
   배경은 사각형4복사(#f31e92 5.1%)가 위에서 아래로 페이드인 → section 그라디언트.
   plan: .planning/con07/plan.md                                                     */
.con07 {
  padding-top: 2.9vw;
  padding-bottom: 7.4vw;
  background: linear-gradient(180deg, rgba(243, 30, 146, 0.004) 0%, rgba(243, 30, 146, 0.051) 44.3%, rgba(243, 30, 146, 0.051) 100%);
}

.con07_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--px) * 55);
  font-weight: 800;
  line-height: 3.5vw;
  letter-spacing: -0.09vw;
  color: #000;
}

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

.con07_pencil {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 47);
  aspect-ratio: 1 / 1;
  margin-left: calc(var(--px) * 4);
  margin-right: calc(var(--px) * 6);
}

.con07_form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 42.6247%;
  margin-top: 2.1vw;
}

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

.con07_row_2 {
  margin-top: 0.9vw;
}

.con07_row_3 {
  align-items: flex-start;
  margin-top: 1.1vw;
}

.con07_label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 12.4384%;
  font-size: calc(var(--px) * 22);
  font-weight: 600;
  line-height: 1.5vw;
  letter-spacing: -0.07vw;
  color: #000;
}

.con07_req {
  margin-right: calc(var(--px) * 5);
  color: var(--color-point);
}

.con07_label_area {
  margin-top: 0.9vw;
}

.con07_input {
  box-sizing: border-box;
  width: 87.5616%;
  height: calc(var(--px) * 70);
  padding: 0 calc(var(--px) * 44);
  border: 1px solid #d4d4d4;
  border-radius: calc(var(--px) * 10);
  background-color: #fff;
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  line-height: 1.5vw;
  letter-spacing: -0.06vw;
  color: #000;
}

.con07_input:focus {
  outline: 1px solid #f31e92;
}

.con07_area {
  box-sizing: border-box;
  width: 87.5616%;
  height: calc(var(--px) * 181);
  padding: calc(var(--px) * 22) calc(var(--px) * 44);
  border: 1px solid #d4d4d4;
  border-radius: calc(var(--px) * 10);
  background-color: #fff;
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  line-height: 1.5vw;
  letter-spacing: -0.06vw;
  color: #000;
  resize: none;
}

.con07_area:focus {
  outline: 1px solid #f31e92;
}

.con07_agree {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  width: 99.2611%;
  height: calc(var(--px) * 215);
  margin-top: 1.4vw;
  border: 1px solid #d4d4d4;
  border-radius: calc(var(--px) * 10);
  background-color: #fff;
}

.con07_agree_all {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  height: calc(var(--px) * 54);
  padding: 0 calc(var(--px) * 41) 0 calc(var(--px) * 34);
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.con07_agree_all_txt {
  margin-left: calc(var(--px) * 6);
  font-size: calc(var(--px) * 18);
  font-weight: 700;
  line-height: 1.5vw;
  letter-spacing: -0.06vw;
  color: #000;
}

.con07_chk {
  width: calc(var(--px) * 16);
  aspect-ratio: 1 / 1;
  border: 1px solid #dcdcdc;
  border-radius: calc(var(--px) * 3);
  background-color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.con07_chk:checked {
  border-color: var(--color-point);
  background-color: var(--color-point);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.4L4.6 9 10 3.2' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 78% auto;
}

.con07_agree_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0.5vw;
  padding: 0 calc(var(--px) * 41) 0 calc(var(--px) * 34);
}

.con07_agree_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: calc(var(--px) * 45);
}

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

.con07_agree_txt {
  margin-left: calc(var(--px) * 9);
  font-size: calc(var(--px) * 17);
  font-weight: 600;
  line-height: 1.5vw;
  letter-spacing: -0.05vw;
  color: #000;
}

.con07_agree_view {
  font-size: calc(var(--px) * 17);
  font-weight: 700;
  line-height: 1.5vw;
  letter-spacing: -0.05vw;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}

.con07_submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 285);
  height: calc(var(--px) * 67);
  margin-top: 2.4vw;
  border-radius: calc(var(--px) * 10);
  background-color: var(--color-point);
  color: #fff;
}

.con07_submit_txt {
  font-size: calc(var(--px) * 20);
  font-weight: 700;
  line-height: 1.6vw;
  letter-spacing: -0.05vw;
}

.con07_submit_arr {
  margin-left: calc(var(--px) * 62);
  font-family: "SUIT", "Pretendard Variable", sans-serif;
  font-size: calc(var(--px) * 18);
  font-weight: 500;
  line-height: 1.6vw;
}

/* ═══════════════ CON08 — 한빛컴퍼니는 다릅니다 (좌측 sticky 타이틀 + 5행) ═══════════════
   시안 코멘트 "스크롤시 텍스트 화면 고정으로 같이 내려가는 모션" → position: sticky (구조형).
   plan: .planning/con08/plan.md                                                            */
.con08 {
  /* 전역 section{overflow:hidden} 은 스크롤 컨테이너를 만들어 자식 sticky 를 죽인다.
     clip 은 잘라내되 스크롤 컨테이너가 아니라서 .con08_head 의 sticky 가 살아난다(실측). */
  overflow: clip;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9.3vw 0 4.6vw 11.5486%;
}

.con08_head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: calc(var(--px) * 260);
  width: 26.4688%;
  margin-top: 4vw;
  flex-shrink: 0;
}

.con08_logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 98);
  aspect-ratio: 1 / 1;
  margin-left: calc(var(--px) * -14);
}

.con08_title {
  margin-top: 0.1vw;
  font-size: calc(var(--px) * 55);
  font-weight: 800;
  line-height: 3.5vw;
  letter-spacing: -0.09vw;
  color: #000;
}

.con08_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 73.5312%;
  row-gap: 5.3vw;
}

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

.con08_photo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 46.1663%;
  aspect-ratio: 572 / 432;
  border-radius: calc(var(--px) * 30);
  overflow: hidden;
  flex-shrink: 0;
}

.con08_txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8.1vw;
  margin-left: calc(var(--px) * 88);
}

.con08_num {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 62.7);
  aspect-ratio: 1 / 1;
  margin-top: 0.3vw;
  border-radius: calc(var(--px) * 20);
  background-color: var(--color-point);
  font-size: calc(var(--px) * 23);
  font-weight: 800;
  line-height: 1.3vw;
  color: #fff;
  transform: rotate(-14deg);
}

.con08_num_txt {
  transform: rotate(14deg);
}

.con08_tt {
  margin-top: 0.3vw;
  font-size: calc(var(--px) * 30);
  font-weight: 800;
  line-height: 2vw;
  letter-spacing: -0.09vw;
  color: #000;
}

.con08_sub {
  margin-top: 0.7vw;
  font-size: calc(var(--px) * 22);
  font-weight: 600;
  line-height: 1.5vw;
  letter-spacing: -0.07vw;
  color: #000;
}

.con08_sub_point {
  color: var(--color-point);
}

.con08_desc {
  margin-top: 1.8vw;
  font-size: calc(var(--px) * 17);
  font-weight: 500;
  line-height: 1.6vw;
  letter-spacing: -0.05vw;
  color: rgba(0, 0, 0, 0.8);
}

/* ═══════════════ CON09 — 믿을 수 있는 선택, 상담으로 확인하세요! ═══════════════
   핑크 라운드판이 배경패턴·검정 원·3D 손을 클리핑(overflow:hidden).
   plan: .planning/con09/plan.md                                              */
.con09 {
  box-sizing: border-box;
  align-items: flex-start;
  padding: 5.1vw 0 0 0.6824%;
}

.con09_panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  width: 86.5751%;
  height: calc(var(--px) * 604);
  padding: 8.4vw calc(var(--px) * 437) 0 calc(var(--px) * 220);
  border-radius: calc(var(--px) * 60);
  background-color: var(--color-point);
  overflow: hidden;
}

.con09_pattern {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 1803);
  aspect-ratio: 1803 / 1288;
  left: calc(var(--px) * -29);
  top: calc(var(--px) * -153);
  opacity: 0.22;
  mix-blend-mode: darken;
}

.con09_dot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 83);
  aspect-ratio: 1 / 1;
  left: calc(var(--px) * 1218);
  top: calc(var(--px) * 266);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.con09_hand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 340);
  aspect-ratio: 340 / 426;
  left: calc(var(--px) * 1223);
  top: calc(var(--px) * 289);
}

.con09_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
}

.con09_title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: calc(var(--px) * 55);
  font-weight: 800;
  line-height: 3.5vw;
  letter-spacing: -0.09vw;
  color: #fff;
}

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

.con09_phone {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 49);
  aspect-ratio: 49 / 51;
  margin-left: calc(var(--px) * -5);
  margin-right: calc(var(--px) * 6);
}

.con09_desc {
  margin-top: 2.5vw;
  font-size: calc(var(--px) * 20);
  font-weight: 400;
  line-height: 1.5vw;
  letter-spacing: -0.06vw;
  color: #fff;
}

.con09_lines {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 5.6vw;
}

.con09_line {
  font-size: calc(var(--px) * 35);
  font-weight: 300;
  line-height: 3.9vw;
  letter-spacing: -0.11vw;
  color: #fff;
  text-align: right;
  cursor: pointer;
}

.con09_line_on {
  font-weight: 800;
}

/* ══ 공통 인터랙션 — CTA 원형 반전 + 카드/퀵 소프트 라이트 ══ */
.circle_hover_cta {
  --circle-hover-radius: 0px;
  --circle-hover-x: 50%;
  --circle-hover-y: 50%;
  --circle-hover-fill: #fff;
  --circle-hover-base-ink: #fff;
}

.circle_hover_cta.circle_hover_active {
  background-image: radial-gradient(circle var(--circle-hover-radius) at var(--circle-hover-x) var(--circle-hover-y), var(--circle-hover-fill) 0%, var(--circle-hover-fill) 98%, transparent 100%);
  background-repeat: no-repeat;
}

.circle_hover_foreground {
  --circle-hover-x: 50%;
  --circle-hover-y: 50%;
}

.circle_hover_active .circle_hover_foreground {
  color: transparent;
  background-image: radial-gradient(circle var(--circle-hover-radius) at var(--circle-hover-x) var(--circle-hover-y), var(--circle-hover-ink) 0%, var(--circle-hover-ink) 98%, var(--circle-hover-base-ink) 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circle_hover_icon_image {
  --circle-hover-icon-base: #000000;
}

.circle_hover_active .circle_hover_icon_image {
  background-image: radial-gradient(circle var(--circle-hover-radius) at var(--circle-hover-x) var(--circle-hover-y), var(--circle-hover-ink) 0%, var(--circle-hover-ink) 98%, var(--circle-hover-icon-base) 100%);
  background-repeat: no-repeat;
  -webkit-mask-image: var(--circle-hover-icon-mask);
  mask-image: var(--circle-hover-icon-mask);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.circle_hover_active .circle_hover_icon_image img {
  opacity: 0;
}

.soft_hover_target {
  --soft-hover-alpha: 0;
  --soft-hover-x: 50%;
  --soft-hover-y: 50%;
  background-image: radial-gradient(circle calc(var(--px) * 112) at var(--soft-hover-x) var(--soft-hover-y), rgba(255, 255, 255, var(--soft-hover-alpha)) 0%, transparent 100%);
  background-repeat: no-repeat;
}

.soft_hover_card {
  background-image: radial-gradient(circle calc(var(--px) * 112) at var(--soft-hover-x) var(--soft-hover-y), rgba(243, 30, 146, var(--soft-hover-alpha)) 0%, transparent 100%);
}

.soft_hover_card.soft_hover_active {
  box-shadow: 0 0 calc(var(--px) * 29) rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(243, 30, 146, 0.18);
}

.soft_hover_card.soft_hover_active .con01_item_num {
  color: var(--color-point);
}

/* ══════════════════════════════════════════════════════════
   리뷰 등록 팝업 (#modal_review) — con06 "리뷰 등록" 버튼에서 열린다
   · 껍데기(.modal / .modal_iner)는 css/footer.css 공용을 그대로 쓰고
     크기·여백만 여기서 id 스코프로 덮는다.
   · 팝업은 <section> 밖이라 css/reset.css 의 시맨틱 중립화가 안 걸린다
     → 폼요소에 font / box-sizing / appearance 를 직접 지정해야 한다.
   ══════════════════════════════════════════════════════════ */
#modal_review .modal_iner {
  box-sizing: border-box;
  align-items: stretch;
  width: calc(var(--px) * 620);
  max-height: 86vh;
  padding: calc(var(--px) * 40);
  border-radius: calc(var(--px) * 24);
  overflow-y: auto;
  color: #111;
}

/* ★ 스코프를 :where() 로 감싸 특이도를 0 으로 만든다 — #modal_review 로 쓰면 (1,0,1) 이라
   아래 .rv_btn / .rv_star 의 배경·색을 이겨서 버튼이 투명해지고 별이 회색으로 굳는다 */
:where(#modal_review) :is(input, textarea, button) {
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}

:where(#modal_review) button {
  cursor: pointer;
}

:where(#modal_review) fieldset {
  border: 0;
}

/* 그누보드 default.css 가 .required 에 !important 로 붙이는 빨간 * 배경 제거 */
#modal_review #captcha_key.required {
  background-image: none !important;
}

.rv_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.rv_tt {
  flex-shrink: 0;
  font-size: calc(var(--px) * 28);
  font-weight: 800;
  letter-spacing: -0.06vw;
  white-space: nowrap;
}

/* .modal_close 는 공용 "닫기" 검정 바(footer.css) 다 — 여기선 동작만 빌려 쓰고
   바 모양(width/height/background/radius/margin)은 전부 되돌린다. id 스코프 필수. */
#modal_review .rv_close {
  width: auto;
  height: auto;
  margin-top: 0;
  background: none;
  border-radius: 0;
  font-size: calc(var(--px) * 30);
  line-height: 1;
  color: #b5b5b5;
  transition: color 0.2s;
}

#modal_review .rv_close:hover {
  color: #111;
}

/* 허니팟 — 사람 눈에 안 보이는 칸 (봇이 채우면 서버가 버린다) */
.rv_hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* 단계 전환은 common.css 의 .hide 로 한다 — 여기서 display:none 을 쓰면
   숨김 상태가 기본이 되어 flex 정의가 사라진다 */
.rv_step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.rv_desc {
  margin-top: calc(var(--px) * 10);
  font-size: calc(var(--px) * 16);
  font-weight: 400;
  line-height: 1.5;
  color: #777;
}

.rv_desc b {
  font-weight: 700;
  color: var(--color-point);
}

/* 안내문 강조는 굵게만 — 색은 .rv_help 의 회색을 그대로 상속 */
.rv_help b {
  font-weight: 700;
}

.rv_field {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: calc(var(--px) * 24);
}

.rv_label {
  font-size: calc(var(--px) * 15);
  font-weight: 700;
  color: #333;
}

.rv_opt {
  margin-left: calc(var(--px) * 6);
  font-size: calc(var(--px) * 13);
  font-weight: 500;
  color: #aaa;
}

.rv_input,
.rv_area {
  width: 100%;
  margin-top: calc(var(--px) * 10);
  border: 1px solid #e3e3e3;
  border-radius: calc(var(--px) * 12);
  background-color: #fff;
  font-size: calc(var(--px) * 16);
  color: #111;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.rv_input {
  height: calc(var(--px) * 54);
  padding: 0 calc(var(--px) * 18);
}

.rv_area {
  height: calc(var(--px) * 120);
  padding: calc(var(--px) * 16) calc(var(--px) * 18);
  line-height: 1.6;
  resize: none;
}

.rv_input:focus,
.rv_area:focus {
  outline: none;
  border-color: var(--color-point);
  box-shadow: 0 0 0 3px rgba(243, 30, 146, 0.12);
}

.rv_input::placeholder,
.rv_area::placeholder {
  color: #bfbfbf;
}

.rv_help {
  margin-top: calc(var(--px) * 8);
  font-size: calc(var(--px) * 13);
  color: #999;
}

/* ── 별점 ── */
.rv_stars {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: calc(var(--px) * 10);
}

.rv_star {
  padding: 0 calc(var(--px) * 3);
  font-size: calc(var(--px) * 34);
  line-height: 1;
  color: #e0e0e0;
  transition: color 0.15s, transform 0.15s;
}

.rv_star.on {
  color: #ffb531;
}

.rv_star:hover {
  transform: scale(1.12);
}

.rv_star_num {
  margin-left: calc(var(--px) * 12);
  font-size: calc(var(--px) * 15);
  font-weight: 500;
  color: #888;
}

.rv_star_num b {
  font-weight: 800;
  color: #111;
}

/* ── 사진 첨부 ── */
.rv_file {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: calc(var(--px) * 54);
  margin-top: calc(var(--px) * 10);
  padding: 0 calc(var(--px) * 8) 0 calc(var(--px) * 18);
  border: 1px dashed #d8d8d8;
  border-radius: calc(var(--px) * 12);
  cursor: pointer;
  transition: border-color 0.2s;
}

.rv_file:hover {
  border-color: var(--color-point);
}

.rv_file_txt {
  overflow: hidden;
  font-size: calc(var(--px) * 15);
  color: #aaa;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rv_file_on .rv_file_txt {
  font-weight: 600;
  color: #111;
}

.rv_file_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: calc(var(--px) * 38);
  margin-left: calc(var(--px) * 12);
  padding: 0 calc(var(--px) * 18);
  border-radius: calc(var(--px) * 8);
  background-color: #f3f3f3;
  font-size: calc(var(--px) * 14);
  font-weight: 700;
  color: #555;
}

.rv_file_input {
  display: none;
}

/* ── 캡챠 (그누보드 kcaptcha 기본 마크업을 깔끔하게 다시 입힌다) ── */
#modal_review #captcha {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: calc(var(--px) * 10);
}

#modal_review #captcha legend,
#modal_review #captcha_info {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

#modal_review #captcha_img {
  width: calc(var(--px) * 160);
  height: calc(var(--px) * 54);
  margin: 0;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: calc(var(--px) * 12);
  background-color: #fafafa;
  object-fit: cover;
}

#modal_review #captcha_key {
  width: calc(var(--px) * 150);
  height: calc(var(--px) * 54);
  margin: 0 0 0 calc(var(--px) * 10);
  padding: 0 calc(var(--px) * 14);
  border: 1px solid #e3e3e3;
  border-radius: calc(var(--px) * 12);
  background-color: #fff;
  font-size: calc(var(--px) * 18);
  font-weight: 700;
  letter-spacing: calc(var(--px) * 2);
  text-align: center;
  color: #111;
}

#modal_review #captcha_key:focus {
  outline: none;
  border-color: var(--color-point);
  box-shadow: 0 0 0 3px rgba(243, 30, 146, 0.12);
}

#modal_review #captcha_reload,
#modal_review #captcha_mp3 {
  width: auto;
  height: calc(var(--px) * 54);
  margin: 0 0 0 calc(var(--px) * 8);
  padding: 0 calc(var(--px) * 14);
  border: 1px solid #e3e3e3;
  border-radius: calc(var(--px) * 12);
  background: #fff;
  font-size: calc(var(--px) * 13);
  font-weight: 600;
  color: #777;
  text-indent: 0;
  overflow: visible;
  transition: border-color 0.2s, color 0.2s;
}

#modal_review #captcha_reload:hover,
#modal_review #captcha_mp3:hover {
  border-color: var(--color-point);
  color: var(--color-point);
}

#modal_review #captcha_reload span,
#modal_review #captcha_mp3 span {
  display: none;
}

#modal_review #captcha_audio {
  width: 100%;
  height: calc(var(--px) * 40);
  margin-top: calc(var(--px) * 10);
}

/* ── 안내 문구 / 버튼 ── */
.rv_msg {
  display: none;
  margin-top: calc(var(--px) * 18);
  padding: calc(var(--px) * 14) calc(var(--px) * 18);
  border-radius: calc(var(--px) * 10);
  background-color: #fdeaf5;
  font-size: calc(var(--px) * 15);
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-point);
}

.rv_msg_on {
  display: block;
}

.rv_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#modal_review .rv_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: calc(var(--px) * 60);
  margin-top: calc(var(--px) * 28);
  border-radius: calc(var(--px) * 12);
  background-color: var(--color-point);
  font-size: calc(var(--px) * 18);
  font-weight: 700;
  color: #fff;
  transition: opacity 0.2s;
}

#modal_review .rv_btn:hover {
  opacity: 0.88;
}

#modal_review .rv_btn:disabled {
  opacity: 0.5;
  cursor: default;
}

/* .rv_btns 안에서만 가로로 나눠 갖는다 (세로 흐름에서 flex:1 을 주면 높이가 0 으로 붕괴한다) */
#modal_review .rv_btns .rv_btn {
  flex: 1 1 0;
  width: auto;
}

#modal_review .rv_btns .rv_btn + .rv_btn {
  margin-left: calc(var(--px) * 10);
}

#modal_review .rv_btns .rv_btn_ghost {
  flex: 0 0 auto;
  padding: 0 calc(var(--px) * 30);
  background-color: #f2f2f2;
  color: #666;
}

.rv_textbtn {
  margin-top: calc(var(--px) * 16);
  font-size: calc(var(--px) * 15);
  font-weight: 600;
  color: #888;
  text-decoration: underline;
  text-underline-offset: calc(var(--px) * 4);
}

.rv_textbtn:hover {
  color: var(--color-point);
}

/* ── 내가 쓴 리뷰 목록 ── */
.rv_list {
  margin-top: calc(var(--px) * 20);
}

.rv_list:empty {
  display: none;
}

.rv_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: calc(var(--px) * 12);
  padding: calc(var(--px) * 20);
  border: 1px solid #eee;
  border-radius: calc(var(--px) * 14);
  background-color: #fafafa;
}

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

.rv_item_star {
  font-size: calc(var(--px) * 16);
  letter-spacing: calc(var(--px) * 1);
  color: #ffb531;
}

.rv_item_date {
  margin-left: calc(var(--px) * 10);
  font-size: calc(var(--px) * 13);
  color: #aaa;
}

.rv_item_state {
  margin-left: auto;
  padding: calc(var(--px) * 5) calc(var(--px) * 12);
  border-radius: 50vw;
  background-color: #ededed;
  font-size: calc(var(--px) * 12);
  font-weight: 700;
  color: #888;
}

.rv_item_state_on {
  background-color: #fdeaf5;
  color: var(--color-point);
}

.rv_item_txt {
  margin-top: calc(var(--px) * 12);
  font-size: calc(var(--px) * 15);
  line-height: 1.6;
  color: #333;
}

/* ── 등록 완료 ── */
.rv_step[data-step="done"] {
  text-align: center;
}

.rv_done_tt {
  margin-top: calc(var(--px) * 30);
  font-size: calc(var(--px) * 22);
  font-weight: 800;
  color: #111;
}

.rv_done_desc {
  margin-top: calc(var(--px) * 12);
  font-size: calc(var(--px) * 16);
  line-height: 1.6;
  color: #777;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .con08_photo img {
    transition: filter 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .con08_num {
    transition: border-radius 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .con08_num_txt {
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .con08_tt {
    transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .con08_item:hover .con08_photo img {
    filter: saturate(1.08) brightness(1.03);
  }

  .con08_item:hover .con08_num {
    border-radius: 50%;
    transform: rotate(0deg);
  }

  .con08_item:hover .con08_num_txt {
    transform: rotate(0deg);
  }

  .con08_item:hover .con08_tt {
    color: var(--color-point);
  }
}

@media (max-width: 599px) {
  .mo_br {
    display: block;
  }

  .pc_br {
    display: none;
  }

  /* 모바일 CTA: 라벨은 버튼 정중앙, 화살표는 우측 끝에 독립 정렬한다. */
  .main_btn,
  .con06_btn,
  .con07_submit {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    box-sizing: border-box;
  }

  .main_btn_txt,
  .con06_btn_txt,
  .con07_submit_txt {
    grid-column: 2;
    justify-self: center;
  }

  .main_btn_arr,
  .con06_btn_arr,
  .con07_submit_arr {
    grid-column: 3;
    justify-self: end;
    margin-left: 0;
  }

  /* ══ MAIN — 모바일 전용 히어로 ══ */
  .main {
    justify-content: flex-start;
    align-items: center;
    padding: 14vw 6vw 0;
    background-position: center top;
    background-size: cover;
    text-align: center;
  }

  .main_title {
    font-size: 8.2vw;
    line-height: 1.14;
    letter-spacing: -0.3vw;
  }

  .main_desc {
    width: 88%;
    margin-top: 5vw;
    font-size: 3.6vw;
    line-height: 1.65;
    letter-spacing: -0.1vw;
    text-align: center;
    text-wrap: balance;
  }

  .main_btn {
    gap: 0;
    width: 76vw;
    margin-top: 7vw;
    padding: 4.6vw 6vw;
    border-radius: 4vw;
    font-size: 4vw;
    line-height: 1.2;
  }

  .main_phone {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 86vw;
    margin-top: 3vw;
    margin-bottom: -8vw;
    transform: none;
  }

  .main_bell {
    top: auto;
    right: 15%;
    bottom: 29vw;
    left: auto;
    width: 14vw;
  }

  /* ══ CON01 — 모바일 신뢰 지표 ══ */
  .con01 {
    box-sizing: border-box;
    padding: 15vw 5vw 15vw;
  }

  .con01_emoji {
    width: 13vw;
  }

  .con01_badge {
    width: auto;
    height: auto;
    margin-top: 1vw;
    padding: 2.3vw 4vw;
    border-radius: 2vw;
  }

  .con01_badge_txt {
    font-size: 3.5vw;
    line-height: 1.2;
    letter-spacing: -0.1vw;
  }

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

  .con01_list {
    width: 100%;
    margin-top: 8vw;
    gap: 2vw;
  }

  .con01_item {
    box-sizing: border-box;
    width: 32%;
    height: auto;
    padding: 5.5vw 1vw;
    border-radius: 4vw;
  }

  .con01_item_num {
    margin-top: 0;
    font-size: 5.2vw;
    line-height: 1.15;
    letter-spacing: -0.2vw;
    white-space: nowrap;
  }

  .con01_item_label {
    margin-top: 2vw;
    font-size: 3.3vw;
    line-height: 1.35;
    letter-spacing: -0.1vw;
    text-align: center;
    word-break: keep-all;
  }

  .con01_copy {
    width: 90%;
    margin-top: 7vw;
    font-size: 3.7vw;
    line-height: 1.75;
    letter-spacing: -0.1vw;
    text-wrap: pretty;
  }

  /* ══ CON02 — 모바일 기업 신뢰 카드 ══ */
  .con02 {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2vw;
    justify-items: center;
    align-items: start;
    padding: 13vw 5vw 0;
  }

  .con02_card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    grid-row: 1;
    width: 26vw;
    border-radius: 4vw;
  }

  .con02_card_ibk {
    grid-column: 1;
    transform: rotate(-7deg);
  }

  .con02_card_toray {
    grid-column: 2;
    transform: rotate(6deg);
  }

  .con02_card_agc {
    grid-column: 3;
    transform: rotate(-5deg);
  }

  .con02_card_txt,
  .con02_card_txt_ibk,
  .con02_card_txt_toray,
  .con02_card_txt_agc {
    font-size: 3.3vw;
    line-height: 1.3;
    letter-spacing: -0.1vw;
  }

  .con02_title {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: wrap;
    margin-top: 10vw;
    font-size: 6.7vw;
    line-height: 1.25;
    letter-spacing: -0.2vw;
  }

  .con02_crown {
    width: 10vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .con02_desc,
  .con02_photo,
  .con02_outro {
    grid-column: 1 / -1;
  }

  .con02_desc {
    width: 92%;
    font-size: 3.7vw;
    line-height: 1.75;
    letter-spacing: -0.1vw;
    text-wrap: balance;
  }

  .con02_desc_1 {
    margin-top: 5vw;
  }

  .con02_desc_2,
  .con02_desc_3 {
    margin-top: 4vw;
  }

  .con02_desc_3 {
    font-size: 4.1vw;
    line-height: 1.6;
  }

  .con02_photo {
    width: 100%;
    margin-top: 9vw;
    border-radius: 5vw;
  }

  .con02_outro {
    width: 92%;
    margin-top: 7vw;
    font-size: 5.2vw;
    line-height: 1.35;
    letter-spacing: -0.2vw;
    text-wrap: balance;
  }

  /* ══ CON03 — 모바일 가입 조건 슬라이더 ══ */
  .con03 {
    box-sizing: border-box;
    align-items: center;
    padding: 15vw 0 0;
  }

  .con03_left {
    position: relative;
    width: 90%;
    align-items: center;
    text-align: center;
  }

  .con03_title {
    font-size: 7.2vw;
    line-height: 1.2;
    letter-spacing: -0.2vw;
    text-align: center;
  }

  .con03_desc {
    width: 100%;
    font-size: 3.7vw;
    line-height: 1.7;
    letter-spacing: -0.1vw;
    text-align: center;
    text-wrap: balance;
  }

  .con03_desc_1 {
    margin-top: 6vw;
  }

  .con03_desc_2 {
    margin-top: 4vw;
  }

  .con03_slider {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 10vw;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .con03_slide {
    box-sizing: border-box;
    width: 72vw;
    height: auto;
    padding: 7vw 4vw;
    border-radius: 5vw;
  }

  .con03_slide.swiper-slide-next {
    width: 72vw;
    border-radius: 5vw;
    background-color: #fff;
    box-shadow: 0 0 calc(var(--px) * 29) rgba(0, 0, 0, 0.06);
    color: #000;
  }

  .con03_slide.swiper-slide-active {
    width: 72vw;
    border-radius: 50vw;
    background-color: var(--color-point);
    box-shadow: none;
    color: #fff;
  }

  .con03_slide_tt {
    font-size: 4.5vw;
    line-height: 1.3;
    letter-spacing: -0.1vw;
  }

  .con03_slide_sub {
    margin-top: 2vw;
    font-size: 3.6vw;
    line-height: 1.5;
    letter-spacing: -0.1vw;
    text-align: center;
    word-break: keep-all;
  }

  .con03_obj {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    align-self: flex-end;
    width: 18vw;
    margin-top: -10vw;
    margin-right: 0;
    margin-bottom: 1vw;
    transform: none;
  }

  .con03_blob {
    top: 58vw;
    left: 16%;
    width: 90vw;
  }

  /* ══ CON04 — 모바일 개통 프로세스 ══ */
  .con04 {
    box-sizing: border-box;
    padding: 18vw 5vw;
  }

  .con04_title {
    font-size: 7.2vw;
    line-height: 1.2;
    letter-spacing: -0.2vw;
  }

  .con04_title_line {
    flex-wrap: wrap;
  }

  .con04_mouse {
    width: 7vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .con04_sub {
    margin-top: 4vw;
    font-size: 3.7vw;
    line-height: 1.5;
    letter-spacing: -0.1vw;
    text-align: center;
  }

  .con04_list {
    flex-direction: column;
    width: 100%;
    margin-top: 10vw;
    gap: 3vw;
  }

  .con04_step {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 10vw 1fr;
    column-gap: 3vw;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 5vw 6vw;
    border-radius: 4vw;
  }

  .con04_step_num {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 8vw;
    font-size: 3.5vw;
    line-height: 1;
  }

  .con04_step_tt {
    grid-column: 2;
    margin-top: 0;
    font-size: 4.8vw;
    line-height: 1.3;
    letter-spacing: -0.1vw;
    text-align: left;
  }

  .con04_step_desc {
    grid-column: 2;
    margin-top: 1.5vw;
    font-size: 3.6vw;
    line-height: 1.55;
    letter-spacing: -0.1vw;
    text-align: left;
  }

  /* ══ CON05 — 모바일 안심 케어 목록 ══ */
  .con05 {
    box-sizing: border-box;
    padding: 15vw 5vw 2vw;
  }

  .con05_title {
    font-size: 7.2vw;
    line-height: 1.2;
    letter-spacing: -0.2vw;
  }

  .con05_title_line {
    flex-wrap: wrap;
  }

  .con05_sparkle {
    width: 9vw;
    margin-left: 1vw;
  }

  .con05_list {
    width: 100%;
    margin-top: 10vw;
  }

  .con05_item {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 7vw 3vw;
  }

  .con05_col_l,
  .con05_col_r {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .con05_thumb {
    width: 48%;
    border-radius: 4vw;
  }

  .con05_tt {
    margin-top: 4vw;
    font-size: 5.2vw;
    line-height: 1.3;
    letter-spacing: -0.1vw;
    text-align: center;
  }

  .con05_desc {
    width: 100%;
    margin-top: 2vw;
    font-size: 3.6vw;
    line-height: 1.65;
    letter-spacing: -0.1vw;
    text-align: center;
    text-wrap: balance;
  }

  .con05_outro {
    width: 90%;
    margin-top: 8vw;
    font-size: 4.2vw;
    line-height: 1.7;
    letter-spacing: -0.1vw;
    text-wrap: balance;
  }

  /* CON06 - 모바일 고객 후기 */
  .con06 {
    box-sizing: border-box;
    padding: 28vw 0 16vw;
  }

  .con06_plate {
    top: 2vw;
    left: 50%;
    width: 194vw;
    transform: translateX(-50%);
  }

  .con06_title {
    font-size: 7.2vw;
    line-height: 1.2;
    letter-spacing: -0.2vw;
  }

  .con06_title_line {
    flex-wrap: wrap;
  }

  .con06_bulb {
    width: 7vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .con06_reviews {
    margin-top: 10vw;
  }

  .con06_row1,
  .con06_row2 {
    width: 100%;
    margin-left: 0;
  }

  .con06_row2 {
    margin-top: 4vw;
  }

  .con06_review {
    box-sizing: border-box;
    width: 82vw;
    height: auto;
    padding: 6vw 5vw;
    border-radius: 6vw;
  }

  .con06_star {
    width: 18vw;
    flex-shrink: 0;
  }

  .con06_name {
    margin-left: 2.5vw;
    font-size: 3.3vw;
    line-height: 1.35;
    letter-spacing: -0.08vw;
  }

  .con06_review_txt {
    margin-top: 4vw;
    font-size: 3.6vw;
    line-height: 1.6;
    letter-spacing: -0.08vw;
  }

  .con06_emoji {
    width: 4.5vw;
    margin-left: 1vw;
  }

  .con06_review_photo {
    top: 4.5vw;
    right: 4.5vw;
    width: 16vw;
    border-radius: 2.5vw;
  }

  .con06_review_pic .con06_review_head,
  .con06_review_pic .con06_review_txt {
    padding-right: 18vw;
  }

  .con06_btn {
    width: 50vw;
    height: auto;
    margin-top: 8vw;
    padding: 4.5vw 6vw;
    border-radius: 4vw;
  }

  .con06_btn_txt,
  .con06_btn_arr {
    font-size: 4vw;
    line-height: 1.2;
  }

  .con06_btn_arr {
    margin-left: 0;
  }

  .con06_badges {
    flex-wrap: wrap;
    justify-content: center;
    width: 72%;
    margin-top: 10vw;
    padding-left: 0;
    gap: 3vw;
  }

  .con06_badge,
  .con06_badge_1,
  .con06_badge_2,
  .con06_badge_3,
  .con06_badge_4,
  .con06_badge_5 {
    width: 20vw;
    margin-left: 0;
    border-radius: 5vw;
  }

  .con06_badge_txt {
    font-size: 3.3vw;
    line-height: 1.25;
    letter-spacing: -0.08vw;
  }

  /* CON07 - 모바일 1:1 상담 폼 */
  .con07 {
    box-sizing: border-box;
    padding: 0vw 5vw 16vw;
  }

  .con07_title {
    font-size: 7.2vw;
    line-height: 1.2;
    letter-spacing: -0.2vw;
    text-align: center;
  }

  .con07_title_line {
    flex-wrap: wrap;
  }

  .con07_pencil {
    width: 8vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .con07_form {
    width: 100%;
    margin-top: 10vw;
  }

  .con07_row,
  .con07_row_3 {
    flex-direction: column;
    align-items: stretch;
  }

  .con07_row_2,
  .con07_row_3 {
    margin-top: 5vw;
  }

  .con07_label {
    width: 100%;
    margin-bottom: 2vw;
    font-size: 3.7vw;
    line-height: 1.4;
    letter-spacing: -0.08vw;
  }

  .con07_req {
    margin-right: 1vw;
  }

  .con07_label_area {
    margin-top: 0;
  }

  .con07_input,
  .con07_area {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    border: 0;
    border-radius: 4vw;
    font-size: 3.7vw;
    line-height: 1.55;
    letter-spacing: -0.08vw;
  }

  .con07_input {
    height: 14vw;
  }

  .con07_area {
    height: 34vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .con07_agree {
    width: 100%;
    height: auto;
    margin-top: 7vw;
    border-radius: 4vw;
  }

  .con07_agree_all {
    height: auto;
    padding: 4vw;
  }

  .con07_agree_all_txt {
    margin-left: 2vw;
    font-size: 3.7vw;
    line-height: 1.4;
    letter-spacing: -0.08vw;
  }

  .con07_chk {
    width: 5vw;
    border-radius: 1vw;
  }

  .con07_agree_list {
    margin-top: 0;
    padding: 1vw 4vw 2vw;
  }

  .con07_agree_item {
    align-items: center;
    height: auto;
  }

  .con07_agree_label {
    min-width: 0;
    padding: 3.4vw 0;
    flex: 1;
  }

  .con07_agree_txt,
  .con07_agree_view {
    font-size: 3.3vw;
    line-height: 1.45;
    letter-spacing: -0.06vw;
  }

  .con07_agree_txt {
    margin-left: 2vw;
    word-break: keep-all;
  }

  .con07_agree_view {
    padding: 3.8vw 0 3.8vw 3vw;
    flex-shrink: 0;
  }

  .con07_submit {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 7vw;
    padding: 5vw 6vw;
    border-radius: 4vw;
  }

  .con07_submit_txt,
  .con07_submit_arr {
    font-size: 4.2vw;
    line-height: 1.2;
  }

  .con07_submit_arr {
    margin-left: 0;
  }

  /* CON08 - 모바일 차별점 스토리 */
  .con08 {
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    padding: 9vw 5vw 0;
  }

  .con08_head {
    position: relative;
    top: auto;
    align-items: center;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  .con08_logo {
    width: 17vw;
    margin-left: 0;
  }

  .con08_title {
    margin-top: 2vw;
    font-size: 7.2vw;
    line-height: 1.2;
    letter-spacing: -0.2vw;
    text-align: center;
  }

  .con08_list {
    width: 100%;
    margin-top: 8vw;
    row-gap: 10vw;
  }

  .con08_item {
    flex-direction: column;
    align-items: center;
  }

  .con08_photo {
    width: 100%;
    border-radius: 5vw;
  }

  .con08_txt {
    align-items: center;
    width: 100%;
    margin-top: 5vw;
    margin-left: 0;
    text-align: center;
  }

  .con08_num {
    width: 12vw;
    margin-top: 0;
    border-radius: 4vw;
    font-size: 4vw;
    line-height: 1;
  }

  .con08_tt {
    margin-top: 4vw;
    font-size: 5.5vw;
    line-height: 1.3;
    letter-spacing: -0.12vw;
    text-align: center;
  }

  .con08_sub {
    margin-top: 2.5vw;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: -0.1vw;
    text-align: center;
    text-wrap: balance;
  }

  .con08_desc {
    width: 94%;
    margin-top: 4vw;
    font-size: 3.6vw;
    line-height: 1.7;
    letter-spacing: -0.07vw;
    text-align: center;
  }

  /* CON09 - 모바일 상담 결론 카드 */
  .con09 {
    align-items: center;
    padding: 15vw 0 0;
  }

  .con09_panel {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: auto;
    padding: 14vw 6vw;
    border-radius: 8vw;
  }

  .con09_pattern {
    top: -12vw;
    left: 50%;
    width: 214vw;
    transform: translateX(-50%);
  }

  .con09_dot {
    display: none;
  }

  .con09_hand {
    display: none;
    top: auto;
    right: -3vw;
    bottom: -8vw;
    left: auto;
    width: 48vw;
  }

  .con09_left {
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .con09_title {
    align-items: center;
    font-size: 7vw;
    line-height: 1.25;
    letter-spacing: -0.2vw;
    text-align: center;
  }

  .con09_title_line {
    justify-content: center;
    flex-wrap: wrap;
  }

  .con09_phone {
    width: 9vw;
    margin-left: 0;
    margin-right: 1vw;
  }

  .con09_desc {
    width: 100%;
    margin-top: 6vw;
    font-size: 3.8vw;
    line-height: 1.7;
    letter-spacing: -0.08vw;
    text-align: center;
    text-wrap: balance;
  }

  .con09_lines {
    align-items: center;
    width: 100%;
    margin-top: 8vw;
  }

  .con09_line {
    padding: 1.2vw 3.2vw;
    border-radius: 50vw;
    background-color: transparent;
    font-size: 4.7vw;
    line-height: 1.5;
    letter-spacing: -0.1vw;
    color: rgba(255, 255, 255, 0.52);
    text-align: center;
    word-break: keep-all;
    transform: scale(0.96);
    transform-origin: 50% 50%;
    transition: background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.45s cubic-bezier(0.22, 1, 0.36, 1), font-weight 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .con09_line_on {
    background-color: #fff;
    color: var(--color-point);
    font-weight: 800;
    transform: scale(1.04);
  }

  .map-touch-lock-text {
    font-size: 4.3vw;
    padding: 0 4vw;
  }

  /* ══ 별점 클립 (모바일 기준 5개 = 18vw) ══ */
  .con06_star img {
    width: 18vw;
  }

  .con06_star_1 {
    width: 3.2vw;
  }

  .con06_star_2 {
    width: 6.9vw;
  }

  .con06_star_3 {
    width: 10.7vw;
  }

  .con06_star_4 {
    width: 14.2vw;
  }

  /* 모바일 카드는 height:auto 라 자를 필요가 없다 */
  .con06_review_txt {
    display: block;
    -webkit-line-clamp: none;
    overflow: visible;
  }

  /* ══ 리뷰 등록 팝업 ══ */
  #modal_review .modal_iner {
    width: 92vw;
    max-height: 88vh;
    padding: 7vw 6vw;
    border-radius: 5vw;
  }

  .rv_tt {
    font-size: 5vw;
  }

  #modal_review .rv_close {
    font-size: 7vw;
  }

  .rv_desc {
    margin-top: 2vw;
    font-size: 3.5vw;
  }

  .rv_field {
    margin-top: 5vw;
  }

  .rv_label {
    font-size: 3.6vw;
  }

  .rv_opt {
    margin-left: 1.5vw;
    font-size: 3.3vw;
  }

  .rv_input,
  .rv_area {
    margin-top: 2.5vw;
    border-radius: 3vw;
    font-size: 3.8vw;
  }

  .rv_input {
    height: 12vw;
    padding: 0 4vw;
  }

  .rv_area {
    height: 30vw;
    padding: 3.5vw 4vw;
  }

  .rv_help {
    margin-top: 2vw;
    font-size: 3.3vw;
  }

  .rv_stars {
    margin-top: 2.5vw;
  }

  .rv_star {
    padding: 0 1vw;
    font-size: 8vw;
  }

  .rv_star_num {
    margin-left: 2.5vw;
    font-size: 3.5vw;
  }

  .rv_file {
    height: 12vw;
    margin-top: 2.5vw;
    padding: 0 1.5vw 0 4vw;
    border-radius: 3vw;
  }

  .rv_file_txt {
    font-size: 3.3vw;
  }

  .rv_file_btn {
    height: 9vw;
    margin-left: 2vw;
    padding: 0 3.5vw;
    border-radius: 2vw;
    font-size: 3.3vw;
  }

  #modal_review #captcha {
    margin-top: 2.5vw;
  }

  #modal_review #captcha_img {
    width: 38vw;
    height: 12vw;
    border-radius: 3vw;
  }

  #modal_review #captcha_key {
    width: 30vw;
    height: 12vw;
    margin-left: 2vw;
    padding: 0 3vw;
    border-radius: 3vw;
    font-size: 4vw;
    letter-spacing: 0.5vw;
  }

  #modal_review #captcha_reload,
  #modal_review #captcha_mp3 {
    height: 12vw;
    margin-left: 2vw;
    padding: 0 3vw;
    border-radius: 3vw;
    font-size: 3.3vw;
  }

  #modal_review #captcha_audio {
    height: 9vw;
    margin-top: 2.5vw;
  }

  .rv_msg {
    margin-top: 4vw;
    padding: 3.5vw 4vw;
    border-radius: 2.5vw;
    font-size: 3.5vw;
  }

  #modal_review .rv_btn {
    height: 13vw;
    margin-top: 6vw;
    border-radius: 3vw;
    font-size: 4vw;
  }

  #modal_review .rv_btns .rv_btn + .rv_btn {
    margin-left: 2.5vw;
  }

  #modal_review .rv_btn_ghost {
    padding: 0 6vw;
  }

  .rv_textbtn {
    margin-top: 4vw;
    font-size: 3.5vw;
  }

  .rv_list {
    margin-top: 4vw;
  }

  .rv_item {
    margin-top: 3vw;
    padding: 4.5vw;
    border-radius: 3.5vw;
  }

  .rv_item_star {
    font-size: 3.6vw;
  }

  .rv_item_date {
    margin-left: 2vw;
    font-size: 3.2vw;
  }

  .rv_item_state {
    padding: 1.2vw 3vw;
    font-size: 3vw;
  }

  .rv_item_txt {
    margin-top: 3vw;
    font-size: 3.5vw;
  }

  .rv_done_tt {
    margin-top: 7vw;
    font-size: 4.6vw;
  }

  .rv_done_desc {
    margin-top: 3vw;
    font-size: 3.6vw;
  }
}
