#실시간인기검색어 .dsp_no{display:none;}
	#실시간인기검색어_show {	
		display:none;	
		z-index: 999;
		background: #fff;
		position: absolute;
		top: 110px;
		margin-left: -10px;
		padding: 10px;
		border: 1px solid #dbdbdb;transition: all 0.3s ease 0s;
		box-shadow: 9px 17px 60px 2px rgb(77 74 74 / 8%);

	}
	#실시간인기검색어_show .t_hide{display:none;}
	#실시간인기검색어_show li{
		align-items: center;
		display: grid !important;
		grid-template-columns: 35px 1fr 35px;
	}
	#실시간인기검색어_show li div{padding-left:0px !important;    height: 100%;display: flex;    align-items: center;    }
	#실시간인기검색어_show li >div:nth-of-type(1){font-size: 16px !important;justify-content: center;}
	#실시간인기검색어_show li >div:nth-of-type(2){font-size: 16px !important;font-weight:400 !important}
	#실시간인기검색어_show li >div:nth-of-type(2) span{line-height:37px;}
	
	
	#실시간인기검색어_show li:hover >div:nth-of-type(2) span a{
		border-bottom:1px solid black;
		transition: all 0.3s ease 0s;
	}
	
	#실시간인기검색어_show .dsp_no{display:block;}
	#실시간인기검색어_show li >div:nth-of-type(3){
		justify-content: center;
	}
	#실시간인기검색어_show li >div:nth-of-type(3) .new{
		color: #e11737 !important;		font-size: 14px !important;				
	}
	#실시간인기검색어_show li >div:nth-of-type(3) .up{
		font-family: tahoma;
		color: #e11737;					
		font-size: 14px !important;
	}
	#실시간인기검색어_show li >div:nth-of-type(3) .down{
		font-family: tahoma;
		color: #598bd4;				
		font-size: 14px !important;
	}