:root {
  --landit-blue: #3a96ff;
  --landit-blue-dark: #2b7ae8;
  --text: #1a1a1a;
  --text-muted: #424242;
  --bg: #f5f6f8;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family:
    "Pretendard Variable",
    Pretendard,
    -apple-system,
    sans-serif;
  background: var(--bg);
  color: var(--text);
  padding-bottom: 53px;
}

/* Default (desktop) image visibility */
.title img.desktop-title-image {
  display: block;
  /* 데스크톱에서 명시적으로 보이도록 설정 */
}

.title img.mobile-title-image {
  display: none;
}

.mobile-only-break {
  display: none;
}

/* Global (Desktop First) Styles */
.eyebrow {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.banner {
  position: relative;
  overflow: hidden;
  /* 전체 섹션이 뷰포트 높이를 차지하도록 */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    /* PC 기본 각도 147deg */ 147deg,
    #fafbfc 0%,
    #fafbfc 53%,
    #eef0f4 36%,
    #e6e9ef 84%
  );
  z-index: 0;
}

.banner__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 85px;
  /* 데스크톱 기본 상단 여백 */
  padding-left: 20px;
  /* 데스크톱 기본 좌우 여백 */
  padding-right: 20px;
  /* 데스크톱 기본 좌우 여백 */
  /* min-height: 100vh; // people_wrap이 분리되면서 banner가 전체 높이를 관리하므로 제거 */
}

.note {
  margin: 0 0 71px 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #424242;
  text-align: center;
}

.title {
  margin: 0 auto 28px;
  /* Center the title container */
  padding: 0;
  text-align: center;
  /* Ensure image is centered within the title */
  max-width: 921px;
  /* Adjusted to match s3.png intrinsic width */
}

.title img.title-image {
  max-width: 100%;
  /* Ensure image scales down within its container */
  height: auto;
  /* Maintain aspect ratio */
  margin: 0 auto;
  /* Center the image itself */
}

.eyebrow strong {
  font-weight: 700;
  color: #308dff;
}

.people_wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-top: auto;
  padding-bottom: 0;
  /* 인물 합성 높이에 맞춤 */
  /* It's good practice to keep comments relevant to the code they describe. */
  min-height: 200px;
  flex: 1;
  aspect-ratio: 1440/512;
}

.t_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: none;
  pointer-events: none;
  bottom: 0;
}

/* --- Styles specific to 2.html (moved from inline) --- */
.container {
  max-width: 1440px;
  /* 전체 콘텐츠의 최대 너비 */
  margin: 0 auto;
  /* 중앙 정렬 */
  padding: 0;
}

.mobile-only-break-2 {
  display: none;
  /* 기본적으로 숨김 (PC) */
}

.section-title {
  text-align: center;
}

.section-title__main {
  color: #308dff;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.section-title__sub {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 84px;
}

.success-stories-container {
  display: flex;
  justify-content: center;
  /* Center the flex items */
  gap: 20px;
  /* Adjust gap as needed */
  max-width: 1200px;
  /* Limit width for better readability */
  margin: 0 auto;
  /* Center the container itself */
}

.story-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Align text to the left */
  text-decoration: none;
  color: inherit;
  /* Inherit text color */
  width: calc(33.33% - 13.33px);
  /* For 3 items with 20px gap: (100% - 2*20px) / 3 */
  max-width: 350px;
  /* Max width for each item */
}

.story-item img {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
  /* Text 14px below image */
  display: block;
  /* Remove extra space below image */
}

.story-item__text {
  font-size: 14px;
  line-height: 1.5;
  /* Adjust as needed */
  text-align: left;
}

.story-item__highlight {
  color: #308dff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  /* semi-bold */
}

.story-item__name {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  /* semi-bold */
}

.slider-section {
  margin-top: 116px;
  padding-bottom: 50px;
  /* Add some bottom padding for the slider */
}

.swiper-container-b {
  width: 100%;
  overflow: hidden;
  /* Hide overflow for smooth transitions */
}

