/* public 정적 서빙 (전역 CSS 번들 축출) — routeRules 1년 캐시라 수정 시 파일명 버전업 필요 */
.solution .pageTitle h1 {
    /*white-space: nowrap;*/
}

.solution .solutionTit {
    color: #fff;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2285;
    letter-spacing: -0.7px;
}

.solution .systemWrap {
    width: 100%;
    height: 940px;
    background-image: url(/assets/solution/systemBg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.solution .systemWrap .solutionTit {
    margin-bottom: 100px;
}

.solution .systemWrap .systemBody {
    display: flex;
    align-items: center;
    gap: 150px;
}

.solution .systemWrap .systemBody > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.solution .systemWrap .systemBody > div:not(:last-child):after {
    content: "";
    position: absolute;
    right: -97px;
    top: 84px;
    width: 44px;
    height: 44px;
    background-image: url(/assets/solution/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution .systemWrap .systemBody > div > span {
    margin-top: 50px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.32px;
}

.solution .systemWrap .systemBody > div > p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3636;
    letter-spacing: -0.22px;
    margin-top: 14px;
}

.solution .systemWrap .swiper {
    display: none;
    width: 100%;
    overflow: visible;
}

.solution .systemWrap .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution .systemWrap .swiper .swiper-slide > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.solution .systemWrap .swiper .swiper-slide > div > span {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
    letter-spacing: -0.22px;
    text-align: center;
}

.solution .systemWrap .swiper .swiper-slide > div > p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.16px;
    margin-top: 6px;
}

.solution .systemWrap .swiper .swiper-pagination {
    position: unset !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 24px;
}

.solution .systemWrap .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    opacity: 0.2;
    background: #fff;
    transition: 0.25s ease;
    margin: 0 3px;
}

.solution
.systemWrap
.swiper
.swiper-pagination
.swiper-pagination-bullet-active {
    width: 22px;
    opacity: 1;
}

.filed
.contentsWrap
> .SystemSec
> .systemBox2
.swiper
.swiper-pagination
.swiper-pagination-bullet {
    background: #fff;
}

.animBox {
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution .anim01 {
    width: 176px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.solution .anim01 p {
    width: 78px;
    height: 78px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #6bc1ff;
}

.solution .anim01 p:not(:first-child) {
    background: #3f8dff;
}

.solution .anim01 p:nth-child(1) {
    z-index: 1;
}

.solution .anim01 p:nth-child(2) {
    transform: translateX(-84px) scale(0.85);
    animation: anim01-1 1s ease infinite alternate;
}

.solution .anim01 p:nth-child(3) {
    transform: translateY(-84px) scale(0.85);
    animation: anim01-2 1s ease infinite alternate;
}

@keyframes anim01-1 {
    50% {
        transform: translateX(0) scale(1);
    }
    100% {
        transform: translateX(0) scale(1);
    }
}

@keyframes anim01-2 {
    50% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.solution .anim02 {
    position: relative;
}

.solution .anim02 img:nth-child(1) {
    position: relative;
    animation: anim02-1 1.5s ease infinite alternate;
    z-index: 1;
}

.solution .anim02 img:nth-child(2) {
    position: absolute;

    max-width: 50%;
    max-height: 50%;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: anim02-2 1.5s 1ms ease infinite alternate;
}

@keyframes anim02-1 {
    50% {
        transform: translateX(32px);
    }
    100% {
        transform: translateX(32px);
    }
}

/*@keyframes anim02-2 {
    0%{
        transform: translate(-50%,-50%) scale(.3);
    }
    50% {
        transform: translate(-90%,-55%) scale(.6);
    }
    100% {
        transform: translate(-90%,-55%) scale(.6);
    }

}*/
@keyframes anim02-2 {
    50% {

        transform: translate(-100%, -55%) scale(2);
    }
    100% {
        transform: translate(-100%, -55%) scale(2);
    }

}

.solution .anim03 {
    width: 180px;
    height: 180px;
    position: relative;
}

.solution .anim03 img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 100px 100px 0;
    transform: scale(0.8);
    animation: anim03-1 5s ease infinite;
    z-index: 1;
}

.solution .anim03 img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    transform: scale(0.8);
    animation: anim03-1 5s ease infinite;
    z-index: 1;
}

.solution .anim03 img:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    animation: anim03-2 5s 1ms ease infinite;
}

@keyframes anim03-1 {
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.8);
    }
}

