@charset "UTF-8";

body.weshe-page-cases,
body.single-weshe_case {
  min-width: 0;
  overflow-x: clip;
  color: #2f2f2f;
  background: #fff;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.weshe-page-cases header nav ul.main_menu > li.weshe-menu-clinical > a *,
.single-weshe_case header nav ul.main_menu > li.weshe-menu-clinical > a * {
  color: #91aac0 !important;
}

.weshe-page-cases header > ul > li.weshe-menu-clinical > a,
.single-weshe_case header > ul > li.weshe-menu-clinical > a {
  color: #b5cada;
}

.weshe-cases-page *,
.weshe-case-single * {
  box-sizing: border-box;
}

.weshe-cases-inner {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.weshe-cases-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #87a0b6;
  font-family: "Neue Haas Grotesk Display Pro", "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.5px;
}

.weshe-cases-hero {
  position: relative;
  overflow: hidden;
  padding: 220px 0 105px;
  background:
    linear-gradient(115deg, rgba(135, 160, 182, 0.09), rgba(255, 255, 255, 0) 55%),
    #fff;
  border-bottom: 1px solid #e5eaee;
}

.weshe-cases-hero .weshe-cases-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 265px;
}

.weshe-cases-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.weshe-cases-hero h1 {
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(52px, 3.35vw, 64px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -3px;
}

.weshe-cases-hero h1 strong {
  color: #87a0b6;
  font-weight: 700;
}

.weshe-cases-hero__intro {
  max-width: 680px;
  margin-top: 30px;
  color: #5b6166;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.7px;
}

.weshe-cases-hero__intro > * {
  margin: 0;
}

.weshe-cases-watermark {
  margin: 0 -5px -18px 40px;
  color: #edf0f2;
  font-family: "Neue Haas Grotesk Display Pro", "Roboto", sans-serif;
  font-size: clamp(62px, 5.2vw, 100px);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: -4px;
  text-align: right;
  white-space: nowrap;
}

.weshe-cases-filters {
  position: sticky;
  top: 100px;
  z-index: 997;
  border-bottom: 1px solid #e8ecef;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.admin-bar .weshe-cases-filters {
  top: 132px;
}

.weshe-cases-filters ul {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.weshe-cases-filters li {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}

.weshe-cases-filters a {
  position: relative;
  display: block;
  padding: 25px 12px 23px;
  overflow: hidden;
  color: #61666a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weshe-cases-filters a::after {
  position: absolute;
  right: 20%;
  bottom: 0;
  left: 20%;
  height: 2px;
  background: #87a0b6;
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: 0.25s ease;
}

.weshe-cases-filters a:hover,
.weshe-cases-filters a.is-active {
  color: #87a0b6;
  font-weight: 600;
}

.weshe-cases-filters a:hover::after,
.weshe-cases-filters a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.weshe-cases-list-section {
  padding: 115px 0 165px;
}

.weshe-cases-list-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 58px;
  padding-bottom: 28px;
  border-bottom: 1px solid #2f2f2f;
}

.weshe-cases-list-heading span,
.weshe-case-related__heading span {
  display: block;
  margin-bottom: 12px;
  color: #87a0b6;
  font-family: "Neue Haas Grotesk Display Pro", "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.weshe-cases-list-heading h2,
.weshe-case-related__heading h2 {
  margin: 0;
  color: #2f2f2f;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -2px;
}

.weshe-cases-list-heading > p {
  margin: 0 0 3px;
  color: #7b8084;
  font-size: 15px;
}

.weshe-cases-list-heading > p strong {
  color: #87a0b6;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
}

.weshe-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 82px 70px;
}

.weshe-case-card {
  min-width: 0;
}

.weshe-case-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.weshe-case-card__image,
.weshe-case-single__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.weshe-case-photo-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 190px;
  place-items: center;
  color: #aab3b9;
  background:
    linear-gradient(135deg, transparent 49.5%, rgba(135, 160, 182, 0.22) 50%, transparent 50.5%),
    #f3f5f6;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.weshe-case-card__body {
  position: relative;
  min-height: 265px;
  padding: 30px 0 25px;
  border-bottom: 1px solid #cfd5d9;
}

.weshe-case-card__category {
  display: block;
  margin-bottom: 13px;
  color: #87a0b6;
  font-family: "Neue Haas Grotesk Display Pro", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.weshe-case-card__title {
  margin: 0;
  color: #2f2f2f;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -1.6px;
  word-break: keep-all;
}

.weshe-case-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 27px;
}

.weshe-case-card__arrow {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #c7cdd1;
  border-radius: 50%;
  color: #2f2f2f;
  font-size: 21px;
  transition: 0.3s ease;
}

.weshe-case-card__link:hover .weshe-case-card__image {
  transform: scale(1.025);
}

.weshe-case-card__link:hover .weshe-case-card__arrow {
  border-color: #87a0b6;
  color: #fff;
  background: #87a0b6;
  transform: translateX(4px);
}

.weshe-cases-pagination {
  margin-top: 90px;
}

.weshe-cases-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.weshe-cases-pagination a,
.weshe-cases-pagination span.page-numbers {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #d7dce0;
  color: #63696d;
  font-size: 14px;
  text-decoration: none;
}

