@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, i, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, legend, button, select, p, blockquote, a {
    font-family: 'pretendard', sans-serif !important;
}
/* font */
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'ChosunIlboMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
/* root 스타일 */
:root {
    --primary: var(--navy);
    --secondary: #DABA7F;
    --tertiary: var(--red);
    --black: #111;
    --gray900: #222;
    --gray800: #333;
    --gray700: #555;
    --gray600: #6d6d6d;
    --gray500: #888;
    --gray400: #aaa;
    --gray300: #ddd;
    --gray200: #ececec;
    --gray100: #f7f7f7;
    --white: #fff;
    --navy: #001236;
    --blue: #367bf5;
    --skyblue: #57C4F1;
    --red: #DC2625;
    --orange: #FF6600;
    --brown: #a26208;
    --yellow: #e9b308;
    --green: #17a34a;
    --teal: #08a590;
    --purple: #7c4fd8;
    --bigfontsize: 50px;
    @media all and (max-width:1280px) {
        --bigfontsize: 40px;
    }
    @media all and (max-width:768px) {
        --bigfontsize: 32px;
    }
    @media all and (max-width:425px) {
        --bigfontsize: 25px;
    }
}


/* ************************************** *
 * header layout
 * ************************************** */
.lnb-pc .lnb-navi > li > a:hover,
.lnb-pc .lnb-navi > li.focus > a,
.lnb-pc .lnb-navi > li.on > a {
    color:  var(--secondary);
}
.call-box .btn-action-shape {
    border: solid 1px var(--secondary);
    color: var(--secondary);
    font-weight: 400;
}
#header.scroll-top .lnb-pc .lnb-navi > li > a {
    color: var(--primary);
}
#header.scroll-top .lnb-pc .lnb-navi > li > a:hover,
#header.scroll-top .lnb-pc .lnb-navi > li.on > a {
    font-weight: 500;
    color: #A16F14;
}
#header.scroll-top .call-box .btn-action-shape {
    border: solid 1px var(--primary);
    color: var(--secondary);
    background: var(--primary);
}





/* ************************************** *
 * main layout
 * ************************************** */
