@charset "utf-8";

.header {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .header .header-inner .logo a:after {
        background-image: url(../images/logo-w.svg) !important;
    }

    .header .gnb>li>a {
        color: #fff;
    }

    .header .gnb .arrow {
        border-right: 1.5px solid #fff;
        border-bottom: 1.5px solid #fff;
    }

    .header .mobBtn span,
    .header .mobBtn::before,
    .header .mobBtn::after {
        background: #fff;
    }

    #cursor_div {
        position: fixed;
        top: 0;
        left: 0;
        transform: translate(-9999px, -9999px);
        pointer-events: none;
        z-index: 9999;
    }

    #cursor_div .cursor {
        display: flex;
        align-items: center;
        gap: 8px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 10px 16px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        opacity: 0;
        transition: opacity 0.2s ease, transform 0.15s ease;
    }

    #cursor_div .cursor.on {
        opacity: 1;
    }

    #cursor_div .cursor.dragging {
        transform: scale(0.9);
        opacity: 0.9;
    }

    #mainvisual {
        overflow: hidden;
        position: relative;
        letter-spacing: -.2px;
        width: 100%;
        height: 100vh;
        background: #222
    }

    /* 스와이퍼 */
    #mainvisual .main_slide {
        width: 100%;
        height: 100%;
        background: #000
    }

    #mainvisual ul li {
        position: relative;
        opacity: .6;
        width: 100%;
        height: 100%;
        background: center no-repeat;
        background-size: cover;
        background: #fff;
    }

    #mainvisual ul li.bg01 {
        background-image: url(../images/swp-bg1.jpg);
    }

    #mainvisual ul li.bg02 {
        background-image: url(../images/swp-bg2.jpg);
    }

    #mainvisual ul li:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0, .2);
    }

    #mainvisual .paging {
        position: absolute;
        left: 50%;
        bottom: 70px;
        z-index: 101;
        transform: translateX(-50%);
        width: max-content
    }

    #mainvisual .paging span {
        opacity: .3;
        position: relative;
        width: 29px;
        height: 29px;
        margin: 0 5px;
        background-color: transparent;
        transition: all .3s
    }

    #mainvisual .paging span.on {
        opacity: 1
    }

    #mainvisual .paging span:before {
        opacity: 0;
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 45px;
        height: 45px;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 50%;
        transition: all .3s
    }

    #mainvisual .paging span.on:before {
        opacity: 1;
        width: 24px;
        height: 24px
    }

    #mainvisual .paging span:after {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fff
    }

    /* 텍스트 */
    #mainvisual .swp-txt {
        display: flex;
        text-align: center;
        justify-content: center;
        flex-flow: column;
        position: absolute;
        transform: translate(-50%, -66%);
        top: 50%;
        left: 50%;
        z-index: 2;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        width: 100%;
    }

    #mainvisual .swp-txt > span {
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: var(--engfont1);
        opacity: 0;
        transform: translateY(-30px);
        transition: all 1s ease;
    }

    #mainvisual .swp-txt > span.fade-down {
        opacity: 1;
        transform: translateY(0);
    }

    #mainvisual .swp-txt h2 {
        font-size: 72px;
        margin: 30px 0;
        visibility: hidden;
    }

    #mainvisual .swp-txt h2 span {
        font-family: var(--nafont);
        display: inline-block;
        opacity: 0;
        filter: blur(20px);
        animation: blurFade 1.2s forwards ease-out;
        font-weight: 600;
    }

    @keyframes blurFade {
        0% {
            opacity: 0;
            filter: blur(20px);
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            filter: blur(0);
            transform: translateY(0);
        }
    }

    #mainvisual .swp-txt p {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.6;
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s ease;
    }

    #mainvisual .swp-txt p.fade-up {
        opacity: 1;
        transform: translateY(0);
    }

    .root_daum_roughmap .wrap_controllers,
    .root_daum_roughmap .cont {
        display: none !important;
    }

    .main_slide {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .main_slide .swiper-slide {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    .main_slide .swiper-slide .bg-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .main_slide .swiper-slide .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.35);
        /* 필요 없으면 제거 가능 */
        z-index: 2;
    }

