@charset "utf-8";
/* =========================================================================
 * consult.css — About us > 상담안내 (Figma 5312:866)
 *   섹션1 상담방법 5723:1127 / 섹션2 이미지+특징 5723:1129 / 섹션3 진행절차 5655:501
 * ========================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap');

/* 공통 라벨(점 + 텍스트) */
.cs_label { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 500; letter-spacing: -0.36px; line-height: 1.5; color: #2f3a42; }
.cs_dot { width: 7px; height: 7px; background: #78838a; flex: 0 0 auto; }
.cs_label--center { justify-content: center; margin-bottom: 69px; }

/* ===== 상단(섹션1 + 섹션2) ===== */
.cs_top { padding: 120px 0 210px; }

/* 섹션1: 상담 방법 (5723:1127) */
.cs_intro { display: flex; align-items: flex-end; gap: 66px; padding-bottom: 40px; border-bottom: 1px solid #c0ccd2; }
.cs_intro_l { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.cs_intro_tit { font-size: 35px; font-weight: 600; letter-spacing: -0.7px; line-height: 1.4; color: #111; }
.cs_intro_btns { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; }
.cs_pill { display: flex; align-items: center; justify-content: center; gap: 8px; box-sizing: border-box; width: 300px; height: 60px; padding: 8px 30px; border-radius: 50px; background: rgba(193, 204, 210, 0.10); color: #111; font-size: 20px; font-weight: 500; letter-spacing: -0.2px; white-space: nowrap; }
.cs_pill b { font-weight: 700; }
.cs_pill:hover { background: rgba(193, 204, 210, .22); text-decoration: none; }
.cs_pill_ic { flex: 0 0 auto; width: auto; height: 22px; object-fit: contain; }
.cs_pill_ic--kakao { width: 24px; height: 22px; }
.cs_pill_ic--loc { width: 21px; height: 21px; }

/* 섹션2: 대표 이미지 + 특징 (5723:1129) */
.cs_hero_wrap { margin-top: 60px; display: flex; flex-direction: column; gap: 50px; }
.cs_hero { position: relative; width: 100%; height: 580px; border-radius: 15px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.cs_hero_bg { position: absolute; inset: 0; border-radius: 15px; overflow: hidden; pointer-events: none; }
.cs_hero_bg img { position: absolute; max-width: none; object-fit: cover; }
.cs_hero_l1 { height: 115.77%; left: -0.06%; top: -4.78%; width: 119.94%; }
.cs_hero_l2 { inset: 0; width: 100%; height: 100%; object-position: bottom; }
.cs_hero_l3 { height: 164.78%; left: 0; top: -57.92%; width: 100%; }
.cs_hero_dim { position: absolute; inset: 0; background: rgba(0, 0, 0, .1); mix-blend-mode: hard-light; }
.cs_hero_txt { position: relative; z-index: 1; max-width: 1338px; padding: 0 24px; text-align: center; color: #fff; letter-spacing: -0.56px; line-height: 1.3; }
.cs_hero_sub { font-size: 28px; font-weight: 500; }

.cs_feats {  justify-content: center; display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.cs_feat { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding:0px 50px}
.cs_feat_tit {    display: flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 600; letter-spacing: -0.5px; line-height: 1.4; color: #111; }
.cs_feat_ic { flex: 0 0 auto; width: 24px; height: 24px; object-fit: contain; }
.cs_feat_desc { font-size: 18px; font-weight: 400; letter-spacing: -0.36px; line-height: 1.5; color: #222; }

/* ===== 섹션3: 상담 진행 절차 (5655:501) — 전체 너비 그라데이션 ===== */
.cs_steps { background: linear-gradient(180deg, #f5f3ef 0%, #ffffff 100%); padding: 170px 0 250px; }
.cs_step_list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; list-style: none; margin: 0; padding: 0; }
.cs_step { display: flex; flex-direction: column; min-width: 0; }
.cs_step_img { position: relative; width: 100%; aspect-ratio: 408 / 372; border-radius: 15px; overflow: hidden; background-color: #d9d5cf; background-size: cover; background-position: bottom; background-repeat: no-repeat; }
.cs_step_img::after { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, .1); }
.cs_step_no { position: absolute; z-index: 1; left: 8.8%; bottom: 7.3%; display: flex; align-items: flex-end; gap: 10px; color: #fff; white-space: nowrap; }
.cs_step_num { font-family: 'Gowun Batang', serif; font-weight: 400; font-size: 70px; letter-spacing: -4.2px; line-height: 1; font-style: normal; }
.cs_step_en { font-family: 'SIMPLECANDY', 'Times New Roman', serif; font-size: 40px; letter-spacing: -0.8px; line-height: 1.3; font-style: normal; }
.cs_step_body { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; width: 340px; max-width: 100%; }
.cs_step_tit { font-size: 25px; font-weight: 600; letter-spacing: -0.5px; line-height: 1.5; color: #111; }
.cs_step_desc { font-size: 18px; font-weight: 400; letter-spacing: -0.36px; line-height: 1.5; color: #111; }

/* ===== 섹션4: 상담 예약 CTA (5723:1014) — 전체 너비, 좌상단 라운드 200px ===== */
.cs_cta { position: relative; overflow: hidden; box-sizing: border-box; min-height: 690px; border-radius: 200px 0 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 40px; padding: 60px 20px; text-align: center; color: #fff; }
.cs_cta_bg { position: absolute; inset: 0; border-radius: 200px 0 0 0; overflow: hidden; pointer-events: none; }
.cs_cta_img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cs_cta_dim { position: absolute; inset: 0; background: rgba(0, 0, 0, .5); }
.cs_cta_grad { position: absolute; inset: 0; background: linear-gradient(90deg, #20262b 0%, #4c5d6a 50%, #7894a8 100%); mix-blend-mode: overlay; }
.cs_cta_txt { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.cs_cta_head { font-size: 35px; font-weight: 600; letter-spacing: -0.7px; line-height: 1.4; }
.cs_cta_sub { font-size: 18px; font-weight: 500; letter-spacing: -0.36px; line-height: 1.5; }
.cs_cta_btn { position: relative; z-index: 1; box-sizing: border-box; display: flex; align-items: center; justify-content: flex-end; gap: 38px; width: 300px; height: 60px; padding: 8px 10px; border-radius: 50px; background: rgba(193, 204, 210, .1); border-top: 1px solid #fff; border-bottom:1px solid #fff;}
.cs_cta_btn:hover { background: rgba(193, 204, 210, .22); text-decoration: none; }
.cs_cta_btn_tx { font-size: 20px; font-weight: 500; letter-spacing: -0.2px; color: #fff; }
.cs_cta_btn_ic { flex: 0 0 auto; width: 42px; height: 42px; object-fit: contain; transition: transform .6s ease; }
.cs_cta_btn:hover .cs_cta_btn_ic { transform: rotate(360deg); }


@media (max-width: 1350px) {
    .cs_intro { flex-direction: column; align-items: flex-start; gap: 28px; }
    .cs_intro_tit { font-size: 28px; }
    .cs_intro_btns { width: 100%; flex-wrap: wrap; }

}    

/* ===== 반응형 (브레이크포인트마다 글자 한 단계씩 축소) ===== */
@media (max-width: 1024px) {
    .cs_top { padding: 90px 0 110px; }
    .cs_label { font-size: 17px; }
    .cs_pill { flex: 1 1 240px; width: auto; font-size: 18px; }
    .cs_hero { height: 460px; }
    .cs_hero_sub { font-size: 23px; }
    .cs_feats {flex-direction: column;  gap: 20px; }
    .cs_feat {padding:0px}
    .cs_feat_tit { font-size: 22px; }
    .cs_feat_desc { font-size: 17px; }
    .cs_steps { padding: 100px 0 110px; }
    .cs_label--center { margin-bottom: 50px; }
    .cs_step_list { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
    .cs_step_tit { font-size: 22px; }
    .cs_step_desc { font-size: 17px; }
    .cs_step_num { font-size: 60px; }
    .cs_step_en { font-size: 34px; }
    .cs_cta { min-height: 520px; border-radius: 140px 0 0 0; }
    .cs_cta_head { font-size: 28px; }
    .cs_cta_sub { font-size: 17px; }
    .cs_cta_btn_tx { font-size: 19px; }
}
@media (max-width: 768px) {
    .cs_top { padding: 60px 0 80px; }
    .cs_label { font-size: 16px; }
    .cs_intro { gap: 22px; padding-bottom: 30px; }
    .cs_intro_tit { font-size: 23px; }
    .cs_intro_btns { flex-direction: column; gap: 10px; }
    .cs_pill { width: 100%; flex: none; height: 54px; font-size: 17px; }
    .cs_hero_wrap { margin-top: 44px; gap: 34px; }
    .cs_hero { height: 320px; }
    .cs_hero_sub { font-size: 18px; }
    .cs_feats { }
    .cs_feat_tit { font-size: 20px; }
    .cs_feat_desc { font-size: 16px; }
    .cs_steps { padding: 70px 0 80px; }
    .cs_label--center { margin-bottom: 40px; }
    .cs_step_list { grid-template-columns: 1fr; gap: 34px; }
    .cs_step_body { width: 100%; margin-top: 18px; }
    .cs_step_tit { font-size: 21px; }
    .cs_step_desc { font-size: 16px; }
    .cs_step_num { font-size: 56px; }
    .cs_step_en { font-size: 32px; }
    .cs_cta { min-height: 440px; border-radius: 90px 0 0 0; gap: 30px; padding: 50px 20px; }
    .cs_cta_head { font-size: 23px; }
    .cs_cta_sub { font-size: 15px; }
    .cs_cta_btn_tx { font-size: 18px; }
    .cs_cta_bg { border-radius: 150px 0 0 0; }
}
@media (max-width: 486px) {
    .cs_label { font-size: 15px; }
    .cs_intro_tit { font-size: 20px; }
    .cs_pill { font-size: 15px; height: 52px; }
    .cs_hero { height: 240px; }
    .cs_hero_sub { font-size: 15px; letter-spacing: -0.3px; }
    .cs_feat_tit { font-size: 17px; }
    .cs_feat_desc { font-size: 14px; }
    .cs_step_tit { font-size: 19px; }
    .cs_step_desc { font-size: 15px; }
    .cs_step_num { font-size: 48px; letter-spacing: -3px; }
    .cs_step_en { font-size: 26px; }
    .cs_cta { min-height: 380px; border-radius: 60px 0 0 0; }
    .cs_cta_head { font-size: 19px; }
    .cs_cta_sub { font-size: 14px; }
    .cs_cta_btn { width: 100%; max-width: 300px; }
    .cs_cta_btn_tx { font-size: 16px; }
    .cs_cta_bg { border-radius: 100px 0 0 0; }
}