/* text-bg-slide 밑줄긋기 애니메이션 */
.text-bg-slide.on {
    position: relative;
    overflow: hidden;
}
.text-bg-slide.on::before {
    content: '';
    display: block;
    position: absolute;
    left: 0; top: 60%;
    z-index: -1;
    width: 0;
    height: 50%;
    animation: textBgSlide .5s .25s forwards;
    animation-timing-function: cubic-bezier(.7, 0, .170, 1);
    background: #c00000;
}
.text-bg-slide.line-red.on::before {
    top: 70%;
    background: url('../image/landing/bg-underline2.png') no-repeat;
    height: 30px;
    background-size: 100% 100%;
}
.ld-crim-merit .text-bg-slide.on::before {
    background-color: var(--secondary);
}
@-webkit-keyframes textBgSlide {
    0% { width: 0;}
    100% { width: 100%;}
}
@keyframes textBgSlide {
    0% { width: 0;}
    100% { width: 100%;}
}
/* wrap 1200px 공통 */
.lawyer-wrap,
.ld-crim-merit .tit-box,
.ld-crim-business .tit-box,
.success-in,
.lawyer-in,
.request-in {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
/* padding 공통 */
.ld-crim-merit,
.ld-crim-success,
.ld-crim-lawyer3,
.ld-crim-request {
    padding: 130px 0;
}
@media all and (max-width:768px) {
    .ld-crim-merit,
    .ld-crim-success,
    .ld-crim-lawyer3,
    .ld-crim-request { padding: 100px 0;}
}
@media all and (max-width:425px) {
    .ld-crim-merit,
    .ld-crim-success,
    .ld-crim-lawyer3,
    .ld-crim-request { padding: 70px 0;}
}
/* tit-box h3 공통 */
.lawyer-wrap .tit-box h3,
.ld-crim-merit .tit-box h3,
.ld-crim-success .tit-box h3,
.ld-crim-business .tit-box h3,
.ld-crim-lawyer3 .tit-box h3,
.ld-crim-request .tit-box h3 {
    font-size: var(--bigfontsize);
    line-height: 1.4;
    letter-spacing: -.035em;
}
.lawyer-wrap .tit-box h3,
.ld-crim-business .tit-box h3 {
    font-weight: 700;
    color: #fff;
}
.ld-crim-merit .tit-box h3,
.ld-crim-lawyer3 .tit-box h3 {
    margin-bottom: 30px;
    color: var(--primary);
}
.ld-crim-success .tit-box h3 {
    margin-bottom: 50px;
    color: #fff;
}
.ld-crim-request .tit-box h3 {
    font-weight: 700;
    color: var(--red);
}
@media all and (min-width:640px) and (max-width:990px) {
    .ld-crim-visual .br-pc { display: block !important;}
    .ld-crim-merit .br-m,
    .ld-crim-success .br-m { display: inline-block !important;}
}
/* ld-crim-visual 메인비주얼 */
.ld-crim-visual {
    position: relative;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    height: 100vh;
}
.ld-crim-visual .txt-box {
    z-index: 2;
    position: absolute;
    left: 50%; top: 50%;
    max-width: 1400px;
    width: 90%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: left;
    color: #fff;
}
.ld-crim-visual .txt-box h3 {
    font-family: 'ChosunIlboMyungjo', serif !important;
    font-size: var(--bigfontsize);
    margin-bottom: 50px;
    line-height: 1.4;
}
.ld-crim-visual .txt-box h3 .txt-small {
    font-size: 20px;
}
.ld-crim-visual .txt-box p {
    padding-left: 30px;
    border-left: solid 2px #fff;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: -.4px;
}
.ld-crim-visual .txt-box p strong {
    color: var(--secondary);
}
.video-area {
    z-index: 1;
    position: absolute;
    left: 0; top: 0;
    width: 105%;
    height: 105%;
}
.video-area::after {
    z-index: 2;
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.65);
    content: '';
}
.video-area .video-item {
    position: absolute;
    left: 0; top: 0;
    width: 105%;
    height: 105%;
}
.video-js .vjs-tech {
    object-fit: cover !important;
}
@media all and (max-width:1280px) {
    .ld-crim-visual .txt-box h3 { font-size: 40px;}
    .ld-crim-visual .txt-box h3 .txt-small { font-size: 17px;}
    .ld-crim-visual .txt-box p { font-size: 16px;}
}
@media all and (max-width:768px) {
    .ld-crim-visual .txt-box h3 { font-size: 32px; margin-bottom: 35px;}
    .ld-crim-visual .txt-box h3 .txt-small { font-size: 16px;}
    .ld-crim-visual .txt-box p { padding-left: 20px; font-size: 14px; line-height: 1.5;}
}
@media all and (max-width:425px) {
    .ld-crim-visual .txt-box h3 { font-size: 25px; margin-bottom: 25px;}
    .ld-crim-visual .txt-box h3 .txt-small { font-size: 14px;}
    .ld-crim-visual .txt-box p { font-size: 13px;}
}
/* ld-crim-lawyer1 변호사소개 */
/* ld-crim-lawyer2 변호사소개 */
.ld-crim-lawyer1,
.ld-crim-lawyer2 {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    align-items: center;
    height: 100vh;
}
.ld-crim-lawyer1 {
    background: url('../image/landing/bg-lawyer.png') no-repeat center center;
    -webkit-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
}
.ld-crim-lawyer2 {
    background-color: #272B37;
}
.lawyer-wrap {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.ld-crim-lawyer2 .lawyer-wrap {
    flex-direction: row-reverse;
}
.lawyer-wrap > div {
    flex: 1;
    width: 50%;
}
.ld-crim-lawyer2 .lawyer-wrap .txt-box {
    padding-left: 50%;
}
.lawyer-wrap .tit-box {
    margin-bottom: 100px;
}
.lawyer-wrap .tit-box h3 {
    margin: 10px 0 40px;
}
.lawyer-wrap .tit-box p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.lawyer-wrap .tit-box a {
    display: inline-block;
    padding: 12px 30px;
    font-size: 17px;
    border: solid 1px #fff;
    color: #fff;
}
.career-wrap {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    height: 300px;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
}
.career-wrap::before {
    position: absolute;
    left: 6px;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.2);
    /* background-color: var(--secondary); */
    content: '';
}
.career-list {
    position: relative;
    display: flex;
    flex-direction: column;
}
.career-wrap p {
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
    font-size: 21px;
    color: #fff;
    /* color: var(--secondary); */
    line-height: 1.4;
    opacity: 0;
    transform: translateY(50px);
    transition: color .3s;
}
.career-wrap p.active {
    opacity: 1 !important;
    color: #fff;
    font-weight: 600;
}
.career-wrap p::before {
    position: absolute;
    left: 3.5px; top: 50%;
    /* left: 0; */
    margin-top: -3.5px;
    border-radius: 50%;
    /* width: 14px;
    height: 14px; */
    width: 7px;
    height: 7px;
    /* box-sizing: border-box; */
    /* border: solid 3px var(--secondary);
    background-color: #333; */
    background-color: rgba(255,255,255,.8);
    content: '';
}
.ld-crim-lawyer1 .img-box {
    position: absolute;
    right: 0; bottom: 0;
}
.ld-crim-lawyer2 .img-box {
    position: absolute;
    left: 0; bottom: 0;
}
@media all and (max-width:990px) {
    .lawyer-wrap { align-items: center;}
    .lawyer-wrap > div.img-box { width: 60vw;}
    .ld-crim-lawyer1 .img-box { text-align: right;}
    .lawyer-wrap > div.img-box img { max-width: 100%; height: auto;}
    .ld-crim-lawyer1 .img-box { right: -10%;}
    .ld-crim-lawyer2 .img-box { left: -10%;}
}
@media all and (max-width:768px) {
    .lawyer-wrap .tit-box { margin-bottom: 70px;}
    .lawyer-wrap .tit-box p { font-size: 18px;}
    .lawyer-wrap .tit-box h3 { margin-bottom: 25px;}
    .lawyer-wrap .tit-box a { padding: 10px 20px; font-size: 15px;}
    .career-wrap { height: 200px;}
    .career-wrap p { margin-bottom: 20px; font-size: 17px;}
}
@media all and (max-width:640px) {
    .lawyer-wrap > div { width: 60%;}
    .lawyer-wrap .txt-box { padding-bottom: 30%;}
    .ld-crim-lawyer2 .lawyer-wrap .txt-box { padding-left: 20%;}
}
@media all and (max-width:425px) {
    .lawyer-wrap > div.img-box { width: 70vw;}
    .lawyer-wrap .tit-box { margin-bottom: 50px;}
    .lawyer-wrap .tit-box a { padding: 8px 16px; font-size: 13px;}
    .career-wrap p { font-size: 15px;}
    .ld-crim-lawyer1 .img-box { right: -15%;}
    .ld-crim-lawyer2 .img-box { left: -15%;}
}
/* ld-crim-merit 장점 */
.ld-crim-merit,
.ld-crim-success {
    position: relative;
}
.pin-spacer {
    background-color: #E9ECF0;
}
.ld-crim-merit::before {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background-color: #E9ECF0;
    content: '';
    z-index: -2;
}
.ld-crim-merit .tit-box {
    text-align: right;
    margin-bottom: 150px;
}
.merit-wrap {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    padding-left: 50vw;
    padding-right: 50vw;
    gap: 150px;
    /* height: 370px; */
}
.merit-wrap::before {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 20px;
    background-color: #DABA7F;
    opacity: .4;
    content: '';
}
.merit-wrap > div[class^="merit-item"] {
    box-sizing: border-box;
    flex: 0 0 30vw;
    max-width: 500px;
    transition: transform .3s ease, border .3s ease;
}
.merit-wrap > div[class^="merit-item"] .txt-box {
    opacity: .3;
}
.merit-wrap > div[class^="merit-item"].active .txt-box {
    opacity: 1;
    position: relative;
    transition: all ease .3s;
    padding-left: 120px;
}
.merit-wrap > div[class^="merit-item"].active .txt-box::before {
    position: absolute;
    top: 50%; left: 0;
    width: 90px;
    height: 90px;
    background-size: auto 100% !important;
    content: '';
}
.merit-wrap > div[class^="merit-item"].active .num { background-color: var(--primary);}
.merit-wrap > div[class^="merit-item"].item1.active .txt-box::before { background: url('../image/landing/ico-merit1.svg') no-repeat center;}
.merit-wrap > div[class^="merit-item"].item2.active .txt-box::before { background: url('../image/landing/ico-merit2.svg') no-repeat center;}
.merit-wrap > div[class^="merit-item"].item3.active .txt-box::before { background: url('../image/landing/ico-merit3.svg') no-repeat center;}
.merit-wrap > div[class^="merit-item"].item4.active .txt-box::before { background: url('../image/landing/ico-merit4.svg') no-repeat center;}
.merit-wrap > div[class^="merit-item"].item5.active .txt-box::before { background: url('../image/landing/ico-merit5.svg') no-repeat center;}
.merit-wrap > div[class^="merit-item"].item6.active .txt-box::before { background: url('../image/landing/ico-merit6.svg') no-repeat center;}
.merit-wrap > div[class^="merit-item"].item7.active .txt-box::before { background: url('../image/landing/ico-merit7.svg') no-repeat center;}
.merit-wrap > div[class^="merit-item"].item8.active .txt-box::before { background: url('../image/landing/ico-merit8.svg') no-repeat center;}
.merit-item .num {
    position: absolute;
    top: 5px; left: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background-color: #25427C;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: solid 5px #E9ECF0;
}
.merit-item .txt-box {
    padding-top: 100px;
    color: var(--primary);
}
.merit-item .txt-box h3 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}
.merit-item .txt-box ul {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.merit-item .txt-box li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.35;
}
.merit-item .txt-box li::before {
    position: absolute;
    top: 10px; left: 0;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: var(--primary);
    content: '';
}
@media all and (max-width:990px) {
    .ld-crim-merit .tit-box { margin-bottom: 70px;}
    .ld-crim-merit .tit-box h3 { text-align: left;}
    .merit-wrap { overflow: hidden; width: 100%; height: 300px; display: block; padding: 0; margin-top: 30px;} 
    /* .merit-wrap > div[class^="merit-item"] { flex: 0 0 50vw;} */
    .merit-scroll-area { position: relative; overflow: hidden;}
    .merit-wrap > div[class^="merit-item"] { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 90%; max-width: 100%; opacity: 0; transition: none;}
    .merit-wrap > div[class^="merit-item"].active { opacity: 1;} 
    .merit-wrap > div[class^="merit-item"] .txt-box,
    .merit-wrap > div[class^="merit-item"].active .txt-box { padding-left: 0; margin-left: 70px; padding-top: 90px; transition: none;}
    .merit-wrap > div[class^="merit-item"].active .txt-box::before { top: 0; left: 0; width: 70px; height: 70px;}
    .merit-wrap::before { width: 0; height: 0;}
    .scroll-line { position: absolute; top: 0; left: 40px; width: 16px; height: 0; background-color: #DABA7F; opacity: .4;}
    .merit-item .txt-box h3 { font-size: 20px;}
    .merit-item .txt-box li { padding-left: 15px; font-size: 15px;}
}
/* @media all and (max-width:640px) {
    .ld-crim-merit .tit-box { margin-bottom: 100px;}
    .merit-wrap > div[class^="merit-item"].active .txt-box { padding-top: 100px;}
    .merit-wrap > div[class^="merit-item"].active .txt-box::before { width: 70px; height: 70px;}
    .merit-item .txt-box h3 { font-size: 20px;}
    .merit-item .txt-box li { padding-left: 15px; font-size: 15px;}
}
@media all and (max-width:425px) {
    .merit-wrap::before { height: 15px;}
    .ld-crim-merit .tit-box { margin-bottom: 70px;}
    .merit-wrap > div[class^="merit-item"].active .txt-box { padding-top: 140px;}
    .merit-wrap > div[class^="merit-item"].active .txt-box::before { top: 70px; width: 50px; height: 50px;}
    .merit-item .num { top: 10px; width: 36px; height: 36px; line-height: 36px; font-size: 16px;}
    .merit-item .txt-box h3 { font-size: 17px;}
    .merit-item .txt-box li { padding-left: 12px; font-size: 13px;}
} */
/* ld-crim-success 성공사례 */
.ld-crim-success::before {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: url('../image/landing/bg-success.png') no-repeat center;
    -webkit-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
    content: '';
    z-index: -2;
}
.ld-crim-success .tit-box {
    text-align: center;
}
.ld-crim-success .success-input-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    padding: 18px 20px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    border: solid 1px #fff;
}
.ld-crim-success input[type="text"] {
    background: none;
    border: 0;
    width: 100%;
    font-size: 19px;
    color: #fff;
}
.ld-crim-success input[type="text"]::placeholder {
    color: #fff;
    opacity: .7;
}
.success-list .lcsl a {
    display: block;
}
.success-list .lcsl a:hover {
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.75);
    -ms-box-shadow: 5px 5px 15px rgba(0,0,0,.75);
    box-shadow: 5px 5px 15px rgba(0,0,0,.75);
}
.success-list .lcsl .img-box {
    position: relative;
    overflow: hidden;
    background-color: #F2F2F2;
    padding: 20px;
    text-align: center;
}
.success-list .lcsl .img-box i {
    position: absolute;
    top: 0; right: 0;
    padding: 8px 12px;
    background-color: var(--red);
    font-size: 13px;
    color: #fff;
    z-index: 99;
}
.success-list .lcsl .img-box img {
    width: auto;
    max-height: 200px;
}
.success-list .lcsl a:hover .img-box img {
    transition: all ease .5s;
    transform: scale(1.1);
}
.success-list .lcsl .txt-box {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 25px;
    background-color: #fff;
    /* height: 350px; */
}
.success-list .lcsl .txt-box .p-category {
    font-size: 15px;
    font-weight: 700;
    color: #A16F14;
}
.success-list .lcsl .txt-box h3 {
    height: 50px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.success-list .lcsl .txt-box .p-content {
    position: relative;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.success-list .lcsl .txt-box .p-content::after {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    content: '';
    pointer-events: none;
}
.success-list .lcsl .txt-box .case-lawyer {
    display: flex;
    gap: 15px;
    background-color: #F0ECE4;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    flex-shrink: 0;
    transition: all ease 1s;
}
.success-list .lcsl .txt-box .case-lawyer .photo {
    background-size: cover;
    width: 50px;
    height: 50px;
}
.success-list .lcsl .txt-box .case-lawyer .name {
    font-size: 17px;
    font-weight: 600;
    color: var(--primary);
}
@media all and (max-width:640px) {
    .ld-crim-success .success-input-wrap { padding: 12px 15px; margin-bottom: 35px;}
    .ld-crim-success input[type="text"] { font-size: 15px;}
}
@media all and (max-width:425px) {
    .success-list .lcsl .txt-box { /*height: 300px;*/ padding: 20px;}
    .success-list .lcsl .img-box img { max-height: 150px;}
    .success-list .lcsl .txt-box .p-category { font-size: 13px;}
    .success-list .lcsl .txt-box h3 { font-size: 17px;}
    .success-list .lcsl .txt-box .p-content { font-size: 14px;}
    .success-list .lcsl .txt-box .case-lawyer { gap: 10px; padding: 7px;}
    .success-list .lcsl .txt-box .case-lawyer .photo { width: 40px; height: 40px;}
    .success-list .lcsl .txt-box .case-lawyer .name { font-size: 14px;}
}
/* ld-crim-business 업무분야 */
.ld-crim-business {
    display: flex;
    flex-direction: column;
    width: calc(100% - 85px);
    /* height: 1080px; */
    height: 900px;
    overflow: hidden;
    border-bottom: solid 1px #999;
}
.ld-crim-business .busi-box1,
.ld-crim-business .busi-box2 {
    position: relative;
    flex: 1;
    display: flex;
    width: 100%;
    /* height: 1080px; */
    height: 900px;
    padding: 120px 0;
    box-sizing: border-box;
    background-color: #344360;
    align-items: center;
}
.ld-crim-business .busi-box1 {
    align-items: flex-start;
    justify-content: flex-end;
    clip-path: polygon(0 0, 100% 100%, 100% 0, 0 0);
    z-index: 2;
}
.ld-crim-business .busi-box2 {
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 1;
    /* margin-top: -1080px; */
    margin-top: -900px;
}
.ld-crim-business .busi-box1::before,
.ld-crim-business .busi-box2::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: .5;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
}
.ld-crim-business .busi-box1::before {
    background: url('../image/landing/bg-busi1.jpg') no-repeat;
}
.ld-crim-business .busi-box2::before {
    background: url('../image/landing/bg-busi2.jpg') no-repeat;
}
.ld-crim-business .busi-box1::after,
.ld-crim-business .busi-box2::after {
    content: '';
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 0;
}
.ld-crim-business .tit-box {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}
.ld-crim-business .busi-box1 .tit-box {
    align-items: flex-end;
    text-align: right;
}
.ld-crim-business .tit-box p {
    max-width: 600px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}
@media all and (max-width:1400px) {
    .ld-crim-business { width: 100%;}
    .ld-crim-business .busi-box1 { clip-path: polygon(0 30%, 100% 70%, 100% 0, 0 0);}
}
@media all and (max-width:768px) {
    /* .ld-crim-business { height: 900px;} */
    .ld-crim-business .busi-box1,
    .ld-crim-business .busi-box2 { height: 450px; padding: 100px 0;}
    .ld-crim-business .busi-box1 { clip-path: polygon(0 40%, 100% 60%, 100% 0, 0 0);}
    .ld-crim-business .busi-box2 { margin-top: -900px;}
    .ld-crim-business .tit-box p { max-width: 400px; margin-top: 25px; font-size: 16px;}
}
@media all and (max-width:425px) {
    .ld-crim-business { height: 800px;}
    .ld-crim-business .busi-box1,
    .ld-crim-business .busi-box2 { height: 400px; padding: 70px 0;}
    .ld-crim-business .busi-box2 { margin-top: -800px;}
    .ld-crim-business .tit-box p { font-size: 15px;}
}
/* ld-crim-part 전문분야 */
.ld-crim-part {
    width: calc(100% - 85px);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.ld-crim-part > div {
    position: relative;
    flex: 1 1 calc((100%) / 6);
    /* height: 600px; */
    height: 300px;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
    text-align: center;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
    box-sizing: border-box;
    border-left: solid 1px #999;
    border-bottom: solid 1px #999;
}
.ld-crim-part > div:first-child {
    border-left: 0;
}
.ld-crim-part > div.active {
    flex: 1 1 calc(((100%) / 6) * 2);
}
.ld-crim-part > div::before {
    content: '';
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
    -webkit-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
}
.ld-crim-part > div:nth-of-type(1)::before {
    background: url('../image/landing/bg-part1.jpg') no-repeat;
}
.ld-crim-part > div:nth-of-type(2)::before {
    background: url('../image/landing/bg-part2.jpg') no-repeat;
}
.ld-crim-part > div:nth-of-type(3)::before {
    background: url('../image/landing/bg-part3.jpg') no-repeat;
}
.ld-crim-part > div:nth-of-type(4)::before {
    background: url('../image/landing/bg-part4.jpg') no-repeat;
}
.ld-crim-part > div:nth-of-type(5)::before {
    background: url('../image/landing/bg-part5.jpg') no-repeat;
}
.ld-crim-part > div::after {
    content: '';
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
    z-index: 0;
}
.ld-crim-part > div:nth-of-type(3)::after {
    background-color: rgba(0,0,0,.45);
}
.ld-crim-part > div:nth-of-type(5)::after {
    background-color: rgba(0,0,0,.5);
}
.ld-crim-part > div .txt-box {
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
    transition: all ease .5s;
    z-index: 1;
}
.ld-crim-part > div .txt-box p {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.ld-crim-part > div .txt-box a {
    display: inline-block;
    padding: 0 15px;
    background: rgba(255,255,255,.2);
    border-radius: 5px;
    box-sizing: border-box;
    border: solid 1px transparent;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: 0 !important;
    line-height: 32px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    -ms-backdrop-filter: blur(16px);
    transition: all ease .5s;
    opacity: 0;
}
.ld-crim-part > div:hover .txt-box a {
    opacity: 1;
    margin-top: 17px;
    height: auto !important;
}
.ld-crim-part > div .txt-box a:hover {
    background: none;
    border: solid 1px #fff;
}
@media all and (max-width:1400px) {
    .ld-crim-part { width: 100%;}
}
@media all and (max-width:1280px) {
    /* .ld-crim-part > div { height: 400px;} */
}
@media all and (max-width:640px) {
    /* .ld-crim-part > div { height: 320px;} */
    .ld-crim-part > div .txt-box p { font-size: 25px;}
}
@media all and (max-width:425px) {
    .ld-crim-part > div { height: 200px;}
    .ld-crim-part > div .txt-box p { font-size: 20px;}
    .ld-crim-part > div .txt-box a { padding: 0 12px; font-size: 13px; line-height: 28px;}
    .ld-crim-part > div:hover .txt-box a { margin-top: 12px;}
}
/* ld-crim-lawyer3 변호사소개 */
.ld-crim-lawyer3 {
    background-color: #F0ECE4;
}
.ld-crim-lawyer3 .tit-box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 50px;
}
.ld-crim-lawyer3 .tit-box div {
    flex-grow: 1;
}
.ld-crim-lawyer3 .tit-box h3 span {
    color: var(--red);
}
.ld-crim-lawyer3 .tit-box div > p {
    font-size: 17px;
    color: #333;
    line-height: 1.5;
}
.ld-crim-lawyer3 .tit-box a {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: all ease .5s;
}
.ld-crim-lawyer3 .tit-box a:hover {
    transform: scale(1.1);
}
.ld-crim-lawyer3 .tit-box a::before {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/landing/bg-circle.png') no-repeat;
    background-size: 100%;
    content: '';
    animation: spin 20s infinite;
    z-index: 0;
}
@keyframes spin {
    0% { transform: rotate(0);}
    100% { transform: rotate(360deg);}
}
@-webkit-keyframes spin {
    0% { transform: rotate(0);}
    100% { transform: rotate(360deg);}
}
.ld-crim-lawyer3 .tit-box a p {
    z-index: 1;
    padding-top: 15px;
    font-size: 14px;
    font-family: 'ChosunIlboMyungjo', serif !important;
    line-height: 1.1;
    color: var(--secondary);
}
.ld-crim-lawyer3 .tit-box a span {
    font-size: 24px;
}
.lawyer-list .llmp {
    height: 420px;
    -webkit-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
}
.lawyer-list .llmp a {
    position: relative;
    display: block;
    height: 100%;
}
.lawyer-list .llmp a:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.15);
    -ms-box-shadow: 5px 5px 5px rgba(0,0,0,.15);
    box-shadow: 5px 5px 5px rgba(0,0,0,.15);
}
.lawyer-list .llmp .txt-box {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    text-align: right;
    background: rgba(0,18,54,.8);
}
.lawyer-list .llmp .txt-box .lawyer-cate {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 300;
    color: #fff;
}
.lawyer-list .llmp .txt-box .lawyer-name {
    font-size: 30px;
    font-weight: 700;
    color: var(--secondary);
}
.lawyer-list .llmp .txt-box .lawyer-name span {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
}
.lawyer-list .llmp .action-line { position: absolute; transition: all ease .4s;}
.lawyer-list .llmp .action-line.top { left: 0; top: 0; width: 0; height: 2px; background-color: var(--secondary);}
.lawyer-list .llmp .action-line.right { right: 0; top: 0; width: 2px; height: 0; background-color: var(--secondary);}
.lawyer-list .llmp .action-line.bottom { right: 0; bottom: 0; width: 0; height: 2px; background-color: var(--secondary);}
.lawyer-list .llmp .action-line.left { left: 0; bottom: 0; width: 2px; height: 0; background-color: var(--secondary);}
.lawyer-list .llmp:hover .action-line.top,
.lawyer-list .llmp:hover .action-line.bottom { width: 100%;}
.lawyer-list .llmp:hover .action-line.right,
.lawyer-list .llmp:hover .action-line.left { height: 100%;}
@media all and (max-width:990px) {
    .ld-crim-lawyer3 .tit-box div > p { font-size: 14px;}
    .lawyer-list .llmp { height: 320px;}
}
@media all and (max-width:640px) {
    .ld-crim-lawyer3 .tit-box div > p { width: 90vw; position: absolute;}
    .ld-crim-lawyer3 .tit-box a { width: 120px; height: 120px;}
    .ld-crim-lawyer3 .tit-box a p { font-size: 12px;}
    .ld-crim-lawyer3 .tit-box a span { font-size: 20px;}
    .lawyer-list { margin-top: 40px;}
    .lawyer-list .llmp { height: 280px;}
    .lawyer-list .llmp .txt-box .lawyer-cate { font-size: 14px;}
    .lawyer-list .llmp .txt-box .lawyer-name { font-size: 20px;}
    .lawyer-list .llmp .txt-box .lawyer-name span { font-size: 12px;}
}
@media all and (max-width:425px) {
    .lawyer-list { margin-top: 60px;}
    .lawyer-list .llmp { height: 230px;}
}
/* ld-crim-request 상담신청 */
.request-in {
    display: flex;
    justify-content: space-between;
}
.ld-crim-request .tit-box p {
    padding: 15px 0 40px;
    font-size: 30px;
    color: var(--primary);
    line-height: 1.3;
}
.request-form {
    max-width: 700px;
    width: 100%;
}
.request-form input[type="text"] {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #ddd;
    font-size: 19px;
    color: #333;
    line-height: 60px;
}
.request-form dt {
    font-size: 19px;
    color: #333;
    line-height: 50px;
}
.request-form dd {
    padding-bottom: 20px;
}
.request-form .crb-line a {
    font-size: 15px;
    border-bottom: solid 1px #333;
    color: #333;
}
@media all and (max-width:990px) {
    .request-in { flex-direction: column;}
    .request-form { max-width: 100%;}
}
@media all and (max-width:640px) {
    .ld-crim-request .tit-box p { font-size: 20px;}
}
@media all and (max-width:425px) {
    .request-form input[type="text"] { font-size: 17px; line-height: 50px;}
    .request-form dt { font-size: 17px; line-height: 40px;}
}