.swiper-slide-b {
  width: 340px;
  /* PC slide width */
}

.swiper-slide-b img {
  display: block;
  width: 100%;
  /* Image fills the slide width */
  height: 187px;
  /* PC height */
  object-fit: cover;
  /* Maintain aspect ratio and cover the area */
}

/* Global container for 4.html */
.container {
  max-width: 1440px;
  margin: 0 auto;
  /* Maintain aspect ratio and cover the area */
}

.swiper-slide-b .swiper-b-link {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 340px;
  /* 명시적으로 최대 너비 340px 설정 */
}

/* --- Styles specific to 4.html --- */
.why-landit-section {
  text-align: center;
  margin-bottom: 76px;
  /* Below subtitle, 76px margin */
}

.why-landit-section__point {
  margin-bottom: 16px;
  /* Below Point, 16px margin */
}

.why-landit-section__point .point-bg {
  background-color: #67b0ff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  /* semibold */
  line-height: 32px;
  padding: 4px 12px;
  /* Adjust padding to fit line-height and text */
  border-radius: 4px;
  /* Slightly rounded corners for the background */
  display: inline-block;
  /* To apply padding and background correctly */
}

.why-landit-section__title {
  font-weight: 700;
  /* bold */
  font-size: 48px;
  line-height: 56px;
  color: #222222;
  margin: 0 0 16px 0;
  /* Below title, 16px margin */
}

.why-landit-section__title .why-landit-section__highlight {
  color: #308dff;
}

.why-landit-section__subtitle {
  color: #757575;
  font-weight: 600;
  /* semi-bold */
  font-size: 24px;
  line-height: 38.4px;
  margin: 0;
}

.card-grid-container {
  width: 100vw; /* 기본값으로 100vw 설정 (500px 이하에서 150%로 오버라이드) */
  overflow: hidden;
  margin: 0 auto;
  padding-left: 120px; /* PC 좌측 여백 */
  padding-right: 0;
}

.card-item {
  width: 100%;
  /* swiper-slide 너비를 채움 */
  min-height: 493px;
  /* PC에서 최소 높이 493px */
  background-color: #f1f1f1;
  border-radius: 16px;
  overflow: hidden;
  /* Ensure image and content stay within bounds */
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  /* Subtle shadow for card effect */
}

.card-image {
  width: 100%;
  object-fit: cover;
  display: block;
}

.swiper-slide {
  width: 458px; /* PC에서 슬라이드 고정 너비 */
}
.swiper-slide-b {
  width: 340px;
  /* PC slide width */
}
.card-image.desktop-card-image {
  width: 100%;
  height: auto; /* 높이 고정 해제 */
  aspect-ratio: 458 / 206; /* 458:206 비율 유지 */
  object-fit: cover;
  /* Cover the area, maintaining aspect ratio */
  display: block;
}

.card-image.mobile-card-image {
  width: 100%;
  height: auto; /* 높이 고정 해제 */
  aspect-ratio: 278 / 159; /* 278:159 비율 유지 */
  object-fit: cover;
  display: none;
}

.card-content {
  padding: 36px 40px 24px 40px;
  /* top right bottom left */
  flex-grow: 1;
  /* Allow content to take remaining space */
  display: flex;
  flex-direction: column;
}

.card-title {
  font-weight: 600;
  /* semibold */
  color: #222222;
  font-size: 24px;
  line-height: 38.4px;
  margin: 0 0 16px 0;
  /* 16px below title */
}

.card-description {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  /* regular */
  color: #424242;
  margin: 0 0 0px 0;
  /* 48px below description */
  flex-grow: 1;
  /* Allow description to take available space before author */
}

.card-author {
  display: flex;
  align-items: center;
  margin-top: auto;
  /* Push author to the bottom */
}

.author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* Make it round */
  object-fit: cover;
  margin-right: 12px;
  /* 12px to the right of image */
}

.author-name {
  color: #757575;
  font-weight: 700;
  /* bold */
  font-size: 16px;
  line-height: 20px;
}

