/* BASIC css start */
.livebn_box {
    width: 600px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;}   
        
.livebn_box h3 {height: 40px;line-height: 55px; color: #131518; font-size: 15px;margin-bottom: 5px; font-weight:600;}
.livebn_box h3 span {color: #f00;}
.onlive_list { padding: 10px 0;  border-top: 1px solid #eee;}
.onlive_list a {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}



span.onlive_list_img {flex-shrink: 0;
    width: 110px;
    height: 60px;
    margin-right: 16px; }


span.onlive_list_img 	img {   
    max-width: 100%;
}



.onlive_list_tit {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    max-height: 60px;
    position: relative;
    padding-right: 18px;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #222;}



.onlive_list_txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    max-height: 60px;
    position: relative;
    padding-right: 18px;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #222;}


.onlive_list_view_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 77px;
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.05em;
    color: #222;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;  letter-spacing: -0.5px;
}


.onlive_list_tit:hover {text-decoration-line:underline; color:#7d7d7d;}


/* BASIC css end */

