.face-intro-section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.face-intro-container {
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  height: 100%;
  padding: clamp(140px, 1vw, 286px) clamp(20px, 1vw, 36px)
    clamp(130px, 1vw, 260px);
  display: flex;
  flex-direction: column;
  gap: clamp(65px, 3vw, 130px);
}

.face-intro-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 41px;
  text-align: center;
}

.face-intro-title::before,
.face-intro-title::after {
  content: "";
  width: 379px;
  height: 1px;
  background-color: #000;
}

.face-intro-title h1 p {
  font-family: "Modern No. 20", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(68px, 5vw, 96px);
  line-height: clamp(60px, 5vw, 103px);
  text-align: center;
  color: #092940;
}

.face-intro-title p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 39px;
  color: #000000;
}

.face-lifting {
  width: 100%;
}

.lifting-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3%;
}

.lifting-item {
  width: 100%;
  min-width: 142px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
  list-style-type: none;
}

.lifting-item a {
  display: block;
  min-width: 0;
}

.lifting-item-name {
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 1vw, 32px);
  line-height: clamp(20px, 1vw, 38px);
  text-align: center;
  color: #000000;
}

.lifting-item-img {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.lifting-item-img .lifting_back {
  width: 90%;
  max-width: 100%;
  aspect-ratio: 356 / 612;
  height: auto;
  object-fit: contain;
  display: block;
}

.lifting-item-img .lifting_person {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.mo_lifting_back,
.mo_lifting_person,
.mo-lifting-item-name {
  display: none;
}

.confirm-link {
  position: absolute;
  bottom: 3%;
  left: 0;
  padding-left: 3%;
}

.link-txt {
  width: auto;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(10px, 1.5vw, 20px);
  line-height: 24px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  padding: 5px 25px 5px 0;
  word-break: keep-all;
  margin-left: clamp(10px, 2vw, 40px);
}

.link-txt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 1px;
  background: white;
  transform-origin: right bottom;
  transform: rotate(30deg);
}

.lifting-item-name,
.lifting-item-text,
.opening-box {
  padding-left: clamp(10px, 2vw, 40px);
}

.lifting-item-text {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 3vw, 60px);
  min-width: 0;
}

.lifting-item-title {
  font-family: "Modern No. 20", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(32px, 3vw, 76px);
  line-height: clamp(auto, 3vw, 81px);
  color: #092940;
  word-break: keep-all;
}


.lifting-item-desc {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 24px;
  color: #000000;
  word-break: keep-all;
  width: 100%;
  max-width: 360px;
}

.divide {
  width: 48.5%;
  height: 1px;
  background-color: #000;
  margin : 100px auto 0;
}

.opening-box {
  width: 100%;
}
.opening-box .lifting-list{
  margin: 0 auto;
  max-width: 1406px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.opening-box .lifting-item-img .lifting_person{
  width: 90%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
  max-height: 100%;
}
.opening-box .lifting-item:nth-child(3) .lifting-item-text{
  margin-right: -50px
}
.opening-box .lifting-item:nth-child(3) .lifting-item-text .lifting-item-desc{
  max-width: none;
}
.no-link{
  pointer-events: none;
}


.pc-desc {
  display: block;
}

.mo-desc {
  display: none;
}

@media (max-width: 768px) {
  .face-intro-title {
    padding-bottom: 67px;
  }
  .face-intro-title h1 {
    padding-bottom: 32px;
  }
  .face-intro-title h1 p:first-child {
    font-family: "Modern No. 20", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
  }
  .face-intro-title h1 p:last-child {
    font-family: "Pretendard", sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 11px;
    line-height: 13px;
  }
  .face-intro-title p {
    font-family: "Pretendard", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
  }
  .face-intro-title::before,
  .face-intro-title::after {
    display: none;
  }
  .face-intro-container {
    padding: clamp(100px, 1vw, 286px) 0 clamp(130px, 1vw, 260px);
  }
  .pc-desc {
    display: none;
  }
  .mo-desc {
    display: block;
  }
  .lifting-item-desc {
    width: auto;
  }
  .lifting-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 50px;
  }
  .lifting-item {
    position: relative;
  }
  .lifting-item-img .lifting_back {
    display: none;
  }
  .mo_lifting_back {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .mo_lifting_person {
    display: flex;
    position: absolute;
    width: 45%;
    right: 0;
    bottom: 0;
    object-fit: contain;
  }
  .lifting-item:nth-child(3) .mo_lifting_person,
  .lifting-item:nth-child(4) .mo_lifting_person {
    width: 75%;
  }
  .lifting-item-img .lifting_person {
    display: none;
  }
  .lifting-item-name {
    display: none;
  }
  .mo-lifting {
    display: flex;
    width: 100%;
  }
  .divide {
    margin: 0 auto;
  }
  .confirm-link {
    bottom: auto;
    top: -35px;
  }
  .link-txt {
    width: 100%;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 0;
  }
  .link-txt::after {
    background: #000;
  }
  .lifting-item-title {
    display: none;
  }
  .mo-lifting-item-name {
    display: block; /* 추가 */
    font-family: "Pretendard", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    z-index: 1;
  }
  .lifting-item-text {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .lifting-item-desc.mo-desc {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: clamp(10px, 3vw, 14px);
    line-height: clamp(15px, 3vw, 20px);
    color: #ffffff;
  }
  .opening-box {
    padding: 0;
  }
  .opening-box .lifting-list{
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 50px;
    margin: auto;
  }
  .opening-box .lifting-list:last-child .mo_lifting_person{
    width: 45%;
  }

  .no-link img{
    filter: grayscale(100%);
  }


}