#main .top-txt{
    padding-top: 100px;
    padding-bottom: 50px;
    color: #0060a0;
    font-size: 58px;
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 1.08;
}

#main .sec1{
    background: url(../images/main_sec1_bg.jpg) center top / cover no-repeat;
}

#main .sec1>.inner{
    position: relative;
    padding-top: 690px;
}

#main .sec1>.inner .ani{
    position: absolute;
    top: 0;
    right: 20px;
    width: 157px;
    height: 163px;
    transform: translateY(-75px);
}

#main .sec1>.inner .ani .st1{
    fill:none;stroke:#3F37F4; stroke-width:2; stroke-miterlimit:10;
}

#main .sec1>.inner .ani .st2{
    fill:none;stroke:#ED8AD3; stroke-width:2; stroke-miterlimit:10;
}

#main .sec1>.inner .ani .st3{
    fill:#E589C0;
    animation: updown 1s infinite;
}

@keyframes updown{
    0%, 100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(15px);
    }
}

@keyframes ico6-line{
    0%{
        stroke-dashoffset:-30px;
    }
    40%{
        stroke-dashoffset:0px;
    }
    100%{
        stroke-dashoffset:30px;
    }
}

#main .sec1 h2{
    padding-left: 32px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    background: url(../images/main_sec1_ico.png) left top 7px no-repeat;
}

#main .sec1 h2 span{
    font-size: 16px;
    font-weight: 400;
}

#main .sec1 .row{
    margin-left: -6.5px;
    margin-right: -6.5px;
    margin-bottom: -13px;
}

#main .sec1 .row li{
    padding-left: 6.5px;
    padding-right: 6.5px;
    margin-bottom: 13px;
}

#main .sec1 .row li .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
}

#main .sec1 .row li .box p{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

#main .sec1 .more{
    display: flex;
    justify-content: center;
    padding: 54px 0;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}

#main .sec1 .more a::after{
    display: inline-block;
    width: 54px;
    line-height: 30px;
    margin-left: 15px;
    font-family: xeicon!important;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px;
    content: '\e90b';
}

#main .sec2 .inner>div{
    position: relative;
    padding: 63px 0;
    flex-wrap: wrap;
    /* border-right: 1px solid #dde5eb; */
}

#main .sec2 .inner>div::before{
    position: absolute;
    top: 0;
    left: 33.2%;
    width: 1px;
    height: 100%;
    background: #dde5eb;
    content: '';
}

#main .sec2 .inner>div::after{
    position: absolute;
    top: 0;
    right: 33.2%;
    width: 1px;
    height: 100%;
    background: #dde5eb;
    content: '';
}

#main .sec2 a{
    display: flex;
    flex-direction: column;
    width: 33.2%;
    padding: 0 30px;
    justify-content: center;
    min-height: 210px;
    letter-spacing: -0.03em;
}

@media (min-width:768px) {
    #main .sec2 a:nth-child(3n-1){
        width: 33.6%;
        padding: 0 40px;
    }
}



#main .sec2 a p{
    padding-top: 48px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    background: url(../images/main_sec2_ico.png) left top no-repeat;
}

#main .sec2 a p sup{
    font-size: 16px;
}

#main .sec2 .more{
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #0060a0;
    font-size: 16px;
    font-weight: 500;
}

#main .sec2 .more::after{
    display: block;
    width: 49px;
    line-height: 24px;
    margin-left: 12px;
    font-family: xeicon!important;
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    border: 1px solid #0060a0;
    border-radius: 8px;
    content: '\e90b';
}

#main .sec3{
    padding: 40px 0;
    background: #f1f5f8;
}

#main .sec3 h2{
    display: flex;
    align-items: center;
    min-width: 170px;
    padding-left: 24px;
    font-size: 20px;
    font-weight: 600;
    background: url(../images/main_sec3_ico.png) left center no-repeat;
}

#main .sec3 h2::after{
    display: block;
    
    width: 21px;
    height: 3px;
    margin-left: 8px;
    background: url(../images/main_sec3_dot.png) no-repeat;
    content: '';
}

#main .sec3 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 690px;
    margin-bottom: -40px;
}

#main .sec3 ul>li{
    margin-bottom: 40px;
}

@media (max-width:767px) {
    #main .sec2 a{
        min-height: auto;
        padding: 40px 30px;
        border-bottom: 1px solid #dde5eb;
    }

    #main .sec2 a:nth-child(2n){
        width: calc(50% - 10px);
    }
    #main .sec2 a:nth-child(2n-1){
        width: calc(50% + 10px);
    }

    #main .sec2 .inner>div::before,
    #main .sec2 .inner>div::after{
        display: none;
    }

    #main .sec2 .inner>div{
        padding: 20px 0;
    }

    #main .sec2 a:nth-last-child(-n+2){
        border-bottom: none;
    }

    #main .sec1{
        background: url(../images/main_sec1_bg_m.jpg) center top / cover no-repeat;
    }

    #main .sec1>.inner{
        padding-top: 440px;
    }

    #main .sec1>.inner .ani{
        max-width: 133px;
        transform: translateY(-60px);
    }

    #main .sec1 .row li .box{
        height: 166px;
    }

    #main .sec1 .row li .box p{
        font-size: 18px;
    }

    #main .sec2>.inner{
        padding: 0;
    }

    #main .sec2 a p{
        background-size: 34px;
    }

    #main .sec3 ul>li{
        width: calc(50% - 10px);
    }
}

@media (max-width:575px) {

    #main .top-txt{
        padding-top: 45px;
        padding-bottom: 38px;
        font-size: 40px;
    }

    #main .sec1 h2{
        font-size: 25px;
        background-size: 20px auto;
    }

    #main .sec1 h2 span{
        font-size: 14px;
    }

    #main .sec1>.inner{
        padding-top: 380px;
    }

    #main .sec1 .row {
        margin-left: -4px;
        margin-right: -4px;
        margin-bottom: -8px;
    }

    #main .sec1 .row li{
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 8px;
    }

    #main .sec1 .row li .box .img{
        display: inline-block;
        max-width: 100px;
    }

    #main .sec1 .row li .box{
        height: 110px;
    }

    #main .sec1 .row li .box p{
        font-size: 16px;
    }

    #main .sec1 .more{
        padding: 40px 0;
        font-size: 17px;
    }

    #main .sec1 .more a::after {
        display: inline-block;
        width: 35px;
        line-height: 19px;
        margin-left: 10px;
        font-size: 13px;
        border-radius: 4px;
    }

    

    /* #main .sec2 a{
        min-height: 170px;
        
    } */

    #main .sec2 a:nth-child(2n-1){
        padding-left: 20px;
        padding-right: 10px;
    }

    #main .sec2 a:nth-child(2n){
        padding-left: 10px;
        padding-right: 20px;
    }

    

    #main .sec2 a p{
        padding-top: 30px;
        font-size: 20px;
        background-size: 22px auto;
    }

    #main .sec2 .more{
        font-size: 15px;
    }

    #main .sec2 .more::after{
        width: 32px;
        height: 18px;
        line-height: 16px;
        font-size: 13px;
        border-radius: 4px;
    }

    #main .sec3{
        padding: 25px 0;
    }

    #main .sec3>.inner{
        flex-direction: column;
        align-items: center !important;
    }

    #main .sec3 h2{
        min-width: 140px;
        font-size: 21px;
        padding-left: 20px;
        margin-bottom: 20px;
        background-size: 14px auto;
    }

    #main .sec3 ul{
        margin-bottom: -18px;
    }

    #main .sec3 ul>li{
        margin-bottom: 18px;
    }
}