@media all and (max-width:1000px){
    .athlete_text_container{
        flex-direction: column;
        width: 100%;
    }
    .athlete_title_container h1{
        font-size: 20vw;
    }
    h1.for_jin span{
        font-size: 16vw;
    }
    .athlete_photo_container{
        width: 80%;    
    }
    .profile_title{
        font-size: 12px;
        margin: 2px 0;
    }
    .profile_text{
        font-size: 18px;
        margin: 0;
    }
    .record_content_box{
        width: 100%;
        padding: 0;
    }
    .record_content{
        padding: 0;
        margin: 5px;
    }
    .win_or_lose{
        font-size: 24px;
    }
    .record_how,.opponent_name,.record_date,.record_name{
        font-size: 12px;
    }
    .record_how{
        width: 60px;
    }
    .opponent_name{
        width: 140px;
    }
    .record_name{
        width: 300px;
    }
    .sponser_container{
        width: 100%;
        padding:10px 0;
    }
    .sponser_btn{
        font-size: 12px;
    }
}
