/*공통사용 코드*/
.flexBox {
	display: flex;
	align-items: center;
}
.flex_Box {
	display: flex;
	align-items: center;
}
.flexBetween {
	display: flex;
	justify-content: space-between;
}
.flex_between {
	display: flex;
	justify-content: space-between;
}
.column {
	display:flex;
	flex-direction:column;
}
.tag_selected {
	background:#171717;
	background-color:#171717 !important;
	color:#fff !important;
}

/*로딩스피너*/
.loading_wrap {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:9999;
/* 	display:none; */
}
.loading_wrap:before {
	content:"";
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:32px;
	height:32px;
	background:url(/static/assets_rn/images/icon/l-loading.svg) no-repeat center center / cover;
	transform-origin:50% 50%;
	animation:loading 3s linear infinite;
}
@keyframes loading {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}
/*
 *
혁신 아카이브 리스트 사용자
*
*/
.library_search_input_wrap {
	position: relative;
}

.library_search_input_inner::after {
	display: none;
}

.library_search_input_inner input[type=text] {
	width: 90%;
}

.library_search_input_wrap .wj_search_btn {
	display: inline-block;
	position: absolute;
	right: 40px;
	width: 16px;
	height: 16px;
	/* background-color: aqua; */
	background: url('../images/library/icon/c-search-ic.svg');
	cursor: pointer;
}

.reload_btn {
	cursor: pointer;
}

.library_search_list li {
	transition: .3s;
	cursor: pointer;
}

.library_search_list li:hover {
	background: #171717;
	color: #fff;
}

.order_latest input[type="radio"] {
	width: 20px;
	height: 20px;
}

/*input range버튼 커스텀*/
.slider-range-wrap {
    margin:10px 0 20px;
}
.ui-state-focus {
    border:0;
    outline:0;
  }
  .ui-state-active {
    background:#ededed !important;
    border:1px solid #888 !important;
  }
  .ui-widget.ui-widget-content {
    border:1px solid #ddd !important;
  }
  .slider-range-wrap label {
    font-size:17px;
  }
  .slider-range-wrap input {
    outline:0;
    width:100px;
	  font-size: 17px;
  }
  .ui-slider-horizontal {
    height:1.5rem !important;
  }
  .ui-slider-horizontal .ui-slider-handle {
    width:1.5rem !important;
    height:1.5rem !important;
  }
  .ui-slider-horizontal .ui-slider-handle {
    top:-0.15em !important;
  }
/*input range버튼 커스텀*/

.moreview_btn {
	cursor: pointer;
}
.why_keyword_list {
	flex-wrap:wrap;
	gap:5px 0;
}
.why_keyword_list li {
	transition: .3s;
	cursor:pointer;
}

.why_keyword_list li:hover {
	background: #171717;
	color: #fff;
}
.arcList .select_list {
	cursor:pointer;
}
.lank_wrap {
	position: relative;
}

.lank_wrap>.wj_rank_btn {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius:50%;
	background: url(../images/library/icon/c-list-drop-up.svg) no-repeat
		center, #fff;
	cursor: pointer;
}

.lank_wrap #rank_btn:checked+label {
	background: url(../images/library/icon/c-drop-btn.svg) no-repeat center, #fff;
}

.lank_wrap #rank_btn+label+div, .lank_wrap #rank_btn+label+div ~div {
	max-height: 20rem;
	transition: .2s linear;
}

.lank_wrap #rank_btn:checked+label+div, .lank_wrap #rank_btn:checked+label+div
	 ~div {
	max-height: 1.75rem;
	overflow: hidden;
}
.lank_wrap > div > ul > li {
	cursor:pointer;
}
.lank_wrap > div > ul > li:hover span {
	text-decoration:underline;
}
.lank_wrap > div > ul > li > span:nth-child(2) {
	font-size:18px;
}
.lank_wrap > div > ul > li > span.veiw_num {
	font-size:18px;
}
.list_top_wrap {
	background: #fff;
}
.list_top_wrap .img img {
	width:240px;
	height:150px;
	object-fit:cover;
}
.list_top_wrap .txt_wrap {
	width:calc(100% - 300px);
}
.list_top_wrap .txt_wrap .txt_title a {
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
}
.list_total {
	font-size:17px;
	display:flex;
	justify-content:flex-end;
	padding-right:10px;
}
.click_list li {
	font-size:17px;
}
.click_list li::before {
	width:16px;
	height:16px;
}
.txt_locate {
	width:auto !important;
	display:inline-block;
}
.txt_year span {
	font-size:17px;
}
.why_list li span.why_txt {
	font-size:18px;
}
/*아카이브 리스트 팝업*/
.arcList .mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	backdrop-filter: blur(2px);
	z-index: 98;
	display: none;
}

