@charset "utf-8";

/* 새글 스킨 (latest) */
.lat_site_link{
	position:relative;
	margin-bottom:0px;
	background:rgba(15,23,42,.72);
	border:1px solid rgba(255,255,255,.10);
	border-radius:18px;
	overflow:hidden;
	box-shadow:0 18px 60px rgba(0,0,0,.40);
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
}
.lat_site_link:before{
	content:"";
	position:absolute;
	inset:0;
	pointer-events:none;
	background:
		radial-gradient(700px 260px at 14% 0%, rgba(124,92,255,.22), rgba(0,0,0,0) 55%),
		radial-gradient(700px 260px at 86% 0%, rgba(0,212,255,.16), rgba(0,0,0,0) 55%);
	opacity:.9;
}
.lat_site_link .lat_title{
	position:relative;
	line-height:60px;
	padding:0 0 0 18px;
	font-size:18px;
	font-weight:900;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,.08);
	background:rgba(255,255,255,.03);
}
.lat_site_link .lat_title a{
	position:relative;
	color:rgba(231,238,252,.95);
	display:inline-flex;
	align-items:center;
	gap:10px;
}
.lat_site_link .lat_title a:hover{color:#fff}
.lat_site_link .lat_title img{
	width:26px;
	vertical-align:middle;
	filter:drop-shadow(0 10px 20px rgba(0,0,0,.55));
}
.lat_site_link .lat_title span{vertical-align:middle}
.lat_site_link ul{position:relative;padding:10px 0px}
.lat_site_link li{
	position:relative;
	line-height:35px;
	border-bottom:1px solid rgba(255,255,255,.07);
	margin-bottom:0px;
	padding:8px 14px;
	background:transparent;
}
.lat_site_link li:hover{
	background:linear-gradient(135deg, rgba(124,92,255,.14), rgba(0,212,255,.08));
}
.lat_site_link li img{
	height:20px;
	line-height:20px;
	vertical-align:middle;
	filter:drop-shadow(0 8px 16px rgba(0,0,0,.45));
}
.lat_site_link li a{
	font-weight:900;
	font-size:1.08em;
	line-height:20px;
	vertical-align:middle;
	color:rgba(231,238,252,.88);
}
.lat_site_link li a:hover{color:#ffffff}
.lat_site_link li .fa-heart{color:#ff3b5c}
.lat_site_link li .fa-lock{
	display:inline-block;
	line-height:14px;
	width:16px;
	font-size:12px;
	color:rgba(231,238,252,.90);
	background:rgba(255,255,255,.10);
	text-align:center;
	border-radius:6px;
	border:1px solid rgba(255,255,255,.14);
	vertical-align:middle;
}
.lat_site_link li .new_icon{
	display:inline-block;
	width:16px;
	line-height:16px;
	font-size:12px;
	color:#07101a;
	background:linear-gradient(135deg, rgba(46,229,157,.95), rgba(0,212,255,.75));
	text-align:center;
	border-radius:6px;
	margin-left:2px;
	font-weight:1000;
	vertical-align:middle;
}
.lat_site_link li .hot_icon{
	display:inline-block;
	width:16px;
	line-height:16px;
	font-size:12px;
	color:#07101a;
	background:linear-gradient(135deg, rgba(255,61,167,.95), rgba(255,59,92,.85));
	text-align:center;
	border-radius:6px;
	vertical-align:middle;
	font-weight:1000;
}
.lat_site_link li .fa-caret-right{color:rgba(231,238,252,.45)}
.lat_site_link li .fa-download{
	display:inline-block;
	width:16px;
	line-height:16px;
	font-size:12px;
	color:#07101a;
	background:linear-gradient(135deg, rgba(255,204,102,.95), rgba(0,212,255,.45));
	text-align:center;
	border-radius:6px;
	vertical-align:middle;
	font-weight:1000;
}
.lat_site_link li .fa-link{
	display:inline-block;
	width:16px;
	line-height:16px;
	font-size:12px;
	color:#07101a;
	background:linear-gradient(135deg, rgba(124,92,255,.95), rgba(0,212,255,.72));
	text-align:center;
	border-radius:6px;
	vertical-align:middle;
	font-weight:1000;
}
.lat_site_link li:last-child{border-bottom:0}

.lat_site_link .profile_img img{border-radius:50%}

.lt_info{padding:10px 0}
.lt_info .lt_nick{}
.lt_info .lt_date{color:rgba(231,238,252,.55)}

.lat_site_link .empty_li{
	line-height:145px;
	color:rgba(231,238,252,.55);
	text-align:center;
	padding:0;
}
.lat_site_link .empty_li:before{background:none;padding:0}

.lat_site_link .lt_cmt{
	background:rgba(0,212,255,.10);
	border:1px solid rgba(0,212,255,.24);
	color:rgba(0,212,255,.95);
	font-size:11px;
	height:18px;
	line-height:18px;
	padding:0 6px;
	border-radius:10px;
	vertical-align:middle;
	font-weight:900;
}
.lat_site_link .lt_more{
	position:absolute;
	top:0px;
	right:0;
	display:block;
	width:44px;
	line-height:60px;
	color:rgba(231,238,252,.85);
	border-radius:12px;
	text-align:center;
}
.lat_site_link .lt_more:hover{
	color:#fff;
	background:rgba(255,255,255,.06);
}
.lat_site_link .lt_more i{vertical-align:middle}

/* 최신글 스크롤바 */
.lat_site_link ul.wrap_latest_list{
	height:410px;
	overflow-y:auto;
	scrollbar-gutter:stable;
}
.lat_site_link ul.wrap_latest_list::-webkit-scrollbar{width:10px}
.lat_site_link ul.wrap_latest_list::-webkit-scrollbar-track{
	background:rgba(255,255,255,.04);
	border-left:1px solid rgba(255,255,255,.06);
}
.lat_site_link ul.wrap_latest_list::-webkit-scrollbar-thumb{
	border-radius:999px;
	background-clip:padding-box;
	border:2px solid transparent;
	background-color:rgba(231,238,252,.22);
}
.lat_site_link ul.wrap_latest_list::-webkit-scrollbar-thumb:hover{
	background-color:rgba(231,238,252,.32);
}

/* 기존 클래스 유지 + 다크톤에 맞게 색만 정리 */
.scroll_link_adult_sites::-webkit-scrollbar-track{background-color:rgba(244,64,52,.20)}
.scroll_link_adult_sites::-webkit-scrollbar-thumb{background-color:rgba(244,64,52,.85)}
.scroll_link_cartoon_sites::-webkit-scrollbar-track{background-color:rgba(23,226,251,.18)}
.scroll_link_cartoon_sites::-webkit-scrollbar-thumb{background-color:rgba(23,226,251,.80)}
.scroll_link_entertain_sites::-webkit-scrollbar-track{background-color:rgba(156,39,176,.18)}
.scroll_link_entertain_sites::-webkit-scrollbar-thumb{background-color:rgba(156,39,176,.80)}
.scroll_link_gamble_sites::-webkit-scrollbar-track{background-color:rgba(76,175,80,.18)}
.scroll_link_gamble_sites::-webkit-scrollbar-thumb{background-color:rgba(76,175,80,.78)}
.scroll_link_tv_movie_sites::-webkit-scrollbar-track{background-color:rgba(121,85,72,.20)}
.scroll_link_tv_movie_sites::-webkit-scrollbar-thumb{background-color:rgba(121,85,72,.85)}
.scroll_link_sports_sites::-webkit-scrollbar-track{background-color:rgba(158,158,158,.18)}
.scroll_link_sports_sites::-webkit-scrollbar-thumb{background-color:rgba(158,158,158,.75)}
.scroll_link_torrent_sites::-webkit-scrollbar-track{background-color:rgba(255,152,0,.18)}
.scroll_link_torrent_sites::-webkit-scrollbar-thumb{background-color:rgba(255,152,0,.80)}
.scroll_link_webtoon_sites::-webkit-scrollbar-track{background-color:rgba(63,81,181,.18)}
.scroll_link_webtoon_sites::-webkit-scrollbar-thumb{background-color:rgba(63,81,181,.78)}
.scroll_link_livecam_sites::-webkit-scrollbar-track{background-color:rgba(96,125,139,.18)}
.scroll_link_livecam_sites::-webkit-scrollbar-thumb{background-color:rgba(96,125,139,.78)}
.scroll_link_youtube_sites::-webkit-scrollbar-track{background-color:rgba(255,193,7,.18)}
.scroll_link_youtube_sites::-webkit-scrollbar-thumb{background-color:rgba(255,193,7,.80)}
.scroll_link_toys_sites::-webkit-scrollbar-track{background-color:rgba(0,0,0,.28)}
.scroll_link_toys_sites::-webkit-scrollbar-thumb{background-color:rgba(231,238,252,.22)}
.scroll_link_toto_sites::-webkit-scrollbar-track{background-color:rgba(244,64,52,.20)}
.scroll_link_toto_sites::-webkit-scrollbar-thumb{background-color:rgba(244,64,52,.85)}
.scroll_link_bjlive_sites::-webkit-scrollbar-track{background-color:rgba(23,226,251,.18)}
.scroll_link_bjlive_sites::-webkit-scrollbar-thumb{background-color:rgba(23,226,251,.80)}