.weshe-cases-pagination .current,
.weshe-cases-pagination a:hover {
  border-color: #87a0b6 !important;
  color: #fff !important;
  background: #87a0b6;
}

.weshe-cases-empty {
  display: flex;
  min-height: 380px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 24px;
  color: #87a0b6;
  background: #f6f7f8;
  text-align: center;
}

.weshe-cases-empty h2 {
  margin: 25px 0 8px;
  color: #2f2f2f;
  font-size: 27px;
  letter-spacing: -1.2px;
}

.weshe-cases-empty p {
  margin: 0;
  color: #777d81;
  font-size: 16px;
}

.weshe-cases-empty a {
  margin-top: 24px;
  padding: 12px 18px;
  color: #fff;
  background: #87a0b6;
  font-size: 14px;
  text-decoration: none;
}

/* 상세 */
.weshe-case-single__hero {
  padding: 190px 0 92px;
  background:
    linear-gradient(115deg, rgba(135, 160, 182, 0.11), rgba(255, 255, 255, 0) 55%),
    #fff;
  border-bottom: 1px solid #e4e8eb;
}

.weshe-case-single__back {
  display: inline-block;
  margin-bottom: 60px;
  color: #687179;
  font-size: 14px;
  text-decoration: none;
}

.weshe-case-single__back:hover {
  color: #87a0b6;
}

.weshe-case-single__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 110px;
  align-items: end;
}

.weshe-case-single__heading h1 {
  max-width: 820px;
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(46px, 3vw, 58px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -3px;
  word-break: keep-all;
}

.weshe-case-single__heading > div > p {
  max-width: 760px;
  margin: 27px 0 0;
  color: #666d72;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.6px;
}

.weshe-case-single__facts {
  margin: 0;
  border-top: 1px solid #2f2f2f;
}

.weshe-case-single__facts > div {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #d8dde0;
}

.weshe-case-single__facts dt,
.weshe-case-single__facts dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.weshe-case-single__facts dt {
  color: #91979b;
}

.weshe-case-single__facts dd {
  color: #33383b;
  font-weight: 500;
}

.weshe-case-single__visual {
  padding: 110px 0 0;
}

.weshe-case-notice {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 30px;
  margin-top: 24px;
  padding: 27px 30px;
  color: #62696e;
  background: #f5f6f7;
}

.weshe-case-notice > strong {
  color: #46525b;
  font-size: 14px;
}

.weshe-case-notice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.weshe-case-notice li {
  position: relative;
  padding-left: 11px;
  font-size: 12px;
  line-height: 1.7;
}

.weshe-case-notice li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "·";
}

.weshe-case-story {
  margin-top: 130px;
  padding: 125px 0 135px;
  background: #f6f7f8;
}

.weshe-case-story .weshe-cases-inner {
  display: block;
}

.weshe-case-story__heading {
  max-width: 920px;
  margin: 0 auto 64px;
  text-align: center;
}

.weshe-case-story__heading span {
  color: #87a0b6;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.weshe-case-story__heading h2 {
  margin: 14px 0 0;
  font-size: 39px;
  letter-spacing: -2px;
}

.weshe-case-story__content {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  color: #4f565b;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: -0.6px;
}

.weshe-case-story__content > :first-child {
  margin-top: 0;
}

.weshe-case-story__content > :last-child {
  margin-bottom: 0;
}

.weshe-case-story__content img {
  max-width: 100%;
  height: auto;
}

.weshe-case-navigation {
  padding: 74px 0;
  border-top: 1px solid #e1e5e8;
  border-bottom: 1px solid #e1e5e8;
}

.weshe-case-navigation .weshe-cases-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
  gap: 45px;
  align-items: center;
}

.weshe-case-navigation__item span {
  display: block;
  margin-bottom: 10px;
  color: #98a0a5;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.weshe-case-navigation__item a {
  display: block;
  overflow: hidden;
  color: #40464a;
  font-size: 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weshe-case-navigation__item.is-next {
  text-align: right;
}

.weshe-case-navigation__list {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid #bfc6cb;
  border-radius: 50%;
  color: #464d52;
  font-size: 14px;
  text-decoration: none;
}

.weshe-case-navigation a:hover {
  color: #87a0b6;
}

.weshe-case-related {
  padding: 130px 0 150px;
}

.weshe-case-related__heading {
  margin-bottom: 50px;
}

.weshe-case-cta {
  padding: 90px 0;
  color: #fff;
  background: #87a0b6;
}

.weshe-case-cta .weshe-cases-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.weshe-case-cta span {
  display: block;
  margin-bottom: 17px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 0.8px;
  opacity: 0.8;
}

.weshe-case-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -2px;
}

.weshe-case-cta__buttons {
  display: flex;
  gap: 10px;
}

.weshe-case-cta__buttons a {
  min-width: 210px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease;
}

.weshe-case-cta__buttons a:hover {
  color: #71899d;
  background: #fff;
}

@media screen and (max-width: 1100px) {
  .weshe-cases-inner {
    width: min(100% - 48px, 1400px);
  }

  .weshe-cases-watermark {
    opacity: 0.65;
  }

  .weshe-case-card__title {
    font-size: 25px;
  }

  .weshe-case-single__heading {
    gap: 55px;
  }
}

