/* 채용공고 리스트 공유 CSS */
:root {

  /* page-recruit 폰트 크기 변수 (기본 15px 기준) */
  --page-recruit-font-size: 15px;
  --page-recruit-font-size-xs: 9px;      /* 9px */

  --page-recruit-font-size-10: 10px;     /* 10px */
  --page-recruit-font-size-sm: 12px;      /* 12px */
  --page-recruit-font-size-13: 13px;     /* 13px */
  --page-recruit-font-size-md: 14px;     /* 14px */
  --page-recruit-font-size-base: 15px;      /* 15px */
  --page-recruit-font-size-lg: 16px;     /* 16px */
  --page-recruit-font-size-18: 18px;      /* 18px */
  --page-recruit-font-size-xl: 21px;     /* 21px */
  --page-recruit-font-size-2xl: 27px;     /* 27px */
}
.search-result .content-area {
margin: 0 10px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}

.search-result .sidebar {
width: 200px;
height: 880px;
-webkit-box-flex: 0;
-ms-flex: 0 0 200px;
flex: 0 0 200px;
position: sticky;
top: 90px;
padding-left: 35px;
}


.arrow--disabled {
display: none;
}

.btn-bookmark {
display: block;
position: absolute;
top: 0px;
right: 0px;
width: 40px;
height: 40px;
border: 0;
background: url("https://nowjob.co.kr/resource/shop/web/img/ic_bookmark_on.svg") no-repeat 0 0;
background-size: 0px;
pointer-events: none;
z-index: 1;
}

.btn-bookmark:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
border-top: 40px solid #f8f8f8;
border-left: 40px solid transparent;
z-index: -1;
}

.btn-bookmark:after {
content: "";
display: block;
position: absolute;
top: 3px;
right: 3px;
width: 16px;
height: 16px;
background: url("https://nowjob.co.kr/resource/shop/web/img/ic_bookmark_off.svg") no-repeat 0 0;
background-size: contain;
pointer-events: all;
z-index: 1;
}

.btn-bookmark.on:after {
background-image: inherit;
}

.result-list {
margin-top: 20px;
}

.result-list .content-li {
position: relative;
width: 100%;
overflow: hidden;
font-size: 12px;
line-height: 1.5;
border: 0px;
transition: background 0.2s ease;
cursor: pointer;
}

.result-list .content-li:hover {
background: #f8f8f8;
}

.result-list .content-li .content-info {
width: 100%;
height: 100%;
box-sizing: border-box;
}

.result-list .content-info .content-body {
position: relative;
overflow: hidden;
display: flex;
gap: 10px;
padding: 10px 0;
height: 130px;
}

.result-list .content-info .img {
position: relative;
border: 0;
border-radius: 5px;
color: #888;
overflow: hidden;
flex-shrink: 0;
width: 110px;
height: 110px;

}

.result-list .content-info .img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.result-list .content-info .desc {
position: relative;
display: flex;
height: 100%;
width: 100%;
gap: 10px;

}

.result-list .content-info .desc .desc1 {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
min-width: 0;
}

.result-list .content-info .desc .desc1 .timestamp {
padding-bottom: 5px;
font-size: 1rem;
color: #777;
}

.result-list .content-info .desc .desc1 .reco-title {
color: #1b9d7d;
font-weight: 600;

}

.result-list .content-info .desc .desc1 .wicon img {
height: 23px;
}

.result-list .content-info .desc .desc1 .title {
font-size: 20px;
font-weight: 600;
display: block;
width: 100%;
}

.result-list .content-info .desc .desc1 .ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.result-list .content-info .summary {
display: flex;
font-size: var(--page-recruit-font-size-18);
gap: 5px;
position: relative;
font-weight: 600;

}

.result-list .content-info .summary p {
position: relative;
padding-right: 5px;
margin: 0;
font-size: 16px;
color: #333;
}

.result-list .content-info .summary p:not(:last-child)::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1px;
height: 0.5em;
margin: auto;
border-right: 1px solid #ACACAC;
}

