body, html{
  overflow: hidden;
}

.workList{
  /* padding-top: 80px; */
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  width: 100vw;
  z-index: 10;
  height: 100vh;
  /* background-color: #ffffff; */
  padding-top: var(--underTheHeader);
}

.workMenu{
  position: fixed;
  margin-top: 28px;
  width: 100vw;
  z-index: 100;
  /* background-color: rebeccapurple; */
  top: 0;
  left: 0;
  padding: 4px;
  /* display: none; */
  /* border-right: var(--line); */
}
.workMenu ul{
  display: flex;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.workMenu li{
  cursor: pointer;
  /* padding: 8px 16px; */
  /* border-radius: 4px; */
  /* transition: all 0.3s ease; */
}

.workMenu li.active{
  /* background-color: #000; */
  color: #000000;
  font-weight: 600 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgb(0, 0, 0);
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-line: underline;
  /* background-color: rgba(255, 255, 255, 0.665); */
}

.search{
 /* background-color: black; */
 border: none;
 color: white;
 border-radius: 0px;
 width: 100% !important;
 /* background-color: rgba(255, 255, 255, 0.665); */
}
.search input{
  /* background-color: black; */
  border: none;
  /* border-bottom: var(--line); */
  /* background-color: rebeccapurple; */
  color: rgb(0, 0, 0);
  font-style: italic;
  text-indent: 4px;
  border-radius: 0px;
  width: 100% !important;
  text-align: center !important;
  background-color: transparent;
  /* font-weight: 600 !important; */
}
.search input::placeholder{
  color: rgb(0, 0, 0);
  text-indent: 4px;
  /* border-bottom: var(--line); */
}
.search input:focus{
  outline: none;
  border-bottom: var(--line);
  background-color: black;
  color: white !important;
}

.workList-item{
  width: 100%;
  /* background-color: rgb(0, 0, 0); */
  height: 100%;
  /* background-color: rebeccapurple; */
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px;

  padding-top: 80px;
  gap: 100px 100px;
}

.workList-item li:hover{
  background-color: rgb(233, 233, 233);
  cursor: pointer;
  transition: all 0.3s ease;
}

.workList-item li{
  /* width: 100%; */
  /* width: 11.111%; */
  /* width: calc(20% - 8px); */
  position: relative;
  flex-direction: column;
  display: flex;
  /* flex-direction: row; */
  margin-top: 12px;
  margin-bottom: 12px;
  align-items:start;
  justify-content: start;

  /* border-bottom: var(--line); */
}

.work-card{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
  transition: transform 0.35s ease;
  cursor: grab;
  touch-action: none;
  will-change: transform;
}

.work-card.no-transition{
  transition: none;
}

.work-card:active{
  cursor: grabbing;
}



.work-card > div:first-child{
 word-break:keep-all;
/* width: 80px; */
 white-space: wrap;
}





.work-workName{
  /* width: 100px; */
  /* width: 96vw; */
  overflow-x: scroll;
  display: flex;
  /* flex-direction: row; */
  align-items: start;
  justify-content: start;
}



.work-name, .work-location{
font-size: 14px !important;
color: rgb(0, 0, 0) !important;
font-size: 10.5px !important;
/* font-style: italic; */
padding-right: 6px;
}

.work-location:hover{
  filter: blur(1px);
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
  filter: blur(1px);
  transition: all 0.7s ease;
  color:rgb(83, 83, 83) !important;
  cursor: pointer;
}

.work-text-container{
  /* width: 100%; */
  display: flex;
  justify-content:space-between;
  align-items:start;
  flex-direction: column;
  /* width: 100%; */
  /* background-color: black; */
  /* position: relative; */
  /* z-index: 10; */

  
  /* margin-top: 4px; */
}

.work-name{
  /* background-color: black;
  color: white !important; */
  /* font-weight: 700 !important; */
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgb(0, 0, 0);
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-line: underline;
}

.work-description-preview{
  margin-top: 2px;
  font-size: 12px !important;
  color: rgb(0, 0, 0);
  line-height: 1.4 !important;
  display: -webkit-box;
  /* line-clamp: 2; */
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
  width: 130px;
  padding-left: 10px;
  line-height: 1.4 !important;
  display: none;
}



/* pc */



.work-thumbnail-container{
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.work-thumbnail-img{
  /* width: 100%; */
  /* height: 49px; */
  width: 120px;
  object-fit: contain;
}


/* 검색어 하이라이트 스타일 */
.search-highlight {
  /* background-color: var(--); */
  background-color: black;
  color: #ffffff;
  border-radius: 99px !important;
  padding: 1px 6px;
  border-radius: 2px;
}
.work-text-container{
  padding-top: 4px;
  /* display: none; */
}

#E{
  padding-bottom: 50px;
}

/* pc */





/* mobile */
@media (max-width: 768px) {
  .workList-item{
    padding: 6px;
  }
  .work-description-preview{
    width: calc(100% - 10px);

  }

.work-thumbnail-img{
  /* width: 100%; */
  /* height: 150px; */
  width: 100%;
  object-fit: contain;
}

  /* 모바일 스타일이 필요하면 여기에 추가 */
  .workList-item li{
    width: 100%;
    /* width: 11.111%; */
    /* width: calc(100% - 8px); */
    display: flex;
    flex-direction: column;
    /* margin-bottom: 32px; */
    align-items:start;
    justify-content: start;
    /* border-bottom: var(--line); */
    /* gap: 8px; */
  }
  .workList-item{
   width: 100%;
  }
  .workList-item li{
    width: 100%;
  }
  .work-workName{
    width: 100%;
  }
  .work-text-container{
    width: 100%;
    align-items:start;
    justify-content:center;
  }
}