@charset "utf-8"; 
.ces2020_articles p {
    margin: 0;
    padding: 0;
}

.ces2020_articles {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.ces2020_articles img {
    max-width: 100%;
}

.ces2020_articles .link_wrap {
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 128.6%;
    top: 0;
}

.ces2020_articles .link_wrap > div {
    position: absolute;
    width: 100%;
    top: 28%;
    padding: 0 4.5%;
}

.ces2020_articles .link_wrap li {
    position: relative;
    float: left;
    width: 31.868%;
    height: 0;
    padding-top: 29.34%;
    margin-right: 2.197%;
    margin-bottom: 3.297%;
    margin-left: 0;
    padding-bottom: 0;
    list-style: none;
}

.ces2020_articles .link_wrap li:nth-child(3n) {
    margin-right: 0;
}

.ces2020_articles .link_wrap li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    border: 1px solid #fff;
}

.ces2020_articles .link_wrap li a .img_wrap {
    position: relative;
    display: block;
    max-height: 163px;
    width: 100%;
    overflow: hidden;
}

.ces2020_articles .link_wrap li a .img_wrap img {
    display: block;
    transition: all .3s ease-out;
}

.ces2020_articles .link_wrap li a .img_wrap::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://img.global.news.samsung.com/betree_content/ces2020_20200107/images/dimm.png);
    z-index: 99;
}

.ces2020_articles .link_wrap li a:hover .img_wrap img, .ces2020_articles .link_wrap li a:focus .img_wrap img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ces2020_articles br {
    display: none;
}
