.clip-highlight{padding-bottom:20px;}

.clist-row{
    display:flex;flex-wrap:wrap;justify-content:flex-start;gap:12px 12px;
    padding:8px 0 0 0;text-align:center;
}
.clist-row .clist-cols{
    width:23.8%;font-family:"Kanit",Tahoma,Arial;font-size:0.85rem;
    padding:8px;background:#a32b2b;overflow:hidden;
    border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;
    -webkit-box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.35);
    box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.35);
}
.clist-row .clist-cols a{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.clist-row .clist-img{
    position:relative;overflow:hidden;
    border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;
}
.clist-row .clist-img .views{
    position:absolute;right:0;bottom:7px;padding:0 5px;color:#fff;font-size:0.8rem;
    background-image:url("../img/bg-empty.png");background-repeat:repeat;
}
.clist-row .clist-img a:hover{opacity:0.9;filter:alpha(opacity=90);}
.clist-row .clist-title{padding:5px 0;text-align:left;}

.cview-box{padding:5px 0;}
.cview-naver{
    display:flex;justify-content:space-between;padding:8px 0;color:#999;
    font-family:"Kanit",Tahoma,Arial;border-top:1px solid #ddd;border-bottom:1px solid #ddd;
}
.cview-naver .date{width:50%;text-align:left;}
.cview-naver .views{width:50%;text-align:right;}
.cview-embed{margin-top:15px;text-align:center;}
.cview-detail{margin-top:15px;text-align:center;}

.cb-ralated{margin-top:20px;border-top:1px solid #ddd;}
.cb-ralated .cb-ralated-head{
    font-family:"Kanit",Tahoma,Arial;font-size:1.4rem;font-weight:600;text-align:center;padding:8px 0 8px 0;
    text-transform:uppercase;margin-top:15px;color:#253c6f;
}

@media screen and (min-width:850px) and (max-width:1119px){
    .clist-row .clist-cols{gap:8px 8px;}
}

@media screen and (min-width:550px) and (max-width:849px){
    .clist-row{justify-content:center;}
    .clist-row .clist-cols{width:48.5%;}
}

@media screen and (min-width:280px) and (max-width:549px){
    .clist-row{gap:8px 8px;padding:6px 0 0 0;}
    .clist-row .clist-cols{width:100%;}
}