/* 신규 css - 250220
   미디어 관련 css
 */
.bg_white { background-color: #fff !important; }
.drama2 {
    font-family: 'Myriad Pro BOLD';
}

.video-list.mb_20 { margin-bottom: 20px; }
.mb_40 { margin-bottom: 40px; }

.song-list {
    height:30px;
    font-size:18px;
    margin: 20px 0 20px 20px;
    padding: 25px 0 25px 0 ;
    color: #3a3a3a;
    border-bottom:1px solid #E0E0E0;

    display: flex;
    align-items: center;
}
.song-title {
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: flex-start;
    margin-left: -15px;
    margin-top: 10px;
    margin-bottom: 30px;
    width:80%;
}
.btn-song-play {
    float: left;
    width: 40px !important;
    margin: 0 20px 15px 0;
}
.song-img {
    float: left;
    margin-bottom: 20px;
}
.song-img > img {
    margin-bottom: 20px;
    width: 5rem !important;
    padding-right: 2rem;
    filter: drop-shadow(1px 1px 1px #D4D4D4);
}
.song-title-sub{
    color: grey;
    font-family: 'Myriad Pro Regular';
}
.txt-introduce {
    margin-bottom: 10px;
}
.txt-introduce-part {
    font-family: 'NotoSansKR BOLD'!important;
    margin-bottom: 6px;
    font-size: 24px;
    color:#343434;
}
.txt-introduce-part strong strong {
    font-family: 'NotoSansKR BOLD'!important;
    color:#e82e32;
}
.video-category {
    margin-top: 30px;
    font-family: 'NotoSansKR SemiBOLD'!important;
    font-size: 18px;
}
.txt-introduce-part > img {
    width: 100%;
    float: left;
}

