@charset "utf-8";

/* 새글 스킨 (latest) */
.hotphoto_bx{position:relative;width:265px}

.hotphoto_bx h4{position:relative;width:265px}
.hotphoto_bx h4 .tit{display:block;color:#000;font-size:16px;line-height:25px;letter-spacing:-1px;font-weight:bold;margin-bottom:13px;margin-top:-5px}

.hotphoto_bx .btn_more{position:absolute;right:0;top:4px;font-weight:normal;font-size:12px;line-height:18px;color:#999;background:url(./img/arr.png) no-repeat 100% 7px; letter-spacing:-0.05em;padding-right:8px}
.hotphoto_bx .btn_slide{display:block;overflow:hidden;position:absolute;top:5px;right:0}
.hotphoto_bx .btn_slide .img_btn{display:inline-block;overflow:hidden;font-size:0;line-height:0;background:url(./img/bg_btn2.gif) no-repeat;text-indent:-9999px;vertical-align:top;border:0;cursor:pointer}
.hotphoto_bx .btn_slide .btn_prev{float:left;background-position:0 0;width:21px;height:21px}
.hotphoto_bx .btn_slide .btn_next{position:static;background-position:-21px 0;width:20px;height:21px}

.hotphoto_bx .hot_thumb{position:relative;overflow:hidden;width:265px;height:149px}
.hotphoto_bx .hot_thumb .link_thumb{overflow:hidden;height:149px}
.hotphoto_bx .hot_thumb .link_thumb img{width:265px;min-height:149px}
.hotphoto_bx .hot_thumb .bg{position:absolute;bottom:0;left:0;right:0;height:118px;background:url(./img/bg_maintop3.png) repeat-x 0 100%}
.hotphoto_bx .hot_thumb .cont_thumb{position:absolute;overflow:hidden;bottom:0;left:16px;right:16px}
.hotphoto_bx .hot_thumb .tit_subject{display:block;overflow:hidden;max-height:40px;font-weight:bold;text-align:center;padding-bottom:14px}
.hotphoto_bx .hot_thumb .link_tit{font-size:15px;line-height:20px;letter-spacing:-0.05em;color:#fff;text-align:center}
.hotphoto_bx .hot_thumb .fa-heart {color:#ff0000}
.hotphoto_bx .hot_thumb .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 #cbe3e8;vertical-align:middle}
.hotphoto_bx .hot_thumb .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
.hotphoto_bx .hot_thumb .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
.hotphoto_bx .hot_thumb .fa-caret-right {color:#bbb}
.hotphoto_bx .hot_thumb .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle}
.hotphoto_bx .hot_thumb .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;vertical-align:middle}

.uc_word{position:absolute;top:0;left:0;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;height:26px;background:url(./img/bg_tit.png) repeat;color:#fff;font-size:13px;line-height:22px;word-break:break-all;word-wrap:break-word;padding:0 6px;font-weight:bold;letter-spacing:-1px;font-family:'Malgun Gothic','맑은 고딕',sans-serif !important;}
/* chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.uc_word{line-height:24px}
}