@charset "utf-8";

/* 새글 스킨 (latest) */
.lat_site_link {
	position:relative;
	margin-bottom:0px;
	background:#fff;
}
.lat_site_link .lat_title {
	/*border-bottom:1px solid #eee;*/
	line-height: 60px;
	padding:0 0 0 20px;
	font-size:20px;
	font-weight:500;
}
.lat_site_link .lat_title a {
	position:relative;
	color:#000;
	display:inline-block;
}
.lat_site_link .lat_title img {
	width:30px;
	vertical-align:text-bottom;
}
.lat_site_link .lat_title span {
	vertical-align:middle;
}
.lat_site_link ul {
	padding:12px 0px
}
.lat_site_link li {
	position:relative;
	line-height:35px;
	border-bottom:1px solid #e5ecee;
	margin-bottom:0px;
	padding:5px 15px;
}
.lat_site_link li img {
	height:20px;
	line-height:20px;
	vertical-align:middle;
}
.lat_site_link li a {font-weight:bold;font-size:1.2em;line-height:20px;vertical-align:middle}
.lat_site_link li a:hover {color:#3a8afd}
.lat_site_link li .fa-heart {color:#ff0000}
.lat_site_link 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 #cbe3e8;vertical-align:middle}
.lat_site_link li .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}
.lat_site_link li .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}
.lat_site_link li .fa-caret-right {color:#bbb}
.lat_site_link li .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}
.lat_site_link li .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}
.lat_site_link li:last-child {
	/*
	margin-bottom:0px;
	border-bottom:0px;
	*/
}

.lat_site_link .profile_img img{border-radius:50%}

.lt_info {padding:10px 0}
.lt_info .lt_nick {}
.lt_info .lt_date {color:#888}

.lat_site_link .empty_li {line-height:145px;color:#666;text-align:center;padding:0}
.lat_site_link .empty_li:before {background:none;padding:0}

.lat_site_link .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.lat_site_link .lt_more {
	position:absolute;
	top:0px;
	right:0;
	display:block;
	width:40px;
	line-height:60px;
	color:#000000;
	border-radius:3px;
	text-align:center;
}
.lat_site_link .lt_more:hover {
	/*color:#3a8afd;*/
}
.lat_site_link .lt_more i {
	vertical-align: middle;
}

/*  최신글 스크롤바 */
.lat_site_link ul.wrap_latest_list {
	/*
	height:270px;
	*/
	height:410px;
	overflow-y:scroll;
}
.lat_site_link ul.wrap_latest_list::-webkit-scrollbar {
	width:10px;
}
.lat_site_link ul.wrap_latest_list::-webkit-scrollbar-track {
	box-shadow:inset 0px 0px 5px white;
}
.lat_site_link ul.wrap_latest_list::-webkit-scrollbar-thumb {
	border-radius:10px;
	background-clip:padding-box;
	border:2px solid transparent;
}

/* 최신글 스크롤바 색상을 임시로 게시판 테이블 별로 매칭. 차후 순번 등으로 정해지도록 수정 요망 !! */
.scroll_link_adult_sites::-webkit-scrollbar-track { background-color:rgb(244 64 52 / 50%); }
.scroll_link_adult_sites::-webkit-scrollbar-thumb { background-color:rgb(244 64 52 / 100%); }
.scroll_link_cartoon_sites::-webkit-scrollbar-track { background-color:rgb(23 226 251 / 50%); }
.scroll_link_cartoon_sites::-webkit-scrollbar-thumb { background-color:rgb(23 226 251 / 100%); }
.scroll_link_entertain_sites::-webkit-scrollbar-track { background-color:rgb(156 39 176 / 50%); }
.scroll_link_entertain_sites::-webkit-scrollbar-thumb { background-color:rgb(156 39 176 / 100%); }
.scroll_link_gamble_sites::-webkit-scrollbar-track { background-color:rgb(76 175 80 / 50%); }
.scroll_link_gamble_sites::-webkit-scrollbar-thumb { background-color:rgb(76 175 80 / 100%); }
.scroll_link_tv_movie_sites::-webkit-scrollbar-track { background-color:rgb(121 85 72 / 50%); }
.scroll_link_tv_movie_sites::-webkit-scrollbar-thumb { background-color:rgb(121 85 72 / 100%); }
.scroll_link_sports_sites::-webkit-scrollbar-track { background-color:rgb(158 158 158 / 50%); }
.scroll_link_sports_sites::-webkit-scrollbar-thumb { background-color:rgb(158 158 158 / 100%); }
.scroll_link_torrent_sites::-webkit-scrollbar-track { background-color:rgb(255 152 0 / 50%); }
.scroll_link_torrent_sites::-webkit-scrollbar-thumb { background-color:rgb(255 152 0 / 100%); }
.scroll_link_webtoon_sites::-webkit-scrollbar-track { background-color:rgb(63 81 181 / 50%); }
.scroll_link_webtoon_sites::-webkit-scrollbar-thumb { background-color:rgb(63 81 181 / 100%); }
.scroll_link_livecam_sites::-webkit-scrollbar-track { background-color:rgb(96 125 139 / 50%); }
.scroll_link_livecam_sites::-webkit-scrollbar-thumb { background-color:rgb(96 125 139 / 100%); }
.scroll_link_youtube_sites::-webkit-scrollbar-track { background-color:rgb(255 193 7 / 50%); }
.scroll_link_youtube_sites::-webkit-scrollbar-thumb { background-color:rgb(255 193 7 / 100%); }
.scroll_link_toys_sites::-webkit-scrollbar-track { background-color:rgb(0 0 0 / 50%); }
.scroll_link_toys_sites::-webkit-scrollbar-thumb { background-color:rgb(0 0 0 / 100%); }
.scroll_link_toto_sites::-webkit-scrollbar-track { background-color:rgb(244 64 52 / 50%); }
.scroll_link_toto_sites::-webkit-scrollbar-thumb { background-color:rgb(244 64 52 / 100%); }
.scroll_link_bjlive_sites::-webkit-scrollbar-track { background-color:rgb(23 226 251 / 50%); }
.scroll_link_bjlive_sites::-webkit-scrollbar-thumb { background-color:rgb(23 226 251 / 100%); }
/* 각 최신글 스타일을 세트로 만들어서 순서대로 돌아가며 적용되게 구상 및 수정 요망!! */