@charset "utf-8";


.fv {
    min-height: 100vh;
    background: url(/system_panel/uploads/images/20260413025109197812.jpg) no-repeat center/cover;
}

.fv .inner {
    padding-top: 34vh;

}

.fv .fv-ttl .main {
    display: flex;
    flex-direction: column;
    gap: 55px;
    margin-bottom: 45px;
    opacity: 0;
}

.fv .fv-ttl .main.is-active,
.t_about .main.is-active {
    --x: 0;
    opacity: 1;
}

.fv .fv-ttl .main .char-text {
    background: linear-gradient(to right, #000 0%, #3ea2b1 87.81%, #349fad 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(2rem, 0.968rem + 4.4vw, 6.25rem);
    opacity: 1;
}

.fv .fv-ttl .sub {
    display: flex;
}

.fv .fv-ttl .sub {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.602rem + 1.17vw, 2rem);
    color: #2E2E2E;
    text-shadow: 0px 3px 6px rgba(162, 162, 162, 0.16);
}

.fv .fv-ttl .sub .has-color {
    color: #05a6bc;
    text-shadow: 0px 3px 6px rgba(162, 162, 162, 0.16);
}



.t_about .inner {
    padding: 140px 0 90px;
}

.t_about .sec-title {
    margin-bottom: 20px;
    margin-left: 0;
}

.t_about .column {
    display: grid;
    grid-template-columns: 36% 1fr;
    justify-content: flex-end;
    gap: 6%;
}

.t_about .col-img {
    max-width: 637px;
    width: 100%;
    margin-top: 42px;
}