/* ===== index section block ===== */

.sec-head {
            position: relative;
            z-index: 2;
            margin-bottom: 40px;
            text-align: left;
            padding-bottom: 40px;
            border-bottom: 1px solid #ddd;
        }

        .sec-head h2 {
            font-size: 40px;
            line-height: 1;
            color: #111;
            margin-top: 16px;
            font-family: var(--nafont);
            position: relative;
        }

        .sec-head p {
            color: #111;
            font-family: var(--engfont1);
            font-weight: 500;
        }

        .btn-plus {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 15px;
            font-weight: 500;
            color: #333;
            text-decoration: none;
            transition: color 0.3s ease;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .btn-plus svg {
            transition: transform 0.3s ease;
            stroke: #333;
        }

        .btn-plus:hover {
            color: #0a3d91;
        }

        .btn-plus:hover svg {
            transform: translateX(4px);
            stroke: #0a3d91;
        }

        .sec8 {
            position: relative;
            padding: 120px 0;
            background: url(../images/sec8-bg.jpg) no-repeat center center / cover fixed;

        }

        .sec8:after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgb(238 235 228 / 83%);
            z-index: 1;
        }

        .sec8 .dflx {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 80px;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .sec8 .left {
            flex: 1;
        }

        .sec8 .left p {
            font-family: var(--engfont1);
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .sec8 .left h2 {
            font-size: 52px;
            font-weight: 700;
            line-height: 1.3;
            color: #222;
            margin: 24px 0 40px;
            font-family: var(--nafont);
        }

        .sec8 .left p {
            font-size: 20px;
            color: #555;
        }

        .sec8 .right {
            flex: 1;
        }

        .sec8 .right ul {
            display: flex;
            flex-direction: column;
            gap: 60px;
        }

        .sec8 .right li {
            position: relative;
            padding-left: 40px;
        }

        .sec8 .right li::before {
            content: attr(data-num);
            position: absolute;
            left: 0;
            top: -2px;
            font-size: 24px;
            font-weight: 700;
            color: #ff4f17
        }

        .sec8 .right li h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #222;
        }

        .sec8 .right li p {
            font-size: 17px;
            color: #555;
            line-height: 1.6;
            word-break: keep-all;
        }

        .sec8 .btn-viewmore {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 14px 26px;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            background: #222;
            border-radius: 30px;
            transition: 0.3s;
        }

        .sec8 .btn-viewmore:hover {
            background: #444;
        }

        .sec8 .btn-viewmore svg {
            width: 18px;
            height: 18px;
            stroke: #fff;
            transition: transform 0.3s;
        }

        .sec8 .btn-viewmore:hover svg {
            transform: translateX(3px);
        }

/* ===== index section block ===== */

.sec6 {
            position: relative;
            padding: 120px 0;
        }

        .sec6:after {
            content: "";
            position: absolute;
            inset: 0;
            background: #00030e94;
            z-index: 2;
        }

        .sec6:before {
            content: "";
            position: absolute;
            inset: 0;
            background: url(../images/sec1-bg.jpg) no-repeat center center / cover fixed;
            z-index: 1;
        }

        .sec6 .inner {
            position: relative;
            max-width: 1400px;
            margin: 0 auto;
            z-index: 3;
        }

        .sec6 .inner .sec-head {
            text-align: center;
        }

        .sec6 .inner .sec-head p,
        .sec6 .inner .sec-head h2 {
            color: #fff;
        }

        .sec6 .inner .sec-title strong,
        .sec6 .inner .sec-title h2,
        .sec6 .inner .sec-title p {
            color: #fff;
        }

        .sec6 .swp-list-wrap {
            position: relative;
            margin-top: 48px;
            overflow: hidden;
        }

        .sec6 .success-main-swp {
            overflow: hidden;
        }

        .sec6 .swiper-wrapper {
            align-items: stretch;
            padding-bottom: 8px;
        }

        .sec6 .swiper-slide {
            height: auto;
            background: transparent;
            box-shadow: none;
            border-radius: 0;
            overflow: visible;
        }

        .sec6 a.success-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            min-height: 280px;
            padding: 32px 28px 28px;
            border: 1px solid #e8e8e8;
            border-radius: 16px;
            background: #fff;
            box-sizing: border-box;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            text-decoration: none;
            color: inherit;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
        }

        .sec6 a.success-card:hover {
            border-color: #d0d0d0;
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
            transform: translateY(-2px);
        }

        .sec6 a.success-card:focus-visible {
            outline: 2px solid #fff;
            outline-offset: 2px;
        }

        .sec6 .success-category {
            margin: 0 0 14px;
            color: #2f5f9e;
            font-size: 0.875rem;
            font-weight: 700;
            line-height: 1.3;
        }

        .sec6 .success-title {
            margin: 0 0 16px;
            color: #1a1a1a;
            font-size: 1.125rem;
            font-weight: 700;
            line-height: 1.45;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .sec6 .success-desc {
            margin: 0 0 16px;
            flex: 1 1 auto;
            min-height: 0;
            color: #555;
            font-size: 0.9375rem;
            font-weight: 400;
            line-height: 1.65;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .sec6 .success-lawyers {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            gap: 20px 24px;
            margin-top: auto;
            padding-top: 16px;
            border-top: 1px solid #f0f0f0;
        }

        .sec6 .success-lawyer {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            min-width: 72px;
        }

        .sec6 .success-lawyer-img {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            overflow: hidden;
            background: #f4f2ee;
            border: 1px solid #ece8e2;
        }

        .sec6 .success-lawyer-img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
        }

        .sec6 .success-lawyer-name {
            color: #333;
            font-size: 0.8125rem;
            font-weight: 600;
            line-height: 1.3;
            text-align: center;
        }

        .sec6-success-empty {
            margin: 48px 0 0;
            text-align: center;
            color: rgba(255, 255, 255, 0.85);
            font-size: 1rem;
        }

        .sec6 .swiper-button-prev,
        .sec6 .swiper-button-next {
            width: 44px;
            height: 44px;
            margin-top: 0;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.92);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
            color: #1a2b4a;
        }

        .sec6 .swiper-button-prev::after,
        .sec6 .swiper-button-next::after {
            font-size: 16px;
            font-weight: 700;
        }

        .sec6 .swiper-button-prev {
            left: 0;
        }

        .sec6 .swiper-button-next {
            right: 0;
        }

        .sec6 .swiper-button-disabled {
            opacity: 0.35;
            pointer-events: none;
        }

        @media (max-width: 767px) {
            .sec6 a.success-card {
                min-height: 240px;
                padding: 24px 20px 20px;
            }

            .sec6 .swiper-button-prev,
            .sec6 .swiper-button-next {
                width: 36px;
                height: 36px;
            }
        }

