.track_record_container{
    background-color: #EFEFEF;
}
.track_record_wrapper{
    max-width: 1246px;
    width: 95vw;
    margin: 0 auto;
    height:600px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.track_record_flex_content{
    display: flex;
    gap: 40px;
}
.track_record_flex01{
    width: 50%;
}
.track_record_flex02{
    width: 50%;
    border-radius: 10px;
}
.track_record_flex02 img{
    width: 100%;
    border-radius: 10px;
}
.track_record_link_flex{
    margin-top: 20px;
}
.track_record_link_flex{
    text-align: center;
    display: flex;
    gap: 20px;
}
.track_record_link a{
    background: linear-gradient(45deg, #58C4DD, #32B9C4);
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 240px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
}
.track_record_text h2{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}
.track_record_text h2 span{
    font-size: 30px;
}
.track_record_text p{
    line-height: 45px;
    font-size: 16px;
}

.track_record_area_flex_container{
    margin-bottom: 100px;
}
.track_record_area_flex_wrapper{
    max-width: 1246px;
    width: 95vw;
    margin: 0 auto;
    padding-top: 100px;
}
.track_record_area_flex01 h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    background-color: #2a2a2a;
    padding: 10px;
    color: #fafafa;
}
.track_record_area_flex01 p{
    font-size: 18px;
    line-height: 45px;
}
.track_record_area_flex_content{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.track_record_area_flex01{
    width: 50%;
}
.track_record_area_flex02{
    width: 50%;
    border-radius: 10px;
}
.track_record_area_flex02 img{
    width: 100%;
    border-radius: 10px;
}
@media(max-width:768px){
    .track_record_container {
        background-color: rgba(0, 0, 0, 0.7);
        background-image: url(/static/image/trackrecord.png);
        background-size: cover;
        background-position: center;
        background-blend-mode: multiply;
    }
    .track_record_wrapper{
        width: 95vw;
        height:auto;
        padding: 20px 10px;
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .track_record_flex_content{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .track_record_flex01{
        width: 100%;
    }
    .track_record_flex02{
        width: 100%;
        border-radius: 10px;
    }
    .track_record_flex02 img{
        width: 100%;
        border-radius: 10px;
    }
    .track_record_link_flex{
        margin-top: 20px;
    }
    .track_record_link_flex{
        gap: 10px;
    }
    .track_record_link a{
        width: 180px;
    }
    .track_record_text h2{
        font-size: 30px;
        color: #ffffff;
    }
    .track_record_text h2 span{
        font-size: 20px;
    }
    .track_record_text p{
        line-height: 35px;
        color: #ffffff;
    }
    .track_record_link_flex{
        justify-content: space-between;
    }


    .track_record_area_flex_container{
        margin-bottom: 50px;
    }
    .track_record_area_flex_wrapper{
        padding-top: 50px;
    }
    .track_record_area_flex01 h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .track_record_area_flex01 p{
        font-size: 16px;
        line-height: 35px;
    }
    .track_record_area_flex_content{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .track_record_area_flex01{
        width: 100%;
    }
    .track_record_area_flex02{
        width: 100%;
        border-radius: 10px;
    }
    .track_record_area_flex02 img{
        width: 100%;
        border-radius: 10px;
    }
}