@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt_yh{position:relative;overflow:hidden;margin-top:50px;}
.pic_lt_yh .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;}
.pic_lt_yh .lat_title a{color:#253dbe;display:inline-block;position:relative}
.pic_lt_yh .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.pic_lt_yh .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.pic_lt_yh .lt_more:hover{color:#777}

.pic_lt_yh ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
}
.pic_lt_yh li {
    width: 18%;
    padding: 15px;
    position: relative;
    background-color: #FFF;
    margin-bottom: 30px;
    border-radius: 15px;
    height: 180px;
}

.pic_lt_yh li .lt_img{margin:5px 0;display:block}
.pic_lt_yh li .lt_img {
    width: 100%;
    height: auto;
}
.pic_lt_yh li a:hover{color:#a22121}
.pic_lt_yh li .fa-heart{color:#ff0000;}
.pic_lt_yh 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}
.pic_lt_yh 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;}
.pic_lt_yh 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;}
.pic_lt_yh li .fa-caret-right{color:#bbb}
.pic_lt_yh .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);}
.pic_lt_yh .lt_date{display:block;margin-top:5px;color: #888;}

.subj_yh {
    color: #000;
    font-weight: 600;
	background-color:#FFF;
}
.case_icon {
    position: absolute;
    top: 0;
    right: 15px;
}
.stamp {
    position: absolute;
    z-index: 9;
    left: calc(50% - 20px);
    top: calc(50% - -5px);
    width: 103px !important;
}
.btn_case {
    background-color: transparent;
    color: #FFF;
    border: 2px solid #FFF;
    margin: auto;
    display: block;
    padding: 5px 10px;
}

.phantom_slide_hover { position:absolute; top:0; left:0; padding: 0 20px; width:100%; height:100%; background:rgba(0,0,0, 0.6) !important; color:#fff; display:flex; opacity:0; align-items: center; flex-direction: column; justify-content: center; transition: 0.3s linear all;}
.phantom_slide_hover:hover { opacity:1; transition: 0.3s linear all;}
.phantom_slide_hover b { font-size:12px; font-weight:400; margin:2px 0;} 
.pmv_wrapper p {
    position: absolute;
    font-size: 16px;
    color: #f2f2f2;
    z-index: 10;
    border-radius: 15px;
}
.pic_lt_yh li p:before {
    content: '';
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 0px;
    background: #fff;
    height: 0px;
    left: 0;
}

.phantom_slide_hover span {
    border: 2px solid #FFF;
    padding: 5px 10px;
}