.arcList .filterPop {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1000px;
	width: 100%;
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
	display: none;
	z-index: 99;
}

.arcList .popHeader {
	position: relative;
	background: #333;
	height: 60px;
}

.arcList .popHeader h3 {
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	text-indent: 15px;
}

.arcList .popHeader .btnCls {
	position: absolute;
	top: calc(50% - 13px);
	right: 15px;
	width: 26px;
	height: 26px;
	color: #fff;
	background: #666;
	font-size: 14px;
	border-radius: 50%;
	cursor: pointer;
}

.arcList .popBody {
	padding: 15px;
}

.arcList .popBody .boxWrap {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
}

.arcList .popBody .boxWrap.second {
	border-top: none;
}

.arcList .popBody .boxWrap.second .depth2 {
	display: none;
}

.arcList .popBody .boxWrap .btnRowAdd {
	position: absolute;
	top: -1px;
	right: -41px;
	width: 41px;
	height: 41px;
	border: 1px solid #70b2fe !important;
	background: #fff;
	cursor: pointer;
}

.arcList .popBody .boxWrap .btnRowAdd span {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
}

.arcList .popBody .boxWrap .btnRowAdd span:before {
	content: "\2228";
	position: absolute;
	left: calc(50% - 9px);
	transform: scaleY(0.6);
	color: #0075FF;
	font-size: 26px;
	text-align: center;
}

.arcList .popBody .boxWrap .btnRowAdd.on span:before {
	content: "\2227";
}

.arcList .popBody .conditionBox {
	width: 25%;
}

.arcList .popBody .conditionBox.extend+.conditionBox .depth2 {
	display: none !important;
}

.arcList .popBody .conditionBox.extend ul.split {
	width: 200%;
	background: #fff;
	z-index: 999;
}

.arcList .popBody .conditionBox:nth-child(1).extend ul.split {
	margin-left: 0;
}

.arcList .popBody .conditionBox:nth-child(2).extend ul.split {
	margin-left: -243px;
}

.arcList .popBody .conditionBox:nth-child(3).extend ul.split {
	margin-left: -485px;
	border-right: none;
}

.arcList .popBody .conditionBox:nth-child(4).extend ul.split {
	margin-left: -573px;
	border-right: none;
}

.arcList .popBody .conditionBox:nth-child(5).extend ul.split {
	margin-left: -745px;
	border-right: none;
}

.arcList .popBody .conditionBox.extend ul.split:after {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: calc(100% - 1px);
	height: 200px;
	border: 1px solid #ccc;
	z-index: 1;
}

.arcList .popBody .conditionBox.extend ul.split>li {
	display: table;
}

.arcList .popBody .conditionBox .sbjt {
	height: 40px;
	background: #f5f5f5;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-right: 1px solid #ccc;
	cursor: pointer;
}

.arcList .popBody .conditionBox .sbjt h4 {
	line-height: 40px;
	text-align: center;
}

.arcList .popBody .conditionBox:last-child .sbjt {
	border-right: none;
}

.arcList .popBody>.flexBox {
	align-items: flex-start;
}

.arcList .popBody .conditionBox ul {
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 5px;
	border-right: 1px solid #ccc;
}

.arcList .popBody .conditionBox ullast-of-type ul {
	border-right: none;
}

.arcList .popBody .conditionBox ul::-webkit-scrollbar {
	width: 2px;
	opacity: 0;
}

.arcList .popBody .conditionBox ul::-webkit-1bar-track {
	opacity: 0;
}

.arcList .popBody .conditionBox ul::-webkit-scrollbar-thumb {
	width: 2px;
	/* height: 77px; */
	background-color: #ccc;
}

.arcList .popBody .conditionBox ul li {
	margin: 2px 0;
	padding: 3px 10px;
	display: table;
	font-size: 14px;
	border: 1px solid transparent;
	cursor: pointer;
}

.arcList .popBody .conditionBox ul li:hover {
	color: #171717;
}

.arcList .popBody .conditionBox ul li:not(.depth3Wrap ).selected {
	color: #171717;
	border: 1px solid #ccc;
	border-radius: 30px;
}

