
.ql-main
{
	display: flex;
	gap: 30px;
	padding: 10px;
	overflow: auto;
	cursor: grab;
}

.ql-main .qitem
{
	min-width: 280px;
	max-width: 280px;
	padding: 5px;
	font-size: 11pt;
	background-color: white;
	user-select: none;
}

.ql-main .qitem.qcount-1 .count,
.ql-main .qitem.qcount-1 .note,
.ql-main .qitem.qcount-1 .asterix,
.ql-main .qitem.no-range .range,
.ql-main .qitem.acount-1 .details
{
	display: none;
}

.ql-main .qitem .qttl
{
	min-height: 30px;
	padding-left: 34px;
	background: url(../assets/ico/tools.png) no-repeat 0 0;
	background-size: 30px;
}

.ql-main .qitem .prj
{
	max-height: 150px;
	overflow: auto;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid gray;
}

.ql-main .qitem .prj .desc
{
	position: relative;
	min-height: 68px;
	max-height: 68px;
	overflow: hidden;
}

.ql-main .qitem .prj .three-p
{
	position: absolute;
	top: -20px;
	opacity: 0;
}

.ql-main .qitem .prj.expand .three-p
{
	top: unset;
	opacity: 1;
	transition: opacity 2s;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 18px;
	background: url(../assets/ico/three-p.png) no-repeat center center;
	cursor: pointer;
}

.ql-main .qitem .prj.expanded .desc
{
	overflow: unset;
	max-height: unset;
}

.ql-main .qitem .prj.expanded .three-p
{
	display: none;
}

.ql-main .qitem .town
{
	padding: 0 0 6px 24px;
	background: url(../assets/ico/map-marker-r.svg) no-repeat 0 0;
	background-size: 16px;
}

.ql-main .qitem .count
{
	text-align: center;
	font-size: 10pt;
	color: var(--v-smky1-base);
}

.ql-main .qitem .budget
{
	padding: 8px;
	background-color: #EEEEEE;
}

.ql-main .qitem .range
{
	padding: 0 0 5px;
}

.ql-main .qitem .note
{
	width: fit-content;
	margin: 10px auto 0;
	padding: 5px 5px 0;
	text-align: center;
	font-size: 9pt;
	font-style: italic;
	color: orange;
	border-top: 1px solid gray;
}

.ql-main .qitem .details
{
	margin-top: 10px;
	font-size: 9pt;
	background: var(--v-smky1-base);
	color: var(--v-smky1fg-base);
}

.ql-main .qitem .dttl
{
	padding: 4px;
	text-align: center;
}

.ql-main .qitem .details TH
{
	text-align: left;
	padding: 0 3px;
}

.ql-main .qitem .details TD
{
	padding: 2px 3px;
}

.ql-main .qitem .more
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100% - 20px);
	margin: 10px;
	border: 1px solid gray;
	border-radius: 10px;
}

.ql-main .qitem .more .btn
{
	padding: 6px 38px 6px 10px;
	font-size: 12pt;
	color: var(--v-smky1fg-base);
	background: url(../assets/public/commons/arrow-right-circle-white.svg) no-repeat calc(100% - 7px) center var(--v-smky1-base);
	background-size: 24px;
	border-radius: 20px;
	box-shadow: 0 0 30px 10px #00000030;
	cursor: pointer;
}
