.erca-scope .slide-screen {
            height: 98vh;
            min-height: 100px;
            display: flex;
            flex-direction: column;
        }
.erca-scope .slide-img {
            position: absolute;
            inset: 0;
            opacity: 0;
            transition: opacity 1.4s ease;
        }
.erca-scope .slide-img.active {
            opacity: 1;
        }
.erca-scope .slide-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(.5) saturate(.65);
        }
.erca-scope .slide-img.active img {
            animation: gZoom 14s ease-out forwards;
        }
.erca-scope .thumb {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            overflow: hidden;
            border: 2px solid transparent;
            opacity: 0.2;
            cursor: pointer;
            transition: all 0.4s ease;
            flex-shrink: 0;
        }
.erca-scope .thumb.active {
            border-color: rgba(255, 255, 255, 0.8);
            opacity: 1;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
        }
.erca-scope .thumb:hover {
            opacity: 0.5;
            transform: translateY(-2px);
        }
.erca-scope .progress-track {
            width: 80px;
            height: 2px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 99px;
            overflow: hidden;
        }
.erca-scope .progress-bar {
            height: 100%;
            background: white;
            width: 0%;
            transition: width 0.3s linear;
            border-radius: 99px;
        }
.erca-scope .slide-menu-link {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 20px;
            padding: 7px 0;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.04em;
            text-transform: none;
            color: #ffffff;
            transition: color 0.3s;
            cursor: pointer;
            white-space: nowrap;
        }
.erca-scope .slide-menu-link::after {
            content: '';
            position: absolute;
            bottom: 4px;
            left: 0;
            width: 0;
            height: 1.5px;
            background: white;
            transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            border-radius: 99px;
        }
.erca-scope .slide-menu-link:hover {
            color: white;
        }
.erca-scope .slide-menu-link:hover::after {
            width: 100%;
        }
.erca-scope .cat-pill {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 5px 14px;
            border-radius: 99px;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: #e4ca00;
        }
.erca-scope #sTitle {
            line-height: 1.12;
        }
.erca-scope .cat-dot {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #018949;
            animation: dotPulse 2s ease-in-out infinite;
        }
.erca-scope .read-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 13px 30px;
            border-radius: 50px;
            font-size: 17px;
            font-weight: 600;
            background: white;
            color: #1a1a2e;
            transition: all 0.35s;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        }
.erca-scope .read-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        }
.erca-scope .read-btn .arrow-wrap {
            width: 28px;
            height: 28px;
            border-radius: 50px;
            background: #018949;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }
.erca-scope .read-btn:hover .arrow-wrap {
            background: #016035;
        }
.erca-scope .read-btn:hover .arrow-wrap svg {
            transform: translateX(2px);
        }
.erca-scope .read-btn .arrow-wrap svg {
            transition: transform 0.3s;
        }
.erca-scope .soft-shadow {
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.05);
        }
