/* BASIC css start */
/* ¸ð¹ÙÀÏ_°³º°ÆäÀÌÁö_¼îÇÎ¶óÀÌºê : 240416 */


.splive_wrap {
    width : 100%;
    margin : 0 auto;

}

.splive_logo {
    margin : 2em 0 0;
    border-bottom: 2px solid #000;
    padding-bottom: 16px;
    padding-left: 15px;

}

.splive_logo img {
    width: 79px;
    height : 28px;
}


.splive_bn {
    margin-bottom:2em;

}

.splive_round {
    background: #eee;
    color: #000;
    padding:1em;
    font-size: 1.3em;
    font-weight: bold;

}

.splive_video {

    margin-top: 2em;
}

.splive_video ul {
    margin-bottom: 2em;
}

.splive_video li {

    width: 40%;
    display: inline-block;
    padding: 0 1.3em;
    margin-bottom: 1.3em;

}

.splive_video li.video_all {

    background: #eee;
}

.splive_video li p.video_tit {

font-size: 1.1em;
font-weight: bold;
color: #000;
margin: 1em 0;
height: 2.3em;
line-height: 1.2em;
overflow: hidden;

}

.video-container {
  position:relative;
  height:0;
  padding-bottom:178%;
}

.video-container iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.splive_video li.video_all p.video_tit {


}


.splive_video li p.video_tit span {

    background: red;
    color: #fff;
    padding:0 0.4em ;
    font-size: 1em;
    border-radius: 6px;
}

.splive_video li p.video_pd a {

font-size: 1em;
display: block;
color: #000;
font-weight: bold;
text-align: center;
padding: 0.5em 0px;
margin: 0.8em 0 1em;
border-radius: 20px 20px 20px 20px;
border : 2px solid #000;
}

.splive_video li.video_all p.video_pd a {

    background: #fff;
}



/* BASIC css end */