@media screen and (max-width: 767px) {
  body.weshe-page-cases,
  body.single-weshe_case {
    overflow-x: hidden;
  }

  .weshe-cases-inner {
    width: calc(100% - 32px);
  }

  .weshe-cases-eyebrow {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .weshe-cases-hero {
    padding: 122px 0 54px;
  }

  .weshe-cases-hero .weshe-cases-inner {
    min-height: 0;
  }

  .weshe-cases-hero h1 {
    font-size: 36px;
    line-height: 1.35;
    letter-spacing: -2px;
  }

  .weshe-cases-hero__intro {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .weshe-cases-watermark {
    display: none;
  }

  .weshe-cases-filters {
    top: 70px;
  }

  .admin-bar .weshe-cases-filters {
    top: 116px;
  }

  .weshe-cases-filters .weshe-cases-inner {
    width: 100%;
  }

  .weshe-cases-filters ul {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 16px;
    scrollbar-width: none;
  }

  .weshe-cases-filters ul::-webkit-scrollbar {
    display: none;
  }

  .weshe-cases-filters li {
    flex: 0 0 auto;
  }

  .weshe-cases-filters a {
    padding: 18px 14px 16px;
    font-size: 14px;
  }

  .weshe-cases-list-section {
    padding: 65px 0 90px;
  }

  .weshe-cases-list-heading {
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 20px;
  }

  .weshe-cases-list-heading span,
  .weshe-case-related__heading span {
    margin-bottom: 7px;
    font-size: 11px;
  }

  .weshe-cases-list-heading h2,
  .weshe-case-related__heading h2 {
    font-size: 27px;
    letter-spacing: -1.4px;
  }

  .weshe-cases-list-heading > p {
    margin-top: 25px;
    font-size: 12px;
    white-space: nowrap;
  }

  .weshe-cases-list-heading > p strong {
    font-size: 17px;
  }

  .weshe-cases-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 52px;
  }

  .weshe-case-photo-placeholder {
    min-height: 110px;
    font-size: 9px;
  }

  .weshe-case-card__body {
    min-height: 0;
    padding: 22px 0 19px;
  }

  .weshe-case-card__category {
    margin-bottom: 9px;
    font-size: 11px;
  }

  .weshe-case-card__title {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: -1.2px;
  }

  .weshe-case-card__footer {
    margin-top: 20px;
  }

  .weshe-case-card__arrow {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .weshe-cases-pagination {
    margin-top: 60px;
  }

  .weshe-cases-empty {
    min-height: 310px;
  }

  .weshe-cases-empty h2 {
    font-size: 22px;
  }

  .weshe-cases-empty p {
    font-size: 14px;
  }

  /* 상세 모바일 */
  .weshe-case-single__hero {
    padding: 112px 0 52px;
  }

  .weshe-case-single__back {
    margin-bottom: 42px;
    font-size: 12px;
  }

  .weshe-case-single__heading {
    display: block;
  }

  .weshe-case-single__heading h1 {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: -2px;
  }

  .weshe-case-single__heading > div > p {
    margin-top: 19px;
    font-size: 15px;
    line-height: 1.65;
  }

  .weshe-case-single__facts {
    margin-top: 40px;
  }

  .weshe-case-single__facts > div {
    grid-template-columns: 78px 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .weshe-case-single__facts dt,
  .weshe-case-single__facts dd {
    font-size: 12px;
  }

  .weshe-case-single__visual {
    padding-top: 55px;
  }

  .weshe-case-notice {
    display: block;
    margin-top: 12px;
    padding: 18px 16px;
  }

  .weshe-case-notice > strong {
    display: block;
    margin-bottom: 9px;
    font-size: 12px;
  }

  .weshe-case-notice li {
    font-size: 10px;
    line-height: 1.65;
  }

  .weshe-case-story {
    margin-top: 70px;
    padding: 65px 0 75px;
  }

  .weshe-case-story .weshe-cases-inner {
    display: block;
  }

  .weshe-case-story__heading span {
    font-size: 11px;
  }

  .weshe-case-story__heading h2 {
    margin-top: 8px;
    font-size: 28px;
    letter-spacing: -1.4px;
  }

  .weshe-case-story__heading {
    margin-bottom: 34px;
  }

  .weshe-case-story__content {
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.85;
  }

  .weshe-case-navigation {
    padding: 42px 0;
  }

  .weshe-case-navigation .weshe-cases-inner {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 12px;
  }

  .weshe-case-navigation__item span {
    margin-bottom: 6px;
    font-size: 8px;
  }

  .weshe-case-navigation__item a {
    font-size: 11px;
  }

  .weshe-case-navigation__list {
    width: 44px;
    height: 44px;
    font-size: 11px;
  }

  .weshe-case-related {
    padding: 72px 0 90px;
  }

  .weshe-case-related__heading {
    margin-bottom: 30px;
  }

  .weshe-case-cta {
    padding: 60px 0;
  }

  .weshe-case-cta .weshe-cases-inner {
    display: block;
  }

  .weshe-case-cta span {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .weshe-case-cta h2 {
    font-size: 27px;
    line-height: 1.45;
    letter-spacing: -1.4px;
  }

  .weshe-case-cta__buttons {
    display: grid;
    margin-top: 34px;
  }

  .weshe-case-cta__buttons a {
    width: 100%;
    min-width: 0;
    padding: 15px 16px;
    font-size: 13px;
  }
}

/* v1.0.3: 메인 페이지 리듬과 클래식 편집기 본문을 반영한 개선 */
.weshe-cases-hero__record {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 250px;
  align-content: end;
  margin: 0 95px 2px auto;
  padding-left: 30px;
  border-left: 1px solid #cbd4da;
}

.weshe-cases-hero__record span,
.weshe-cases-hero__record small {
  color: #7f929f;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.7px;
}

.weshe-cases-hero__record strong {
  margin: 18px 0 4px;
  color: #87a0b6;
  font-family: "Neue Haas Grotesk Display Pro", "Roboto", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -3px;
}

.weshe-cases-watermark {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 0;
  pointer-events: none;
}

.weshe-cases-filters .weshe-cases-inner {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  align-items: stretch;
}

.weshe-cases-filters__label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 15px 24px 14px 0;
  border-right: 1px solid #e0e5e8;
}

.weshe-cases-filters__label span {
  margin-bottom: 5px;
  color: #87a0b6;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.weshe-cases-filters__label strong {
  color: #343a3e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.weshe-cases-filters ul {
  display: grid;
  grid-template-columns: none;
  grid-auto-columns: minmax(135px, 1fr);
  grid-auto-flow: column;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.weshe-cases-filters ul::-webkit-scrollbar {
  display: none;
}

.weshe-cases-filters li {
  display: flex;
}

.weshe-cases-filters a {
  display: flex;
  width: 100%;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 10px 13px;
  border-right: 1px solid #edf0f2;
  text-overflow: clip;
  white-space: normal;
}

.weshe-cases-filters a span {
  color: inherit;
  line-height: 1.35;
  word-break: keep-all;
}

.weshe-cases-filters a small {
  flex: 0 0 auto;
  color: #6f7f8b;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.weshe-cases-filters a.is-active {
  color: #2f2f2f;
  background: #f3f6f8;
}

.weshe-cases-filters a.is-active small {
  color: #7895ad;
}

.weshe-cases-filters a::after {
  right: 0;
  left: 0;
  height: 3px;
}

.weshe-cases-list-section {
  scroll-margin-top: 190px;
  padding: 145px 0 190px;
  background:
    linear-gradient(180deg, #fff 0, #fff 58%, #f7f8f9 100%);
}

.weshe-cases-list-heading {
  margin-bottom: 70px;
  padding-bottom: 34px;
}

.weshe-cases-list-heading span {
  font-size: 18px;
}

.weshe-cases-list-heading h2 {
  font-size: clamp(44px, 3vw, 54px);
  letter-spacing: -2.7px;
}

.weshe-cases-list-heading__description {
  max-width: 720px;
  margin-top: 16px;
  color: #70777c;
  font-size: 15px;
  line-height: 1.7;
}

.weshe-cases-list-heading__description > :first-child,
.weshe-cases-list-heading__description > :last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.weshe-cases-list-heading__description p + p {
  margin-top: 0.7em;
}

.weshe-cases-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 78px 28px;
}

.weshe-case-related .weshe-cases-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
}

.weshe-case-card {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.weshe-case-card:hover {
  transform: translateY(-8px);
}

.weshe-case-card__body {
  min-height: 245px;
  padding: 26px 2px 23px;
}

.weshe-case-card__overline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}

.weshe-case-card__overline .weshe-case-card__category {
  margin-bottom: 0;
}

.weshe-case-card__number {
  flex: 0 0 auto;
  color: #a0a8ae;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.weshe-case-card__title {
  font-size: 26px;
  letter-spacing: -1.35px;
}

.weshe-case-single__hero {
  position: relative;
  overflow: hidden;
}

.weshe-case-single__hero .weshe-cases-inner {
  position: relative;
  z-index: 1;
}

.weshe-case-single__watermark {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: -1;
  color: rgba(135, 160, 182, 0.09);
  font-family: "Neue Haas Grotesk Display Pro", "Roboto", sans-serif;
  font-size: clamp(82px, 7.3vw, 140px);
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -6px;
  text-align: right;
  pointer-events: none;
}

.weshe-case-single__heading .weshe-cases-eyebrow {
  display: inline-block;
  text-decoration: none;
}

.weshe-case-single__facts {
  padding: 12px 28px;
  border-top: 3px solid #87a0b6;
  background: #2f2f2f;
}

.weshe-case-single__facts > div {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.weshe-case-single__facts dt {
  color: #9cabb5;
}

.weshe-case-single__facts dd,
.weshe-case-single__facts dd a {
  color: #fff;
}

.weshe-case-single__facts dd a {
  text-decoration: none;
}

.weshe-case-single__facts dd a:hover {
  color: #a9c1d4;
}

.weshe-case-single__visual {
  padding: 120px 0 82px;
  background: #242424;
}

.weshe-case-notice {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #c7cdd1;
  background: rgba(255, 255, 255, 0.055);
}

.weshe-case-notice > strong {
  color: #a9c1d4;
}

.weshe-case-notice li {
  color: #bbc2c7;
}

.weshe-case-story {
  margin-top: 0;
  background:
    linear-gradient(115deg, rgba(135, 160, 182, 0.06), transparent 52%),
    #f6f7f8;
}

.weshe-case-story__content {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.weshe-case-story__content::after {
  display: block;
  clear: both;
  content: "";
}

.weshe-case-story__content p {
  margin: 0 0 1.35em;
}

.weshe-case-story__content h2,
.weshe-case-story__content h3,
.weshe-case-story__content h4 {
  margin: 1.9em 0 0.68em;
  color: #2f2f2f;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.045em;
  text-align: center;
  word-break: keep-all;
}

.weshe-case-story__content h1,
.weshe-case-story__content h5,
.weshe-case-story__content h6 {
  margin: 1.9em 0 0.68em;
  color: #2f2f2f;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.weshe-case-story__content h1 {
  font-size: 42px;
}

.weshe-case-story__content h5 {
  font-size: 19px;
}

.weshe-case-story__content h6 {
  font-size: 16px;
}

.weshe-case-story__content h2 {
  display: table;
  width: auto;
  max-width: 100%;
  margin: 1.9em auto 0.68em;
  padding: 0 0.12em 0.06em;
  border-bottom: 2px solid #9eb6ca;
  background-clip: content-box;
  font-size: 34px;
}

.weshe-case-story__content h3 {
  font-size: 28px;
}

.weshe-case-story__content h4 {
  color: #536b7f;
  font-size: 22px;
}

.weshe-case-story__content ul,
.weshe-case-story__content ol {
  margin: 1.2em 0 1.5em;
  padding-left: 1.6em;
  list-style-position: outside;
}

.weshe-case-story__content ul {
  list-style-type: disc;
}

.weshe-case-story__content ol {
  list-style-type: decimal;
}

.weshe-case-story__content li {
  margin: 0.45em 0;
  color: #4f565b;
  list-style: inherit;
}

.weshe-case-story__content p,
.weshe-case-story__content td {
  color: #4f565b;
}

.weshe-case-story__content blockquote {
  margin: 1.8em 0;
  padding: 1.25em 1.5em;
  border-left: 4px solid #87a0b6;
  color: #4c5d69;
  background: #fff;
}

.weshe-case-story__content blockquote > :last-child {
  margin-bottom: 0;
}

.weshe-case-story__content a {
  color: #6688a4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.weshe-case-story__content hr {
  height: 1px;
  margin: 2.3em 0;
  border: 0;
  background: #cbd4da;
}

.weshe-case-story__content table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 1.8em 0;
  overflow-x: auto;
  border-collapse: collapse;
}

.weshe-case-story__content th,
.weshe-case-story__content td {
  min-width: 120px;
  padding: 0.8em 0.95em;
  border: 1px solid #d2d9de;
  text-align: left;
}

.weshe-case-story__content th {
  color: #3f515f;
  background: #e9eef1;
}

.weshe-case-story__content pre,
.weshe-case-story__content code {
  font-family: Consolas, Monaco, monospace;
}

.weshe-case-story__content pre {
  max-width: 100%;
  margin: 1.8em 0;
  padding: 1.2em;
  overflow-x: auto;
  color: #e8edf0;
  background: #2f2f2f;
}

.weshe-case-story__content img,
.weshe-case-story__content video,
.weshe-case-story__content iframe {
  max-width: 100%;
}

.weshe-case-story__content video,
.weshe-case-story__content iframe {
  display: block;
  margin: 1.8em 0;
}

.weshe-case-story__content figure,
.weshe-case-story__content .wp-caption {
  max-width: 100%;
  margin: 1.8em 0;
}

.weshe-case-story__content figcaption,
.weshe-case-story__content .wp-caption-text {
  margin-top: 0.7em;
  color: #858d93;
  font-size: 13px;
  text-align: center;
}

.weshe-case-story__content img.alignleft,
.weshe-case-story__content figure.alignleft,
.weshe-case-story__content .wp-caption.alignleft {
  float: left;
  margin: 0.4em 1.8em 1em 0;
}

.weshe-case-story__content img.alignright,
.weshe-case-story__content figure.alignright,
.weshe-case-story__content .wp-caption.alignright {
  float: right;
  margin: 0.4em 0 1em 1.8em;
}

.weshe-case-story__content img.aligncenter,
.weshe-case-story__content figure.aligncenter,
.weshe-case-story__content .wp-caption.aligncenter {
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.weshe-case-story__content h1.alignleft,
.weshe-case-story__content h2.alignleft,
.weshe-case-story__content h3.alignleft,
.weshe-case-story__content h4.alignleft,
.weshe-case-story__content h5.alignleft,
.weshe-case-story__content h6.alignleft,
.weshe-case-story__content p.alignleft,
.weshe-case-story__content div.alignleft,
.weshe-case-story__content blockquote.alignleft,
.weshe-case-story__content .has-text-align-left {
  float: none;
  text-align: left;
}

.weshe-case-story__content h1.aligncenter,
.weshe-case-story__content h2.aligncenter,
.weshe-case-story__content h3.aligncenter,
.weshe-case-story__content h4.aligncenter,
.weshe-case-story__content h5.aligncenter,
.weshe-case-story__content h6.aligncenter,
.weshe-case-story__content p.aligncenter,
.weshe-case-story__content div.aligncenter,
.weshe-case-story__content blockquote.aligncenter,
.weshe-case-story__content .has-text-align-center {
  float: none;
  text-align: center;
}

.weshe-case-story__content h1.alignright,
.weshe-case-story__content h2.alignright,
.weshe-case-story__content h3.alignright,
.weshe-case-story__content h4.alignright,
.weshe-case-story__content h5.alignright,
.weshe-case-story__content h6.alignright,
.weshe-case-story__content p.alignright,
.weshe-case-story__content div.alignright,
.weshe-case-story__content blockquote.alignright,
.weshe-case-story__content .has-text-align-right {
  float: none;
  text-align: right;
}

.weshe-case-story__content .has-text-align-justify {
  float: none;
  text-align: justify;
}

.weshe-case-story__content h2.alignleft,
.weshe-case-story__content h2.has-text-align-left,
.weshe-case-story__content h2[style*="text-align:left"],
.weshe-case-story__content h2[style*="text-align: left"] {
  margin-right: auto;
  margin-left: 0;
}

.weshe-case-story__content h2.aligncenter,
.weshe-case-story__content h2.has-text-align-center,
.weshe-case-story__content h2[style*="text-align:center"],
.weshe-case-story__content h2[style*="text-align: center"] {
  margin-right: auto;
  margin-left: auto;
}

.weshe-case-story__content h2.alignright,
.weshe-case-story__content h2.has-text-align-right,
.weshe-case-story__content h2[style*="text-align:right"],
.weshe-case-story__content h2[style*="text-align: right"] {
  margin-right: 0;
  margin-left: auto;
}

.weshe-case-story__content h2.has-text-align-justify,
.weshe-case-story__content h2[style*="text-align:justify"],
.weshe-case-story__content h2[style*="text-align: justify"] {
  display: block;
  width: 100%;
}

.weshe-case-story__content h2 span[style*="background"] {
  padding: 0 0.08em 0.02em;
  line-height: 1.12;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.weshe-case-story__content .weshe-editor-lead {
  color: #33434e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
}

.weshe-case-story__content .weshe-editor-blue {
  color: #7895ad;
  font-weight: 600;
}

.weshe-case-story__content .weshe-editor-small {
  color: #858d93;
  font-size: 13px;
}

.weshe-case-story__content .weshe-editor-note {
  margin: 1.8em 0;
  padding: 1.4em 1.55em;
  border-top: 2px solid #87a0b6;
  background: #fff;
}

.weshe-case-story__content .weshe-editor-underline {
  padding-bottom: 0.08em;
  border-bottom: 2px solid #87a0b6;
}

.weshe-cases-page .screen-reader-text,
.weshe-case-single .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.weshe-cases-filters a:focus-visible,
.weshe-case-card__link:focus-visible,
.weshe-cases-pagination a:focus-visible,
.weshe-case-single a:focus-visible {
  outline: 2px solid #87a0b6;
  outline-offset: 3px;
}

.admin-bar .weshe-cases-list-section {
  scroll-margin-top: 225px;
}

body.weshe-mobile-view .weshe-cases-filters {
  top: 70px;
  z-index: 90;
}

body.admin-bar.weshe-mobile-view .weshe-cases-filters {
  top: 116px;
}

body.admin-bar.weshe-mobile-view .weshe-cases-list-section {
  scroll-margin-top: 190px;
}

@media screen and (max-width: 1180px) {
  .weshe-cases-filters .weshe-cases-inner {
    display: block;
    width: 100%;
  }

  .weshe-cases-filters__label {
    display: none;
  }

  .weshe-cases-filters ul {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 24px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .weshe-cases-filters ul::-webkit-scrollbar {
    display: none;
  }

  .weshe-cases-filters li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .weshe-cases-filters a {
    min-width: 155px;
    border-left: 0;
  }

  .weshe-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 68px 34px;
  }

  .weshe-case-related .weshe-cases-grid {
    gap: 34px;
  }

  .weshe-case-card__title {
    font-size: 27px;
  }
}

@media screen and (max-width: 1100px) {
  .weshe-cases-hero__record {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .weshe-case-single__heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
  }

  .weshe-case-single__facts {
    max-width: 620px;
  }

  .weshe-case-story .weshe-cases-inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .weshe-cases-watermark,
  .weshe-case-single__watermark {
    display: none;
  }

  .weshe-cases-filters {
    z-index: 90;
  }

  .weshe-cases-filters ul {
    padding: 0 16px;
  }

  .weshe-cases-filters a {
    min-width: auto;
    min-height: 58px;
    padding: 10px 16px 9px;
    gap: 7px;
    font-size: 13px;
  }

  .weshe-cases-filters a small {
    font-size: 9px;
  }

  .weshe-cases-list-section {
    scroll-margin-top: 140px;
    padding: 72px 0 100px;
  }

  .weshe-cases-list-heading {
    margin-bottom: 38px;
    padding-bottom: 23px;
  }

  .weshe-cases-list-heading span {
    font-size: 11px;
  }

  .weshe-cases-list-heading h2 {
    font-size: 31px;
    letter-spacing: -1.7px;
  }

  .weshe-cases-list-heading__description {
    margin-top: 11px;
    font-size: 13px;
  }

  .weshe-cases-grid,
  .weshe-case-related .weshe-cases-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 54px;
  }

  .weshe-case-card:hover {
    transform: none;
  }

  .weshe-case-card__body {
    min-height: 0;
    padding: 22px 0 19px;
  }

  .weshe-case-card__number {
    font-size: 9px;
  }

  .weshe-case-card__title {
    font-size: 23px;
  }

  .weshe-case-single__facts {
    max-width: none;
    padding: 8px 16px;
  }

  .weshe-case-single__visual {
    padding: 58px 0 42px;
  }

  .weshe-case-notice {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.055);
  }

  .weshe-case-story__content h2 {
    font-size: 26px;
  }

  .weshe-case-story__content h3 {
    font-size: 23px;
  }

  .weshe-case-story__content h4 {
    font-size: 19px;
  }

  .weshe-case-story__content blockquote,
  .weshe-case-story__content .weshe-editor-note {
    padding: 1.1em 1.2em;
  }

  .weshe-case-story__content img.alignleft,
  .weshe-case-story__content img.alignright,
  .weshe-case-story__content figure.alignleft,
  .weshe-case-story__content figure.alignright,
  .weshe-case-story__content .wp-caption.alignleft,
  .weshe-case-story__content .wp-caption.alignright {
    float: none;
    margin: 1.3em 0;
  }

  .weshe-case-story__content .weshe-editor-lead {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .weshe-case-card,
  .weshe-case-card[data-aos],
  .weshe-case-card__image {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* v1.0.6: 대표이미지 한 장으로 통일한 카드와 상세 이미지 */
.weshe-case-card__thumbnail {
  position: relative;
  aspect-ratio: 1.48 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e0e5e8;
  border-bottom: 3px solid #87a0b6;
  background: #edf1f3;
}

.weshe-case-card__thumbnail::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(22, 29, 34, 0.13));
  content: "";
  pointer-events: none;
}

.weshe-case-card__thumbnail .weshe-case-card__image {
  object-position: center;
}

.weshe-case-single__visual {
  padding: 108px 0 76px;
  background:
    radial-gradient(circle at 50% 0, rgba(135, 160, 182, 0.11), transparent 45%),
    #242424;
}

.weshe-case-single__featured {
  position: relative;
  display: grid;
  width: min(1160px, 100%);
  margin: 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 3px solid #87a0b6;
  background: #171717;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.weshe-case-single__featured::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 92px;
  height: 3px;
  background: #a9c1d4;
  content: "";
}

.weshe-case-single__featured .weshe-case-single__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 760px;
  margin: 0 auto;
  object-fit: contain;
  background: #171717;
}

.weshe-case-single__featured + .weshe-case-notice {
  width: min(1160px, 100%);
  margin: 22px auto 0;
}

@media screen and (max-width: 767px) {
  .weshe-case-card__thumbnail {
    aspect-ratio: 1.36 / 1;
  }

  .weshe-case-single__visual {
    padding: 52px 0 38px;
  }

  .weshe-case-single__featured {
    border-bottom-width: 2px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  }

  .weshe-case-single__featured::before {
    width: 58px;
    height: 2px;
  }

  .weshe-case-single__featured .weshe-case-single__image {
    max-height: 68vh;
  }
}

/* v1.0.7: 목록 카드 비율과 높이를 동일하게 정렬 */
.weshe-cases-grid {
  align-items: stretch;
}

.weshe-case-card {
  height: 100%;
}

.weshe-case-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.weshe-case-card__thumbnail {
  flex: 0 0 auto;
  aspect-ratio: 1.18 / 1;
  background: #e9edef;
}

.weshe-case-card__thumbnail .weshe-case-card__image {
  object-fit: contain;
  object-position: center;
  background: #e9edef;
}

.weshe-case-card__body {
  display: flex;
  flex: 1 1 auto;
  min-height: 152px;
  flex-direction: column;
  padding: 21px 2px 18px;
}

.weshe-case-card__title {
  display: -webkit-box;
  min-height: 2.8em;
  overflow: hidden;
  padding-right: 58px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.weshe-case-card__footer {
  position: absolute;
  right: 2px;
  bottom: 18px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.weshe-case-card__link:hover .weshe-case-card__image {
  transform: none;
}

@media screen and (max-width: 767px) {
  .weshe-case-card__thumbnail {
    aspect-ratio: 1.18 / 1;
  }

  .weshe-case-card__body {
    min-height: 138px;
    padding: 18px 0 15px;
  }

  .weshe-case-card__title {
    padding-right: 48px;
  }

  .weshe-case-card__footer {
    right: 0;
    bottom: 15px;
  }
}

/* v1.0.8: 흰 배경 대표이미지는 사진 영역에서 자연스럽게 이어지게 하고,
 * 테마 포인트 배경은 글 영역에만 사용합니다. */
.weshe-case-card {
  overflow: hidden;
  border: 1px solid #d8e0e5;
  background: #fff;
  box-shadow: none;
}

.weshe-case-card__link {
  background: #fff;
}

.weshe-case-card__thumbnail {
  aspect-ratio: 1.08 / 1;
  border: 0;
  border-bottom: 1px solid #d8e0e5;
  background: #fff;
}

.weshe-case-card__thumbnail::after {
  display: none;
  content: none;
}

.weshe-case-card__thumbnail .weshe-case-card__image {
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.weshe-case-card__body {
  min-height: 120px;
  padding: 16px 17px 14px;
  border-bottom: 0;
  background: #eef3f6;
}

.weshe-case-card__overline {
  margin-bottom: 8px;
}

.weshe-case-card__category {
  color: #566f82;
  font-size: 11px;
  letter-spacing: 0.35px;
}

.weshe-case-card__number {
  color: #5c7180;
  font-size: 8.5px;
  letter-spacing: 0.55px;
}

.weshe-case-card__title {
  min-height: 2.76em;
  padding-right: 42px;
  color: #27333b;
  font-size: clamp(18px, 1.3vw, 21px);
  line-height: 1.38;
  letter-spacing: -0.85px;
}

.weshe-case-card__footer {
  right: 15px;
  bottom: 13px;
}

.weshe-case-card__arrow {
  width: 33px;
  height: 33px;
  border-color: #a9b7c1;
  color: #445762;
  font-size: 15px;
}

.weshe-case-card:hover {
  border-color: #9eb1c0;
  box-shadow: 0 16px 34px rgba(33, 48, 58, 0.1);
  transform: translateY(-5px);
}

@media screen and (max-width: 767px) {
  .weshe-case-card:hover {
    box-shadow: none;
    transform: none;
  }

  .weshe-case-card__thumbnail {
    aspect-ratio: 1.08 / 1;
  }

  .weshe-case-card__body {
    min-height: 108px;
    padding: 14px 14px 12px;
  }

  .weshe-case-card__overline {
    margin-bottom: 7px;
  }

  .weshe-case-card__category {
    font-size: 10px;
  }

  .weshe-case-card__title {
    padding-right: 38px;
    font-size: 17px;
    letter-spacing: -0.7px;
  }

  .weshe-case-card__footer {
    right: 12px;
    bottom: 11px;
  }

  .weshe-case-card__arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/* v1.0.9: 대표이미지 중심의 무선(borderless) 임상케이스 목록.
 * 카드 프레임, 구분선, 그림자와 색상 패널을 모두 제거하고
 * 작은 분류·제목만 사진 아래에 자연스럽게 이어지게 합니다. */
.weshe-case-card,
.weshe-case-card:hover {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.weshe-case-card__link {
  background: transparent;
}

.weshe-case-card__thumbnail {
  aspect-ratio: 1.06 / 1;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.weshe-case-card__thumbnail::after {
  display: none;
  background: none;
  content: none;
}

.weshe-case-card__thumbnail .weshe-case-card__image {
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.weshe-case-card__body {
  min-height: 78px;
  padding: 13px 1px 0;
  border: 0;
  background: transparent;
}

.weshe-case-card__overline {
  margin-bottom: 5px;
}

.weshe-case-card__category {
  color: #7b8b96;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35px;
}

.weshe-case-card__number,
.weshe-case-card__footer,
.weshe-case-card__arrow {
  display: none;
}

.weshe-case-card__title {
  min-height: 2.8em;
  padding-right: 0;
  color: #30373b;
  font-size: clamp(15px, 1.08vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.65px;
}

.weshe-case-card__link:hover .weshe-case-card__image {
  transform: none;
}

.weshe-case-card__link:hover .weshe-case-card__title {
  color: #6f879a;
}

@media screen and (max-width: 767px) {
  .weshe-case-card__thumbnail {
    aspect-ratio: 1.06 / 1;
  }

  .weshe-case-card__body {
    min-height: 70px;
    padding: 11px 0 0;
  }

  .weshe-case-card__overline {
    margin-bottom: 4px;
  }

  .weshe-case-card__category {
    font-size: 9px;
  }

  .weshe-case-card__title {
    padding-right: 0;
    font-size: 15px;
    letter-spacing: -0.55px;
  }
}

/* v1.0.10: 서로 다른 원본 비율도 목록에서 같은 크기로 보이게 하고,
 * 사진과 분류·제목의 상하좌우 기준선을 하나로 맞춥니다. */
.weshe-cases-grid {
  align-items: stretch;
}

.weshe-case-card,
.weshe-case-card__link {
  width: 100%;
  height: 100%;
}

.weshe-case-card__link {
  display: flex;
  flex-direction: column;
}

.weshe-case-card__thumbnail {
  width: 100%;
  aspect-ratio: 1.02 / 1;
  margin: 0;
  overflow: hidden;
}

.weshe-case-card__thumbnail .weshe-case-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% center;
}

.weshe-case-card__body {
  width: 100%;
  min-height: 76px;
  padding: 13px 0 0;
}

.weshe-case-card__overline {
  width: 100%;
  height: 14px;
  margin: 0 0 5px;
  overflow: hidden;
}

.weshe-case-card__category {
  width: 100%;
  margin: 0;
  overflow: hidden;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weshe-case-card__title {
  width: 100%;
  height: 2.8em;
  min-height: 2.8em;
  margin: 0;
  overflow: hidden;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .weshe-case-card__thumbnail {
    aspect-ratio: 1.02 / 1;
  }

  .weshe-case-card__body {
    min-height: 68px;
    padding-top: 11px;
  }

  .weshe-case-card__overline {
    height: 12px;
    margin-bottom: 4px;
  }

  .weshe-case-card__category {
    line-height: 12px;
  }
}
