

#filterPanel {
	width:300px; border:1px solid #ccc;
	border-radius:7px;
	background:#efefef;
}

#filterPanel #frm-filter ul.filter-section{ list-style:none; margin:0; padding:0; border-bottom:1px dotted #aaa; margin-bottom:1em; }
#filterPanel #frm-filter ul.filter-section:last-child{ border-bottom:0px}
#filterPanel #frm-filter ul.filter-section > li{ margin-bottom:15px}
#filterPanel #frm-filter ul.filter-section > li > dt{ color:#444 }

#filterPanel #frm-filter ul.filterItemValue { list-style:none; margin:0; padding:0; margin-left:1em}
#filterPanel #frm-filter ul.filterItemValue li { margin:0; padding:0 }
#filterPanel #frm-filter input[type="checkbox"] { height:20px; padding:0; margin:0}

#filterPanel #frm-filter ul.filterItemValue.grid{
	display: grid; grid-template-columns: repeat(3, 1fr);
}

#filterPanel #frm-filter .filterItemValue label:hover{cursor:pointer; background:#f7f7f7; border-radius:7px; font-weight:bold}


#listPanel {
	width:250px;
	position: relative;   /* 기준 */
	overflow: hidden;     /* 내부 shadow용 */
}

#listPanel #poolList{
	overflow-y: scroll;
	overflow-x:hidden;
	height: calc(100vh - 110px);
	padding: 15px 3px 2em;
	width: 100%;
}

#listPanel::before,
#listPanel::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 15px;
	pointer-events: none;
	z-index: 5;
}

#listPanel::before {
	top: 30px;
	box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.35);
}
#listPanel::after {
	bottom: 0;
	box-shadow: inset 0 -8px 8px -8px rgba(0,0,0,0.25);
}

#listPanel #poolList .poolList-list-item:first-child{
	display:none;
}
#listPanel #poolList .poolList-list-item {
  background: #fbfbfb;
  box-sizing: border-box;
  padding: .8rem;
  border: 1px solid #ddd;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
  z-index: 1; /* shadow 아래에 깔리지 않게 */
}

#listPanel #poolList .poolList-list-item[link="on"]::before{
	content:"매치 On";
	font-size:10px;
	color: #fff;
	position: absolute;
	top: 5px; right: -10px; 
	background: #2E8B57;;
	border:1px solid #226740;
	border-radius:10px 3px 3px 3px;
	text-align: center;
	line-height: 20px;
	width: 60px;
	height: 20px;
	transform: rotate(25deg);
	transform-origin: center;
	z-index: 10;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}


#listPanel #poolList .poolList-list-item .last_login{
	font-size:11px; letter-spacing:-1px;
}

#listPanel #poolList .poolList-list-item:hover{
	background:#efefef; 
	border:1px solid #red;
}

#listPanel #poolList .poolList-list-item .location{
	font-weight:bold; font-size:1.1em;
}


#listPanel #poolList .poolList-list-item.select{
	background:#0C3E4B; color:#fff;
	fill:#fff;
}
#listPanel #poolList .poolList-list-item.select .badge{
	opacity:.1
}

#listPanel #poolList .poolList-list-item .badge{
	display:inline-block; background:#f7f7f7; border-radius:3px; color:#ddd; padding:0px 3px; font-size:11px; letter-spacing:-1px;
	margin:1px; line-height:14px;
}
#listPanel #poolList .poolList-list-item .badge.on{
	background:#66ffcc; color:#444;	opacity:1
}
#listPanel #poolList .poolList-list-item .dibs{
	display:none; margin-left:5px;
}
#listPanel #poolList .poolList-list-item .dibs.on{
	display:inline-block;
}
#listPanel #poolList .poolList-list-item .chat{
	display:none; margin-left:5px;
}
#listPanel #poolList .poolList-list-item .chat.on{
	display:inline-block;
}
#listPanel #poolList .poolList-list-item .offer{
	display:none; margin-left:5px;
}
#listPanel #poolList .poolList-list-item .offer.on{
	display:inline-block;
}
#listPanel #poolList .poolList-list-item .early{
	display:none; margin-left:5px;
}
#listPanel #poolList .poolList-list-item .early.on{
	display:inline-block;
}
#listPanel #poolList .poolList-list-item .new{
	display:none; margin-left:5px;
}
#listPanel #poolList .poolList-list-item .new.on{
	display:inline-block;
}

