
.kv-section {
    overflow: hidden;
    width: 100%
}

.kv-section-content {
    display: flex;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%
}

.kv-section-content>div {
    flex-shrink: 0;
    width: 100%
}



.kv-section-box1 {
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 50%;
    background-blend-mode: normal;
    height: 860px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff, #ecfbff, #ffffff,#ffffff);
}

@media screen and (min-width:600px) and (max-width:904px) {
    .kv-section-box1 {
        height: calc(629vw / 6)
    }
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .kv-section-box1 {
        height: 623px
    }
}

.kv-section-box3 {
    height: 100%;
    width: 472px;
    padding-top: 250px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .kv-section-box3 {
        width: calc(472vw / 6);
        padding-top: calc(84vw / 6);
        padding-left: 0
    }
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .kv-section-box3 {
        padding-top: 160px;
        padding-left: 61px
    }
}

.kv-section-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 60px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color:#ffffff;
    background: linear-gradient(94.99deg, #2d3efe 0, #5d87f7 95.92%);
    box-shadow: 0 20px 30px -15px rgba(119, 115, 255, .5);
    border-radius: 16px;
    border-color: transparent;
    border: none;
    margin-top: 82px
}

.kv-section-btn:active {
    background: linear-gradient(94.99deg, #8db1ff 0, #c5dbff 95.92%)
}

.kv-section-btn:hover {
    background: linear-gradient(94.99deg, #5d87f7 0, #8db1ff 95.92%)
}

.kv-section-btn:active {
    background: linear-gradient(94.99deg, #8db1ff 0, #c5dbff 95.92%)
}

@media screen and (min-width:600px) and (max-width:904px) {
    .kv-section-btn {
        width: calc(232vw / 6);
        height: calc(60vw / 6);
        font-size: calc(24vw / 6);
        line-height: calc(24vw / 6);
        border-radius: calc(16vw / 6);
        margin-top: calc(48vw / 6)
    }
}

.kv-section-box2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 1136px;
    display: flex;
    flex-direction: row;
    position: relative
}

@media screen and (min-width:600px) and (max-width:904px) {
    .kv-section-box2 {
        padding-left: calc(47vw / 6);
        padding-right: calc(47vw / 6);
        max-width: calc(600vw / 6)
    }
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .kv-section-box2 {
        max-width: 905px
    }
}

.kv-section-right-box {
    position: absolute;
    bottom: 0;
    right: -80px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .kv-section-right-box {
        display: none
    }
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .kv-section-right-box {
        left: 394px
    }
}

.kv-section-right-img {
    display: block;
    width: 760px
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .kv-section-right-img {
        width: 697px
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .kv-section-right-img {
        display: none
    }
}



.kv-section-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .kv-section-item {
        display: none
    }
}

.kv-section-item-txt {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    margin-left: 18px
}