.header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

.sec1 {
    background: linear-gradient(90deg, #08347C, #2461AD);
    width: 100%;
    text-align: center;
    padding: 80px 0 110px;
}

.sec1 h5 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.sec1 p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 42px;
}

.sec2 {
    padding: 116px 0 176px;
}

.sec2 .wrap {
    width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 31px;
}

.sec2 .wrap .item .item_box {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    height: 500px;
    position: relative;
}

.sec2 .wrap .item .item_box:after {
    content: "";
    width: 100%;
    height: 327px;
    background: linear-gradient(0deg, #0D3669, rgba(36, 97, 173, 0));
    border-radius: 20px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.sec2 .wrap .item .item_box .item_text_box {
    position: absolute;
    z-index: 4;
    top: 390px;
    padding: 0 68px;
    transition: 0.6s;
}

.sec2 .wrap .item .item_box .item_text_box .item_title {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.sec2 .wrap .item .item_box .item_text_box .item_text .line {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin-bottom: 32px;
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
}

.sec2 .wrap .item .item_box .item_text_box .item_text .line:after {
    content: "";
    width: 52px;
    height: 2px;
    background: #2461AD;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left;
}

.sec2 .wrap .item .item_box .item_text_box .item_text .text {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    height: auto;
    margin-bottom: 22px;
    opacity: 0;
    transition: 0.6s;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sec2 .wrap .item .item_box .item_text_box .item_text .more {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    width: fit-content;
    cursor: pointer;
    opacity: 0;
    transition: 0.6s;
}

.sec2 .wrap .item .item_box .item_text_box .item_text .more:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transition: 0.6s;
    background: #FFFFFF;
}

.sec2 .wrap .item .item_box .item_text_box .item_text .more:hover:after {
    transform: scaleX(1);
}

.sec2 .wrap .item .item_box > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .item .item_box:hover > img {
    transform: scale(1.1);
}

.sec2 .wrap .item .item_box:hover .item_text_box {
    transform: translateY(-80%);
}

.sec2 .wrap .item .item_box:hover .item_text_box .line {
    transform: scaleX(1);
}

.sec2 .wrap .item .item_box:hover .item_text_box .text, .sec2 .wrap .item .item_box:hover .item_text_box .more {
    opacity: 1;
}

.sec3 {
    background: #F6F6F6;
    padding: 110px 0 590px;
    position: relative;
    height: 805px;
}

.sec3 .title {
    width: 1390px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 62px;
    position: relative;
    z-index: 2;
}

.sec3 .canvas {
    width: 100vw;
    height: 805px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.sec3 {
    padding: 113px 0 101px;
    width: 100vw;
    height: unset;
    overflow: hidden;
}

.sec3 .imgs {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    margin: 103px 0 0;
    animation: img_go 40s infinite linear;
}

.sec3 .imgs .img {
    width: 237px;
    height: 141px;
    background: #F6F6F6;
    border-radius: 10px;
    overflow: hidden;
}

.sec3 .imgs .img img {
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes img_go {
    100% {
        transform: translateX(-50%);
    }
}

/*# sourceMappingURL=proInfo_application.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 4.1666666667vw 0px 5.7291666667vw;
    }

    .sec1 h5 {
        font-size: 1.25vw;
        margin-bottom: 1.8229166667vw;
    }

    .sec1 p {
        font-size: 1.25vw;
        line-height: 2.1875vw;
    }

    .sec2 {
        padding: 6.0416666667vw 0px 9.1666666667vw;
    }

    .sec2 .wrap {
        width: 72.9166666667vw;
        gap: 1.5625vw 1.6145833333vw;
    }

    .sec2 .wrap .item .item_box {
        border-radius: 1.0416666667vw;
        height: 26.0416666667vw;
    }

    .sec2 .wrap .item .item_box::after {
        height: 17.03125vw;
        border-radius: 1.0416666667vw;
    }

    .sec2 .wrap .item .item_box .item_text_box {
        top: 20.3125vw;
        padding: 0px 3.5416666667vw;
    }

    .sec2 .wrap .item .item_box .item_text_box .item_title {
        font-size: 1.4583333333vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec2 .wrap .item .item_box .item_text_box .item_text .line {
        margin-bottom: 1.6666666667vw;
    }

    .sec2 .wrap .item .item_box .item_text_box .item_text .line::after {
        width: 2.7083333333vw;
        height: 0.1041666667vw;
    }

    .sec2 .wrap .item .item_box .item_text_box .item_text .text {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        margin-bottom: 1.1458333333vw;
    }

    .sec2 .wrap .item .item_box .item_text_box .item_text .more {
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap .item .item_box .item_text_box .item_text .more::after {
        bottom: -0.1041666667vw;
    }

    .sec3 {
        padding: 5.7291666667vw 0px 30.7291666667vw;
        height: 41.9270833333vw;
    }

    .sec3 .title {
        width: 72.3958333333vw;
        font-size: 2.1875vw;
        line-height: 3.2291666667vw;
    }

    .sec3 .canvas {
        height: 41.9270833333vw;
    }

    .sec3 {
        padding: 5.8854166667vw 0px 5.2604166667vw;
    }

    .sec3 .imgs {
        gap: 1.0416666667vw;
        margin: 5.3645833333vw 0px 0px;
    }

    .sec3 .imgs .img {
        width: 12.34375vw;
        height: 7.34375vw;
        border-radius: 0.5208333333vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 5vw;
    }
    .sec1 h5 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .sec1 p {
        font-size: 15px;
        line-height: 2;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .wrap {
        width: 90%;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .sec2 .wrap .item .item_box .item_text_box .item_title {
        font-size: 16px;
    }
    .sec2 .wrap .item .item_box {
        height: 50vw;
    }
    .sec2 .wrap .item .item_box .item_text_box .item_text .text {
        display: none;
    }
    .sec2 .wrap .item .item_box .item_text_box .item_text .line {
        display: none;
    }
    .sec2 .wrap .item .item_box .item_text_box .item_text .more {
        display: none;
    }
    .sec2 .wrap .item .item_box .item_text_box {
        transform: unset !important;
        top: unset;
        left: 10px;
        bottom: 20px;
    }
    .sec2 .wrap .item .item_box {
        border-radius: 6px;
    }
    .sec3 .title {
        font-size: 22px;
        line-height: 1.4;
        width: 90%;
    }
    .sec3 {
        padding: 50px 0;
        height: unset;
    }
    .sec3 .imgs .img {
        width: 140px;
        height: 60px;
        border-radius: 4px;
    }
    .sec3 .imgs {
        gap: 20px;
        margin: 40px 0 0;
    }
}
