.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-left: clamp(10px, 2vw, 40px);
  margin-top: 100px;
}

.opening-box {
  width: 100%;
}

.opening-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(75px, 5vw, 126px);
}

.opening-item {
  width: 100%;
  display: flex;
  gap: 26px;
}

.opening-item-img {
  flex: 1;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.opening-item-img::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.comimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border: 0.7px solid #ffffff;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 25px;
  padding: 10px clamp(20px, 3vw, 50px);
  font-size: clamp(12px, 1vw, 24px);
  line-height: clamp(12px, 1vw, 24px);
}

.opening-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.opening-item-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.opening-item-title {
  width: 100%;
}

.opening-item-title h1 {
  font-family: "Modern No. 20", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 76px);
  line-height: clamp(25px, 3vw, 81px);
  color: #092940;
  word-break: keep-all;
  margin-bottom: clamp(5px, 1vw, 25px);
}

.opening-item-title h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 32px);
  line-height: clamp(19px, 2vw, 39px);
  color: #000000;
  word-break: keep-all;
}

.opening-item-desc {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(10px, 2vw, 20px);
  line-height: clamp(15px, 3vw, 24px);
  color: #000000;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1vw, 20px);
}

.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-item-title h1 br {
    display: none;
  }
  .opening-item-title h1 {
    margin-bottom: 30px;
  }
  .opening-item-title h2 {
    margin-bottom: 10px;
  }
  .opening-box {
    height: 100%;
  }
  .opening-list {
    height: 100%;
  }
  .opening-item {
    height: 100%;
    gap: 12px;
  }
  .opening-item-img {
    width: 100%;
    height: 100%;
    min-width: 188px;
    min-height: 340px;
  }
  .opening-item-img::before {
    z-index: 1;
  }
  .opening-item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .opening-item-text {
    padding-right: 12px;
  }
}
