@font-face {
    font-family: 'samsung_sharp';
    font-style: normal;font-weight: 700;
    src: url('../fonts/samsungsharpsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/samsungsharpsans-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'samsung_sharp';
    font-style: normal;font-weight: 500;
    src: url('../fonts/samsungsharpsans-medium-webfont.woff2') format('woff2'),
         url('../fonts/samsungsharpsans-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'samsung_sharp';
    font-style: normal;font-weight: normal;
    src: url('../fonts/samsungsharpsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/samsungsharpsans-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'samsunggothiccondensedotf';
    font-style: normal;font-weight: 700;
    src: url('../fonts/bold-webfont.woff2') format('woff2'),
         url('../fonts/bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'samsunggothiccondensedotf';
    font-style: normal;font-weight: 500;
    src: url('../fonts/medium-webfont.woff2') format('woff2'),
         url('../fonts/medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'samsunggothiccondensedotf';
    font-style: normal;font-weight: normal;
    src: url('../fonts/regular_0-webfont.woff2') format('woff2'),
         url('../fonts/regular_0-webfont.woff') format('woff');
}
.articles{
    font-family: 'samsung_sharp', sans-serif;
}
.articletitle {
    font-weight: 700;
    line-height: 1.2;
    color: white;
    padding: 20px 16px 85px 16px;
    font-size: 50px;
    text-shadow: 3px 3px 7px #0000008f;
}

.articlenumber{
    margin-left: 8px;
    text-align: center;
}

.articlenumber img{
    margin-top: 4px;
    width: auto !important;
    height: 24px !important;
}

.galaxytalk{
    margin-bottom: 5px;
    display: flex;
}

.galaxytalk span{
    color: white;
    font-size: 23px;
    font-weight: 600;
}

.articlenumber span{
    color: #0a2051;
}

.post-thumbnail{
    border : 1px solid white;
    overflow: hidden;
}

.post-entry a:hover .post-thumbnail img{
    transform: scale(1.1);
}

.post-entry a .post-thumbnail img {
    width: 100%;
    padding-bottom: 0;
    transition: transform .3s ease;
}

.articlebottom{
    padding: 54px 0px 74px 0px;
    text-align: center;
}

.articlebottom svg{
    width: 175px;
}

.content-overlay{
    z-index: 10;
}

.post-thumbnail:after {
    z-index: 10;
    content: "";
    width: 20%;
    height: 20%;
    position: absolute;
    left: 40%;
    top: 18%;
    background: url(https://img.global.news.samsung.com/global/wp-content/uploads/2021/04/button.png) no-repeat center;
    background-size: contain;
}

.articleshead{
    letter-spacing: 0.017em;
    color: white;
    padding: 0px 18px 23px 18px;
    font-size: 13px;
    line-height: 30px;
}

.articlesheadtop span{
    font-size: 40px;
    font-weight: bold;
}

.articles{
    padding: 45px 25px 0px 25px;
    background: black;
    background-image: url(https://img.global.news.samsung.com/global/wp-content/uploads/2021/04/GUbackground.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.post-content{
    padding: 18px;
}

.post-title{
    min-height: 100px;
}

.post-desc{
    min-height: 55px;
}

#post-loop{
    display: table;
}

.post-entry{
    position: relative;
    float: left;
    width: 31%;
    margin: 1% 1.1% 2.35% 1.1%;
}

.post-thumbnail img{
    height: 167px;
}

span.post-title {
    color: white;
    font-size: 23px;
    font-weight: 600;
}

.post-desc span, .post-desc p{
    color: #fefefe;
    font-size: 12px !important;
}

.post-content{
    line-height: 1.2;
    background-color: #092763;
}

@media (max-width: 1200px){
span.post-title {
    color: white;
    font-size: 20px;
    font-weight: 600;
}
}
@media (max-width: 1100px){
span.post-title {
    color: white;
    font-size: 19px;
    font-weight: 600;
}
}
@media (max-width: 1024px){
.articletitle {
    font-weight: 700;
    line-height: 1.2;
    color: white;
    padding: 20px 16px 85px 16px;
    font-size: 40px;
}
.post-entry{
    position: relative;
    float: left;
    width: 48%;
    margin: 3% 1%;
}
span.post-title {
    font-size: 22px;
}
.post-content{
    padding: 15px;
}
.post-title{
    height: 100px;
}
.post-desc{
    min-height: 55px;
}
}
@media (max-width: 600px){
.articletitle {
    font-weight: 700;
    line-height: 1.2;
    color: white;
    padding: 230px 16px 20px 16px;
    font-size: 24px;
}
#id-3 .post-title {
    letter-spacing: -1px;
}
.post-entry{
    position: relative;
    float: left;
    width: 98%;
    margin: 3% 1%;
}
.articles {
    padding: 150px 10px 0px 10px;
}
.articleshead {
    font-size: 14px;
    line-height: 18px;
}
span.post-title {
    font-size: 22px;
}
.post-content{
    padding: 10px;
    padding-top: 20px;
}
.post-title{
    height: auto;
    padding-bottom: 10px;
}
.post-desc{
    min-height: 0px;
}
}