@keyframes anim03-2 {
    25% {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    75% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (max-width: 990px) {
    @keyframes anim02-1 {
        50% {
            transform: translateX(16px);
        }
        100% {
            transform: translateX(16px);
        }
    }
}

.solution .infoWrap {
    padding: 200px var(--common-padding);
    background: none;
    border-radius: 0;
}

.solution .infoWrap .infoHead {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.solution .infoWrap .infoHead span {
    color: #000;
    font-size: 42px;
    font-weight: 700;

    flex-shrink: 0;
    line-height: 1.285;
    letter-spacing: -0.42px;
}

.solution .infoWrap .infoHead p {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: -0.24px;

    word-break: keep-all;
    flex-shrink: 1;
    flex-basis: 50%;
}

.solution .infoWrap .bg {
    margin-bottom: 80px;
}

.solution .infoWrap .bg_mo {
    margin-bottom: 40px;
}

.solution .infoWrap .process_mo {
    margin: 0 auto;
    max-width: 390px;
}

.solution .infoWrap .bg_mo,
.solution .infoWrap .process_mo {
    width: 100%;
    display: none;
}

.solution .solutionWrap {
    width: 100%;
    height: 1228px;
    background-image: url(/assets/solution/solutionBg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.solution .solutionWrap .solutionTit {
    margin-bottom: 24px;
}

.solution .solutionWrap > p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: -0.24px;
    margin-bottom: 160px;
}

.solution .solutionWrap .solutionBody {
    display: flex;
    gap: 120px;
}

.solution .solutionWrap .solutionBody > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.solution .solutionWrap .solutionBody > div:not(:first-child)::before {
    content: "";
    width: 150px;
    height: 1px;
    position: absolute;
    top: 25px;
    left: -170px;
    display: block;
    background: #fff;
}

.solution .solutionWrap .solutionBody > div:last-child:before {
    width: 120px;
    left: -110px;
}

.solution .solutionWrap .solutionBody > div:not(:first-child).on::before {
    width: 120px;
}

.solution .solutionWrap .animTit {
    color: #fff;
    font-size: 43.963px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.44px;
    display: flex;
    align-items: center;
    opacity: 0.4;
    margin-bottom: 60px;
}

.solution .solutionWrap .solutionBody > div.on .animTit {
    opacity: 1;
}

.solution .solutionWrap .solutionBody > div .animTit::before {
    content: "";
    width: 0;
    height: 43.963px;
    display: block;
    background-image: url(/assets/solution/onIcon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 17px;
    transition: 0.3s ease;
}

.solution .solutionWrap .solutionBody > div.on .animTit::before {
    width: 43.963px;
}

.solution .anim04 {
    display: flex;
    flex-direction: column;
    padding: 43px 40px;
    border-radius: 60px;
    background: rgba(0, 100, 255, 0.5);
    gap: 14px;
}

.solution .on .anim04 {
    animation: anim04-1 3s ease infinite alternate;
}

.solution .anim04 p {
    width: 294px;
    height: 84px;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    letter-spacing: -0.2px;
    border-radius: 26px;
}

@keyframes anim04-1 {
    100% {
        background: rgba(0, 100, 255, 0);
    }
}

.solution .anim05 {
    width: 388px;
    height: 388px;
    background-image: url(/assets/solution/anim05-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.solution .anim05 p {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    text-align: center;
    font-size: 20.654px;
    font-weight: 700;
    line-height: 1.285;
    letter-spacing: -0.207px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.solution .anim05 p:nth-child(1) {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.solution .anim05 p:nth-child(2) {
    bottom: 30px;
    left: 20px;
}

.solution .anim05 p:nth-child(3) {
    bottom: 30px;
    right: 20px;
}

.solution .anim05::before {
    content: "";
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 20px;
    bottom: 30px;
}

.solution .on .anim05::before {
    animation: anim05-1 5s ease infinite;
}

@keyframes anim05-1 {
    15% {
        left: 123px;
        bottom: 215px;
    }

    30% {
        left: 123px;
        bottom: 215px;
    }

    45% {
        left: 225px;
        bottom: 30px;
    }

    60% {
        left: 225px;
        bottom: 30px;
    }
    75% {
        left: 20px;
        bottom: 30px;
    }
    100% {
        left: 20px;
        bottom: 30px;
    }
}

.solution .anim06 {
    width: 362px;
    height: 362px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.solution .anim06 p {
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.2px;
    z-index: 1;
    position: relative;
}

.solution .anim06::before {
    content: "";
    background: rgba(0, 100, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 176px;
    height: 176px;
}

.solution .anim06::after {
    content: "";
    background: rgba(0, 100, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 176px;
    height: 176px;
}

.solution .on .anim06::before {
    animation: anim06-1 2s ease infinite;
}

.solution .on .anim06::after {
    animation: anim06-2 2s ease infinite;
}

@keyframes anim06-1 {
    10% {
        width: 50%;
        height: 50%;
    }

    60% {
        width: 100%;
        height: 100%;
    }
    80% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes anim06-2 {
    30% {
        width: 90%;
        height: 90%;
    }

    60% {
        width: 100%;
        height: 100%;
    }
    80% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@media (max-width: 1400px) {
    .solution .solutionWrap {
        width: 100%;
        height: fit-content;
        padding: 200px var(--common-padding);
    }

    .solution .solutionWrap .solutionBody {
        flex-direction: column;
    }

    .solution .solutionWrap .solutionBody > div:not(:first-child)::before {
        display: none;
    }
}

@media (max-width: 1200px) {
    .solution .systemWrap .systemBody {
        gap: 80px;
    }

    .solution .systemWrap .systemBody > div:not(:last-child):after {
        display: none;
    }
}

@media (max-width: 990px) {
    .solution .systemWrap .systemBody {
        display: none;
    }

    .solution .systemWrap .swiper {
        display: block;
    }

    .solution .systemWrap {
        height: 580px;
    }

    .solution .solutionTit {
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: -0.32px;
    }

    .solution .systemWrap .solutionTit {
        margin-bottom: 60px;
    }

    .animBox {
        width: 160px;
        height: 160px;
    }

    .solution .anim01 {
        width: 122px;
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }

    .solution .anim01 p {
        width: 54px;
        height: 54px;
    }

    .solution .anim01 img {
        width: 64px;
        height: 64px;
    }

    .solution .anim01 p:nth-child(2) {
        transform: translateX(-58px) scale(0.85);
    }

    .solution .anim01 p:nth-child(3) {
        transform: translateY(-58px) scale(0.85);
    }

    .solution .anim02 img:nth-child(1) {
        width: 108px;
        height: 108px;
        animation: anim02-1 1.5s ease infinite alternate;
    }

    .solution .anim02 img:nth-child(2) {
        height: 100px;
    }

    .solution .anim03 {
        width: 130px;
        height: 130px;
    }

    .solution .anim03 img:nth-child(1),
    .solution .anim03 img:nth-child(2) {
        width: 50px;
        height: 50px;
    }

    .solution .anim03 img:nth-child(3) {
        width: 100px;
        height: 100px;
    }

    .solution .infoWrap .infoHead {
        flex-direction: column;
        align-items: flex-start;
    }

    .solution .infoWrap .infoHead p {
        word-break: keep-all;
        text-align: left;
    }

    .solution .infoWrap .infoHead p br {
        display: none;
    }

    .solution .infoWrap {
        padding: 40px var(--common-padding);
    }

    .solution .infoWrap .bg,
    .solution .infoWrap .process {
        display: none;
    }

    .solution .infoWrap .bg_mo,
    .solution .infoWrap .process_mo {
        display: block;
    }

    .solution .solutionWrap {
        padding: 90px var(--common-padding) 80px;
    }

    .solution .solutionWrap .solutionTit {
        margin-bottom: 12px;
    }

    .solution .solutionWrap > p {
        font-size: 16px;
        line-height: 1.375;
        letter-spacing: -0.16px;
        text-transform: uppercase;
        margin-bottom: 80px;
    }

    .solution .solutionWrap .animTit {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.333;
        letter-spacing: -0.24px;
        margin-bottom: 21px;
    }

    .solution .solutionWrap .solutionBody > div .animTit::before {
        margin-right: 6px;
    }

    .solution .solutionWrap .solutionBody > div.on .animTit::before {
        width: 24px;
    }

    .solution .anim04 {
        display: flex;
        flex-direction: column;
        padding: 32px 30px;
        border-radius: 46px;
    }

    .solution .solutionWrap .solutionBody {
        gap: 85px;
    }

    .solution .anim04 p {
        width: 220px;
        height: 63px;
        font-size: 14px;
        letter-spacing: -0.14px;
        border-radius: 20px;
    }

    .solution .infoWrap .infoHead {
        gap: 12px;
    }

    .solution .infoWrap .infoHead span {
        font-size: 28px;
        line-height: 1.285;
        letter-spacing: -0.28px;
    }

    .solution .infoWrap .infoHead p {
        font-size: 16px;
        line-height: 1.375;
        letter-spacing: -0.16px;
    }

    .solution .anim05 {
        width: 290px;
        height: 290px;
    }

    .solution .anim05 p {
        width: 106px;
        height: 106px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.285;
        letter-spacing: -0.14px;
    }

    .solution .anim05::before {
        width: 106px;
        height: 106px;
    }

    @keyframes anim05-1 {
        15% {
            left: 92px;
            bottom: 153px;
        }

        30% {
            left: 92px;
            bottom: 153px;
        }

        45% {
            left: 165px;
            bottom: 30px;
        }

        60% {
            left: 165px;
            bottom: 30px;
        }
        75% {
            left: 20px;
            bottom: 30px;
        }
        100% {
            left: 20px;
            bottom: 30px;
        }
    }

    .solution .anim06 {
        width: 290px;
        height: 290px;
    }

    .solution .anim06 p {
        width: 130px;
        height: 130px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.285;
        letter-spacing: -0.14px;
    }
}
