
/* LK Partners · concept 01, revision 03 · Hero image and compact section spacing. */
:root{--cr:#8b1a2e;--cr-d:#711326;--cr-m:#a62d43;--cr-p:#fcf0f2;--ch:#191f28;--ch-m:#333d4b;--off:#f6f7f9;--g100:#f2f4f6;--g200:#e5e8eb;--g300:#d1d6db;--g500:#8b95a1;--g700:#6b7684;--r:16px;--rl:28px;--ui:-apple-system,BlinkMacSystemFont,'Noto Sans KR','Segoe UI',sans-serif}
html{scroll-padding-top:100px}
body{font-family:var(--ui);color:var(--ch);background:#fff;line-height:1.7;letter-spacing:-.025em}
*,*::before,*::after{box-sizing:border-box}
::selection{background:var(--cr);color:#fff}
button,input,textarea,a.btn-cr,a.btn-ol,.chip{font-family:var(--ui)}
.wrap{width:100%;max-width:1180px;padding:0 48px}
section{padding:140px 0}
h1,h2,h3,.mname,.stat-number,.pcirc{font-family:var(--ui)!important;letter-spacing:-.045em}
.topnav{background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid #f2f4f6;box-shadow:none}
.tnwrap{height:76px;max-width:1320px;padding:0 40px;--tnlogo:32px}
.tn-sub{font-size:12px;font-weight:600;letter-spacing:-.03em;margin-left:18px;padding-left:18px;border-left:1px solid var(--g200);color:var(--g700)}
.tn-menu{gap:10px;margin-right:24px}
.tn-menu a{font-size:14px;padding:12px;color:#4e5968;font-weight:500}
.tn-cta{padding:12px 20px;border-radius:12px;background:var(--cr-p);color:var(--cr);font-size:14px;font-weight:600;box-shadow:none}
.tn-cta:hover{background:#f5e1e6;color:var(--cr)}
/* Centered introduction, followed by a separate wide consultation card. */
.hero{background:#fff;border:0;padding:0;isolation:isolate}
.hero::before{inset:620px 0 0;background:#f6f7f9;filter:none;transform:none;opacity:1}
.hero::after{display:none}
.hero-g{display:flex;flex-direction:column;gap:86px;align-items:center;min-height:0;padding:82px 0 100px}
.hero-copy{width:100%;padding:0;text-align:center;position:relative}
.hero-copy::before{display:none}
.hero-copy h1{max-width:1040px;min-height:172px;margin:0 auto 28px;font-size:clamp(42px,4.8vw,64px);line-height:1.4;font-weight:800;color:var(--ch);letter-spacing:-.06em;word-break:keep-all}
#typing-text em,#typing-text .highlight{color:var(--ch)}
#typing-text .underline-glow{color:var(--cr);background:none!important;animation:none!important}
.typing-cursor{font-weight:300;color:var(--g300)}
.hero-sub{max-width:760px;margin:0 auto 32px;font-size:19px;line-height:1.8;color:#6b7684;letter-spacing:-.035em}
.hero .btns{justify-content:center;gap:12px}
.btn-cr,.btn-ol{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:16px 25px;border:0;border-radius:16px;font-size:16px;font-weight:600;white-space:normal;letter-spacing:-.035em}
.btn-cr{background:var(--cr);box-shadow:none}
.btn-ol{background:#f2f4f6;color:#4e5968}
.btn-ol:hover{background:#e5e8eb;color:var(--ch)}
.hcard{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;width:100%;max-width:920px;padding:48px 52px;background:#fff;border:1px solid #edf0f3;border-radius:32px;box-shadow:0 18px 60px #19213208}
.hcard::before,.ctform::before{display:none}
.hcard h2{grid-column:1/-1;font-size:30px;line-height:1.5;font-weight:700;margin:0 0 6px}
.hcard .csub{grid-column:1/-1;font-size:15px;color:#8b95a1;margin-bottom:30px}
.ff{font-size:16px;min-height:58px;padding:17px 20px;margin-bottom:22px;border:1px solid transparent;border-radius:14px;background:#f2f4f6;color:var(--ch);transition:background .2s,border-color .2s}
.ff::placeholder{color:#8b95a1}
.ff:hover{background:#eceff2}
.ff:focus{background:#fff;border-color:var(--cr);box-shadow:0 0 0 3px #8b1a2e09}
textarea.ff{min-height:96px;height:96px;resize:vertical;line-height:1.7}
.hcard textarea.ff{grid-column:1/-1;margin-top:2px;margin-bottom:18px}
.sg{margin-bottom:26px;min-width:0}
.sl{font-size:15px;font-weight:600;letter-spacing:-.035em;color:#4e5968;margin-bottom:14px}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 13px;background:#fff;border:1px solid #e5e8eb;border-radius:12px;font-size:13px;font-weight:500;color:#6b7684;line-height:1.4;letter-spacing:-.025em}
.chip:hover{background:#f9fafb;border-color:#b0b8c1;color:#333d4b}
.chip.on{border-color:var(--cr);color:var(--cr);background:var(--cr-p);box-shadow:inset 0 0 0 .5px var(--cr)}
.privacy-check{gap:10px;margin:0 0 20px;align-items:flex-start}
.hcard .privacy-check{grid-column:1/-1}
.privacy-check input[type=checkbox]{width:18px;height:18px;margin-top:2px}
.privacy-check label{font-size:12px;line-height:1.7;color:#8b95a1}
.bsub{min-height:58px;padding:16px 20px;font-size:17px;font-weight:700;letter-spacing:-.03em;border-radius:14px;background:var(--cr);margin:0;box-shadow:none}
.bsub:hover{background:var(--cr-d)}
.bsub:disabled{opacity:.65;cursor:wait}
.hcard .bsub{grid-column:1/-1}
.fnote{color:#8b95a1;font-size:12px;line-height:1.7;margin-top:16px}
.hcard .fnote{grid-column:1/-1}
.sh{max-width:900px;margin-bottom:56px}
.stag{border:0;padding:0;font-size:18px;font-weight:700;letter-spacing:-.03em;color:var(--cr);margin-bottom:18px}
.sh h2{font-size:44px;line-height:1.45;font-weight:700;color:var(--ch);margin-bottom:22px;letter-spacing:-.045em}
.sh p{font-size:18px;line-height:1.85;color:#6b7684;max-width:820px}
.stats{background:#f6f7f9;padding:0 0 100px}
.stats-grid{display:block;max-width:920px;margin:0 auto}
.stat-card{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:46px 56px;text-align:left;background:#eceef2;border:0;border-radius:28px}
.stat-card:hover{box-shadow:none}
.stat-card::after{display:none}
.stat-label{font-size:20px;font-weight:600;color:#4e5968;max-width:290px;line-height:1.7;margin:0}
.stat-num-row{gap:7px;flex-shrink:0}
.stat-number{font-size:76px;font-weight:800;letter-spacing:-.06em;animation:none!important;text-shadow:none!important}
.stat-unit{font-size:25px;font-weight:600;animation:none!important;text-shadow:none!important}
.stat-arrow{width:26px;height:26px;animation:none}
.team{background:#fff}
.tgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.mc{display:grid;grid-template-columns:140px minmax(0,1fr);grid-template-rows:1fr auto;border:0;border-radius:24px;background:#f6f7f9;box-shadow:none}
.mc:hover{background:#f0f2f5;box-shadow:none}
.mphoto{grid-column:1;grid-row:1/3;height:100%;min-height:295px;background:#e9ecf0}
.mphoto img{height:100%;object-position:50% 0;object-fit:cover}
.mbody{grid-column:2;grid-row:1;padding:28px 24px 12px}
.mrole{font-size:12px;font-weight:600;letter-spacing:0;color:#6b7684;margin-bottom:7px}
.mname{font-size:28px;font-weight:700;letter-spacing:-.03em;margin-bottom:17px}
.mbar{display:none}
.mbio li{font-size:13px;line-height:1.85;color:#6b7684;padding-left:0;margin-bottom:5px;word-break:keep-all}
.mbio li::before{display:none}
.mlink{grid-column:2;grid-row:2;padding:10px 24px 26px;border:0;background:none;font-size:12px;color:var(--cr);justify-content:flex-start;letter-spacing:-.02em}
.mc:hover .mlink{background:none}
.pain{background:#f6f7f9}
.pgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.pc{padding:40px;border:0;border-radius:28px;min-height:275px;background:#fff}
.pc:hover{box-shadow:0 8px 32px #191f2806}
.pc::after{display:none}
.pn{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-bottom:26px;border-radius:17px;background:#fcf0f2;color:var(--cr);font-size:18px;font-weight:700;letter-spacing:-.04em}
.pc h3{font-size:24px;font-weight:700;letter-spacing:-.045em;line-height:1.5;margin-bottom:14px;word-break:keep-all}
.pc p{font-size:16px;line-height:1.85;color:#6b7684;word-break:keep-all}
.pban{background:#eceef2;border-radius:24px;padding:30px 36px;gap:20px}
.pico{background:#fff;border:0;color:var(--cr)}
.pban p{color:#6b7684;font-size:16px}
.pban strong{color:#333d4b;font-weight:600}
.why{background:#fff}
.wgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;background:none;border:0;border-radius:0;overflow:visible}
.wc{padding:44px;background:#f6f7f9;border:0;border-radius:28px;min-height:295px}
.wc:hover{background:#f2f4f6}
.widx{font-size:12px;font-weight:700;letter-spacing:.03em;color:var(--cr);margin-bottom:35px}
.wbar{display:none}
.wc h3{font-size:30px;line-height:1.45;font-weight:700;margin-bottom:20px}
.wc p{font-size:16px;line-height:1.85;color:#6b7684;word-break:keep-all}
.wc--full{grid-column:1/-1;background:#8b1a2e;padding:48px;min-height:0}
.wc--full:hover{background:#81182b}
.wc--full .widx{color:#efb8c4;margin-bottom:24px}
.wc--full h3{color:#fff}
.wc--full p{color:#eed9df;max-width:none}
.proc{background:#f6f7f9}
.proc::before,.proc::after{display:none}
.proc .wrap{display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;gap:90px}
.proc .sh{position:sticky;top:130px;margin:0}
.proc .stag{color:var(--cr)}
.proc .sh h2{font-size:42px;color:var(--ch);line-height:1.55}
.proc .sh p{color:#6b7684;font-size:17px}
.ptrack{display:flex;flex-direction:column;gap:14px;margin:0}
.ptrack::before{display:none}
.pi{display:flex;flex-direction:row;align-items:flex-start;text-align:left;padding:30px;gap:22px;background:#fff;border-radius:24px}
.pcirc{width:44px;height:44px;border:0;border-radius:15px;background:#fcf0f2;color:var(--cr);font-size:20px;font-weight:700;margin:0;box-shadow:none}
.pi:hover .pcirc{background:#f4dfe5;color:var(--cr);box-shadow:none}
.pi h3{font-size:21px;font-weight:700;color:var(--ch);line-height:1.55;margin-bottom:9px}
.pi p{font-size:15px;line-height:1.8;color:#6b7684}
.lk-related-260916{width:calc(100% - 96px)!important;max-width:1084px!important;margin:90px auto!important;padding:36px!important;background:#f6f7f9!important;border:0!important;border-radius:24px!important}
.lk-related-260916 h2{font-size:24px!important;font-weight:700!important;color:var(--ch)!important;margin-bottom:24px!important}
.lk-related-260916 a{color:#4e5968!important;background:#fff!important;border-radius:14px!important;border-color:#e5e8eb!important;padding:18px 20px!important}
.lk-related-260916 a:hover{color:var(--cr)!important;border-color:var(--cr)!important}
.cta{background:#fbf6f7;padding:130px 0}
.ctwrap{grid-template-columns:minmax(0,1fr) 470px;gap:80px;align-items:start}
.ctcopy{padding-top:34px}
.ctcopy h2{font-size:44px;font-weight:700;line-height:1.5;letter-spacing:-.055em;margin-bottom:28px}
.ctcopy>p{font-size:18px;line-height:1.85;color:#6b7684;margin-bottom:36px}
.crow{gap:14px;margin-bottom:16px;align-items:flex-start}
.cbadge{background:#f3e7ea;color:#8b1a2e;border-radius:8px;font-size:11px;min-width:74px;padding:6px 10px}
.cval{font-size:14px;line-height:1.9;color:#4e5968;overflow-wrap:anywhere}
.ctform{padding:36px;border:0;border-radius:28px;background:#fff;box-shadow:none}
.ctform h3{font-size:27px;font-weight:700;line-height:1.5;margin-bottom:6px}
.ctform .cs{font-size:13px;color:#8b95a1;margin-bottom:28px}
.ctform .ff{min-height:54px;margin-bottom:16px;font-size:15px}
.ctform .sg{margin-bottom:22px}
.ctform .chip{font-size:12px;padding:10px 12px}
/* SEO/GEO content stays visible, presented as an information library. */
.seo-info{max-width:1084px!important;width:calc(100% - 96px)!important;margin:70px auto!important;padding:28px 32px!important;background:#f6f7f9!important;border:0!important;border-radius:20px!important;color:#6b7684!important;line-height:1.9!important;font-size:14px!important}
.region-index,.type-index,.geo-qa{width:calc(100% - 96px)!important;max-width:1084px!important;margin:100px auto!important;padding:0!important;background:#fff!important}
.region-index>h2,.type-index>h2,.geo-qa>h2{font-family:var(--ui)!important;font-size:34px!important;font-weight:700!important;color:var(--ch)!important;line-height:1.5!important;text-align:left!important;margin-bottom:22px!important;letter-spacing:-.045em}
.region-index>p{font-size:16px!important;text-align:left!important;color:#6b7684!important;line-height:1.9!important;margin-bottom:36px!important}
.region-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}
.region-card{background:#f6f7f9!important;border:0!important;border-radius:22px!important;padding:28px!important;overflow-wrap:anywhere}
.region-card h3{font-size:19px!important;font-weight:700!important;line-height:1.6!important;margin-bottom:16px!important}
.region-card h3 span{font-size:12px!important}
.region-card li{padding:4px 0}
.region-card a{font-size:13px;line-height:1.85;color:#6b7684!important}
.region-card a:hover{color:var(--cr)!important;text-decoration:underline!important}
.type-index>div{gap:20px!important}
.type-index>div>div{background:#f6f7f9!important;border:0!important;border-radius:22px!important;padding:30px!important}
.type-index h3{font-size:21px!important;margin-bottom:14px!important;font-weight:700!important}
.type-index p,.type-index a{font-size:14px!important;line-height:1.9!important}
.geo-qa>div{gap:12px!important;margin-top:30px}
.geo-qa details{padding:26px 30px!important;border:0!important;border-radius:18px!important;background:#f6f7f9!important}
.geo-qa summary{font-size:17px;line-height:1.65;font-weight:600!important;list-style:none;color:#333d4b!important;padding-right:34px;position:relative}
.geo-qa summary::-webkit-details-marker{display:none}
.geo-qa summary::after{content:'+';position:absolute;right:0;top:-3px;font-size:26px;color:#8b95a1;font-weight:400}
.geo-qa details[open]{background:#fbf2f4!important}
.geo-qa details[open] summary::after{content:'−';color:var(--cr)}
.geo-qa details p{font-size:15px;color:#6b7684!important;line-height:1.95!important;margin-top:20px!important}
.page-byline{max-width:1084px;width:calc(100% - 96px);margin:70px auto 100px;padding:28px 32px;background:#f6f7f9;border:0;border-radius:20px;color:#6b7684;font-size:13px}
.page-byline .byline-note{font-size:12px;line-height:1.9;color:#8b95a1}
footer{background:#f2f4f6;padding:70px 0}
.finfo{font-size:12px;color:#6b7684;line-height:1.9}
.fdisc{font-size:11px;color:#8b95a1;line-height:1.9}
.flinks a{font-size:12px;color:#6b7684}
.float-nav{right:16px;background:#fff;border:1px solid #edf0f3;border-radius:18px;box-shadow:0 8px 28px #191f280a}
.fn-item{width:62px;padding:14px 6px;border-bottom:1px solid #f2f4f6;background:#fff;color:#6b7684;gap:5px}
.fn-item:first-child{background:#fff;color:var(--cr)}
.fn-item:hover{background:#fff;color:var(--cr)}
.float-nav .fn-item[href^="tel:"]{color:#16864a;background:#fff}
.float-nav .fn-item[href^="tel:"]:hover{background:#fff}
.float-nav .fn-item[href*="blog.naver.com"]{color:#087f3b;background:#fff}
.float-nav .fn-item[href*="blog.naver.com"]:hover{background:#fff}
.float-nav .fn-item .fn-blog-badge{background:#03c75a;border-color:#03c75a;color:#fff}
.float-nav .fn-item .fn-blog-badge::after{border-top-color:#03c75a}
.float-nav .fn-item[href*="youtube.com"]{color:#d71920;background:#fff}
.float-nav .fn-item[href*="youtube.com"] .fn-icon{color:#ff0000;width:27px;height:27px}
.float-nav .fn-item[href*="youtube.com"]:hover{background:#fff}
.fn-icon{width:22px;height:22px}
.fn-item>span{font-size:9px}
.fn-blog-badge{border-color:#8b95a1;color:#6b7684;width:35px;height:29px}
.fn-blog-badge::after{border-top-color:#8b95a1}
.fn-talk-badge{width:34px;height:28px;font-size:10px}
.mobile-bottom-bar{background:rgba(255,255,255,.98);border-color:#f2f4f6;box-shadow:0 -4px 24px #191f2808;padding:10px 12px calc(10px + env(safe-area-inset-bottom));gap:8px}
.mbb-btn{border-radius:13px;min-height:54px}
.mbb-btn--call{background:#eaf8ef;color:#16864a}
.mbb-btn--consult{background:var(--cr);color:#fff}
.mobile-nav-drawer{background:#fff;z-index:10002}
.mobile-nav-overlay{z-index:10001}
.mobile-nav-links a{border-color:#f2f4f6;color:#4e5968}
.mobile-nav-header{border-color:#f2f4f6}
#cta-modal{z-index:10004!important;backdrop-filter:blur(6px)}
#cta-modal .ctform-modal{opacity:1;transform:none;max-height:none}
#popup-overlay{background:#191f2880!important;backdrop-filter:blur(6px);padding:24px!important;align-items:center!important}
#popup-box{border-radius:28px!important;box-shadow:0 24px 80px #191f2820!important;max-height:calc(100dvh - 64px)!important;overflow-y:auto!important}
#popup-box>div:first-child{background:#8b1a2e!important;border-radius:28px 28px 0 0!important;padding:28px 30px 24px!important}
#popup-box>div:nth-child(2){padding:22px 30px!important}
#popup-box>div:nth-child(3){padding:0 30px 20px!important}
#popup-box>div:nth-child(4){padding-bottom:22px!important}
.popup-tag{border:0;border-radius:10px;background:#f2f4f6;color:#4e5968;padding:9px 12px;line-height:1.7}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--cr);outline-offset:4px}
@media(min-width:1440px){.wrap{max-width:1220px}.hero-g{padding-top:92px}.hero-copy h1{font-size:68px;min-height:186px}.hero::before{inset:650px 0 0}}
@media(max-width:1199px){.tn-menu{display:none}.tn-cta{margin-left:auto}.tn-hamburger{display:flex}.tnwrap{padding:0 32px}.wrap{padding:0 64px}.hero-copy h1{font-size:52px;min-height:150px}.hero-sub{font-size:18px}.float-nav{right:6px}.fn-item{width:50px}.mc{grid-template-columns:115px minmax(0,1fr)}.mbody{padding:24px 20px 10px}.mlink{padding-left:20px}.mphoto{min-height:320px}.ctwrap{grid-template-columns:minmax(0,1fr) 420px;gap:45px}.ctcopy h2{font-size:36px}.proc .wrap{gap:55px}.sh h2{font-size:40px}.proc .sh h2{font-size:36px}.region-index,.type-index,.geo-qa,.seo-info,.page-byline,.lk-related-260916{width:calc(100% - 128px)!important}}
@media(max-width:960px){section{padding:100px 0}.wrap{padding:0 40px}.hero-g{padding:64px 0 76px;gap:64px}.hero-copy h1{font-size:44px;min-height:128px}.hero-copy::before{width:76px;height:76px}.hero::before{inset:530px 0 0}.hcard{padding:38px;max-width:780px}.sh h2{font-size:36px}.sh p{font-size:17px}.tgrid{grid-template-columns:1fr}.mc{grid-template-columns:180px minmax(0,1fr)}.mphoto{min-height:290px}.mbody{padding:30px 32px 12px}.mlink{padding:10px 32px 28px}.mbio li{font-size:13px}.mname{font-size:30px}.stats{padding-bottom:76px}.stat-card{padding:36px 40px}.stat-label{font-size:18px}.stat-number{font-size:64px}.pc{padding:30px}.pc h3{font-size:21px}.pc p{font-size:15px}.wc{padding:34px}.wc h3{font-size:26px}.proc .wrap{grid-template-columns:1fr;gap:40px}.proc .sh{position:static}.proc .sh h2{max-width:630px}.ptrack{gap:16px}.pi{padding:28px 32px}.ctwrap{grid-template-columns:1fr;gap:40px}.ctcopy{padding-top:0}.ctcopy h2{font-size:40px}.ctform{padding:40px}.cta{padding:100px 0}.region-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.region-index,.type-index,.geo-qa,.seo-info,.page-byline,.lk-related-260916{width:calc(100% - 80px)!important}.float-nav{display:none}.mobile-bottom-bar{display:flex}body{padding-bottom:calc(80px + env(safe-area-inset-bottom))}}
@media(max-width:600px){html{scroll-padding-top:84px}section{padding:56px 0}.wrap{padding:0 24px}.tnwrap{height:66px;padding:0 18px;--tnlogo:27px}.tn-sub{display:none}.tn-cta{padding:10px 13px;font-size:12px;border-radius:10px}.tn-hamburger{width:30px;margin-left:8px}.hero-g{padding:48px 0 56px;gap:48px}.hero-copy::before{width:68px;height:68px;margin-bottom:24px}.hero-copy h1{font-size:36px;min-height:154px;line-height:1.45;letter-spacing:-.06em;margin-bottom:22px}.hero-sub{font-size:15px;line-height:1.8;margin-bottom:26px;max-width:370px}.hero-sub br{display:none}.hero .btns{display:grid;grid-template-columns:1.45fr 1fr;gap:8px}.btn-cr,.btn-ol{min-height:52px;width:100%;font-size:13px;padding:13px 10px;border-radius:13px;gap:4px}.btn-cr svg{width:15px;margin-right:2px!important;flex-shrink:0}.hero::before{inset:510px 0 0}.hcard{display:block;width:100%;padding:30px 24px;border-radius:24px}.hcard h2{font-size:25px}.hcard .csub{font-size:12px;margin-bottom:24px}.ff{min-height:54px;font-size:15px;padding:15px 16px;margin-bottom:14px;border-radius:12px}.hcard .sg{margin-top:12px;margin-bottom:24px}.sl{font-size:14px;margin-bottom:12px}.chip{font-size:12px;padding:10px 12px;min-height:42px}.chips{gap:7px}.privacy-check label{font-size:11px}.bsub{font-size:16px;min-height:54px}.fnote{font-size:11px}.hcard textarea.ff{margin-top:0;min-height:108px}.stag{font-size:15px;margin-bottom:16px}.sh{margin-bottom:32px}.sh h2{font-size:31px;line-height:1.5;margin-bottom:18px;letter-spacing:-.05em}.sh p{font-size:15px;line-height:1.85}.stats{padding-bottom:56px}.stat-card{flex-direction:column;align-items:flex-start;gap:20px;padding:30px;border-radius:24px}.stat-label{max-width:none;font-size:17px}.stat-number{font-size:64px}.stat-unit{font-size:22px}.tgrid{gap:18px}.mc{grid-template-columns:100px minmax(0,1fr);border-radius:20px}.mphoto{min-height:290px}.mbody{padding:25px 20px 10px}.mname{font-size:26px;margin-bottom:14px}.mrole{font-size:11px}.mbio li{font-size:11px;line-height:1.85}.mlink{padding:10px 20px 24px;font-size:11px}.pgrid,.wgrid{grid-template-columns:1fr;gap:18px}.pc{min-height:0;padding:30px;border-radius:24px}.pn{margin-bottom:22px}.pc h3{font-size:23px}.pc p{font-size:15px}.pban{padding:26px;flex-direction:row;align-items:flex-start;gap:16px}.pban p{font-size:14px}.pico{width:34px;height:34px;flex-shrink:0}.wc{min-height:0;padding:32px;border-radius:24px}.widx{margin-bottom:26px}.wc h3{font-size:27px}.wc p{font-size:15px}.proc .sh h2{font-size:31px}.proc .sh p{font-size:15px}.pi{padding:24px;gap:18px;border-radius:22px}.pcirc{width:38px;height:38px;font-size:17px;border-radius:13px}.pi h3{font-size:20px}.pi p{font-size:14px}.ctcopy h2{font-size:32px}.ctcopy>p{font-size:16px}.cta{padding:56px 0}.ctform{padding:30px 24px;border-radius:24px}.ctform h3{font-size:25px}.ctform .cs{font-size:12px}.crow{gap:12px}.cbadge{font-size:10px;min-width:65px}.cval{font-size:12px}.lk-related-260916,.seo-info,.region-index,.type-index,.geo-qa,.page-byline{width:calc(100% - 48px)!important;margin:60px auto!important}.lk-related-260916{padding:26px!important}.lk-related-260916 h2{font-size:22px!important}.lk-related-260916 a{font-size:13px!important}.region-index>h2,.type-index>h2,.geo-qa>h2{font-size:28px!important}.region-index>p{font-size:14px!important}.region-grid{grid-template-columns:1fr!important;gap:16px!important}.region-card{padding:26px!important}.type-index>div{grid-template-columns:1fr!important}.geo-qa details{padding:22px!important}.geo-qa summary{font-size:15px}.geo-qa details p{font-size:14px}.page-byline,.seo-info{padding:24px!important;font-size:12px!important}.finfo{font-size:11px}.fdisc{font-size:10px}.flinks{flex-direction:row;gap:14px}.flinks a{font-size:11px}.mbb-btn{font-size:11px}.mobile-nav-header{padding-top:24px}#popup-overlay{padding:18px!important}#popup-box{width:100%!important;max-height:calc(100dvh - 108px)!important;border-radius:22px!important}#popup-box>div:first-child{padding:24px!important}#popup-box>div:nth-child(2){padding:20px 24px!important}#popup-box>div:nth-child(3){padding:0 24px 18px!important}#cta-modal>div{margin-top:30px!important}}
@media(max-width:360px){.wrap{padding:0 18px}.hero-copy h1{font-size:31px;min-height:136px}.hero-sub{font-size:14px}.hcard,.ctform{padding:26px 20px}.btn-cr,.btn-ol{font-size:11px}.tnwrap{--tnlogo:24px;padding:0 12px}.tn-cta{padding:9px 11px;font-size:11px}.tn-hamburger{margin-left:5px}.mc{grid-template-columns:86px minmax(0,1fr)}.mbody{padding:23px 16px 10px}.mlink{padding-left:16px}.mphoto{min-height:320px}.sh h2{font-size:28px}.pc,.wc{padding:26px}.lk-related-260916,.seo-info,.region-index,.type-index,.geo-qa,.page-byline{width:calc(100% - 36px)!important}.ctcopy h2{font-size:29px}.chip{padding:10px;font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.au,.sr{opacity:1!important;transform:none!important}#popup-overlay{opacity:1!important}#popup-box{transform:none!important}}

/* Selected A: real LK reception photo, with the existing title and CTA in live HTML. */
.hero-g{padding:24px 0 28px;gap:36px}
.hero-copy{isolation:isolate;flex-shrink:0;width:calc(100vw - 48px);max-width:1480px;min-height:650px;padding:110px 48px 104px;border-radius:32px;overflow:hidden;background-color:#f4f6f8;background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 27%,rgba(255,255,255,.76) 43%,rgba(255,255,255,.16) 68%,rgba(255,255,255,0) 100%),url("/boonyang/images/hero-lk-reception.jpg");background-size:cover;background-position:center,center 53%}
.hero-copy::before{display:none}
.hero::before{inset:570px 0 0;background:#f6f7f9}
.hero-copy h1{position:relative;margin-bottom:24px;text-shadow:0 1px 12px #ffffff35}
.hero-sub{position:relative;color:#4e5968;margin-bottom:32px}
.hero-heading-break{display:none}
@media(min-width:961px){.hero-copy{text-align:left;padding:78px 64px 84px}.hero-copy h1{max-width:680px;min-height:0;margin:0 0 24px;font-size:clamp(42px,4vw,56px);line-height:1.42}.hero-heading-break{display:block}.hero-sub{max-width:600px;margin-left:0;margin-right:0;font-size:17px}.hero .btns{justify-content:flex-start}}
.hero .btn-ol{background:#fee500;color:#191919;box-shadow:0 2px 12px #19213205}
.hero .btn-ol:hover{background:#f4dc00;color:#191919}

/* Reduce the page length without removing or hiding original content. */
section{padding:56px 0}
.hero{padding:0}
.stats{padding:0 0 28px}
.stat-card{padding:24px 48px}
.sh{margin-bottom:36px}
.sh h2{margin-bottom:18px}
.tgrid,.pgrid,.wgrid{gap:20px}
.pc{min-height:240px;padding:32px}
.pn{margin-bottom:20px}
.wc{min-height:260px;padding:36px}
.widx{margin-bottom:24px}
.wc h3{margin-bottom:16px}
.wc--full{min-height:0}
.pi{padding:24px 28px}
.ptrack{gap:12px}
.cta{padding:56px 0}
.ctcopy{padding-top:16px}
.lk-related-260916{margin:32px auto!important;padding:28px!important}
.lk-related-260916 h2{margin-bottom:18px!important}
.lk-related-260916 a{padding:14px 18px!important}
.seo-info{margin:40px auto!important;padding:22px 28px!important}
.region-index,.type-index,.geo-qa{margin:36px auto!important}
.region-index>p{margin-bottom:26px!important}
.region-grid{gap:16px!important}
.region-card{padding:22px!important}
.region-card li{padding:2px 0}
.region-card h3{margin-bottom:12px!important}
.type-index>div>div{padding:24px!important}
.geo-qa>div{margin-top:24px;gap:10px!important}
.geo-qa details{padding:20px 26px!important}
.page-byline{margin:32px auto 36px;padding:22px 28px}
footer{padding:44px 0}
@media(max-width:1199px){.hero-copy{min-height:610px;padding:108px 48px 112px;background-position:center,60% center}}
@media(max-width:960px){section{padding:44px 0}.hero{padding:0}.hero-g{padding:20px 0 24px;gap:28px}.hero-copy{width:calc(100vw - 32px);min-height:590px;padding:96px 36px 130px;border-radius:26px;background-position:center,64% center;background-image:linear-gradient(180deg,rgba(250,251,252,.86),rgba(250,251,252,.66) 57%,rgba(250,251,252,.10)),url("/boonyang/images/hero-lk-reception.jpg")}.hero::before{inset:530px 0 0}.stats{padding:0 0 24px}.sh{margin-bottom:30px}.cta{padding:44px 0}.ctwrap{gap:30px}.ctcopy{padding-top:0}.proc .wrap{gap:28px}.pc{padding:28px;min-height:0}.wc{padding:30px;min-height:0}.pi{padding:23px 28px}.region-index,.type-index,.geo-qa{margin:32px auto!important}.lk-related-260916{margin:36px auto!important}.page-byline{margin:36px auto 44px}}
@media(max-width:600px){section{padding:32px 0}.hero{padding:0}.hero-g{padding:12px 0 20px;gap:24px}.hero-copy{width:calc(100vw - 24px);min-height:590px;padding:62px 18px 132px;border-radius:24px;background-position:center,64% center;background-image:linear-gradient(180deg,rgba(250,251,252,.94) 0%,rgba(250,251,252,.82) 38%,rgba(250,251,252,.35) 69%,rgba(250,251,252,.03) 100%),url("/boonyang/images/hero-lk-reception.jpg")}.hero-copy h1{font-size:35px;min-height:154px;margin-bottom:20px}.hero-sub{font-size:14px;line-height:1.85;max-width:350px;margin-bottom:26px}.hero::before{inset:530px 0 0}.hero .btns{max-width:350px;margin:0 auto;gap:8px}.hero .btn-cr,.hero .btn-ol{font-size:12px;min-height:52px}.stats{padding:0 0 20px}.stat-card{padding:24px 28px;gap:12px}.stat-number{font-size:58px}.sh{margin-bottom:26px}.sh h2{margin-bottom:14px}.tgrid,.pgrid,.wgrid{gap:14px}.mphoto{min-height:260px}.mbody{padding-top:22px}.mlink{padding-bottom:20px}.pc,.wc{padding:25px}.pn{margin-bottom:18px}.widx{margin-bottom:20px}.pc h3,.wc h3{margin-bottom:12px}.pban{padding:22px}.pi{padding:21px;gap:16px}.cta{padding:32px 0}.ctwrap{gap:28px}.ctcopy h2{margin-bottom:20px}.ctcopy>p{margin-bottom:26px}.lk-related-260916,.seo-info,.region-index,.type-index,.geo-qa,.page-byline{margin:24px auto!important}.lk-related-260916{padding:22px!important}.seo-info,.page-byline{padding:20px!important}.region-grid{gap:12px!important}.region-card{padding:20px!important}.type-index>div{gap:12px!important}.type-index>div>div{padding:20px!important}.geo-qa details{padding:18px 20px!important}.geo-qa>div{margin-top:20px;gap:8px!important}.region-index>h2,.type-index>h2,.geo-qa>h2{margin-bottom:18px!important}footer{padding:32px 0}}
@media(max-width:360px){.hero-copy{padding-left:17px;padding-right:17px;min-height:568px;padding-top:55px}.hero-copy h1{font-size:31px;min-height:136px}.hero-sub{font-size:13px}.hero .btn-cr,.hero .btn-ol{font-size:11px}.mphoto{min-height:290px}}

/* User requested static title, an additional online CTA, and the inline form retained. */
.hero-copy h1{animation:none;opacity:1;transform:none}
.typing-cursor{display:none!important}
.hero .btns{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
@media(min-width:961px){.hero .btns{justify-content:flex-start}}
.hero .btn-online{background:var(--cr);color:#fff}
.hero .btns a[href^="tel:"]{background:#fff;color:#16864a}
.hero .btns a[href^="tel:"] svg{stroke:currentColor}
#mcta-form>div:first-child{font-family:var(--ui)!important;font-size:26px!important;font-weight:700!important;line-height:1.5!important;margin-bottom:8px!important;letter-spacing:-.04em}
#cta-modal>div{max-width:560px!important;margin-top:48px!important}
#cta-modal .ctform{padding:32px}
#cta-modal .ff{min-height:50px;padding:13px 16px;margin-bottom:14px}
#cta-modal .sl{margin-bottom:10px}
#cta-modal .sg{margin-bottom:18px}
#cta-modal .cs{margin-bottom:20px}
#cta-modal textarea.ff{height:82px;min-height:82px}
#cta-modal .privacy-check{margin-bottom:18px}
@media(max-width:600px){.hero .btns{display:grid;grid-template-columns:1.35fr 1fr;max-width:350px;gap:8px}.hero .btn-online{grid-column:1/-1}.hero .btns>*{width:100%}.hero .btn-online{font-size:15px}.hero-copy{padding-bottom:100px}#cta-modal>div{margin-top:40px!important}#cta-modal .ctform{padding:28px 22px}#mcta-form>div:first-child{font-size:24px!important}}



.lk-success-overlay[hidden]{display:none!important}
.lk-success-overlay{position:fixed;inset:0;z-index:11000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(20,34,43,.58);backdrop-filter:blur(5px);font-family:var(--ui,-apple-system,BlinkMacSystemFont,'Noto Sans KR',sans-serif);letter-spacing:-.025em}
.lk-success-card{position:relative;width:100%;max-width:520px;max-height:calc(100dvh - 48px);overflow:auto;padding:36px 32px 28px;border-radius:18px;background:#fff;box-shadow:0 24px 80px #14202b26;text-align:center;color:#191f28}
.lk-success-close{position:absolute;top:13px;right:15px;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#6b7684;font-size:25px;line-height:1;cursor:pointer}
.lk-success-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 22px;border-radius:50%;background:#e8f6ef;color:#198353}
.lk-success-icon svg{width:32px;height:32px}
.lk-success-card h2{margin:0 0 15px;font:700 22px/1.5 var(--ui,-apple-system,BlinkMacSystemFont,'Noto Sans KR',sans-serif);letter-spacing:-.04em}
.lk-success-card>p{font-size:14px;line-height:1.9;color:#50657a;margin:0 0 24px}
.lk-success-card>p strong{color:#8b1a2e;font-weight:700}
.lk-success-notes{padding:18px 20px;background:#f6f7f9;border-radius:12px;text-align:left;margin-bottom:24px}
.lk-success-notes p{position:relative;padding-left:13px;font-size:12px;line-height:1.9;color:#6b7684;margin:0 0 9px}
.lk-success-notes p:last-child{margin-bottom:0}
.lk-success-notes p::before{content:'';position:absolute;left:0;top:10px;width:4px;height:4px;background:#ed8caa;border-radius:50%}
.lk-success-notes strong{font-weight:600;color:#435465}
.lk-success-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}
.lk-success-actions a{min-height:51px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:700}
.lk-success-actions svg{width:18px;height:18px;flex-shrink:0}
.lk-success-call{background:#8b1a2e;color:#fff}
.lk-success-call:hover{background:#711326}
.lk-success-kakao{background:#fee500;color:#252015}
.lk-success-kakao:hover{background:#f7dd00}
.lk-success-confirm{width:100%;min-height:48px;border:0;border-radius:8px;background:#edf0f3;color:#334455;font:600 14px var(--ui,-apple-system,BlinkMacSystemFont,'Noto Sans KR',sans-serif);cursor:pointer}
.lk-success-confirm:hover{background:#e2e7ec}
.lk-success-card :is(a,button):focus-visible{outline:2px solid #8b1a2e;outline-offset:3px}
@media(max-width:540px){.lk-success-overlay{padding:16px}.lk-success-card{max-height:calc(100dvh - 32px);padding:32px 22px 22px;border-radius:16px}.lk-success-card h2{font-size:20px}.lk-success-card>p{font-size:13px}.lk-success-actions a{font-size:12px;gap:6px}.lk-success-notes{padding:17px}.lk-success-notes p{font-size:11px}.lk-success-icon{width:60px;height:60px;margin-bottom:18px}}


/* Sharp text and movement-only scroll effects, including every expert card. */
body :is(.sr,.sr-i,.rv){opacity:1!important;filter:none!important;transform:none!important}
body :is(.lk-card,.lk-person,.lk-lead-profile,.mc,.pi,.pr-item,.trust-item,.area,.mem),body :is(.lk-card,.lk-person,.lk-lead-profile,.mc,.pi,.pr-item,.trust-item,.area,.mem) *{text-shadow:none!important;filter:none!important}
body :is(.pi,.pr-item,.lk-person,.mc,.mem){backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
@media(prefers-reduced-motion:no-preference){
 body:is(.lk-center,body) .lk-reveal-ready.lk-reveal-ready{opacity:1!important;filter:none!important;transform:none!important;translate:0 28px!important;animation:none!important;transition:translate .65s cubic-bezier(.2,.7,.25,1) var(--lk-reveal-delay,0ms),background .2s!important}
 body:is(.lk-center,body) .lk-reveal-ready.lk-reveal-visible{translate:none!important}
}
@media(prefers-reduced-motion:reduce){body .lk-reveal-ready{opacity:1!important;filter:none!important;translate:none!important;transform:none!important;transition:none!important}}
/* Review notes: consistent quiet cards across the ten practice areas. */
body .hero .hero-copy>.lk-field-title{display:flex;align-items:center;box-sizing:border-box;width:100%;min-height:38px;margin:0 0 28px;padding:10px 16px;background:#8b1a2e;color:#fff;border-radius:5px;font-size:13px;font-weight:700;line-height:1.6;letter-spacing:0;text-align:left;word-break:keep-all}
@media(max-width:600px){body .hero .hero-copy>.lk-field-title{font-size:11px;padding:10px 12px;margin-bottom:24px}}
body:is(.lk-center,body) :is(.lk-float,.float-nav){position:fixed!important;top:50%!important;bottom:auto!important;right:16px!important;left:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:10px!important;width:64px!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;background:#fff!important;border:1px solid #e5e8eb!important;border-radius:34px!important;overflow:visible!important;box-shadow:none!important;transform:translateY(-50%)!important}
body:is(.lk-center,body) :is(.lk-float,.float-nav)::before,body:is(.lk-center,body) :is(.lk-float,.float-nav)::after{display:none!important}
body:is(.lk-center,body) :is(.lk-float,.float-nav)>:is(a,button){order:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;flex:none!important;gap:5px!important;box-sizing:border-box;width:62px!important;height:62px!important;min-height:62px!important;margin:0!important;padding:10px 3px!important;border:0!important;border-radius:50%!important;background:#fff!important;color:#8b1a2e!important;box-shadow:0 5px 10px rgba(25,31,40,.12)!important;text-decoration:none!important;font-family:inherit!important;font-size:10px!important;line-height:1.3!important;cursor:pointer}
body:is(.lk-center,body) :is(.lk-float,.float-nav)>a[href^='tel:']{order:0!important;color:#16864a!important}
body:is(.lk-center,body) :is(.lk-float,.float-nav)>a[href*='pf.kakao.com']{order:2!important;background:#fee500!important;color:#191919!important}
body:is(.lk-center,body) :is(.lk-float,.float-nav)>a[href*='blog.naver.com']{order:3!important;color:#087f3b!important}
body:is(.lk-center,body) :is(.lk-float,.float-nav)>a[href*='youtube.com']{order:4!important;color:#e11d29!important}
body:is(.lk-center,body) :is(.lk-float,.float-nav)>.top{display:none!important}
body:is(.lk-center,body) :is(.lk-float,.float-nav) .lk-float-symbol{width:19px!important;height:19px!important;display:block!important;flex:none!important;color:inherit!important;background:none!important;border:0!important;margin:0!important;padding:0!important}
body:is(.lk-center,body) :is(.lk-float,.float-nav) .lk-float-label{display:block!important;color:inherit!important;font-size:10px!important;line-height:1.3!important;font-weight:650!important;letter-spacing:-.04em!important;margin:0!important;padding:0!important}
body:is(.lk-center,body) :is(.lk-float,.float-nav) .lk-float-blog{width:24px!important;height:24px!important;color:#03c75a!important}
/* Keep telephone consultation distinct from the filled online action in every hero. */
body:is(.lk-center,body) :is(.lk-hero-buttons,.hero .btns)>a[href^='tel:']{background:#fff!important;color:#333d4b!important;border:2px solid #333d4b!important;box-shadow:none!important;font-weight:700!important}
body:is(.lk-center,body) :is(.lk-hero-buttons,.hero .btns)>a[href^='tel:']:hover{background:#f2f4f6!important}
body:is(.lk-center,body) :is(.lk-hero-buttons,.hero .btns)>a[href^='tel:'] svg{stroke:currentColor!important}
@media(max-width:960px){body:is(.lk-center,body) :is(.lk-float,.float-nav){display:none!important}}
body .lk-review-zone{background:#fff!important;border:0!important;padding-top:28px!important;padding-bottom:32px!important}
body .lk-review-note,body .page-byline,body .lk-scope-note,body .seo-info{box-sizing:border-box;background:#f5f6f8!important;border:0!important;border-radius:24px!important;padding:28px 32px!important;box-shadow:none!important;color:#4e5968!important;font-size:14px!important;line-height:1.85!important}
body .lk-review-note p,body .lk-review-note>div,body .page-byline p{color:#4e5968!important;font-size:14px!important;line-height:1.85!important}
body .lk-review-note p:last-child,body .lk-review-note>div:last-child,body .page-byline p:last-child{border:0!important;color:#6b7684!important}
body .lk-review-note p:first-child,body .page-byline p:first-child{margin-top:0!important}
body .lk-review-note strong,body .lk-review-note b,body .page-byline b,body .page-byline strong{color:#333d4b!important}
body .lk-review-note a,body .page-byline a{font-weight:650!important}
body .lk-scope-note{margin-bottom:16px!important;font-size:14px!important}
/* Land compensation: same portrait scale as the association center, simple numbered cards. */
body.lk-center.lk-land .tiles>.tile>.ico{display:none!important}
body.lk-center.lk-land .trust-sec{background:#f5f6f8!important}
body.lk-center.lk-land .trust-sec>.bgimg,body.lk-center.lk-land .trust-sec>.ov{display:none!important}
body.lk-center.lk-land .trust-sec h2{color:#191f28!important;font-size:40px!important;line-height:1.45!important}
body.lk-center.lk-land .trust-quote{background:#fff;border-radius:20px;padding:22px 24px;margin:24px 0!important;color:var(--lk-accent)!important;font-size:21px!important;line-height:1.6!important}
body.lk-center.lk-land .trust-caveat{text-align:left!important;font-size:15px!important;line-height:1.85!important;color:#6b7684!important}
body.lk-center.lk-land .trust-list{display:grid;gap:14px}
body.lk-center.lk-land .trust-item{display:grid!important;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:18px!important;background:#fff!important;border:0!important;border-radius:24px!important;padding:26px!important;margin:0!important}
body.lk-center.lk-land .trust-item>.b{display:grid;place-items:center;width:40px;height:40px;background:#f7eef0;border-radius:13px;font-size:17px!important;color:var(--lk-accent)!important}
body.lk-center.lk-land .trust-item h3{font-size:22px!important;color:#191f28!important;line-height:1.5!important;margin:2px 0 10px!important}
body.lk-center.lk-land .trust-item p{font-size:15px!important;color:#6b7684!important;line-height:1.8!important}
/* Divorce: larger independent cards and restrained purple highlights. */
body.lk-center.lk-divorce .dv-card.lkp{--paper:#fff!important;--cream:#f5f6f8!important;--ink:#191f28!important;--muted:#6b7684!important;--line:#e5e8eb!important;--brand:#8b3579!important;--hl:#8b3579!important;--vivid:#8b3579!important;--accent:#8b3579!important}
body.lk-center.lk-divorce .lk-section{padding-top:56px!important;padding-bottom:56px!important}
body.lk-center.lk-divorce .lk-section h2{color:#191f28!important;font-size:40px!important;line-height:1.4!important}
body.lk-center.lk-divorce .lk-section h2 span{color:#8b3579!important}
body.lk-center.lk-divorce .lk-content>p{font-size:16px!important;line-height:1.85!important;color:#6b7684!important}
body.lk-center.lk-divorce .lk-content>p:first-child{font-size:13px!important;color:#8b3579!important;letter-spacing:.04em!important;font-weight:700!important}
body.lk-center.lk-divorce #check,body.lk-center.lk-divorce #cases,body.lk-center.lk-divorce #process,body.lk-center.lk-divorce .lk-divorce-essentials{background:#f5f6f8!important}
body.lk-center.lk-divorce #services,body.lk-center.lk-divorce #why,body.lk-center.lk-divorce #team,body.lk-center.lk-divorce #cta{background:#fff!important}
body.lk-center.lk-divorce .lk-dv-check-grid{border:0!important;gap:20px!important}
body.lk-center.lk-divorce .lk-dv-check-card{display:block!important;border:0!important;border-radius:24px!important;background:#fff!important;padding:30px!important}
body.lk-center.lk-divorce .lk-dv-check-card>div:first-child{display:grid;place-items:center;width:44px;height:44px;min-width:0!important;background:#f5ebf3;border-radius:15px;font-size:17px!important;color:#8b3579!important;margin-bottom:24px}
body.lk-center.lk-divorce .lk-dv-check-card h3{font-size:25px!important;line-height:1.45!important;margin-bottom:14px!important;color:#191f28!important}
body.lk-center.lk-divorce .lk-dv-check-card p{font-size:16px!important;line-height:1.85!important;color:#6b7684!important}
body.lk-center.lk-divorce .lk-dv-notice{background:#ede7f1!important;border:0!important;border-radius:20px!important;padding:24px 28px!important}
body.lk-center.lk-divorce .lk-dv-notice p,body.lk-center.lk-divorce .lk-dv-notice strong,body.lk-center.lk-divorce .lk-dv-notice>div{color:#633b6a!important}
body.lk-center.lk-divorce .lk-dv-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}
body.lk-center.lk-divorce .lk-dv-services-card{border:0!important;border-radius:26px!important;background:#f5f6f8!important;padding:32px!important;box-shadow:none!important}
body.lk-center.lk-divorce .lk-dv-services-card>div:first-child{display:grid;place-items:center;width:44px;height:44px;background:#eee3ed;border-radius:15px;color:#8b3579!important;letter-spacing:0!important;font-size:17px!important;margin-bottom:24px!important}
body.lk-center.lk-divorce .lk-dv-services-card h3{font-size:28px!important;color:#191f28!important;margin-bottom:10px!important}
body.lk-center.lk-divorce .lk-dv-services-card>div:nth-of-type(2){font-size:15px!important;color:#8b3579!important;margin-bottom:22px!important}
body.lk-center.lk-divorce .lk-dv-services-card li{font-size:15px!important;line-height:1.85!important;color:#6b7684!important}
body.lk-center.lk-divorce .lk-dv-services-card li span{width:4px!important;height:4px!important;border-radius:50%;top:12px!important}
body.lk-center.lk-divorce .lk-dv-essentials-grid{gap:20px!important}
body.lk-center.lk-divorce .lk-dv-essentials-card{border:0!important;border-radius:26px!important;overflow:hidden!important;padding:0!important;box-shadow:none!important;background:#fff!important}
body.lk-center.lk-divorce .lk-dv-essentials-card>div{background:#fff!important;padding:28px 30px!important}
body.lk-center.lk-divorce .lk-dv-essentials-card>div:first-child{background:#f1e9f2!important}
body.lk-center.lk-divorce .lk-dv-essentials-card>div:first-child>span{border:0!important;background:#e4d3e7!important;color:#79366f!important;border-radius:8px!important;padding:6px 10px!important;font-size:12px!important}
body.lk-center.lk-divorce .lk-dv-essentials-card>div:first-child>div{color:#79366f!important}
body.lk-center.lk-divorce .lk-dv-essentials-card>div:first-child>div:first-of-type{font-size:32px!important;line-height:1.4!important;font-weight:750!important}
body.lk-center.lk-divorce .lk-dv-essentials-card>div:first-child>div:last-child{font-size:14px!important;color:#6b7684!important}
body.lk-center.lk-divorce .lk-dv-essentials-card>div:last-child>div{font-size:12px!important;color:#8b3579!important}
body.lk-center.lk-divorce .lk-dv-essentials-card h3{font-size:24px!important;color:#191f28!important;margin-bottom:14px!important}
body.lk-center.lk-divorce .lk-dv-essentials-card p{font-size:15px!important;color:#6b7684!important;line-height:1.85!important}
body.lk-center.lk-divorce .lk-dv-why-card{border:0!important;background:#f5f6f8!important;border-radius:24px!important;padding:30px!important;margin-bottom:16px!important;grid-template-columns:54px minmax(0,1fr)!important;gap:24px!important}
body.lk-center.lk-divorce .lk-dv-why-card>div:first-child{display:grid;place-items:center;width:48px;height:48px;background:#eee3ed;border-radius:16px;color:#8b3579!important;font-size:21px!important;line-height:1!important}
body.lk-center.lk-divorce .lk-dv-why-card>div:last-child{padding:0!important}
body.lk-center.lk-divorce .lk-dv-why-card h3{font-size:25px!important;margin-bottom:14px!important}
body.lk-center.lk-divorce .lk-dv-why-card p{font-size:16px!important;line-height:1.85!important}
body.lk-center.lk-divorce .lk-dv-process-grid{gap:16px!important}
body.lk-center.lk-divorce .lk-dv-process-card{background:#fff;border:0;border-radius:22px!important;padding:24px!important;text-align:left!important}
body.lk-center.lk-divorce .lk-dv-process-card>div{width:42px!important;height:42px!important;background:#f1e9f2!important;color:#8b3579!important;border-radius:14px!important;margin:0 0 24px!important;font-size:18px!important}
body.lk-center.lk-divorce .lk-dv-process-card h3{color:#191f28!important;font-size:21px!important}
body.lk-center.lk-divorce .lk-dv-process-card p{color:#6b7684!important;font-size:14px!important;line-height:1.85!important}
body.lk-center.lk-divorce .lk-dv-cases-card{background:#fff!important;border:0!important;border-radius:24px!important;padding:30px!important;box-shadow:none!important}
body.lk-center.lk-divorce .lk-dv-cases-card h3{font-size:24px!important;line-height:1.5!important}
@media(max-width:1000px){
 body.lk-center.lk-divorce .lk-dv-process-grid{grid-template-columns:1fr!important}
 body.lk-center.lk-divorce .lk-dv-process-card{display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:20px}
 body.lk-center.lk-divorce .lk-dv-process-card>div{grid-row:1/3;margin:0!important}
 body.lk-center.lk-divorce .lk-dv-process-card h3,body.lk-center.lk-divorce .lk-dv-process-card p{grid-column:2}
}
@media(max-width:600px){
 body .lk-review-note,body .page-byline,body .lk-scope-note,body .seo-info{padding:24px!important;border-radius:20px!important}
 body.lk-center.lk-divorce .lk-section{padding:36px 20px!important}
 body.lk-center.lk-divorce .lk-section h2,body.lk-center.lk-land .trust-sec h2{font-size:30px!important}
 body.lk-center.lk-divorce .lk-dv-services-grid{grid-template-columns:1fr!important}
 body.lk-center.lk-divorce .lk-dv-check-card,body.lk-center.lk-divorce .lk-dv-services-card,body.lk-center.lk-divorce .lk-dv-cases-card{padding:26px!important}
 body.lk-center.lk-divorce .lk-dv-services-card h3{font-size:26px!important}
 body.lk-center.lk-divorce .lk-dv-why-card{grid-template-columns:1fr!important;padding:26px!important}
 body.lk-center.lk-divorce .lk-dv-essentials-card>div{padding:24px!important}
 body.lk-center.lk-divorce .lk-dv-essentials-card>div:first-child>div:first-of-type{font-size:29px!important}
 body.lk-center.lk-land .trust-item{grid-template-columns:36px minmax(0,1fr);padding:22px!important;gap:14px!important}
 body.lk-center.lk-land .trust-item>.b{width:36px;height:36px}
 body.lk-center.lk-land .trust-item h3{font-size:21px!important}
}

/* Scrolling titles stay within their own section; mobile uses normal flow. */
body :is(.lk-sticky-section,.proc){overflow:visible!important}
@media(min-width:961px){
 body .lk-sticky-layout{align-items:start!important}
 body .lk-sticky-title,body .proc>.wrap>.sh{position:sticky!important;top:110px!important;align-self:start!important;translate:none!important;transform:none!important}
 body .trust-sec>.wrap,body.lk-finance #trust .lk-sticky-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
 body .trust-sec>.wrap::after,body .trust-sec>.wrap::before{display:none!important}
}
@media(max-width:960px){
 body .lk-sticky-title,body .proc>.wrap>.sh{position:static!important;top:auto!important}
}

/* Qualification labels have a safe inset from the rounded photo corners. */
body.lk-medical #ttrack{padding:8px 2px 40px!important}
body.lk-medical #ttrack .mem{opacity:1!important;transform:none!important}
body.lk-medical #ttrack .mem .ph{border-radius:22px;isolation:isolate}
body.lk-medical #ttrack .mem .qb{top:14px!important;left:14px!important;right:auto!important;max-width:calc(100% - 28px);box-sizing:border-box;white-space:normal;line-height:1.5!important;padding:7px 11px!important;border-radius:9px!important;font-size:12px!important;z-index:2;background:#11414a!important;color:#fff!important}

/* Criminal consultation: a spacious, clear form with existing behavior. */
body.lk-criminal .ctform.lk-form{background:#fff!important;border:0!important;border-radius:28px!important;padding:36px!important;box-shadow:0 8px 32px rgba(25,31,40,.05)!important}
body.lk-criminal .ctform::before{display:none!important}
body.lk-criminal .ctform h3{font-size:28px!important;font-weight:750!important;line-height:1.4!important;letter-spacing:-.04em;color:#191f28!important;margin-bottom:12px!important}
body.lk-criminal .ctform .cs{font-size:14px!important;line-height:1.7!important;color:#6b7684!important;margin-bottom:28px!important}
body.lk-criminal .ctform .ff{min-height:56px!important;padding:17px 18px!important;border:1px solid transparent!important;background:#f5f6f8!important;border-radius:14px!important;color:#333d4b!important;font-size:16px!important;margin-bottom:12px!important;box-sizing:border-box}
body.lk-criminal .ctform .ff:focus{outline:2px solid #8b1a2e!important;outline-offset:1px;background:#fff!important}
body.lk-criminal .ctform textarea.ff{min-height:120px!important;resize:vertical}
body.lk-criminal .ctform .sg{margin:22px 0!important}
body.lk-criminal .ctform .sl{font-size:14px!important;font-weight:700!important;color:#4e5968!important;margin-bottom:12px!important}
body.lk-criminal .ctform .chips{gap:8px!important}
body.lk-criminal .ctform .chip{background:#f5f6f8!important;border:1px solid transparent!important;border-radius:12px!important;padding:11px 13px!important;font-size:13px!important;line-height:1.4!important;color:#4e5968!important}
body.lk-criminal .ctform .chip.on{background:#f3e7ea!important;border-color:#8b1a2e!important;color:#8b1a2e!important;font-weight:700!important}
body.lk-criminal .ctform .privacy-check{margin:20px 0!important;line-height:1.7!important;color:#6b7684!important}
body.lk-criminal .ctform .bsub{min-height:58px!important;border-radius:15px!important;background:#8b1a2e!important;color:#fff!important;font-size:17px!important;font-weight:750!important}
body.lk-criminal .ctform .bsub:hover{background:#731426!important}
body.lk-criminal .ctform .fnote{font-size:12px!important;line-height:1.7!important;color:#8b95a1!important;margin-top:15px!important}

/* Finance recovery process: light section and independent step cards. */
body.lk-finance .lk-finance-process{background:#f5f6f8!important;color:#191f28!important}
body.lk-finance .lk-process-backdrop{display:none!important}
body.lk-finance .lk-process-heading{max-width:900px!important;margin-bottom:40px!important}
body.lk-finance .lk-process-heading h2{font-size:40px!important;line-height:1.45!important;letter-spacing:-.04em!important;white-space:normal!important;color:#191f28!important}
body.lk-finance .lk-process-heading p{font-size:17px!important;line-height:1.8!important;color:#6b7684!important;margin-top:18px!important}
body.lk-finance .lk-process-heading>div span{color:#8b1a2e!important}
body.lk-finance .lk-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;background:transparent!important;border:0!important}
body.lk-finance .lk-process-card{background:#fff!important;border:0!important;border-radius:26px!important;padding:32px!important;backdrop-filter:none!important;box-shadow:none!important}
body.lk-finance .lk-process-card>div:first-child{display:inline-flex!important;background:#f5edef!important;color:#8b1a2e!important;padding:8px 12px!important;border-radius:10px!important;font-size:13px!important;font-weight:700!important;letter-spacing:0!important;margin-bottom:26px!important}
body.lk-finance .lk-process-card h3{font-size:25px!important;line-height:1.5!important;letter-spacing:-.035em!important;color:#191f28!important;margin-bottom:20px!important}
body.lk-finance .lk-process-card h3+div{gap:14px!important}
body.lk-finance .lk-process-card h3+div>div{font-size:15px!important;line-height:1.85!important;color:#6b7684!important}
body.lk-finance .lk-process-card h3+div>div>span:first-child{color:#8b95a1!important}
body.lk-finance .lk-process-note{color:#6b7684!important;font-size:13px!important;line-height:1.8!important;margin-top:24px!important}
@media(max-width:960px){body.lk-finance .lk-process-grid{grid-template-columns:1fr!important}}
@media(max-width:600px){
 body.lk-criminal .ctform.lk-form{padding:26px 22px!important;border-radius:24px!important}
 body.lk-criminal .ctform h3{font-size:25px!important}
 body.lk-finance .lk-process-heading h2{font-size:30px!important}
 body.lk-finance .lk-process-card{padding:26px!important}
 body.lk-finance .lk-process-card h3{font-size:24px!important}
}
/* Practice summaries: neutral surfaces, clear labels, no truncated mobile copy. */
body .lk-ai-summary-section{padding:44px 24px!important;background:#fff!important;border:0!important;scroll-margin-top:90px}
body .lk-ai-summary{box-sizing:border-box;width:100%!important;max-width:1120px!important;margin:0 auto!important;padding:36px!important;background:#f5f6f8!important;border:0!important;border-radius:26px!important;box-shadow:none!important;text-align:left!important}
body #ai-summary .lk-ai-summary h2{font-family:inherit!important;font-size:28px!important;line-height:1.5!important;letter-spacing:-.035em!important;color:#191f28!important;margin:0 0 24px!important;word-break:keep-all;overflow-wrap:anywhere}
body .lk-ai-summary ul{list-style:none!important;margin:0!important;padding:0!important;display:grid;gap:18px}
body .lk-ai-summary li{display:grid;grid-template-columns:92px minmax(0,1fr);gap:16px;margin:0!important;font-size:15px!important;line-height:1.85!important;color:#4e5968!important;word-break:keep-all;overflow-wrap:anywhere}
body .lk-ai-summary li strong{color:var(--lk-accent,#8b1a2e)!important;font-size:15px!important;font-weight:700!important}
body .lk-ai-summary .lk-ai-summary-note{margin:24px 0 0!important;padding-top:20px;border-top:1px solid #e5e8eb;color:#6b7684!important;font-size:13px!important;line-height:1.8!important;word-break:keep-all;overflow-wrap:anywhere}
@media(max-width:600px){
 body .lk-ai-summary-section{padding:28px 16px!important}
 body .lk-ai-summary{padding:24px!important;border-radius:22px!important}
 body #ai-summary .lk-ai-summary h2{font-size:24px!important;margin-bottom:22px!important}
 body .lk-ai-summary li{grid-template-columns:minmax(0,1fr);gap:4px}
}

/* Mobile contact colors are shared rules; the center owns its accent. */
body .lk-phone-error{margin:7px 0 0!important;font-size:12px!important;line-height:1.6!important;color:#d32f45!important;grid-column:1/-1}
body .lk-phone-error[hidden]{display:none!important}
body input[type='tel'][aria-invalid='true']{border-color:#d32f45!important;box-shadow:0 0 0 1px #d32f45!important}
body.lk-fhs .cm-dialog::before{display:none!important}
body :is(.mobile-bottom-bar,.fnav-bottom,.mbb)>:is(a,button){box-sizing:border-box}
body :is(.mobile-bottom-bar,.fnav-bottom,.mbb)>a[href^='tel:']{background:#fff!important;border:1px solid #e5e8eb!important;color:#333d4b!important}
body :is(.mobile-bottom-bar,.fnav-bottom,.mbb)>a[href*='pf.kakao.com']{background:#fee500!important;border-color:#fee500!important;color:#191919!important}
body :is(.mobile-bottom-bar,.fnav-bottom,.mbb)>:last-child{background:var(--lk-accent,#8b1a2e)!important;border-color:var(--lk-accent,#8b1a2e)!important;color:#fff!important}
body :is(.mobile-bottom-bar,.fnav-bottom,.mbb)>:last-child :is(span,svg){color:inherit!important}

/* The outer surface alone clips the case header. Two different corner radii
   previously exposed white wedges at the top of the burgundy header. */
body #popup-box{overflow-x:hidden!important;overflow-y:auto!important;isolation:isolate}
body #popup-box>div:first-child{border-radius:0!important}
body #popup-box>div:first-child>div[style*='position:absolute']{display:none!important}
body :is(.lk-modal-card,.lk-success-card,.cmbox2){box-sizing:border-box;overflow-x:hidden!important;overflow-y:auto!important;background-clip:padding-box;isolation:isolate}
@media(max-width:600px){
 body #cta-modal{padding:16px!important;align-items:center!important}
 body #cta-modal>div{margin:0!important;max-height:calc(100dvh - 32px)!important;overflow-y:auto!important;border-radius:22px}
 body #cta-modal>div>button{top:8px!important;right:8px!important;width:44px!important;height:44px!important;color:#6b7684!important}
 body :is(input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea){font-size:16px!important}
 body:not(.lk-center) .ff{font-size:16px!important}
 body #popup-overlay{box-sizing:border-box;padding:16px!important}
 body #popup-box{width:100%!important;max-width:520px!important;border-radius:22px!important;max-height:calc(100dvh - 32px)!important}
 body #popup-box>div:first-child{padding:26px 22px 22px!important}
 body #popup-box>div:first-child>button{top:10px!important;right:10px!important}
 body :is(.lk-modal-card,.lk-success-card,.cmbox2){border-radius:22px!important;max-width:100%!important;max-height:calc(100dvh - 32px)!important}
 body.lk-fhs #consultModal{padding:16px!important;box-sizing:border-box;align-items:center!important}
 body.lk-fhs #consultModal .cm-dialog{margin:0!important;border-top:0!important}

 /* Give portraits the space previously left empty beside short biographies. */
 body.lk-center .lk-people>.lk-person,body:not(.lk-center) .tgrid>.mc{grid-template-columns:44% minmax(0,1fr)!important;min-height:0!important}
 body.lk-center .lk-person-photo,body:not(.lk-center) .mc>.mphoto{box-sizing:border-box;padding:20px 0 20px 16px!important;height:auto!important;min-height:0!important;align-self:start!important;background:transparent!important;overflow:visible!important}
 body.lk-center .lk-person-photo img,body:not(.lk-center) .mc>.mphoto img{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important;border-radius:12px!important;transform:none!important}
 body.lk-center .lk-person-body,body:not(.lk-center) .mc>.mbody{padding:22px 16px 16px!important;min-width:0!important}
 body.lk-center .lk-person-link,body:not(.lk-center) .mc>.mlink{padding:0 16px 22px!important}
 body.lk-center .lk-person-body li,body.lk-center .lk-person-body .lw-points,body:not(.lk-center) .mc .mbio li{overflow-wrap:anywhere!important}

 /* Shared sample: copy and actions first, then a softly blended image below. */
 body{--lk-mobile-image-height:clamp(224px,60vw,280px)}
 body.lk-center .lk-hero .lk-hero-copy,body:not(.lk-center) .hero .hero-copy{position:relative!important;isolation:isolate;overflow:hidden!important;min-height:0!important;background:#fff!important;padding-bottom:calc(var(--lk-mobile-image-height) + 12px)!important;border-radius:24px!important}
 body.lk-center .lk-hero .lk-hero-copy::before,body:not(.lk-center) .hero .hero-copy::before{content:''!important;display:block!important;position:absolute!important;inset:auto 0 0!important;width:100%!important;height:var(--lk-mobile-image-height)!important;margin:0!important;border-radius:0!important;opacity:1!important;filter:none!important;transform:none!important;mask-image:none!important;background-image:linear-gradient(180deg,#fff 0,rgba(255,255,255,.45) 24px,rgba(255,255,255,0) 72px),var(--lk-hero-image,url("/boonyang/images/hero-lk-reception.jpg"))!important;background-size:cover!important;background-position:center,center 53%!important;background-repeat:no-repeat!important;z-index:-1!important}
 body:not(.lk-center) .hero .hero-copy{padding-top:38px!important;padding-left:24px!important;padding-right:24px!important;text-align:left!important}
 body:not(.lk-center) .hero .hero-copy h1,body:not(.lk-center) .hero .hero-sub{min-height:0!important;text-align:left!important}
 body.lk-center.lk-criminal .lk-hero .lk-hero-copy::before{background-size:100% 100%,auto 100%!important}
}

/* Shared firm history, with three evidence-based strengths per practice. */
body .lk-strengths{padding:0 30px 28px!important;background:#f5f6f8;border:0!important}
body .lk-strengths-inner{box-sizing:border-box;max-width:1120px;margin:0 auto;padding:32px 36px;display:grid;grid-template-columns:190px repeat(3,minmax(0,1fr));gap:24px;align-items:center;background:color-mix(in srgb,var(--lk-accent,#8b1a2e) 60%,#17232e);border-radius:22px;color:#fff}
/* The adjacent results card shares the same outer edges as the firm strip. */
body:not(.lk-center) .lk-strengths+.stats{padding-left:30px!important;padding-right:30px!important}
body:not(.lk-center) .lk-strengths+.stats>.wrap{width:100%;max-width:1120px;padding:0!important;margin:0 auto}
body:not(.lk-center) .lk-strengths+.stats .stats-grid{width:100%;max-width:none}
body .lk-strength-year{margin:0;padding:0 22px 0 0;border-right:1px solid #ffffff26}
body .lk-strength-year b{display:block;font-size:27px;font-weight:800;letter-spacing:-.04em;line-height:1.4;color:#ff6680;white-space:nowrap}
body .lk-strength-year span{display:block;margin-top:4px;font-size:11px;line-height:1.7;color:#e5e8eb}
body .lk-strength{display:flex;align-items:flex-start;gap:12px;min-width:0}
body .lk-strength-icon{display:grid;place-items:center;flex:0 0 32px;height:32px;margin-top:2px;border:1px solid #ffffff30;border-radius:9px;color:#dbbcc3;background:#ffffff08}
body .lk-strength-icon svg{width:21px;height:21px}
body .lk-strength b{display:block;color:#fff;font-size:14px;line-height:1.7;font-weight:750;word-break:keep-all}
body .lk-strength div>span{display:block;margin-top:4px;color:#d1d6db;font-size:12px;line-height:1.8;word-break:keep-all}
@media(max-width:960px){
 body .lk-strengths-inner{grid-template-columns:1fr 1fr;gap:26px;padding:30px}
 body .lk-strength-year{border-right:0}
}
@media(max-width:600px){
 body .lk-strengths{padding:0 12px 24px!important}
 body:not(.lk-center) .lk-strengths+.stats{padding-left:12px!important;padding-right:12px!important}
 body .lk-strengths-inner{grid-template-columns:1fr;gap:22px;padding:28px 24px;border-radius:22px}
 body .lk-strength-year{padding:0 0 20px;border-bottom:1px solid #ffffff26}
 body .lk-strength-year b{font-size:27px}
 body .lk-strength b{font-size:15px}
 body .lk-strength div>span{font-size:12px}
 body.lk-center.lk-medical .trust{padding:0 12px 24px!important;background:#f5f6f8!important}
 body.lk-medical .trust>.in{width:100%!important;margin:0!important;padding:28px 24px!important;grid-template-columns:1fr!important;gap:22px!important;box-sizing:border-box}
 body.lk-medical .trust .yr{padding:0 0 20px!important;border-right:0!important;border-bottom:1px solid #ffffff26}
 body.lk-medical .trust .it{min-width:0!important}
}