/* ************************************** *
 * footer layout
 * ************************************** */
/* footer */
.foo-linklist {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    width: 85%;
    margin: 30px auto;
}
.foo-linklist a {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-top: solid 1px #ececec;
    border-left: solid 1px #ececec;
    border-bottom: solid 1px #bbb;
    border-right: solid 1px #bbb;
    box-sizing: border-box;
    text-align: center;
}
.foo-linklist a:hover {
    position: relative;
    top: 1px;
}
.foo-linklist img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1400px) {
    .foo-linklist { width: 90%;}
}
@media (max-width: 1280px) {
    .foo-linklist a { flex: 1 1 calc(25% - 20px); max-width: calc(25% - 20px);}
}
@media (max-width: 640px) {
    .foo-linklist { gap: 12px;}
    .foo-linklist a { padding: 7px; flex: 1 1 calc(33.33% - 12px); max-width: calc(33.33% - 12px);}
}
footer {
    background: #393B44;
    font-weight: 400;
}
.footer-address {
    display: flex;
    align-items: self-start;
    gap: 40px;
}
.footer-address img {
    width: auto;
    height: 50px;
    filter: brightness(220%) contrast(120%) saturate(110%);
    opacity: .5;
}
.footer-address address {
    margin-top: 0;
    font-family: 'pretendard', sans-serif !important;
    font-size: 15px;
    color: rgba(255,255,255,.8);
    font-weight: 400;
}
.footer-address address span.tit {
    color: var(--secondary);
}
.footer-address .copyright small {
    font-size: 13px;
    color: rgba(255,255,255,.8);
    font-family: 'pretendard', sans-serif !important;
    font-weight: 400;
}
.foo-linkbox {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 20px;
}
.family-site > button {
    margin-bottom: 0;
    background: #393B44 url('image/bg-familysite-white.png') no-repeat 90% center;
}
.family-site .site-box {
    background: #1b1e22;
}
.foo-privacy {
    display: flex;
    gap: 12px;
}
.foo-privacy li a {
    color: rgba(255,255,255,.8);
}
.family-site {
    margin-left: 0;
}
@media all and (max-width:1400px) {
    .footer-in { width: 90%;}
}
@media all and (max-width:1280px) {
    .footer-address { flex-direction: column; gap: 20px;}
}
@media all and (max-width:990px) {
    .foo-linkbox { position: inherit;}
    .foo-linkbox { align-items: flex-start; margin-bottom: 30px;}
}
@media all and (max-width:640px) {
    footer { padding: 60px 0;}
    .footer-address img { height: 40px;}
    .footer-address address { font-size: 14px;}
    .footer-address .copyright small { font-size: 12px;}
}
/* quick */
.slide-menu-new {
    background: var(--primary);
}
.slide-menu-new ul.quick li a {
    font-family: 'pretendard', sans-serif !important;
    font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.slide-menu-new ul.family-link li {
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.slide-menu-new ul.family-link li p {
    font-weight: 300 !important;
}
.slide-menu-new ul.quick li a:hover,
.slide-menu-new ul.family-link li p,
.slide-menu-new ul.family-link a div {
    color: var(--secondary);
}
.slide-menu-new ul.family-link li:nth-of-type(1),
.slide-menu-new ul.family-link li:nth-of-type(2),
.slide-menu-new ul.family-link li:nth-of-type(3),
.slide-menu-new ul.family-link li:nth-of-type(4) {
    background: rgba(0,0,0,.2) !important;
}
.slide-menu-new ul.quick li:nth-of-type(1),
.slide-menu-new ul.quick li:nth-of-type(2),
.slide-menu-new ul.quick li:nth-of-type(3),
.slide-menu-new ul.quick li:nth-of-type(4) {
    background: none;
}
.slide-menu-new ul.quick li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide-menu-new ul.quick li i {
    font-size: 30px;
    opacity: .8;
}
.slide-menu-new ul.quick li span {
        padding-top: 10px;
}
.quick-mo-new li a {
    display: block;
    padding-bottom: 13px;
}
.btn-top button {
    height: auto;
    line-height: 1.6;
    background: none;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
}
.btn-top button i {
    font-size: 18px;
}
.btn-top-m button {
     height: 40px;
     line-height: 40px;
     background: rgba(0,0,0,.6);
     border-radius: 50%;
}