.t_about .col-text {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.t_about .main .js-ttl .char-text {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: clamp(1.25rem, 0.418rem + 1.73vw, 2.5rem);
    line-height: calc(75/40);
    color: #000;
    opacity: 1;
}

.t_about .main .js-ttl {
    display: inline-flex;
    flex-wrap: wrap;
}

.t_about .main .js-ttl.color .char-text {
    color: #05A6BC;
}

.t_about .morebtn {
    margin-right: 0;
}

.floating {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.t_strength .inner {
    padding: 90px 0 50px;
}

.t_strength .sec-title {
    margin-bottom: 80px;
    margin: 0 auto 80px;
}


.t_strength .item-container {
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.t_strength .item {
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.4s ease, border-color 0.4s ease;
    border: 0.5px solid #cbcbcb;

    &.active {
        border: none;
        background-color: #dbe7e8;
    }
}

.t_strength .item-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 80px 55px;
}

.t_strength .num {
    position: absolute;
    top: 57px;
    left: 55px;
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 16px;
    color: #b2b0b0;
}

.t_strength .item-tit {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: clamp(1.5rem, 1.318rem + 0.78vw, 2.25rem);
    line-height: calc(60/36);
    color: #000000;
}

.t_service {
    position: relative;
}

.t_service::before {
    content: "";
    background: url(/system_panel/uploads/images/20260414181249268225.png) no-repeat center/contain;
    max-width: 769px;
    width: 47%;
    height: 694px;
    position: absolute;
    opacity: 0.15;
    bottom: -190px;
    left: -384px;
    transform: rotate(-32deg);
}

.t_service .inner {
    padding: 50px 0 120px;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 4%;
    align-items: flex-start;
}

.t_service .sec-title {
    position: sticky;
    top: calc(var(--header-height) + 40px);
}

.t_service .column {
    max-width: 1062px;
    width: 90%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.t_service .item {
    display: flex;
    gap: 50px;
    align-items: center;
    padding-bottom: 80px;
    border-bottom: 0.8px solid #dedede;
}

.t_service .item:last-child {
    border: none;
    padding-bottom: 0;
}

.t_service .item .img {
    max-width: 454px;
    width: 100%;
}

.t_service .item .text {
    flex: 1;
}

.t_service .item.wide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.t_service .item.wide .img {
    margin-bottom: 40px;
    max-width: 100%;
}

.t_service .item .item-tit {
    font-size: clamp(1.125rem, 0.973rem + 0.65vw, 1.75rem);
    font-weight: 600;
    font-family: var(--font-main);
    color: #000;
    margin-bottom: 20px;
}

.t_service .item.wide .item-tit {
    margin-bottom: 24px;
    font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
    letter-spacing: 0.03em;
}

.t_service .item.wide .desc {
    margin-bottom: 0;
}

.t_service .item .desc {
    margin-bottom: 50px;
}

.t_service .item.wide .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.t_service .item .text .morebtn {
    margin-right: 0;
}

.t_cases .inner {
    padding: 150px 0 90px;
}

.t_cases .sec-title {
    margin-bottom: 50px;
    margin-left: 0;
}

.t_cases .column {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}

.t_cases .item {
    display: grid;
    grid-template-columns: 29% 1fr clamp(2.688rem, 1.975rem + 3.04vw, 5.625rem);
    gap: 5%;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 0.8px solid #e2e2e2;
    transition: var(--default);
}

.t_cases .item .col-img {
    max-width: 393px;
    width: 100%;
}

.t_cases .item .col-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 712px;
    width: 100%;
}

.t_cases .item .col-text .item-tit {
    display: flex;
    align-items: center;

    padding-bottom: 8px;
    border-bottom: 1px solid #707070;
    gap: 24px;
}

.t_cases .item .col-text .item-tit .main {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
    color: #000;
}

.t_cases .item .col-text .item-tit .label {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    text-align: center;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #05a6bc;
    color: #05a6bc;
    padding: 4px 17px;
}

.t_cases .list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.t_cases .list .item {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #5c5c5c;
    gap: 15px;
    padding-bottom: 0;
    border: none;
    transition: var(--default);

}

.t_cases .list .item .label {
    background: #5c5c5c;
    border: 0.8px solid #5c5c5c;
    color: #FFF;
    padding: 2px 12px;
}

.t_cases .item .arrow {
    width: clamp(2.688rem, 1.975rem + 3.04vw, 5.625rem);
    aspect-ratio: 1/1;
    background: url(/system_panel/uploads/images/20260414000115465107.svg) no-repeat center/contain;
    transition: var(--default);
}

.t_cases .column>.item:hover {
    background-color: #dbe7e8;
}

.t_cases .column>.item:hover .arrow {
    background-image: url(/system_panel/uploads/images/20260414001552398530.svg);
}

.t_cases .morebtn {
    margin-right: 0;
}

.t_insta .inner {
    padding-bottom: 140px;
}

.t_insta .sec-title {
    margin-left: 0;
    margin-bottom: 20px;
}

.t_insta .webgene-blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    gap: 40px;

}

.t_insta .webgene-blog .imgBx01:hover {
    opacity: 50%;
}

.t_insta .webgene-blog .webgene-item-main-image,
.t_insta .webgene-blog video {
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 5px;
}

.t_insta .webgene-blog .py-3 {
    padding: 0 !important;
}

.t_insta .webgene-blog .imgBx01 {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 5px;
    transition: .4s ease;
}

@media (max-width: 1366px) {
    .t_about .column {
        grid-template-columns: 34% 1fr;
        gap: 5%;
    }

    .t_service .column {
        width: 92%;
    }
}

@media (max-width: 1200px) {
    .t_strength .item-content {
        grid-template-columns: 1fr 1.3fr;
        padding: 80px 25px;
    }

    .t_strength .num {
        left: 25px;
    }

    .t_service .item .img {
        width: 42%;
    }

    .t_service .item.wide .img {
        width: 100%;
    }

    .t_cases .item {
        gap: 3%;
    }

    .t_service .sec-title {
        position: relative;
        inset: 0;
    }
}

@media (max-width: 1023px) {
    .fv .fv-ttl .main {
        gap: 18px;
    }

    .t_about .inner {
        width: 80%;
        margin: 0 auto;
    }

    .t_about .sec-title {
        margin: 0 auto 20px;
    }

    .t_about .column {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .t_about .col-text {
        gap: 40px;
    }

    .t_strength .item-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .t_service .inner {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .t_service .column {
        width: 100%;
    }

    .t_service .item.wide .text,
    .t_service .item {
        flex-direction: column;
        gap: 30px;
    }

    .t_service .item .img {
        width: 100%;
        max-width: 90%;
    }

    .t_service .item {
        align-items: flex-start;
    }

    .t_service .morebtn {
        margin-right: auto;
        margin-left: 0;
    }

    .t_cases .sec-title {
        margin: 0 auto 40px;
    }

    .t_cases .column {
        width: 94%;
        margin: 0 auto 40px;
    }

    .t_cases .item {
        display: flex;
        flex-direction: column;
    }

    .t_cases .item .col-img {
        margin-bottom: 17px;
        max-width: 312px;
        height: 225px;
    }

    .t_cases .item .col-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .t_cases .item .col-text {
        gap: 14px;
        margin-bottom: 25px;
    }

    .t_cases .list .item {
        flex-direction: row;
        gap: 8px;
    }

    .t_cases .morebtn {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }


}

@media (max-width: 767px) {
    .fv {
        min-height: auto;
        height: 461px;
    }

    .fv .fv-ttl .main {
        gap: 0;
    }

    .fv .inner {
        padding-top: 18vh;
    }

    .t_about .inner {
        padding: 37px 0 40px;
        width: 92%;
    }

    .t_about .morebtn {
        margin-right: auto;
        margin-left: 0;
        max-width: 240px;
    }

    .t_about .main .js-ttl br {
        display: none;
    }

    .t_strength .inner {
        padding: 40px 0;
    }

    .t_strength .sec-title {
        margin-bottom: 40px;
    }

    .t_cases .inner {
        padding: 80px 0;
    }

    .t_cases .item .col-text .item-tit {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 4px;
    }
}

.gjs-dashed .fv .fv-ttl .main {
    opacity: 1;
}