.arcList .popBody .conditionBox ul.depth2>li+li.depth3Wrap {
	position: absolute;
	top: 41px;
	left: 50%;
	width: 50%;
	margin: 0;
	padding: 0;
	z-index: 9;
	display: none;
}

.arcList .popBody .conditionBox ul.depth2>li+li.depth3Wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 2px);
	background: #fff;
	z-index: -1;
}

.arcList .popBody .conditionBox.extend ul.depth2>li {
	position: relative;
	z-index: 9;
}

.arcList .popBody .conditionBox.extend ul.depth2>li+li.depth3Wrap .depth3
	{
	border-right: none;
}

.arcList .popBody .conditionBox.extend ul.depth2>li+li.depth3Wrap .depth3 li
	{
	display: table;
}

.arcList .popBody .conditionBox.extend ul.depth2>li ~ li.depth3Wrap.on {
	display: block;
}

.arcList .popBody .conditionBox.on .sbjt {
	background: #333;
}

.arcList .popBody .conditionBox.on .sbjt h4 {
	color: #fff;
}

.arcList .popBody .selectList {
	width: 75%;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	gap: 5px;
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 10px;
	overflow-y: auto;
}

.arcList .popBody .selectList::-webkit-scrollbar {
	width: 2px;
	opacity: 0;
}

.arcList .popBody .selectList::-webkit-scrollbar-track {
	opacity: 0;
}

.arcList .popBody .selectList::-webkit-scrollbar-thumb {
	width: 2px;
	/* height: 77px; */
	background-color: #ccc;
}

.arcList .popBody .selectList>li {
	display: flex;
	align-items: center;
	color: #888;
	padding: 3px 10px;
	font-size: 12px;
}

.arcList .popBody .selectList>li:hover {
	color: #444;
}

.arcList .popBody .selectList>li a {
	font-size: 12px;
}

.arcList .popBody .selectList .btnClsMini {
	color: #888;;
	background: transparent;
	margin-left: 5px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.arcList .popBody .selectList .btnClsMini:hover {
	color: #171717;
}

.arcList .popBody .bottomBox {
	position: relative;
	gap:0 15px;
}
.arcList .popBody .bottomBox .column {
	width:calc(25% - 15px);
	justify-content:space-between;
	margin-top:15px;
}
.arcList .btnSelectSearch {
	width: 100%;
	height: 55px;
	margin-top: 15px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	background: #333;
	font-size: 18px;
	cursor: pointer;
}
.arcList .popBody .bottomBox .column .library_detail_search_input {
	position:relative;
}
.arcList .popBody .library_detail_search_input input[type=text] {
	width:100%;
	height:30px;
	border-bottom:1px solid #ccc;
	padding:0 5px;
}
.arcList .popBody .bottomBox .column .library_detail_search_input button {
	position:absolute;
	top:3px;
	right:0;
	font-size:20px;
	font-weight:400;
	color:#888;
	opacity:0;
	transition:.3s;
	z-index:11;
}
.arcList .popBody .bottomBox .column .library_detail_search_input input[type=text]:focus+button {
	opacity:1;
}
.arcList .popBody .btnRefresh {
	position: absolute;
	top: calc(60% - 15px);
	right: 250px;
	width: 24px;
	height: 24px;
	margin-left: 13px;
	font-size: 0;
	background: url(../images/library/icon/c-reload.svg) no-repeat center
		center/cover;
	cursor: pointer;
}
.arcList .library_list_li_wrap {
	max-height:800px;
}
.arcList .moreview_btn {
	display:none;
}
.arcList .list_hidden_wrap {
	padding-bottom:20px;
}
.arcList .list_top_wrap .txt_wrap {
	width:100%;
	font-size: 18px;
}
.arcList .txt_year {
	padding-top:0;
}
.arcList .click_list {
	justify-content:flex-end;
}
.arcList .why_list li {
	margin-bottom:8px;
}  
.arcList .filter_btn {
	font-family:'Pretendard GOV';
}
/*열린정부 파트너십*/
.top_title {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw !important;
}
/*페이징버튼*/
.wj_paging_btn {
	font-size: 0;
	text-indent: -9999px;
	color: transparent;
}
.paging_numlist {
	gap:0 15px;
}
@media all and (max-width:1024px) {
	.filter_btn {
		display:none;
	}
}
@media all and (max-width:600px) {
	.list_top_wrap .txt_wrap {
		width:100%;
	}
}