@charset "utf-8";

.ces2021_preview br,
.ces2021_preview p{
    display: none;
}
.ces2021_preview .top{
    margin: 0; width: 100%;
}
.ces2021_preview .top img{
    width: 100%;
}
.ces2021_preview .contents{
    position: relative;
    width: 100%;
    height: 0;
    background: no-repeat left top/100% auto;
}
.ces2021_preview .contents.en{
    padding-top:115.6%;
    background-image: url(https://img.kr.news.samsung.com/betree_content/ces2021_20210111/images/ces-2021-contents_en.jpg);
}
.ces2021_preview .contents.kr{
    padding-top:112.6%;
    background-image: url(https://img.kr.news.samsung.com/betree_content/ces2021_20210111/images/ces-2021-contents_kr.jpg);
}
.ces2021_preview .contents .inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5%;
}
.ces2021_preview .contents .cols{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ces2021_preview .contents.en .cols{
    height: 28.7197%;
    margin-bottom: 4.4602%;
}
.ces2021_preview .contents.kr .cols{
    height: 28.5968%;
    margin-bottom: 4.5523%;
}
.ces2021_preview .contents .item{
    display: block;
    width: 47.777778%;
    flex: 0 0 auto;
    overflow: hidden;
}
.ces2021_preview .contents .item .thumb{
    overflow: hidden;
    border-radius: 10px;
    display: block;
    position: relative;
}
.ces2021_preview .contents .item .thumb::after{
    content:"";
    width: 12.093%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://img.kr.news.samsung.com/betree_content/ces2021_20210111/images/play.png) no-repeat center/98% auto;
}
.ces2021_preview .contents .item .thumb img{
    transition: transform .3s ease;
}
.ces2021_preview .contents .item:hover .thumb img{
    transform: scale(1.1);
}
@media (max-width: 768px){
    .ces2021_preview .contents .item .thumb{
        border-radius: 5px;
    }
}
