.section_top { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 450px; background-color: black; background-image: url(../img/company/section_top.png); background-repeat: no-repeat; background-position: center; background-size: cover; padding-top: 60px;}

/* section01 */
.section01{
    padding: 20px 0;
}

.section01 .wrap{
    width: 100%;
    max-width: 1500px;
    text-align: center;
    margin: 0 auto;
}

.section01 .wrap h2{
    color: #222;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.12px;
    margin: 0 auto;
    margin-top: 30px;    
}

.section01 .wrap hr{
    width: 1px;
    height: 70px;
    border: 1px solid #848484;
    margin: 0 auto;
    margin-top: 20px;
}

.section01 .wrap .flexbox{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 670px;
    gap: 0 80px;
    margin-top: 120px;
}

.section01 .wrap .flexbox > *{
    width: 50%;
}

.section01 .wrap .flexbox > * p{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.84px;
    color: #4D4D4D;
    font-size: 24px;
    letter-spacing: 0.84px;
    white-space: pre-line;
    }

.section01 .wrap .flexbox > * p > span{
    display: block;
    color: #A8A8A8;
    text-align: right;
    font-size: 38px;
}
    
.section01 .wrap .flexbox > * p > span span{
    font-size: 38px;
    margin-top: 50px;
}

.section01 .wrap hr{
    margin-top: 25px;
}

.section01 .wrap .flexbox{
    margin-top: 60px;
}

/* section02 */
.section02 {
    width: 100%;
    max-width: 1500px;
}

.section02 .wrap{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.section02  .item{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.section02 .item:nth-of-type(1){
    margin-top: 100px;
}

.section02 .item img{
    width: 100%;
}

.section02 .item span{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.84px;
    padding: 10px 60px;
    border-radius: 60px;
    background: #353535;
    margin-top: 15px;
}

.section01 .wrap .flexbox > * p > span{
    font-size: 38px;
}

.section01 .wrap .flexbox > * p > span span{
    font-size: 38px;
}


@media screen and (max-width: 1024px) {

    .section01 .wrap > img{
        width: 90%;
    }

    .section01 .wrap{
        width: 95%;
        margin: 0 auto;
    }

    .section01 .wrap h2{
        font-size: 22px;
        margin-top: 20px;
    }
    .section01 .wrap .flexbox{
        flex-direction: column;
        height: auto;
        gap: 50px 0;
    }

    .section01 .wrap .flexbox > *{
        width: 100%;
    }

    .section01 .wrap .flexbox > * p{
        font-size: 14px;
    }

            
        .section01 .wrap .flexbox > * p > span{
            font-size: 18px;
        }

        .section01 .wrap .flexbox > * p > span span{
            font-size: 18px;
        }


    
    .section02 .wrap{
        width: 95%;
        margin: 0 auto;
    }
    
    .section02 .item span{
        font-size: 14px;
        padding: 10px 30px;
    }
    


}