/* main */

/* visual */
#visual{
    color: #fff;
    background-image: url(../images/main/visual.png);
    background-repeat: no-repeat;
    height: 971px;
    text-align: center;
    background-size: cover;
    background-position: center;
}
#visual .visual-inner{
    padding-top: 270px;
}
#visual .txt{
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin-bottom: 39px;
}
#visual b{
    font-size: 50px;
    font-weight: 700;
}
#visual p{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.3px;
}
#visual a{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background: #2a3fff;
    border-radius: 60px;
    padding: 13px 40px;
}
#visual a img{
    width: 18px;
    vertical-align: bottom;
    margin-left: 11px;
}

/* sec02 */
#sec02{
    background-image: url(../images/main/sec02.png);
    background-repeat: no-repeat;
    height: 890px;
    color: #fff;
    padding-top: 113px;
    border-top: 1px solid #fff;
}
#sec02 .sec02-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sec02 .inner > b{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto;
    
}
#sec02 .inner > p{
    text-align: center;
    line-height: 1.7;
    font-size: 19px;
    padding: 18px 0 78px 0;
    font-weight: 200;
}
#sec02 .sec02-list > li{
    /* width: 350px; */
    height: 455px;
    border: 1px solid #747474;
    border-radius: 13px;
    width: calc(25% - 25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 34px;
}
#sec02 .sec02-list > li .circle{
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #2a3fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sec02 .sec02-list > li b{
    font-size: 20px;
    font-weight: 500;
    margin: 24px 0 11px 0;
}
#sec02 .sec02-list > li span{
    text-align: center;
    font-size: 17px;
    font-weight: 200;
    line-height: 1.2;
}
#sec02 .sec02-list > li:nth-child(1) img{

}
#sec02 .sec02-list > li:nth-child(1) img{

}
#sec02 .sec02-list > li:nth-child(1) img{

}
#sec02 .sec02-list > li:nth-child(1) img{

}
#sec02 .group-ul{
    width: 247px;
    margin-top: 39px;
    gap: 7px;
    display: grid;
}
#sec02 .group-ul li{
    position: relative;
    padding-left: 14px;
    color: #a3a3a3;
    font-size: 17px;
}
#sec02 .group-ul li::before{
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    background: #a3a3a3;
}
#sec02 .sec02-list > li:nth-child(4) .group-ul{
    width: 282px;
    letter-spacing: -1px;
}
@media(max-width:1400px){
    #sec02 .sec02-list > li{
        width: calc(50% - 10px);
    }
    #sec02 .sec02-list{
        
        gap: 18px 0;
    }
    #sec02 .sec02-list > li{
        height: 424px;
        padding-top: 24px;
    }
    #sec02{
        background-size: cover;
        height: auto;
        padding-bottom: 30px;
    }
}
@media(max-width:1024px){
    #visual {
        height: 833px;
    }
    #visual b {
        font-size: 40px;
    }
    #visual p {
        font-size: 18px;
    }
    #visual a {
        font-size: 18px;
    }
    #sec02 .inner > b {
        font-size: 35px;
    }
    #sec02 .inner > p {
        font-size: 17px;
        padding: 18px 0 41px 0;
    }
    
}