@charset "utf-8";

/* 인사말 */
.greet { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.greet .txt { display: flex; flex-direction: column; gap: 44px; min-width: 0; }
.greet .lead { display: flex; flex-direction: column; gap: 32px; }
.greet .lead h3 { font-size: var(--font-size40); font-weight: 500; line-height: 1.25em; color: #121212; }
.greet .lead h3 strong { font-weight: 700; color: #172951; }
.greet .desc { display: flex; flex-direction: column; gap: 8px; }
.greet .desc p { font-size: var(--font-size18); font-weight: 400; line-height: 1.56em; color: #505050; }
.greet .sign { font-size: var(--font-size18); font-weight: 600; line-height: 1.44em; color: #121212; }
.greet .lawyer { display: inline-flex; align-items: center; gap: 12px; width: fit-content; padding: 8px 12px; background: #f8f8f8; }
.greet .lawyer span { font-weight: 500; line-height: 1.75em; color: #121212; }
.greet .lawyer strong { font-size: var(--font-size18); font-weight: 600; line-height: 1.56em; color: #121212; }
.greet .img { position: relative; width: 396px; height: 502px; flex-shrink: 0; }
.greet .img .bg { position: absolute; left: 30px; top: 30px; width: 366px; height: 472px; background: rgba(23,41,81,0.08); }
.greet .img img { position: relative; display: block; width: 366px; height: 472px; object-fit: cover; }

/* 변호사소개 · 손해사정 소개 · 산재팀 소개 */
.profile { display: flex; align-items: flex-start; }
.profile .img { flex: 0 0 366px; width: 366px; height: 549px; overflow: hidden; border-radius: 16px; }
.profile .img.ratio { height: auto; aspect-ratio: 6 / 10; }
.profile .img img { width: 100%; height: 100%; object-fit: cover; }
.profile .txt { display: flex; flex: 1; flex-direction: column; justify-content: center; gap: 24px; min-width: 0; padding: 24px 0 24px 64px; }
.profile .name { display: flex; align-items: flex-end; gap: 12px; padding-bottom: 24px; border-bottom: 1px solid #ddd; }
.profile .name h3 { font-size: var(--font-size40); font-weight: 700; line-height: 1.25em; color: #121212; }
.profile .name span { font-size: var(--font-size18); font-weight: 600; line-height: 1.78em; color: #172951; }
.profile dl { display: flex; flex-direction: column; gap: 32px; }
.profile dl > div { display: flex; align-items: flex-start; gap: 32px; }
.profile dt { flex: 0 0 140px; width: 140px; font-size: var(--font-size18); font-weight: 600; line-height: 1.44em; color: #121212; }
.profile dd ul { display: flex; flex-direction: column; gap: 10px; }
.profile dd li { position: relative; padding-left: 18px; font-size: var(--font-size18); font-weight: 400; line-height: 1.44em; color: #505050; }
.profile dd li::before { content: "•"; position: absolute; left: 0; top: -1px; font-weight: 600; color: #172951; }
.profile-list { display: flex; flex-direction: column; gap: 100px; }
.profile-sec.gray { padding: 100px 0; background: #f8f8f8; }

/* 업무프로세스 */
.process { padding: 100px 0; background: #f8f8f8; }
.process ol { display: flex; align-items: flex-start; justify-content: space-between; }
.process ol li { position: relative; display: flex; flex: 1; flex-direction: column; align-items: center; gap: 32px; text-align: center; }
.process ol li:not(:last-child)::after { content: ""; position: absolute; top: 68px; right: -17px; width: 34px; height: 16px; background: url(/images/sub/sub1-5-arrow.svg) no-repeat center; background-size: 34px 16px; }
.process .top { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.process .num { font-weight: 600; line-height: 1.5em; color: #172951; }
.process ol li:nth-child(even) .num { color: #716f71; }
.process .icon { display: block; width: 72px; height: 72px; }
.process .txt { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.process .txt strong { font-size: var(--font-size20); font-weight: 600; line-height: 1.4em; color: #242424; }
.process .txt p { font-weight: 400; line-height: 1.5em; color: #686868; text-align: center; }
.process .txt .list { display: flex; flex-direction: column; align-items: center; gap: 6px; }

/* 업무분야 */
.sv-flex { display: flex; align-items: flex-start; gap: 64px; }
.sv-tab { position: sticky; top: 100px; flex: 0 0 300px; width: 300px; }
.sv-tab .tt { padding: 16px 24px; font-size: var(--font-size24); font-weight: 600; line-height: 1.33em; color: #121212; }
.sv-tab-list { display: flex; flex-direction: column; gap: 8px; }
.sv-tab-list .group > strong { display: flex; align-items: center; gap: 10px; padding: 12px 24px; border-bottom: 1px solid #172951; font-size: var(--font-size18); font-weight: 600; line-height: 1.78em; color: #121212; }
.sv-tab-list .group > strong::before { content: ""; width: 14px; height: 14px; border: 3px solid rgba(255,255,255,0.8); border-radius: 50px; background: #172951; box-sizing: border-box; }
.sv-tab-list .group ul li a { display: block; padding: 12px 24px; border-bottom: 1px solid #ddd; font-size: var(--font-size18); font-weight: 500; line-height: 1.78em; color: #878787; }
.sv-tab-list .group ul li:last-child a { border-bottom: 0; }
.sv-tab-list .group ul li a.active { font-weight: 600; color: #172951; }
.sv-content { display: flex; flex: 1; flex-direction: column; gap: 80px; min-width: 0; }
.sv-sec { display: flex; flex-direction: column; gap: 60px; padding-bottom: 80px; border-bottom: 1px solid #ddd; }
.sv-sec:last-child { padding-bottom: 0; border-bottom: 0; }
.sv-sec .top { display: flex; flex-direction: column; gap: 24px; }
.sv-sec .chip { display: inline-flex; align-items: center; width: fit-content; padding: 4px 12px; border-radius: 50px; background: #172951; font-size: 14px; font-weight: 700; line-height: 1.57em; letter-spacing: -0.02em; color: #fff; }
.sv-sec .top h3 { font-size: var(--font-size32); font-weight: 600; line-height: 1.31em; color: #121212; }
.sv-sec .lead { font-size: var(--font-size18); font-weight: 400; line-height: 1.78em; color: #505050; }
.sv-block { display: flex; flex-direction: column; gap: 24px; }
.sv-block .h { display: flex; align-items: center; gap: 12px; font-size: var(--font-size20); font-weight: 600; line-height: 1.4em; color: #121212; }
.sv-block .h::before { content: ""; width: 3px; height: 19px; background: #172951; }
.sv-case { display: flex; flex-direction: column; gap: 12px; padding: 20px 24px; border-radius: 8px; background: rgba(23,41,81,0.04); }
.sv-case li { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; line-height: 1.5em; color: #505050; }
.sv-case li::before { content: ""; flex-shrink: 0; width: 14px; height: 14px; margin-top: 5px; background: url(/images/sub/sub2-chk-ico.svg) no-repeat center; background-size: 14px; }
.sv-note { font-weight: 400; line-height: 1.88em; color: #878787; }
.sv-tbl { width: 100%; border-top: 1px solid #121212; }
.sv-tbl th, .sv-tbl td { height: 60px; padding: 0 16px; border-bottom: 1px solid #ddd; text-align: center; vertical-align: middle; }
.sv-tbl th { background: #f6f7f8; font-size: var(--font-size18); font-weight: 600; line-height: 1.44em; color: #454545; }
.sv-tbl.cols3 th:not(:last-child), .sv-tbl.cols3 td:not(:last-child) { border-right: 1px solid #ddd; }
.sv-tbl td { font-weight: 400; line-height: 1.88em; color: #454545; }
.sv-tbl th:first-child, .sv-tbl td:first-child { width: 228px; border-right: 1px solid #ddd; font-weight: 500; color: #242424; }
.sv-tbl thead th { font-weight: 600; color: #454545; }
.sv-tbl.cols3 td:nth-child(2) { border-right: 1px solid #ddd; }
.sv-tbl.law th:first-child, .sv-tbl.law td:first-child { width: 300px; }
.sv-point { display: flex; flex-wrap: wrap; gap: 24px; }
.sv-point li { flex: 0 0 calc(50% - 12px); width: calc(50% - 12px); padding: 32px; border: 1px solid #ddd; border-radius: 8px; }
.sv-point li:first-child { background: rgba(23,41,81,0.04); }
.sv-point .num { font-size: 14px; font-weight: 600; line-height: 1.57em; color: #172951; }
.sv-point strong { display: block; margin-top: 8px; font-size: var(--font-size20); font-weight: 600; line-height: 1.4em; color: #242424; }
.sv-point p { margin-top: 16px; font-weight: 400; line-height: 1.88em; color: #454545; }
.sv-guide { display: block; padding: 32px; border: 1px solid #172951; border-radius: 100px; background: rgba(23,41,81,0.08); font-size: var(--font-size20); font-weight: 500; line-height: 1.5em; color: #242424; text-align: center; }
.sv-guide strong { font-weight: 700; color: #172951; }
.sv-card { padding: 24px; border-radius: 8px; background: rgba(23,41,81,0.04); font-weight: 400; line-height: 1.88em; color: #454545; }
.sv-cta { display: flex; align-items: center; gap: 48px; padding: 32px 48px; border-radius: 16px; background: linear-gradient(90deg, #172951, #716f71); }
.sv-cta strong { flex-shrink: 0; font-size: var(--font-size20); font-weight: 700; line-height: 1.5em; color: #fff; }
.sv-cta p { font-weight: 400; line-height: 1.88em; color: rgba(255,255,255,0.8); }

/* 오시는 길 */
.loc { display: flex; flex-direction: column; gap: 40px; }
.loc-tit { display: flex; flex-direction: column; gap: 16px; }
.loc-tit span { font-size: 14px; font-weight: 700; line-height: 1.57em; letter-spacing: -0.02em; color: #172951; }
.loc-tit h3 { font-size: var(--font-size40); font-weight: 600; line-height: 1.2em; color: #121212; }
.loc-offices { display: flex; gap: 24px; }
.loc-offices article { display: flex; flex: 1; flex-direction: column; min-width: 0; border-bottom: 1px solid #ddd; }
.loc-offices article a { display: flex; align-items: flex-end; justify-content: space-between; padding: 24px 0;}
.loc-offices h4 { font-size: var(--font-size30); font-weight: 600; line-height: 1.33em; color: #121212; margin-bottom: 16px; }
.loc-offices p { font-size: var(--font-size20); font-weight: 400; line-height: 1.4em; color: #505050; }
.loc-offices .view { display: inline-block; width: 48px; height: 48px; background: url(../images/sub/lct-view.png) center no-repeat; background-size: contain; } 
.loc-contact { display: flex; flex-direction: column; gap: 40px; margin-top: 100px; }
.loc-cta { display: flex; align-items: flex-end; justify-content: space-between; padding: 56px 64px; border-radius: 16px; background: linear-gradient(90deg, #172951, #716f71); }
.loc-cta .info { display: flex; flex-direction: column; gap: 6px; }
.loc-cta .info strong { font-size: var(--font-size18); font-weight: 600; line-height: 1.67em; color: #fff; }
.loc-cta .tel { display: block; margin-top: 16px; font-size: var(--font-size56); font-weight: 700; line-height: 1.14em; letter-spacing: -0.03em; color: #fff; }
.loc-cta .sub { display: flex; gap: 16px; margin-top: 6px; font-size: 14px; font-weight: 400; line-height: 1em; color: rgba(255,255,255,0.5); }
.loc-cta .sub em { font-style: normal; font-weight: 500; color: rgba(255,255,255,0.8); }
.loc-cta .side { display: flex; flex-direction: column; align-items: flex-end; }
.loc-cta .label { font-size: 12px; font-weight: 700; line-height: 1.4em; color: rgba(255,255,255,0.45); }
.loc-cta .time { margin-top: 8px; font-size: var(--font-size18); font-weight: 500; line-height: 1.4em; color: #fff; }
.loc-cta .off { margin-top: 8px; font-size: 14px; font-weight: 400; line-height: 1.4em; color: rgba(255,255,255,0.6); }
.loc-cta .loc-copy { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 18px 34px; border: 0; border-radius: 999px; background: #fff; font-size: 15px; font-weight: 700; line-height: 1em; letter-spacing: -0.03em; color: #172951; cursor: pointer; }
.loc-cta .loc-copy img { width: 16px; height: 16px; }