/** @format */
.work-list-wrap {
  padding: 0px 50px;
  overflow: hidden;
}
.work-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.5vw;
}
.work-list li {
  border: solid #2e2e2e;
  border-width: 0 1px 0px;
}

.work-list .img-box {
  position: relative;
  line-height: 0;
}
.work-list .txt-box {
  position: relative;
  line-height: 1;
}
.work-list .img-box img {
  max-width: 100%;
}
.work-list .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 500%;
  height: 1px;
  background-color: #2e2e2e;
}
.work-list .img-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -50%;
  width: 500%;
  height: 1px;
  background-color: #2e2e2e;
}
.work-list .img-box .work-item-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
}
.work-list .img-box .work-item-tag {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 14px;
  font-family: "neurimboGothicRegular";
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--wh-color);
  padding: 15px;
  border-radius: 30px;
  backdrop-filter: blur(20px);
}
.work-list .txt-box {
  padding: 15px 10px 100px;
  display: flex;
  justify-content: space-between;
}
.work-list .txt-box > * {
  font-size: 1em;
  font-family: "neurimboGothicRegular";
}
/* detail - main*/
.detail-main {
  display: flex;
  gap: 70px;
  justify-content: left;
  max-width: 1670px;
  /* margin-left: 10.42vw; */
  /* margin-right: 2.6vw; */
  margin: 200px 0 0 10.42vw;
}
/* .detail-main > div {
  flex: 1 1;
} */
.project-header {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 1220px;
}
.project-header .img-box {
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.project-header .img-box img {
  height: 100%;
  object-fit: cover;
}
.project-info {
  width: 350px;
  margin-top: 90px;
  flex: 0 0 auto;
}
.project-info .scroll-fix {
  position: sticky;
  top: 120px;
}
.project-info .info-box {
  background: #2e2e2e;
  padding: 45px 30px 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
}
.project-title {
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "NanumSquareNeoBold";
  border-radius: 30px;
}
.project-meta li {
  min-height: 45px;
  border-bottom: 1px solid;
  border-color: #1e1b19;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  line-height: 45px;
}
.project-meta li:last-child {
  border-bottom: 0px;
}
.project-meta li:last-child {
  border-bottom: none;
}
.project-meta li > * {
  color: #fff;
}
.detail-main .txt-box .label,
.project-meta li > * {
  font-family: "neurimboGothicRegular";
  font-size: 14px;
}
.txt-box.introduction .label {
  font-size: 21px;
  font-family: "neurimboGothicRegular";
  text-transform: uppercase;
}
.detail-main .txt-box .dec-list {
  margin: 5px 5px 30px;
}
.detail-main .txt-box .dec,
.detail-main .txt-box .dec-list li {
  font-size: 14px;
  line-height: 1.8;
  font-family: "NanumSquareNeoBold";
}
.project-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.project-label span {
  font-family: "neurimboGothicRegular";
  text-transform: uppercase;
}
.introduction {
  display: flex;
  gap: 10vw;
  align-items: center;
  /* justify-content: space-between; */
  width: 60vw;
  margin: 70px 0 0 10.42vw;
}
.introduction.mo {
  display: none;
}
.introduction * {
  font-size: 14px;
  line-height: 1.8;
  font-family: "NanumSquareNeoBold";
  word-break: keep-all;
}
.overview {
  margin-top: 30px;
  gap: 10px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
/*detail - contetnt */
.detail-cont {
  padding: 2.6vw 0 2.6vw 10.42vw;
  background: #202020;
  margin: 150px 0 0 0;
}
.detail-cont > .inner {
  display: flex;
  overflow: hidden;
  justify-content: left;
  gap: 2.6vw;
  padding: 0;
}
.detail-cont .img-box {
  display: flex;
  flex-direction: column;
  gap: 3.65vw;
  min-width: 885px;
}
.detail-cont .img-box.right {
  flex-direction: row;
  gap: 3.65vw;
  height: fit-content;
  margin-top: 160px;
  min-width: 46.5%;
  flex-direction: column;
}
.detail-cont .img-box.right div {
  margin: 0;
  overflow-x: scroll;
}
.detail-cont .img-box.right div::-webkit-scrollbar {
  display: none;
}
.detail-cont .img-box.right .detail {
  display: flex;
}
.detail-cont .img-box.right ul {
  display: flex;
  gap: 20px;
}
.detail-cont .img-box.right li {
  width: 24.3rem;
}
.detail-cont .img-box img {
  border-radius: 20px;
}
.work-main + .rolling-banner {
  margin-top: 0;
}

#detail-theborn .img-box.right ul {
  flex-direction: column;
  gap: 40px;
}
#detail-theborn .img-box.right li {
  width: 100%;
}
#detail-theborn .img-box.right div {
  display: flex;

  gap: 20px;
}

.detail-cont .flex {
  display: flex;
  justify-content: space-between;
  gap: 2.6vw;
}
.detail-cont .flex img {
  flex: 1 1 auto;
}
#detail-samg .img-box.left .flex img {
  width: calc(50% - 2.6vw);
}
#detail-samg .img-box.right {
  margin-top: 0;
}

#detail-dayneeds .img-box.right ul {
  flex-direction: column;
}
#detail-dayneeds .img-box.right li {
  width: auto;
}

#detail-esther .img-box {
  min-width: 650px;
}
#detail-esther .img-box.right {
  margin-top: 60px;
}
#detail-esther .img-box.right ul {
  flex-direction: column;
  gap: 2.6rem;
}
#detail-esther .img-box.right li {
  width: auto;
}

#detail-ashop .img-box.right .detail {
  flex-direction: column;
  gap: 20px;
}

#detail-modern .img-box.right li {
  width: auto;
}
#detail-modern .img-box.right .detail {
  flex-direction: column;
  gap: 20px;
}

#detail-hotdeal .img-box.right ul {
  flex-direction: column;
}
#detail-hotdeal .img-box.right ul li {
  width: auto;
}