/* Swiper Navigation & Pagination Styles */
.swiper-button-next,
.swiper-button-prev {
  display: none !important; /* 모든 화면 크기에서 버튼 숨김 (우선순위 강제) */
  color: #308dff;
  width: 50px; /* Increased size for better visibility */
  height: 50px; /* Increased size for better visibility */
  background-color: rgba(
    255,
    255,
    255,
    0.9
  ); /* Slightly less transparent background */
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* More prominent shadow */
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
  top: 50%; /* Ensure vertical centering */
  transform: translateY(-50%); /* Ensure vertical centering */
  z-index: 10; /* Ensure buttons are above other content */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #308dff;
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25); /* More prominent shadow on hover */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px; /* Increased icon size */
  font-weight: bold; /* Make icon bolder */
}

.swiper-pagination-bullet {
  background-color: #ccc; /* Default bullet color */
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #308dff; /* Active bullet color */
}

.swiper-pagination {
  position: relative; /* Adjust position if needed */
  margin-top: 30px; /* Space between slider and pagination */
  display: none;
}

.swiper-slide-b .swiper-b-link {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 340px;
  /* 명시적으로 최대 너비 340px 설정 */
}

/* --- Styles specific to 3.html (moved from inline) --- */
.why-landit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2x2 grid on PC */
  gap: 20px;
  /* Gap between grid items */
  margin-top: 84px;
  /* Margin below the title section */
  max-width: 1200px;
  /* Example max-width, adjust as needed */
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  /* Add some padding for smaller desktop screens */
}

.grid-item {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 49.5px 30px;
  display: flex;
  /* Use flexbox inside grid item */
  gap: 36px;
  /* Gap between left and right content */
  align-items: flex-start;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.05);
  /* Align items to the top */
}

.grid-item__left {
  flex-shrink: 0;
  /* Prevent shrinking */
  text-align: left;
  /* Ensure text is left-aligned */
}

.grid-item__point {
  color: #308dff;
  font-size: 18px;
  line-height: 22.4px;
  font-weight: 400;
  /* regular */
  margin-bottom: 4px;
  /* Small margin below Point */
}

.grid-item__number {
  font-size: 30px;
  line-height: 45px;
  color: #308dff;
  font-weight: 700;
  /* Assuming bold for numbers */
}

.grid-item__right {
  flex-grow: 1;
  /* Allow right content to grow */
  text-align: left;
  /* Ensure text is left-aligned */
}

.grid-item__title {
  font-weight: 600;
  /* semi-bold */
  font-size: 24px;
  line-height: 38.4px;
  color: #308dff;
  margin: 0;
  /* Remove default paragraph margins */
}

.grid-item__description {
  margin-top: 4px;
  /* As per request */
  color: #222222;
  font-weight: 600;
  /* semi-bold */
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 0;
  /* Remove default paragraph margins */
}

/* --- Styles specific to 5.html --- */
.tabs-container {
  max-width: 1200px;
  margin: 64px auto 32px; /* 64px top, 32px bottom */
  display: flex;
  justify-content: center;
  gap: 22px;
  height: 79px;
  align-items: center;
}

.tab-button {
  flex: 1;
  font-size: 30px;
  font-weight: 600; /* semibold */
  color: #9e9e9e;
  background: none;
  border: none;
  border-bottom: 3px solid currentColor;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: color 0.3s ease;
}

.tab-button.active {
  color: #308dff;
}

.image-scroll-container {
  max-width: 1200px;
  height: 822px;
  margin: 0 auto;
  overflow-y: auto; /* 세로 스크롤만 생성 */
  overflow-x: hidden; /* 가로 스크롤 방지 */
  background-color: #e0e0e0;
  border-radius: 16px;
}

.image-scroll-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Styles specific to 6.html --- */
.management-grid-container {
  max-width: 1200px;
  margin: 0 auto;
}

.management-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
  column-gap: 30px;
}

.management-card {
  width: 585px;
  height: 555px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0 auto; /* 그리드 내 중앙 정렬 */
}