.result-list .content-info .summary em {
position: relative;
display: inline-block;
font-style: normal;
}

.result-list .content-info .summary em:not(:last-child) {
padding-right: 5px;
}

.result-list .content-info .summary em.on {
color: #1b9d7d;
}

.result-list .content-info .summary em:not(:last-child)::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1px;
height: 0.5em;
margin: auto;
border-right: 1px solid #777;
}

.result-list .content-info .desc .desc2 {
display: flex;
flex-direction: column;
height: 100%;
align-items: center;
justify-content: center;
}

.result-list .content-info .desc .desc2 p.area {
color: #000;
font-size: 18px;
font-weight: 600;
}

.result-list .content-info .desc .desc2 .wtype {
display: flex;
gap: 5px;
justify-content: flex-end;
position: relative;
font-weight: 600;
}

.result-list .content-info .desc .desc2 .wtype em {
position: relative;
display: inline-block;
font-style: normal;
color: #000;
}

.result-list .content-info .desc .desc2 .wtype em:not(:last-child) {
padding-right: 7px;
}

.result-list .content-info .desc .desc2 .wtype em:not(:last-child)::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1px;
height: 0.5em;
margin: auto;
border-right: 1px solid #777;
}

.result-list .content-info .desc .desc2 .wtype em.wtype1 {
color: #000;
}

.result-list .content-info .desc .desc2 .wtype em.wtype2 {
color: #000;
padding:5px
}

.result-list .content-info .desc .desc2 .wtype em.wtype3 {
color: #000;
padding-left: 5px;
}

.result-list .content-info .desc .desc3 {
display: flex;
flex-direction: column;
height: 100%;
align-items: flex-end;
justify-content: center;
}

.result-list .content-info .desc .desc3 p {
margin: 0;
text-align: right;
}

.result-list .content-info .desc .desc3 .period {
display: flex;
gap: 5px;
justify-content: flex-end;
position: relative;
font-size: var(--page-recruit-font-size-18);
font-weight: 600;
}

.result-list .content-info .desc .desc3 .amount {
font-weight: 600;
font-size: 22px;
color: #1b9d7d;
}

.result-list .content-info .desc .desc3 .amount em {
font-style: normal;
}

.result-list .content-info .desc .desc3 .period em {
position: relative;
display: inline-block;
font-style: normal;
color: #1b9d7d;
}

.result-list .content-info .desc .desc3 .period em:not(:last-child) {
padding-right: 5px;
}

.result-list .content-info .desc .desc3 .period em.off {
color: #222;
}

.result-list .content-info .desc .desc3 .period em:not(:last-child)::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1px;
height: 0.5em;
margin: auto;
border-right: 1px solid #777;
}

/* =============================================
 공통 레이아웃 치수 (두 페이지 동일하게 적용)
 ============================================= */
.result-list .content-li {
/* height: 137px;
padding: 10px 0; */
}

.result-list .content-info .content-body {
/* height: 107%; */
}



.result-list .content-info .desc .desc1 {
width: 70%;
}

.result-list .content-info .desc .desc2 {
width: 20%;
}

.result-list .content-info .desc .desc3 {
width: 20%;
}

.recomm-slider.recruit {
background-color: #fff;
}

.recruit-card .thumb {
padding: 98.291139% 0 0;
}



.page-mypage .result-list .content-body {
/* height: 100%;
padding: 0; */
}

.page-mypage .result-list .content-info {
/* padding: 5px; */
}

.page-mypage .result-list .selection {
display: flex;
flex-direction: column;
height: 100%;
width: 100px;
align-items: center;
justify-content: center;
padding: 0px;
}

.page-mypage .result-list .selection .label-red:before {
width: 35px;
height: 35px;
}

.page-mypage .result-list .selection .label-red:after {
width: 35px;
height: 35px;
}
.recruit-bookmark .result-list .content-info .desc .desc1 {
    justify-content: space-between;
}

