/*  글로벌  */
@charset "utf-8";
/*190717 �����˶��׽�Ʈ*/
.celeb_content {
    width: 100%;
}

.celeb_content .clearfix {
    display: block;
    background-color: #333;
}

.celeb_content .clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.celeb_content .btn_toggle_play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.celeb_content .btn_toggle_play:after {
    content: "";
    position: absolute;
    bottom: 3.303%;
    left: 3.303%;
    width: 10.81%;
    height: 10.81%;
    border-radius: 50%;
    background: url("https://img.global.news.samsung.com/betree_content/celeb_20190717/images/Play.png") no-repeat;
    background-size: auto 100%;
}

.celeb_content .is_play .btn_toggle_play:after {
    background: url("https://img.global.news.samsung.com/betree_content/celeb_20190717/images/Pause.png") no-repeat;
    background-size: auto 100%;
}

.celeb_content li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    float: left;
    width: 33.3333%;
    height: 0;
    padding-bottom: 33.3333%;
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: 50%;
}
