@charset "utf-8";
/* 새글 스킨 (latest) */
.webzine{position:relative;overflow:hidden;}
.webzine .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;}
.webzine .lat_title a{color:#253dbe;display:inline-block;position:relative}
.webzine .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.webzine .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.webzine .lt_more:hover{color:#777}
.webzine ul:after {display:block;visibility:hidden;clear:both;content:""}
.webzine ul{}
.webzine li{text-align:left;position:relative;overflow:hidden;margin:-1px -1px 0 0;padding:10px 0;font-size:12px;color:#999;}
.webzine li .lt_img{display:block;width:200px;float:left}
.cont{float:left;width:calc(100% - 200px);padding-left:30px}
.webzine li .lt_img img{margin-bottom:5px;max-width:100%;height:auto;-webkit-transition: 0.3s; -o-transition: 0.3s;transition: 0.3s;-webkit-transform:matrix(1, 0, 0, 1, 0, 0);-ms-transform:matrix(1, 0, 0, 1, 0, 0);transform:matrix(1, 0, 0, 1, 0, 0);}
.webzine li a:hover{color:#ed1c24}
.webzine li .fa-heart{color:#ff0000;}
.webzine li .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #a2c6ce}
.webzine li .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.webzine li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.webzine li .fa-caret-right{color:#bbb}
.webzine .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space: nowrap;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.webzine .lt_date{display:none;margin-top:5px;color: #888;}
.webzine li .pro-title{width:100%;overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
word-wrap:break-word;
line-height: 1.5em;display: block;color:#333;font-size:14px;margin-bottom:5px}

@media only screen and (max-width:480px) {
.webzine li{width:50%}
}

