.searcharea {
	position: absolute;
	top: 25px;
	left: 370px;
	height: 46px;
	right: 260px;
	border: 1px solid silver;
	border-radius: 100px;
}

.searcharea select {
	position: absolute;
	top: 7px;
	left: 40px;
	width: 90px;
	height: 30px;
	border: 0;
	border-right: 1px solid silver;
}

.searcharea input {
	position: absolute;
	top: 7px;
	left: 143px;
	right: 53px;
	height: 30px;
	line-height: 30px;
	border: 0;
}

.searcharea .icon {
	margin-left: 18px;
	margin-top: 7px;
}

.searcharea select {
	position: absolute;
	top: 7px;
	left: 25px;
	width: 120px;
	height: 30px;
	border: 0;
	text-align: center;
}

.searcharea input {
	position: absolute;
	top: 7px;
	left: 153px;
	right: 83px;
	height: 30px;
	line-height: 30px;
	border: 0;
	border-left: 1px solid silver;
	padding-left: 20px;
}

.searcharea .icon {
	position: absolute;
	right: 54px;
	top: 12px;
	cursor: pointer;
	margin: 0;
}

.searcharea .btnfilter {
	position: absolute;
	right: 18px;
	top: 12px;
	cursor: pointer;
}

.chartarea {
	text-align: center;
	overflow: hidden;
	background-color: #ecf1fe;
	border-bottom: 0px solid silver;
	overflow: hidden;
	height: 30%;
	min-height: 190px;
}

#piechart1,
#piechart2,
#piechart3 {
	display: inline-block;
	width: 500px;
	height: 110%;
	margin: -5px -50px 30px;
	line-height: 300px;
}

.oneitem {
	position: relative;
	display: inline-block;
	width: 242px;
	height: 188px;
	margin: 15px;
	list-style-type: none;
	text-indent: 0;
	padding: 0;
}

.gridcaption {
	display: none;
	font-weight: bold;
	z-index: 1;
}

.oneitem ul {
	list-style-type: none;
	text-indent: 0;
	padding: 0;
}

.oneitem .chkicon {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 22px;
	z-index: 9;
	width: 14px;
}

.oneitem .chkicon::before {
	content: url("../common/images/ico_check.svg");
}

.oneitem[checked='checked'] .chkicon {
	display: block;
}

.oneitem .fileid {
	position: absolute;
	top: -2px;
	left: 18px;
	width: 100px;
	height: 20px;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: -1px;
}

.oneitem .fileid a {
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: -1px;
}

.oneitem .ptype {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 12px;
	height: 16px;
	border-radius: 10px;
	background-color: #4444cc;
	color: white;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
}

.oneitem .ptype[value='6'] {
	background-color: #f44;
}

.oneitem .ptype[value='5'],
.oneitem .ptype[value='4'],
.oneitem .ptype[value='3'] {
	background-color: #44f;
}

.oneitem .ptype[value='8'] {
	background-color: #4a4;
}

.itemlist label {
	display: inline-block;
	min-width: 120px;
}

.oneitem .difficult {
	position: absolute;
	top: -1px;
	right: 17px;
	width: 100px;
	text-align: right;
	letter-spacing: -3px;
}

.oneitem .difficult .icon {
	font-size: 8pt !important;
	color: #f43;
	display: block;
}

.oneitem .difficult .text {
	display: none;
}

.oneitem .img {
	position: absolute;
	top: 22px;
	bottom: 35px;
	left: 0;
	right: 0;
	overflow: hidden;
	border: 1px solid silver;
	background-color: white;
	box-shadow: rgb(87 117 160 / 60%) 1px 1px 3px;
	padding: 10px;
}


[state='1'] li {
	vertical-align: top;
}

[state='1'] .oneitem {
	height: auto;
}

[state='1'] .oneitem {
	height: auto !important;
}

[state='1'] .oneitem .img {
	position: static;
	height: auto;
	margin-top: 22px;
	margin-bottom: 35px;
}


.oneitem .img img {
	width: 100%;
}

.oneitem[checked='checked'] .img {
	opacity: 0.5;
}

.oneitem .menu {
	position: absolute;
	right: -2px;
	top: -5px;
	text-align: center;
}

.oneitem .state {
	position: absolute;
	right: 59px;
	top: 2px;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: -2px;
}

.oneitem .state {
	border-radius: 15px;
	font-size: 10px;
	font-weight: bold;
	width: 30px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background-color: #ff7e75; 
}

.oneitem .state[value='01'] {
	background-color: #508ae6;
}

.oneitem .attr1,
.oneitem .attr2 {
	white-space: nowrap;
	color: #555;
	text-align: left;
	font-size: 11px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.oneitem .attr1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 70px;
	height: 35px;
}

.oneitem .attr2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
}

.oneitem .wdate {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 35px;
	font-size: 11px;
}

#problemlist {
	background-color: #fff;
	text-align: center;
	list-style-type: none;
	text-indent: 0;
	padding: 0;
	margin: 0;
}

#problemlist[state='2'] {
	padding-left: 0px;
	padding-right: 0px;
}
#problemlist[state='2'] .oneitem {
	display: block;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

#problemlist[state='2'] .gridcaption {
	display: static;
	background-color: #ececec;
}

#problemlist[state='2'] .oneitem li {
	position: static;
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	font-size: 1em;
	color: #000;
	border: 1px solid transparent;
	background-color: transparent;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	vertical-align: middle;
	text-align: center;
	border-radius: 0;
	letter-spacing: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

