.container{
    width: 1240px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.container:before, .container:after{
    content: '';
    display: none !important;
}
.section-1 {
    background-image: url('/images/v3/main/l_section1_1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    min-width: 1240px;
}
.section-1 .container {
    height: 580px;
    display: flex;
    justify-content: space-between;
}
.section-1 .container .title{
    margin-top:140px;
    font-size: 42px;
    color: #90ED37;
}
.section-1 .container .title2{
    font-size: 70px;
    color: #fff;
}
.section-1 .container :first-child {
    align-self: flex-start;
}
.section-1 .container :last-child {
    align-self: center;

}



.section-2{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-2 .title{
    font-size:36px;
    font-weight: 700;
}
.section-2 .title2{
    margin-top: 20px;
    font-size:22px;
    font-weight: 400;
}



.section-3{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #D3E3FF;
    min-width: 1240px;

}
.section-3 .title{
    font-size:36px;
    font-weight: 700;
}
.section-3 .title2{
    margin-top: 20px;
    font-size:22px;
    font-weight: 400;
}

.section-4{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-4 .title{
    font-size:36px;
    font-weight: 700;
}

.section-5{
    text-align: center;
    padding-top: 100px;
    background: #5F69D8;
    min-width: 1240px;
}
.section-5 .title{
    font-size:36px;
    font-weight: 700;
    color: #fff;
}


.section-6{
    text-align: center;
    padding-top: 100px;
    background-color: #E1ECFF;
    min-width: 1240px;
    position: relative;
}
.section-6 .title{
    font-size:36px;
    font-weight: 700;
    position: absolute;
    top:100px;
    width: 100%;
    left: 0px;
}


.section-7{
    background: linear-gradient(270deg, rgba(207, 153, 251, 0.60) 0%, rgba(169, 165, 251, 0.60) 100%);
    padding-top: 100px;
    padding-bottom: 100px;
    min-width: 1240px;
}
.section-7 .title{
    text-align: center;
    font-size:30px;
    font-weight: 700;
}

.section-7 .title2 { font-weight: bold; font-size: 24px; }
.section-7 .title3 { font-size: 14px; color: #333; }
.section-7 .title3 > span { vertical-align: middle; margin-left: 5px; }
.section-7 .td-box { flex:1 ; min-width: 0; border: 2px solid #DADADA; box-sizing: border-box; border-radius: 8px; padding: 46px 24px 24px 24px;  background: #fff;}
.section-7 .td-space { width: 32px; }
.section-7 .btn{
    font-weight: 700;
    border-radius: 60px;
    width:240px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}