.management-img-box {
  width: 100%;
  aspect-ratio: 590 / 316;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f5f5f5; /* 기본 배경 */
}

.management-img-box .gif-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management-text-box {
  flex: 1;
  background-color: #222222;
  padding: 43px 54px 65px 56px;
}

.management-text-box__number {
  color: #308dff;
  font-size: 18px;
  font-weight: 600; /* semibold */
  line-height: 30.6px;
  margin: 0;
}

.management-text-box__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600; /* semibold */
  line-height: 38.4px;
  margin: 0 0 17px 0;
}

.management-text-box__desc {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400; /* regular */
  line-height: 1.5;
  margin: 0;
}

/* 6-1 첫번째 카드 특수 스타일 */
.management-card.card-1 .management-img-box {
  background-color: #9ea4da;
  padding: 58px 29px 43px 48px; /* 상 우 하 좌 (상58 우29 하43 좌48) */
  display: flex;
  flex-direction: column;
  gap: 29px;
  justify-content: center;
  animation: bgChangeAnim 12s infinite;
}

.management-card.card-1 .management-img-box img {
  object-fit: cover;
  opacity: 0; /* 애니메이션을 위해 초기 숨김 */
}

.management-card.card-1 .msg-wrap {
  display: grid;
}

.management-card.card-1 .msg-wrap.align-start {
  align-self: flex-start;
  justify-items: start;
}

.management-card.card-1 .msg-wrap.align-end {
  align-self: flex-end;
  justify-items: end;
}

.management-card.card-1 .msg-wrap picture {
  grid-area: 1 / 1; /* 영역 겹치기 */
}

.management-card.card-1 .msg-wrap img {
  height: auto;
  object-fit: cover;
  opacity: 0;
}

/* 첫번째 카드 12초 루프 애니메이션 (2개 세트 교차) */
.anim-pop-1-set1 {
  animation: popInSet1Anim1 12s infinite;
  aspect-ratio: 632 / 128;
  width: 308px;
}
.anim-pop-2-set1 {
  animation: popInSet1Anim2 12s infinite;
  aspect-ratio: 926 / 324;
  width: 451px;
}
.anim-pop-1-set2 {
  animation: popInSet2Anim1 12s infinite;
  aspect-ratio: 740 / 112;
  width: 362px;
}
.anim-pop-2-set2 {
  animation: popInSet2Anim2 12s infinite;
  aspect-ratio: 926 / 324;
  width: 451px;
}

@keyframes popInSet1Anim1 {
  0%,
  3.33% {
    opacity: 0;
    transform: translateY(10px);
    animation-timing-function: ease-out;
  } /* 0~0.4s 대기 */
  5.83%,
  47.5% {
    opacity: 1;
    transform: translateY(0);
  } /* 0.7s~5.7s 유지 */
  50%,
  100% {
    opacity: 0;
    transform: translateY(10px);
  } /* 6.0s 이후 사라짐 */
}

@keyframes popInSet1Anim2 {
  0%,
  10% {
    opacity: 0;
    transform: translateY(10px);
    animation-timing-function: ease-out;
  } /* 0~1.2s 대기 */
  12.5%,
  47.5% {
    opacity: 1;
    transform: translateY(0);
  } /* 1.5s~5.7s 유지 */
  50%,
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

/* 배경색 변경 애니메이션 */
@keyframes bgChangeAnim {
  0%,
  49.9% {
    background-color: #9ea4da;
  }
  50%,
  99.9% {
    background-color: #9ec5da;
  }
  100% {
    background-color: #9ea4da;
  }
}

/* --- Styles specific to 8.html --- */
.habit-image-container {
  max-width: 1200px;
  margin: 71px auto 0;
  aspect-ratio: 1200 / 593;
}

.habit-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.operation-container {
  max-width: 843px;
  margin: 84px auto 0;
}

.operation-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600; /* semibold */
  text-align: center;
  margin: 0 0 42px 0;
}

.operation-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px; /* 블럭 간 상하 여백 */
}