#problemlist[state='2'] .oneitem li a {
	font-weight: normal;
	font-size: 1em;
	color: #000;
}

/*그리드 체크 지정*/
#problemlist[state='2'] .chkicon {
	content: url("../common/images/ico_unchecked.png");
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
}

#problemlist[state='2'] .oneitem[checked='checked'] .chkicon {
	content: url("../common/images/ico_checked.png");
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
}

/*그리드 배경색 지정*/
#problemlist[state='2'] .oneitem[checked='checked'] {
	background-color: #efffef;
}

#problemlist[state='2'] .oneitem:hover {
	background-color: #ffefef;
}

#problemlist[state='2'] .gridcaption:hover {
	background-color: #ececec;
}

#problemlist[state='2'] .gridcaption[checked='checked'] {
	background-color: #ececec;
}


#problemlist[state='2'] .oneitem[selected='Y'] {
	background-color:#eef;
}

#problemlist[state='1'] .oneitem[selected='Y'] .img{
	border:1px solid blue;
	box-shadow: rgb(0 10 255 / 60%) 1px 1px 3px;
}

#problemlist[state='2'] .fileid {
	display: inline-block;
	width: 7%;
	border-right: 1px solid #ccc !important;
}

#problemlist[state='2'] .ptype {
	display: inline-block;
	width: 10%;
	border-right: 1px solid #ccc !important;
}

#problemlist[state='2'] .difficult {
	display: inline-block;
	width: 6%;
	border-right: 1px solid #ccc !important;
}

#problemlist[state='2'] .difficult .icon {
	display: none;
}

#problemlist[state='2'] .difficult .text {
	display: inline;
}

#problemlist[state='2'] .img {
	display: none;
}

#problemlist[state='2'] .attr1 {
	display: inline-block;
	padding-left: 2px !important;
	width: calc(25% - 45px);
	text-align: left;
	border-right: 1px solid #ccc !important;
}

#problemlist[state='2'] .attr2 {
	display: inline-block;
	padding-left: 2px !important;
	width: calc(32% - 55px);
	text-align: left;
	border-right: 1px solid #ccc !important;
}

#problemlist[state='2'] .state {
	display: inline-block;
	width: 7%;
	border-right: 1px solid #ccc !important;
}

#problemlist[state='2'] .wdate {
	display: inline-block;
	width: 13%;
	border-right: 1px solid #ccc !important;
}

#problemlist[state='2'] .menu {
	display: inline-block;
	width: 30px;
	margin-left: 9px !important;
}

#toolbox {
	position: absolute;
	right: 5px;
	bottom: 45px;
	z-index: 99;
	display: none;
	z-index: 9999;
}

#toolbox div {
	text-align: right;
	padding-right: 5px;
	margin-bottom: -3px;
}

#toolbox img {
	width: 10%;
	cursor: pointer;
}

#contentmenu {
	text-align: right;
	padding: 5px;
	background-color: #fff;
	left: 0;
	right: 0;
	z-index: 99999;
	border-bottom: 1px solid silver;
	position: relative;
	border-top:3px solid #4676f4;
}

#contentmenu img {
	cursor: pointer;
}

#contentmenu img {
	cursor: pointer;
}

#totalcnt {
	float: left;
    margin-top:3px;
}

[folder='y'] #problemlist {
	padding-left: 250px;
}

[folder='n'] #folderarea {
	display: none;
}

#folderarea {
	position: fixed;
	left: 0;
	width: 250px;
	top: 350px;
	bottom: 50px;
	border-right: 1px solid silver;
	z-index: 999;
	border-bottom: 1px solid #ccc;
}

[state="1"] .buttonbox {
	display: inline-block;
	border-radius: 20px;
	height: 25px;
	line-height: 20px;
	width: 25px;
	vertical-align: middle;
	text-align: center;
	margin-right: -7px
}

[state="2"] .buttonbox,
.dotsbuttonbox {
	display: inline-block;
	border-radius: 20px;
	height: 30px;
	line-height: 25px;
	width: 30px;
	vertical-align: middle;
	text-align: center;
	margin-top: -5px;
}

.buttonbox img,
.dotsbuttonbox img {
	vertical-align: middle;
	cursor: pointer;
}

.buttonbox:hover,
.dotsbuttonbox:hover {
	background-color: silver;
}

.dotsbuttonbox {
	margin-top: -17px;
}


[state='1'] .attr1,
[state='1'] .wdate {
	height: 33px;
}

[state='1'] .attr2 {
	display: none;
}

[state='1'] .oneitem {
	margin-top: 20px;
	margin-bottom: 0px;
}


@media (max-width: 700px) {
	.tooltree {
		display: none;
	}

	#problemlist {
		padding-left: 0 !important;
	}

	/*#problemlist[state='2'] .chkicon{width:25px;}*/
	#problemlist[state='2'] .fileid {
		width: 13%;
	}

	#problemlist[state='2'] .ptype {
		width: 15%;
	}

	#problemlist[state='2'] .difficult {
		width: 9%;
	}

	#problemlist[state='2'] .attr1 {
		width: calc(30% - 50px);
	}

	#problemlist[state='2'] .attr2 {
		display: none;
	}

	#problemlist[state='2'] .state {
		width: 9%;
	}

	#problemlist[state='2'] .wdate {
		width: 17%;
	}

	#problemlist[state='2'] .menu {
		width: 30px;
	}
}


.jstree li {min-height:24px !important;}