/* ===== index section block ===== */

.sec5 {
            position: relative;
            padding: 100px 0;
        }

        .sec5 .inner {
            max-width: 1440px;
            margin: 0 auto;
        }

        .sec5 .sec-head p,
        .sec5 .sec-head h2 {
            color: #111;
        }

        .sec5 .sec5-swp-wrap {
            position: relative;
            margin-top: 48px;
            overflow: hidden;
        }

        .sec5 .members-main-swp {
            overflow: hidden;
        }

        .sec5 .swiper-wrapper {
            align-items: stretch;
        }

        .sec5 .swiper-slide {
            height: auto;
        }

        .sec5 a.sec5-member-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            text-decoration: none;
            color: inherit;
            transition: transform 0.2s ease;
        }

        .sec5 a.sec5-member-card:hover {
            transform: translateY(-4px);
        }

        .sec5 a.sec5-member-card:focus-visible {
            outline: 2px solid #1a2b4a;
            outline-offset: 4px;
            border-radius: 4px;
        }

        .sec5 a.sec5-member-card .thumb {
            position: relative;
            height: 360px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
        }

        .sec5 a.sec5-member-card .thumb:before {
            content: "";
            width: 100%;
            position: absolute;
            height: 120px;
            left: 0;
            bottom: 0;
            z-index: 0;
            background: rgba(183, 177, 158, 0.2);
            pointer-events: none;
        }

        .sec5 a.sec5-member-card .thumb--empty {
            background: #ece8e2;
        }

        .sec5 a.sec5-member-card .thumb img {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
        }

        .sec5 a.sec5-member-card .thumb__placeholder {
            position: absolute;
            inset: 0;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.875rem;
            font-weight: 600;
            color: #999;
        }

        .sec5 a.sec5-member-card .info {
            margin-top: 20px;
            text-align: center;
            padding: 0 8px 8px;
        }

        .sec5 a.sec5-member-card .member-name {
            margin: 0;
            font-size: 18px;
            font-family: var(--noto);
            font-weight: 700;
            color: #111;
            line-height: 1.35;
        }

        .sec5 a.sec5-member-card .member-name__text {
            display: inline;
        }

        .sec5 a.sec5-member-card .member-name__suffix {
            display: inline;
            margin-left: 6px;
            font-size: 16px;
            font-weight: 500;
            color: #555;
        }

        .sec5-members-empty {
            margin: 48px 0 0;
            text-align: center;
            color: #666;
            font-size: 1rem;
        }

        .sec5 .swiper-button-prev,
        .sec5 .swiper-button-next {
            width: 44px;
            height: 44px;
            margin-top: 0;
            top: 42%;
            transform: translateY(-50%);
            border-radius: 50%;
            background: #fff;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
            color: #1a2b4a;
        }

        .sec5 .swiper-button-prev::after,
        .sec5 .swiper-button-next::after {
            font-size: 16px;
            font-weight: 700;
        }

        .sec5 .swiper-button-prev {
            left: 0;
        }

        .sec5 .swiper-button-next {
            right: 0;
        }

        .sec5 .swiper-button-disabled {
            opacity: 0.35;
            pointer-events: none;
        }

        @media (max-width: 767px) {
            .sec5 a.sec5-member-card .thumb {
                height: 300px;
            }

            .sec5 .swiper-button-prev,
            .sec5 .swiper-button-next {
                width: 36px;
                height: 36px;
            }
        }