#listPanel #poolList .poolList-list-item .message-icon {
	opacity:.15;
}
#listPanel #poolList .poolList-list-item .message-icon.on{
	opacity:1;
}


#listPanel #jobUserCount{
	font-size:15px; line-height:30px; font-weight:bold; color:#6600ff
}

#filterPanel label:has(input[type="checkbox"]:checked) {
  background-color: yellow;
}



#viewPanel {
	width:calc(100% - 570px); min-width:500px; position:relative;
}
#viewPanel #wPhoto {
	height:150px; border-radius:7px; border:2px solid #bbb;
}





#viewPanel #jobUserInfo[offer="1"] #contact-link #contact-link-overlap{
	display:none !important;
}

#viewPanel #contact-link {
	background:#efefef; border-radius:1em; position:relative;
	width:50%;
}

#viewPanel #contact-link #contact-link-overlap{
	background:#00000066; padding-top:30px;
	color:#fff; height:100%; width:100%;
	border-radius:10px;
	position:absolute;
	backdrop-filter: blur(3px);
	z-index:2;
}

#viewPanel #contact-link .setBaseMessage:hover{
	background:#f7f7f7; color:blue;
}
#viewPanel #contact-link .setBaseMessage{
	background:#efefef;
	padding:1px 3px; border-radius:2px;
	cursor:pointer
}
#viewPanel #contact-link #send-contact-message {
	width:100%; height:150px; padding:1em; border-radius: 7px;
}
#viewPanel .nickname{
	font-size:15px; font-weight:bold
}
#viewPanel .birthY, #viewPanel .work_sex , #viewPanel .career{
	font-size:13px; font-weight:bold
}
#viewPanel .info-bottom{
	white-space: normal;
	word-break: keep-all;
	overflow-wrap: break-word;
}



#viewPanel .checkItem ul{
	list-style:none;
	 margin:0; padding:0;
	 display:flex;
	 margin-bottom:2px;
}
#viewPanel .checkItem ul li{
	margin-right:1px;
	background:#b1b1b1; border-radius:3px; color:#ccc;
	width:25px; height:16px;
	font-size:10px; line-height:14px;
	display:inline-block;
	text-align:center;
	cursor:default;
}
#viewPanel .checkItem ul li.on{
	background:yellow; color:#666; font-weight:bold;
	border:1px solid #bbb;
}
#viewPanel .checkItem ul li:not(.on):hover{
	background:#ffffcc;
}
#viewPanel .checkItem em {
	font-size:11px; color:#666;
	margin-right:10px; background:#f7f7f7;
	margin-bottom:1px; text-align:center; border-radius:3px;
	width:30px; display:inline-block;
}
#viewPanel #btn-call_dibs {
	position:absolute; bottom:0px; left:0px;
	border-radius:3px !important;
}

#viewPanel #work_location_disp { margin:0; padding:0; padding-left:1em}

#viewPanel #weekTable .checkItem ul li {
	height:18px; line-height:16px;
}
#viewPanel #weekTable .checkItem ul li.on {
	background:green !important; color:#fff !important;
}

#viewPanel .info-bottom dt { font-size:11px;}


#contact-link .offer_mode::before{
	content:"xxxx"
}

#contact-link .offer_mode.EARLY::before{
	content:"받은연락: "
}
#contact-link .offer_mode.OFFER::before{
	content:"보낸연락: "
}
