.allthat-widget-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding:6px;
	margin-bottom:7px;
	max-width: calc(100% - 12px);
}

.h2-title{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 26px;
	font-family: 'Noto Sans KR', system-ui;
	margin: 0;
	padding: 0;
	cursor:pointer;
	display: -webkit-inline-box;
}

.allthat-more-text, .allthat-widget-list-item{
	cursor: pointer;
}

.allthat-widget-title{
    position: relative;
}

.more-div-2{
	display: block;
    align-items: center;
    font-size: 13px;
    line-height: 17px;
    color: #999;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    right: 5px;
	cursor:pointer;
}

.more-div-2 img{
	width:11px;
	height:11px;
	filter: invert(66%) sepia(1%) saturate(426%) hue-rotate(113deg) brightness(91%) contrast(96%);
}

.more-div-2 img:hover{
	filter: none;
}

.more-div{
	display: inline-flex;
	margin-left:35px;
	align-items: center;
	font-size: 13px;
	line-height: 17px;
	color: #999;
	vertical-align: middle;
}

.more-div img{
	width:11px;
	height:11px;
	filter: invert(66%) sepia(1%) saturate(426%) hue-rotate(113deg) brightness(91%) contrast(96%);
}

.allthat-widget-index{
	margin: 15px 0 15px 0;
	background-color: #f0f0f0;
	padding:8px 0 8px 0;
	border-radius: 5px;
	clear: both;
	display: block;
	position: relative;
}

.allthat-widget-index .t-0{
	padding-left:5px;
	color:#8a8a8a;
}

.allthat-widget-index .t-1{
	padding-left:15px;
	color:#8a8a8a;
}

.allthat-widget-index .t-2{
	float:right;
	padding-right:10px;
	color:#8a8a8a;
}

.allthat-widget-list-div{
	margin: 10px 0 0 0;
}

.allthat-widget-list-item{
	display: flex;
	align-items: center;
}

.allthat-widget-list-div ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

.allthat-widget-list-div li{
	height:28px;
}

.allthat-widget-list-item .i-1{
	width: 20px;
	padding-left: 00px;
    padding-left: 5px;
    padding-right: 3px;
}

.allthat-widget-list-item .i-2{
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.allthat-widget-list-item .i-3{
	text-align: center;
	width:30px;
}

.allthat-background{
	background-color: rgba(124, 124, 124, 0.575);
	z-index: 999998;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}

.allthat-window{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;

}

.allthat-ct{
	padding:25px;
	width:690px;
	background-color: white;
	border-radius: 10px;
	height: 670px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.t-title{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 26px;
	font-family: 'Noto Sans KR', system-ui;
	margin: 0;
	padding: 0;

}

.allthat-title{
	position: relative;
}

.allthat-window-close{
	float: right;
	width:22px;
	height: 22px;
}

.allthat-window-close img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.allthat-window-close img:hover{
	cursor: pointer;
	filter: brightness(0) saturate(100%) invert(69%) sepia(1%) saturate(0%) hue-rotate(238deg) brightness(87%) contrast(102%);
}

.allthat-info{
	margin:15px 0 10px 0;
	padding:15px;
	background-color: rgb(223, 228, 223);
	display: block;
	border-radius: 7px;
}
.ati-1{
	color:#686868;
}

.ati-2{
	float:right;
}

.ati-2 a{
	text-decoration: underline;
	color:#686868;
}

.top-span{
	padding: 2px 5px 2px 5px;
}

.top-span.num-1{
	background-color: dodgerblue;
	color: white;
}

.top-span.num-2{
	background-color: rgb(121, 4, 4);
	color: white;
}

.top-span.num-3{
	background-color: rgb(255, 161, 30);
	color: white;
}

.allthat-widget-wrap nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0;
	position: relative;
}

.allthat-widget-tab{
	display: block;
	margin:5px 0 10px 0;
}

.allthat-widget-wrap .tab-ul:before {
    background-color: #ebecf1;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 10px;
    position: absolute;
    right: 10px;
    width: auto;
    z-index: auto;
}

.allthat-widget-wrap nav li {
    display: inline-block;
    border-bottom: solid 1px transparent;
    position: relative;
	border-spacing: 0;
	text-align: center;
	width: 49%;
}

.allthat-widget-wrap nav li a{
    padding: 5px 10px;
    text-decoration: none;
	background: transparent;
    cursor: pointer;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: flex;
    align-items: center;
    justify-content: center;
}

.tab-ul a{
	color: #8a8a8a;
}

.tab-ul a.active{
	color: dodgerblue;
}

.tab-ul a.none:hover{
	color: dodgerblue;
}

.allthat-widget-wrap nav li.active::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
	height: 2px;
	background-color: #1e90ff;
}

.ul-tab-2{
	display: none;
}

.allthat-widget-wrap nav a.none img{
	width: 12px;
	height: 12px;
	filter: invert(66%) sepia(1%) saturate(426%) hue-rotate(113deg) brightness(91%) contrast(96%);
	margin-right:5px;
}

.allthat-widget-wrap nav a.active img{
	width: 12px;
	height: 12px;
	filter: brightness(0) saturate(100%) invert(43%) sepia(31%) saturate(4145%) hue-rotate(193deg) brightness(102%) contrast(100%);
	margin-right:5px;
}

.allthat-widget-list-blank{
	display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.allthat-widget-list-blank img{
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.rank-up-img{
	width: 12px;
	height: 12px;
	filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(5224%) hue-rotate(357deg) brightness(108%) contrast(113%);
	margin-right:5px;
}

.rank-down-img{
	width: 12px;
	height: 12px;

	margin-right:5px;
	filter: brightness(0) saturate(100%) invert(43%) sepia(75%) saturate(761%) hue-rotate(175deg) brightness(101%) contrast(106%);
}

.rank-status-span{
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rank-status-span.rank-up{
	color:#ff0000;
}

.rank-status-span.rank-down{
	color:#1e90ff;
}

.rank-status-span.rank-new{
	color:#999;
}
