.live iframe
{
    width: 100%;
    aspect-ratio: 16/9;
}

.junbi-chu
{
    background: #242424;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 5%;
}
.junbi-chu img
{
    height: 70px;
}

.title
{
    background: #242424;
    padding: 15px 20px;
    padding-left: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
}
.title::before
{
    content: "";
    background-size: contain;
    width: 5px;
    height: 30px;
    background: #F7793E;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.date
{
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
    padding-bottom: 30px;
}

section.live
{
    margin-top: 30px;
}

.live_inner
{
    margin-top: 40px;
}


/* .yt-link
{
    text-align: center;
    margin-top: 30px;
}
.yt-link a
{
    width: 400px;
    height: auto;
    padding: 15px 30px ;
    box-sizing: border-box;
    background: #ff0000;
    border-radius: 8px;
    font-size: 20px;
} */

@media screen  and (max-width:768px){
    section.live
    {
        margin-top: 20px;
    }
    .title
    {
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 10px 15px;
        font-size: 16px;
        padding-left: 30px;
        line-height: 24px;
    }
    .title::before
    {
        left: 13px;
    }
    .date
    {
        font-size: 16px;
        padding-left: 15px;
        padding-bottom: 20px;
    }

}