*{
    text-decoration: none;
    list-style: none;
    margin: auto;
}



.banner{
    background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(/images/banner/2024intro_banner.jpg);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    /*filter: brightness(60%);*/
}



/*kbs드라마*/

.section_img{
    margin-top: 80px;
}


.section_img > img{
    width: 900px;
}

