<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 오늘 본 상품 */
#stv {
	z-index:1001;
	width:88px;
	position:absolute;
	left: 50%;
	margin-left:605px;
}
#stv_list {
	background:#fff;
	border-radius:3px;
	border:1px solid #e9e9e9;
	border-top: 0;
}
#stv_list h3 {
	width:90px;
	padding:8px 0;
	background:#333;
	color: #fff;
	text-align:center;
	border-radius:0;
	letter-spacing:-0.1em;
}

#stv_list h4 {
	width:90px;
	padding:8px 0;
	background:#333;
	color: #fff;
	text-align:center;
	border-radius:0;
	letter-spacing:-0.1em;
}

#stv_list h5 {
	width:90px;
	padding:8px 0;
	background:#333;
	color: #fff;
	text-align:center;
	border-radius:0;
	letter-spacing:-0.1em;
}

#stv_pg {display:block;margin:5px 0 0}
#stv_list p {
	padding:20px 0;
	text-align:center;
	border: 1px solid #e9e9e9;
	border-top: 0;
}
#stv_btn {
	text-align:center;
	zoom:1;
	border: 1px solid #e9e9e9;
	border-top: 0;
}
#stv_btn:after {display:block;visibility:hidden;clear:both;content:""}
#stv_btn button {
	margin:1px 0 0 0;
	box-sizing: content-box;
	padding:3px 0;
	width:43.5px;
	border:0;
	color:#3e3c52;
	font-size: 11px;
	line-height: 12px;
	text-align:center;
	background-color: #fff;
}
#stv_btn button#up{
	float:left;
	border-right: 1px solid #e9e9e9;
}
#stv_btn button#down{float:right;}
#stv_ul {
	margin:0;
	padding:8px 0;
	list-style:none;
	border-right:1px solid #e9e9e9; 
	border-left:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
.stv_item {display:none;padding:0 5px;text-align:left;word-break:break-all;font-size:11px;border-bottom:1px solid #e9e9e9;}
.stv_item img {margin:5px 0}

#stv_nb {
	margin:0;
	padding:0;
	border-top:1px solid #e9e9e9;
	list-style:none;
	border-radius:0;
	position:absolute;
	top:134px;
}
#stv_nb li {
	text-align:center;
	padding-bottom:5px;
}
#stv_nb a {display:block}</pre></body></html>