.operation-block {
  width: 480px;
  height: 87px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center; /* 아이콘과 텍스트 중앙 정렬 */
  gap: 10px; /* 우측으로 10px 간격 */
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  box-shadow:
    inset 4px 4px 16px 0px rgba(255, 255, 255, 0.1),
    4px 4px 16px 0px rgba(0, 0, 0, 0.25),
    inset -4px -4px 4px 0px rgba(0, 0, 0, 0.1);
}

.operation-block.block-1 {
  background-color: #424242;
  margin-left: 0;
}
.operation-block.block-2 {
  background-color: #575757;
  margin-left: 35.82%;
}
.operation-block.block-3 {
  background-color: #6c6c6c;
  margin-left: 11%;
}
.operation-block.block-4 {
  background-color: #7d7d7d;
  margin-left: auto; /* 우측에 딱 붙게 */
}

.circle-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 45px;
}

.circle-dots .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.circle-dots .dot-1 {
  background-color: #424242;
}
.circle-dots .dot-2 {
  background-color: #616161;
}
.circle-dots .dot-3 {
  background-color: #757575;
}

.review-cards-container {
  max-width: 1200px;
  margin: 36px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.review-card {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #757575;
  border: 1px solid #bdbdbd;
  border-radius: 16px 16px 0 16px;
  padding: 31px 17px 31px 17px; /* 임의의 안쪽 여백 지정 (텍스트 양과 조화) */
  justify-content: start;
}

.review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-text {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400; /* regular */
  line-height: 30px; /* 글자 크기 16px + 위아래 간격 14px = 30px */
}

.review-text strong {
  font-weight: 700; /* bold */
}

.highlight-bg {
  position: relative;
  z-index: 1;
}
.highlight-bg span {
  position: relative;
}
.highlight-bg span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 13px;
  background-color: #7e8e93;
  z-index: -1;
}

@keyframes popInSet2Anim1 {
  0%,
  50% {
    opacity: 0;
    transform: translateY(10px);
  } /* 0~6.0s 대기 */
  53.33% {
    opacity: 0;
    transform: translateY(10px);
    animation-timing-function: ease-out;
  } /* 6.0~6.4s 대기 */
  55.83%,
  97.5% {
    opacity: 1;
    transform: translateY(0);
  } /* 6.7s~11.7s 유지 */
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes popInSet2Anim2 {
  0%,
  50% {
    opacity: 0;
    transform: translateY(10px);
  } /* 0~6.0s 대기 */
  60% {
    opacity: 0;
    transform: translateY(10px);
    animation-timing-function: ease-out;
  } /* 6.0~7.2s 대기 */
  62.5%,
  97.5% {
    opacity: 1;
    transform: translateY(0);
  } /* 7.5s~11.7s 유지 */
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

/* --- Styles specific to 7.html --- */
.eval-header {
  text-align: center;
}

.eval-title {
  font-size: 48px;
  font-weight: 700; /* bold */
  color: #222222;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.eval-title .highlight {
  color: #308dff;
}

.eval-title .mobile-text,
.eval-subtitle .mobile-text {
  display: none;
}

.eval-subtitle {
  font-size: 24px;
  color: #757575;
  margin: 0 0 19px 0;
  line-height: 1.4;
}

.eval-legend-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.eval-legend-item {
  background-color: #ffffff;
  padding: 8.5px 10px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 15px;
  color: #424242;
}

.eval-legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

/* --- 7.html Evaluation Sliders --- */
.eval-section__title {
  font-size: 36px;
  font-weight: 700;
  color: #424242;
  text-align: left;
  margin: 77px 0 29px 119px;
}

.slider-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-right: 0;
  margin-left: 119px;
}

.eval-swiper {
  padding: 10px 10px 30px 10px; /* 카드의 그림자가 잘리지 않게 여백 추가 */
  margin: -10px -10px -30px -10px;
  width: auto;
}

.eval-swiper .swiper-wrapper {
  align-items: stretch; /* 가장 높은 슬라이드에 맞춰 모두 늘림 */
}

.swiper-slide-eval {
  width: 896px; /* 기본 데스크탑 너비 */
  height: auto; /* Swiper 기본 높이를 해제하여 자연스럽게 늘어나게 함 */
}

.professor-card {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  user-select: none;
  width: 100%;
  min-height: 517px;
  height: 100%; /* 슬라이드 높이에 맞춰 카드도 꽉 차게 변경 */
}

.card-header {
  height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 48px;
}

.subject {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
}

.prof-name {
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1b;
  margin: 0;
}

.card-body {
  display: flex;
  padding: 48px;
  gap: 40px;
  align-items: flex-start;
  background-color: #ffffff;
  flex: 1; /* 카드가 길어졌을 때 하단 여백을 자연스럽게 채움 */
}

.body-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 226px;
  flex-shrink: 0;
}