.erca-scope .cs .case .cs-thumb {
            grid-area: img;
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            height: 255px;
            align-self: start;
            background: linear-gradient(150deg, #3a5566, #1d3a25);
        }
.erca-scope .cs .case .cs-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
@media (max-width: 640px) {
.erca-scope .cs .case .cs-thumb {
                min-height: 180px;
            }
}
.erca-scope .blog .blog-thumb {
            border-radius: 13px;
            overflow: hidden;
            aspect-ratio: 1.55;
            background: linear-gradient(150deg, #2a3b46, #16331f);
        }
.erca-scope .blog .blog-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
.erca-scope .nws .news .nws-thumb {
            width: 230px;
            align-self: stretch;
            border-radius: 16px;
            overflow: hidden;
            background: linear-gradient(150deg, #9aa7ad, #566b5a);
        }
.erca-scope .nws .news .nws-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
@media (max-width:560px) {
.erca-scope .nws .news .nws-thumb {
                width: 100%;
                height: 200px;
            }
}
.erca-scope .slide-screen :where(button) {
            font-family: inherit;
            line-height: inherit;
            -webkit-appearance: none;
            appearance: none
        }
.erca-scope .slide-screen :where(h1, p) {
            margin: 0
        }
.erca-scope .slide-screen :where(img, svg) {
            display: block
        }
.erca-scope .gl-ic-sm {
            width: .875rem;
            height: .875rem
        }
.erca-scope .gl-ic-xs {
            width: .75rem;
            height: .75rem;
            opacity: .4
        }
.erca-scope .gl-ic-md {
            width: 1rem;
            height: 1rem
        }
.erca-scope .gl-stage {
            position: relative;
            flex: 1 1 0%;
            min-height: 0;
            margin: 0 0.75rem 1rem;
            border-radius: 28px;
            overflow: hidden;
            top: 20px;
        }
.erca-scope .gl-layer {
            position: absolute;
            inset: 0
        }
.erca-scope .gl-brand2 {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            flex-shrink: 0;
        }
.erca-scope .gl-brand2-img {
            height: 85px;
            width: auto;
            display: block;
            filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .25));
        }
.erca-scope .gl-brand2-txt {
            display: flex;
            flex-direction: column;
            line-height: 1.12;
            color: #fff;
        }
.erca-scope .gl-brand2-txt b {
            font-size: 18px;
            font-weight: 800;
            letter-spacing: -.02em;
        }
.erca-scope .gl-brand2-txt i {
            font-style: normal;
            font-size: 11px;
            font-weight: 500;
            opacity: .9;
            margin-top: 1px;
        }
@media (max-width: 1100px) {
.erca-scope .gl-brand2-txt {
                display: none;
            }
}
.erca-scope .gl-stage-inner {
            position: relative;
            z-index: 20;
            height: 100%;
            display: flex;
            flex-direction: column
        }
.erca-scope .gl-text {
            flex: 1 1 0%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 0 2rem 2rem;
            margin-bottom: 1.5rem
        }
.erca-scope .gl-text-main {
            max-width: 42rem;
            margin-bottom: 2rem
        }
.erca-scope .gl-meta {
            display: flex;
            align-items: center;
            gap: .75rem;
            margin-bottom: 1rem
        }
.erca-scope .gl-date {
            color: white;
            font-size: 11px;
            font-weight: 500
        }
.erca-scope .gl-title {
            font-family: 'Source Sans 3', sans-serif;
            font-size: 60px;
            line-height: 1.3;
            font-weight: 700;
            color: #fff;
            letter-spacing: -.025em;
            margin-bottom: .75rem;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
        }
.erca-scope .gl-excerpt {
            color: white;
            font-size: 18px;
            line-height: 1.625;
            max-width: 28rem;
            margin-bottom: 1.5rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            
            -webkit-box-orient: vertical;
            overflow: hidden
        }
.erca-scope .gl-controls {
            display: flex;
            align-items: center;
            justify-content: space-between
        }
.erca-scope .gl-thumbs {
            display: flex;
            align-items: center;
            gap: .5rem
        }
.erca-scope .gl-count {
            display: flex;
            align-items: center;
            gap: .75rem
        }
.erca-scope .gl-counter {
            color: rgba(255, 255, 255, .10);
            font-size: 11px;
            font-weight: 600;
            letter-spacing: .05em;
            font-variant-numeric: tabular-nums
        }
.erca-scope .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }
@media (min-width:768px) {
.erca-scope .gl-stage {
                margin-left: 1.25rem;
                margin-right: 1.25rem
            }
.erca-scope .gl-text {
                padding-left: 3.5rem;
                padding-right: 3.5rem;
                padding-bottom: 2.5rem;
                margin-bottom: 2rem
            }
.erca-scope .gl-text-main {
                margin-bottom: 2.5rem
            }
.erca-scope .gl-meta {
                margin-bottom: 1.25rem
            }
.erca-scope .gl-title {
                font-size: 60px;
                margin-bottom: 1rem
            }
.erca-scope .gl-excerpt {
                font-size: 18px;
                margin-bottom: 2rem
            }
}
@media (min-width:1024px) {
.erca-scope .gl-stage {
                
            }
.erca-scope .gl-text {
                padding-left: 5rem;
                padding-right: 5rem;
                padding-bottom: 3rem
            }
.erca-scope .gl-title {
                font-size: 60px;
            }
}
@media (min-width:1280px) {
.erca-scope .gl-title {
                font-size: 60px;
            }
}
.erca-scope .cs .case .cs-thumb img {
            backface-visibility: hidden;
            transform: translateZ(0);
        }
@media (max-width: 1600px) {
.erca-scope .gl-brand2-txt i {
                
            }
}
@media (max-width: 1024px) {
.erca-scope .slide-screen {
                height: auto;
            }
.erca-scope .gl-stage {
                display: flex;
                flex-direction: column;
                top: 0;
                min-height: 100vh;
                min-height: 100svh;
            }
.erca-scope .gl-stage-inner {
                flex: 1 1 auto;
                height: auto;
                min-height: 0;
                width: 100%;
            }
}
@media (max-width: 640px) {
.erca-scope .gl-brand2-img {
                height: 50px;
            }
.erca-scope .gl-stage {
                margin: 0 .5rem .85rem;
            }
.erca-scope .gl-text {
                padding: 0 1.05rem 1.3rem;
                margin-bottom: .5rem;
            }
.erca-scope .gl-text-main {
                margin-top: 1.75rem;
                margin-bottom: 1.1rem;
            }
.erca-scope .gl-title {
                font-size: 50px;
                -webkit-line-clamp: 4;
            }
.erca-scope .gl-excerpt {
                -webkit-line-clamp: 3;
            }
}
