
/* ============================================================
   ADD-ON 17   (sub01 : ES 인트로 / "It is ES" 페이지)
   ------------------------------------------------------------
   · es_head    : 풀블리드 비주얼 + 세리프 타이틀 + 인트로 흰박스(오버랩)
   · es_intro   : 흰박스 안 좌(리드/It is ES/자신있는…) + 우(Expert Solution)
   · es_cards   : FACE / NEEDS / BODY 3분할 풀블리드
   · es_care    : 집도의(좌측블리드) + 우측 텍스트 + 하단 리셉션(우측블리드) 레이어 오버랩
   ------------------------------------------------------------
   · 시안 기준 캔버스 1920 / inner 1500 → 기존 --u 단위 그대로 사용
   ============================================================ */

/* ---------- 변수 ---------- */
.sub01{--es-head-h:calc(1770 * var(--u));--es-care-h:calc(1420 * var(--u));--es-box:#f6f6f6;}

/* ---------- HEAD : 풀블리드 비주얼 ---------- */
.es_head{position:relative;background:#fff;}
.es_head_img{position:absolute;top:0;left:calc(50% - 50vw);width:100vw;z-index:0;}
.es_head_img img{width:100%;}
.es_head .inner{position:relative;z-index:1;height:var(--es-head-h);}
.es_head_ttl{position:absolute;top:calc(436 * var(--u));left:calc(322 * var(--u));font-family:'Times New Roman',serif;font-size:max(32px, calc(130 * var(--u)));font-weight:400;line-height:1.15;letter-spacing:0.01em;color:#fff;white-space:nowrap;}
.es_head_line{position:absolute;top:calc(1027 * var(--u));left:0;width:100%;height:1px;background:rgba(255,255,255,.4);}
.es_head_copy{position:absolute;top:calc(1056 * var(--u));right:0;font-family:'Times New Roman',serif;font-size:max(16px, calc(34 * var(--u)));letter-spacing:0;color:rgba(255,255,255,.5);}

/* ---------- HEAD : 인트로 흰박스 ---------- */
.es_intro{position:absolute;top:calc(1140 * var(--u));left:0;width:100%;height:calc(630 * var(--u));background:var(--es-box);z-index:2;}
.es_intro_lead{position:absolute;top:calc(84 * var(--u));left:calc(83 * var(--u));font-size:max(15px, calc(30 * var(--u)));font-weight:500;letter-spacing:-0.03em;color:#222;}
.es_intro_ttl{position:absolute;top:calc(138 * var(--u));left:calc(80 * var(--u));font-size:max(46px, calc(120 * var(--u)));font-weight:300;line-height:1;letter-spacing:-0.03em;color:var(--point);white-space:nowrap;}
.es_intro_ttl .label_en{display:inline-block;margin-left:calc(18 * var(--u));font-size:max(11px, calc(14 * var(--u)));}
.es_intro_stit{position:absolute;top:calc(498 * var(--u));left:calc(83 * var(--u));font-size:max(19px, calc(30 * var(--u)));font-weight:600;line-height:1.4;color:var(--point);}
.es_intro_desc{position:absolute;top:calc(340 * var(--u));left:calc(823 * var(--u));width:calc(680 * var(--u));}
.es_intro_desc_tit{display:block;margin-bottom:max(16px, calc(30 * var(--u)));font-family:'Montserrat',sans-serif;font-size:max(17px, calc(26 * var(--u)));font-weight:400;letter-spacing:-0.01em;color:var(--point);}
.es_intro_desc_tit b{font-weight:600;}
.es_intro_desc .sec_txt{font-size:max(14px, calc(18 * var(--u)));line-height:1.78;color:#666;}

/* ---------- CARDS : FACE / NEEDS / BODY (풀블리드 3분할) ---------- */
.es_cards{display:flex;gap:calc(19 * var(--u));width:100vw;margin-left:calc(50% - 50vw);background:var(--es-box);}
.es_cards>li{flex:1 1 0;min-width:0;}
.es_cards img{width:100%;}

/* ---------- CARE : 집도의 + 텍스트 + 리셉션 레이어 ---------- */
.es_care{position:relative;}
.es_care .inner{position:relative;height:var(--es-care-h);background:var(--es-box);}
.es_care_img{position:absolute;top:calc(188 * var(--u));left:calc(var(--inner) / 2 - 50vw);width:50vw;z-index:2;}
.es_care_img img{width:100%;}
.es_care_visual{position:absolute;top:calc(555 * var(--u));left:0;width:calc(50vw + var(--inner) / 2);z-index:1;}
.es_care_visual img{width:100%;}
.es_care_txt{position:absolute;top:calc(268 * var(--u));right:0;width:calc(682 * var(--u));z-index:3;}
.es_care_tit{display:block;margin-bottom:max(20px, calc(42 * var(--u)));font-size:max(19px, calc(30 * var(--u)));font-weight:600;line-height:1.42;color:var(--point);}
.es_care_txt .sec_txt{color:#666;}
.es_care_mark{margin-top:max(24px, calc(20 * var(--u)));font-size:max(13px, calc(17 * var(--u)));line-height:1.75;color:#fff;}

/* ---------- FOOT : sub01 여백 ---------- */
.sub01 .sub_foot{padding:calc(150 * var(--u)) 0 calc(120 * var(--u));}

/* ============================================================
   ADD-ON 17 : responsive
   ============================================================ */

/* ---------- 1280 이하 : 절대배치 해제 → 흐름배치 ---------- */
@media (max-width:1280px){
.es_head .inner{height:auto;padding-top:72.5vw;}
.es_head_img{width:100vw;}
.es_head_ttl{top:29vw;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center;white-space:normal;font-size:48px;line-height:1.2;}
.es_head_line{display:none;}
.es_head_copy{top:calc(72.5vw - 46px);right:0;font-size:20px;}
.es_intro{position:relative;top:0;left:0;width:calc(100% + 80px);height:auto;margin:0 -40px;padding:60px 40px 66px;}
.es_intro_lead{position:relative;top:0;left:0;}
.es_intro_ttl{position:relative;top:0;left:0;margin-top:14px;font-size:70px;white-space:nowrap;}
.es_intro_ttl .label_en{margin-left:14px;}
.es_intro_stit{position:relative;top:0;left:0;margin-top:44px;}
.es_intro_desc{position:relative;top:0;left:0;width:100%;margin-top:44px;}
.es_cards{width:calc(100% + 80px);margin-left:-40px;}
.es_care .inner{height:auto;padding:80px 0;}
.es_care_img{position:relative;top:0;left:0;width:calc(100% + 80px);margin-left:-40px;}
.es_care_txt{position:relative;top:0;right:0;width:100%;margin-top:44px;}
.es_care_visual{position:relative;top:0;left:0;width:calc(100% + 40px);margin:44px -40px 0 0;}
}

/* ---------- 1024 이하 ---------- */
@media (max-width:1024px){
.es_intro{width:calc(100% + 60px);margin:0 -30px;padding:50px 30px 56px;}
.es_intro_ttl{font-size:60px;}
.es_cards{width:calc(100% + 60px);margin-left:-30px;}
.es_care_img{width:calc(100% + 60px);margin-left:-30px;}
.es_care_visual{width:calc(100% + 30px);margin-right:-30px;}
}

/* ---------- 768 이하 : 1단 ---------- */
@media (max-width:768px){
.es_head{margin-top:70px;}
.es_head_ttl{font-size:30px;}
.es_head_copy{font-size:13px;top:calc(72.5vw - 30px);}
.es_intro{width:calc(100% + 40px);margin:0 -20px;padding:40px 20px 46px;}
.es_intro_ttl{font-size:46px;margin-top:10px;}
.es_intro_stit{margin-top:34px;font-size:18px;}
.es_intro_desc{margin-top:34px;}
.es_cards{flex-direction:column;gap:14px;width:calc(100% + 40px);margin-left:-20px;}
.es_care .inner{padding:60px 0;}
.es_care_mark {color:var(--txt);margin-top:0;}
.es_care_img{width:calc(100% + 40px);margin-left:-20px;}
.es_care_tit{font-size:18px;margin-bottom:20px;}
.es_care_txt{margin:30px auto 0;width:calc(100% - 40px);}
.es_care_visual{width:calc(100% + 20px);margin:30px -20px 0 0;}
.sub01 .sub_foot{padding:60px 0 60px;}
}

/* ---------- 480 이하 ---------- */
@media (max-width:480px){
.es_head_ttl{font-size:26px;}
.es_intro_ttl{font-size:38px;}
.es_intro_lead{font-size:14px;}
}