/* ===== index section block ===== */

.sec4 {
            position: relative;
        }

        .sec4 .dflx {
            display: flex;
            overflow: hidden;
        }

        .sec4 .dflx .left,
        .sec4 .dflx .right {
            width: 50%;
        }

        .sec4 .map {
            overflow: hidden;
        }

        .sec4 .info-wrap {
            z-index: 2;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 100px 60px;
        }

        .sec4 .info-wrap .top {
            width: 100%;
        }

        .sec4 .info-wrap .top h3 {
            font-weight: 400;
            font-size: 20px;
        }

        .sec4 .info-wrap .top h2 {
            color: #555;
            font-size: 36px;
            line-height: 1.3;
            font-weight: 500;
            margin: 12px 0 80px;
        }

        .info-wrap .desc {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            gap: 10px 60px;
            background: #fff;
            color: #222;
            flex: 1;
        }

        .info-wrap .desc .addr {
            flex: 1 1 100%;
            /* ✅ 첫 번째 줄 전체 차지 */
            margin-bottom: 20px;
        }

        .info-wrap .desc strong {
            display: inline-block;
            font-size: 18px;
            font-weight: 700;
            color: #ff4f17;
            margin-bottom: 8px;
            letter-spacing: 0.5px;
        }

        .info-wrap .desc p,
        .info-wrap .desc span {
            font-size: 18px;
            font-weight: 400;
            color: #333;
        }

        .info-wrap .tel span,
        .info-wrap .fax span {
            font-weight: 700;
            color: #111;
            letter-spacing: 0.5px;
        }