.chart-box {
  width: 226px;
  height: 226px;
  position: relative;
}

.body-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.stars-row {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-bottom: 30px;
  width: 100%;
}

.stars-row i {
  font-size: 54px;
  color: #ff9800;
}

.review-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.review-item {
  width: 100%;
  min-height: 67px;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 600; /* semibold */
  color: #424242;
  box-sizing: border-box;
  line-height: 1.4;
}

.review-item br {
  display: none; /* PC에서는 강제 줄바꿈 방지 */
}

.satisfaction-badge {
  width: 99px;
  height: 39px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: 15px;
}

/* 2차 카드 테마 */
.card-2cha .card-header {
  background: linear-gradient(to bottom right, #c8e2ff, #b3d6fe);
}
.card-2cha .subject {
  color: #5b7aa5;
}
.card-2cha .satisfaction-badge {
  background-color: #e6f0fa;
  color: #308dff;
}

/* 1차 카드 테마 (요청하신 지정 색상) */
.card-1cha .card-header {
  background: linear-gradient(to bottom right, #ffcdcd, #fd9999);
}
.card-1cha .subject {
  color: #ba4141;
}
.card-1cha .satisfaction-badge {
  background-color: #ffcaca;
  color: #ba4141;
}

/* --- Styles specific to 9.html --- */
.final-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.final-title {
  font-size: 48px;
  font-weight: 700; /* bold */
  color: #308dff;
  line-height: 1.3;
  margin: 0 0 27px 0;
}

.quote-wrapper {
  margin-bottom: 0px;
}

.quote-open {
  margin: 0 0 19px 0;
  width: 30px;
}
img.quote-close {
  width: 30px;
}
.final-quote-text {
  font-size: 24px;
  font-weight: 600; /* semibold */
  color: #424242;
  margin: 0 0 3px 0;
}

.final-author {
  font-size: 18px;
  color: #616161;
  margin: 0 0 19px 0;
}
.bottom-image-wrap {
  position: relative;
  width: 100%;
  margin-top: auto;
}
.bottom-image-wrap picture {
  display: block;
  width: 100%;
}
.bottom-full-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* --- Styles specific to 10.html --- */
.benefit-header-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700; /* bold */
  color: #ffffff;
  margin: 0 0 63px 0;
  line-height: 1.3;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 22px;
  row-gap: 33px;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  max-width: 589px;
  width: 100%;
  margin: 0 auto;
}

.benefit-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.benefit-sub {
  font-size: 16px;
  font-weight: 600; /* semibold */
  color: #757575;
  margin: 0 0 12px 0;
}

.benefit-title {
  font-size: 30px;
  font-weight: 600; /* semibold */
  color: #222222;
  margin: 0;
  line-height: 1.3;
}

.benefit-title.title-28 {
  font-size: 28px;
}

.benefit-title.title-26 {
  font-size: 26px;
}

.benefit-title .highlight {
  color: #308dff;
}

.benefit-img {
  width: 144px;
  height: 144px;
}

.benefit-btn {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #308dff;
  color: #ffffff;
  font-weight: 700; /* bold */
  font-size: 20px;
  letter-spacing: 0.015em; /* 자간 1.5% */
  padding: 16px 0;
  border-radius: 8px;
  text-decoration: none;
}
