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

.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;
	display: -webkit-inline-box;
}

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

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

.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-wrap.interchange .allthat-widget-list-div{
	margin: 5px 0 0 0;
}

.allthat-widget-list-item-interchange{
	display: flex;
	align-items: center;
	height: 28px;
}

.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-wrap.interchange .allthat-widget-list-div li{
	height:auto;
}

.allthat-widget-list-item-interchange .i-1{
	width: 30px;
	padding-left: 10px;
}

.allthat-widget-wrap.interchange .allthat-widget-list-item-interchange .i-2{
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.allthat-widget-wrap.interchange .allthat-widget-list-item-interchange .i-3{
	width:calc(20%);
	text-align: right;
}

.allthat-widget-wrap.interchange .allthat-widget-list-item-interchange .i-it{
	width:25px;
}

.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:15px 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: 48%;
}

.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;
}

.i-it .cnt-hit{
	color:#a2a2a2;
}

.i-it .cnt-hot{
	color:#ff0000;
}

.bottom-more{
	position: relative;
    height: 25px;
}

.bottom-tools{
	position: absolute;
    height: 28px;
    left: 0;
    top: 10px;
}

.bottom-tools-right{
	position: absolute;
    height: 28px;
    right: 0;
    top: 10px;
}

.gear-set{
	margin-right: 5px;
}

.gear-set img , .more-caret img{
	cursor: pointer;
	filter: invert(66%) sepia(1%) saturate(426%) hue-rotate(113deg) brightness(91%) contrast(96%);
}

.gear-set img:hover , .more-caret img:hover{
	filter: invert(58%) sepia(92%) saturate(3086%) hue-rotate(158deg) brightness(90%) contrast(101%);
}

.allthat-widget-list-item-interchange .i-2 a{
	text-decoration: none;
	color:#242424;
}

.allthat-widget-list-item-interchange .i-2 a:hover{
	text-decoration: none;
	color:#35a6fc;
}
.allthat-widget-list-item-interchange .is-nick{
	color:#494949;
	margin-left: 5px;
}

.bottom-more{
	display: none;
}

a.wd-cmt-cnt{
	margin-left: 5px;
	color:#ff1a1a !important;
}

@media screen and (max-width: 500px) {
	.allthat-widget-wrap.interchange{
		max-height: 77px;
	}

	.allthat-widget-wrap.interchange .allthat-widget-list-div {
		margin: 0 0 0 0;
	}

	.allthat-widget-wrap.interchange .h2-title{
		font-size: 14px !important;
	}

	.allthat-menu-header .allthat-left-title.el{
		font-size: 14px !important;
	}
}

.ai-log-check{
	color:#ff0000;
}

.ai-log-move{
	color:#1e90ff;
}

.ai-log-restore{
	color:#088a15;
}

.ai-log-memo{
	color:#999;
}

.ai-rule-log-title{
	font-weight: bold;
	font-size: 15px;;
}

.ai-rule-log-wrap ul{
	margin: 2px 0 0 14px;
	padding: 3px;
	margin-block-start: 0px;
	margin-block-end: 5px;
	margin-inline-start: 10px;
	margin-inline-end: 5px;
	padding-inline-start: 10px;
}

.ai-rule-log-wrap li{
	margin: 3px 0 3px 0;
	padding: 5px;
}

.ai-log-nick-span{
	cursor:pointer;
}

.ai-rule-log-avc{
	margin-top: 10px;
}

.ai-rule-log-wrap{
	position: relative;
	border: 1px solid #e0e0e0;
	padding:10px 10px;
	margin-bottom:10px;
}

.save-pt-div textarea{
	width: 100%;
	height: 40px;
	padding:10px;
}

.resotre-memo{
	margin-top: 10px;
	line-height: 160%;
}


/* 관리자 버튼 - admin-action-bar 내에서는 .admin-btn 스타일 우선 적용 */
.ai-rule-log-ic,
.ai-rule-log-bk {
	line-height: 1.4;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 14px;
	text-decoration: none;
	transition: all 0.15s ease;
	border: 1px solid transparent;
}

.ai-rule-log-ic {
	background: #fff4e6;
	color: #d9480f;
	border-color: #ffd8a8;
}
.ai-rule-log-ic:hover {
	background: #ffe8cc;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.ai-rule-log-ic:active {
	transform: translateY(0);
}

.ai-rule-log-bk {
	background: #ebfbee;
	color: #2b8a3e;
	border-color: #b2f2bb;
}
.ai-rule-log-bk:hover {
	background: #d3f9d8;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.ai-rule-log-bk:active {
	transform: translateY(0);
}

.ai-rule-log-ic img,
.ai-rule-log-bk img {
	display: none;
}


.ai-log-admin2{
	color:#088a15;
}

.ai-log-admin1{
	color:#ff0000;
}