/* Business pages (Cloud / SI / Solution / By infra) */

/* Section base styles */
.section {
  background-color: #fff;
}

/* 개요 페이지는 메인 페이지 비즈니스 섹션 스타일 사용 */
.section.business-section.business-overview {
  background: linear-gradient(90deg, #fff8f0 0%, #ffecd8 30%, #ffe0b8 65%, #ffd49a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

/* 개요 페이지 business-content 스타일 */
.section.business-section.business-overview .business-content {
  max-width: 2000px;
  width: 100%;
  padding: 90px;
}

/* 개요 페이지 business-title 스타일 */
.section.business-section.business-overview .business-title {
  font-size: 64px;
  font-weight: 700;
  color: #2d1a0e;
  margin-bottom: 20px;
}

/* 개요 페이지 business-service-title 스타일 */
.section.business-section.business-overview .business-service-title {
  font-size: 48px;
  font-weight: 700;
  color:#2d1a0e;
  margin-bottom: 30px;
}

/* 개요 페이지 business-description 스타일 */
.section.business-section.business-overview .business-description {
  font-size: 20px;
  line-height: 1.8;
  color: #2d1a0e;
  margin-bottom: 40px;
  width: 50%;
}

/* 개요 페이지 business-link 스타일 */
.section.business-section.business-overview .business-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  border: 1px solid #2d1a0e;
  border-radius: 6px;
  background-color: #2d1a0e;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  z-index: 1;
  text-align: center;
}

.section.business-section.business-overview .business-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #bc481f;
  transition: left 0.3s ease;
  z-index: -1;
}

.section.business-section.business-overview .business-link:hover {
  color: #2d1a0e;
  text-decoration: none;
  border-color: #bc481f;
}

.section.business-section.business-overview .business-link:hover::before {
  left: 0;
}

/* 개요 페이지 business-slider-wrap 스타일 */
.section.business-section.business-overview .business-slider-wrap {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.section.business-section.business-overview .business-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.business-section.business-overview .business-slider .swiper-slide {
  width: 100% !important;
}

.section.business-section.business-overview .business-slide-content {
  padding: 20px 0;
  text-align: left;
}

/* 개요 페이지 business-slider-controls 스타일 */
.section.business-section.business-overview .business-slider-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}

/* 개요 페이지 네비게이션 버튼 스타일 (메인 페이지와 동일) */
.section.business-section.business-overview .business-button-prev,
.section.business-section.business-overview .business-button-next {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.business-section.business-overview .business-button-prev::after,
.section.business-section.business-overview .business-button-next::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}

.section.business-section.business-overview .business-button-prev::after {
  border-width: 8px 12px 8px 0;
  border-color: transparent #2d1a0e transparent transparent;
  margin-left: -3px;
}

.section.business-section.business-overview .business-button-next::after {
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #2d1a0e;
  margin-right: -3px;
}

.section.business-section.business-overview .business-button-prev:hover,
.section.business-section.business-overview .business-button-next:hover {
  transform: scale(1.05);
}

.section.business-section.business-overview .business-button-prev:hover::after {
  border-color: transparent #2d1a0e transparent transparent;
}

.section.business-section.business-overview .business-button-next:hover::after {
  border-color: transparent transparent transparent #2d1a0e;
}

/* 개요 페이지 페이지네이션 스타일 */
.section.business-section.business-overview .business-pagination {
  position: relative !important;
  text-align: center;
  bottom: 0 !important;
  width: auto !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.section.business-section.business-overview .business-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #2d1a0e;
  opacity: 1;
  margin: 3px 6px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

.section.business-section.business-overview .business-pagination .swiper-pagination-bullet-active {
  background: #2d1a0e ;
  width: 24px;
  border-radius: 6px;
}

/* 긴 본문+풋터가 있는 섹션만 세로 스크롤 허용, 그 외 partner_section은 overflow 숨김 */
.section.partner_section:not([data-anchor="cloud-operation"]):not([data-anchor="cloud-ai"]):not([data-anchor="si-data"]):not([data-anchor="infra-gpu"]):not([data-anchor="solution-bemon"]) .fp-tableCell {
  overflow: hidden;
}

.section.partner_section[data-anchor="cloud-operation"] .fp-tableCell,
.section.partner_section[data-anchor="cloud-ai"] .fp-tableCell,
.section.partner_section[data-anchor="si-data"] .fp-tableCell,
.section.partner_section[data-anchor="solution-bemon"] .fp-tableCell,
.section.partner_section[data-anchor="infra-gpu"] .fp-tableCell {
  overflow-y: auto;
  overflow-x: hidden;
}

/* Partner section styles (used by Cloud and other business pages) */
.section.partner_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* fp-tableCell이 flex 컨테이너가 되도록 설정 */
.section.partner_section .fp-tableCell {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: center;
  align-items: stretch;
}

.section.partner_section .partner_section_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 60px 90px;
  box-sizing: border-box;
  flex: 1;
  justify-content: center;
}

.section.partner_section .partner_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1476px;
  gap: 60px;
  padding-left: 300px;
  /* 사이드바 공간 확보 */
  flex: 1;
  align-items: center;
}

/* Partner content area */
.partner_content_area {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partner_content {
  display: none;
}

.partner_content.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partner_content_header {
  margin-bottom: 40px;
}

.partner_title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
  letter-spacing: -1px;
  margin: 0;
}

.partner_content_body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}


.partner_content_body .service_item {
  margin-bottom: 50px;
}

.partner_content_body .service_item:last-child {
  margin-bottom: 0;
}

.partner_content_body .service_subtitle {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

.partner_content_body .service_image {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.partner_content_body .service_image img {
  max-width: 95%;
  height: auto;
  display: block;
}

.partner_content_body .service_image .image_source {
  margin-top: 15px;
  text-align: right;
  font-size: 12px;
  color: #999;
}

.partner_content_body .service_image .image_source a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.partner_content_body .service_image .image_source a:hover {
  color: #d6a84b;
  text-decoration: underline;
}

/* 이미지 좌우 텍스트 레이아웃 */
.partner_content_body .image-with-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 30px 0;
}

.partner_content_body .content-left,
.partner_content_body .content-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partner_content_body .content_title {
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 20px 0;
}

.partner_content_body .content_body {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.partner_content_body .content_body p {
  margin: 0;
}

.partner_content_body .image-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partner_content_body .image-center img {
  max-width: 100%;
  height: auto;
  display: block;
}

.partner_content_body .info_box {
  margin: 25px 0;
  border-radius: 4px;
}

.partner_content_body .info_title {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 15px 0;
}

.partner_content_body .info_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner_content_body .info_list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.7;
}

.partner_content_body .info_list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d6a84b;
  font-weight: bold;
}

.partner_content_body .info_list li:last-child {
  margin-bottom: 0;
}

.partner_content_body .service_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.partner_content_body .service_list .service_item {
  margin-bottom: 0;
}

.partner_content_body .service_list .service_subtitle {
  font-size: 20px;
  margin-bottom: 15px;
}

.partner_content_body .service_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner_content_body .service_list ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 1.7;
}

.partner_content_body .service_list ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d6a84b;
  font-weight: bold;
}

.partner_content_body .service_list ul li:last-child {
  margin-bottom: 0;
}

.partner_content_body .management_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.partner_content_body .management_item {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 4px;
}

.partner_content_body .management_title {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 12px 0;
}

.partner_content_body .management_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner_content_body .management_item ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  line-height: 1.7;
  font-size: 15px;
}

.partner_content_body .management_item ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d6a84b;
  font-weight: bold;
}

.partner_content_body .management_item ul li:last-child {
  margin-bottom: 0;
}

.partner_content_body ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.partner_content_body ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.8;
}

.partner_content_body ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d6a84b;
  font-weight: bold;
}

.partner_content_body ul li:last-child {
  margin-bottom: 0;
}

/* Cloud Service Slider Styles */
.business-service-slider {
  margin-top: 30px;
}

/* 개요 페이지 슬라이더는 화면에 꽉 차게 */
.section.partner_section[data-anchor="business-overview"] .business-service-slider {
  margin-top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section.partner_section[data-anchor="business-overview"] .business-service-slider .swiper-wrapper {
  height: 100%;
}

.section.partner_section[data-anchor="business-overview"] .business-service-slider .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-service-slider .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.business-service-slider .service_item {
  margin-bottom: 0;
}

.business-service-slider .swiper-pagination {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.business-service-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  opacity: 1;
  margin: 0 5px;
}

.business-service-slider .swiper-pagination-bullet-active {
  background-color: #d6a84b;
}

.business-service-slider .swiper-button-prev,
.business-service-slider .swiper-button-next {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #333;
  top: 50%;
  margin-top: -22px;
  transition: all 0.3s;
}

.business-service-slider .swiper-button-prev:after,
.business-service-slider .swiper-button-next:after {
  font-size: 18px;
  font-weight: bold;
}

.business-service-slider .swiper-button-prev:hover,
.business-service-slider .swiper-button-next:hover {
  background-color: #d6a84b;
  border: none;
  color: #fff;
}

.business-service-slider .swiper-button-prev {
  left: 0;
}

.business-service-slider .swiper-button-next {
  right: 0;
}

/* Solution — Naverworks / 웍스엔24 히어로 슬라이드 */
.section.partner_section[data-anchor^="solution-naverworks"] .solution-naverworks-slider {
  margin-top: 12px;
  padding: 0 48px 8px;
  box-sizing: border-box;
}

.section.partner_section[data-anchor^="solution-naverworks"] .naverworks-hero-item {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.section.partner_section[data-anchor^="solution-naverworks"] .worksn24-hero-frame {
  text-align: center;
  line-height: normal;
}

/* 웍스엔24 히어로 (마크업: fragments/worksn24-hero.jspf) */
.worksn24-hero-frame .worksn24-hero {
  max-width: 920px;
  margin: 0 auto;
  padding: 4px 0 8px;
  text-align: center;
}

.worksn24-hero-frame .worksn24-hero__head {
  margin-bottom: 8px;
}

.worksn24-hero-frame .worksn24-hero__title {
  margin: 0 0 18px;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 700;
  line-height: 1.28;
  color: #00a0e9;
  letter-spacing: -0.02em;
}

.worksn24-hero-frame .worksn24-hero__title-line {
  display: block;
}

.worksn24-hero-frame .worksn24-hero__lead {
  color: #555;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 auto 26px;
  max-width: 640px;
}

.worksn24-hero-frame .worksn24-hero__lead p {
  margin: 0 0 10px;
}

.worksn24-hero-frame .worksn24-hero__lead p:last-child {
  margin-bottom: 0;
}

.worksn24-hero-frame .worksn24-hero__combo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 6px;
  margin: 0 auto 26px;
}

.worksn24-hero-frame .worksn24-hero__ring {
  flex: 0 1 260px;
  max-width: 300px;
  min-height: 260px;
  border: 5px solid #00a0e9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
  box-sizing: border-box;
  background: #fff;
}

.worksn24-hero-frame .worksn24-hero__ring-label {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #00a0e9;
  line-height: 1.45;
  text-align: center;
}

.worksn24-hero-frame .worksn24-hero__logo-card {
  width: 118px;
  min-height: 76px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

.worksn24-hero-frame .worksn24-hero__logo-card img {
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
}

.worksn24-hero-frame .worksn24-hero__logo-placeholder {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  line-height: 1.35;
}

.worksn24-hero-frame .worksn24-hero__plus {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #00a0e9;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 46px;
  text-align: center;
}

.worksn24-hero-frame .worksn24-hero__cta {
  background: #ebf7ff;
  border-radius: 48px;
  padding: 20px 26px 22px;
  max-width: 100%;
  box-sizing: border-box;
}

.worksn24-hero-frame .worksn24-hero__cta-title {
  margin: 0 0 10px;
  font-size: clamp(15px, 1.9vw, 18px);
  font-weight: 700;
  color: #00a0e9;
  line-height: 1.5;
}

.worksn24-hero-frame .worksn24-hero__cta-desc {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.65;
}

@media (max-width: 720px) {
  .worksn24-hero-frame .worksn24-hero__combo {
    flex-direction: column;
  }

  .business-service-slider .swiper-button-prev,
  .business-service-slider .swiper-button-next {
    width: 25px;
    height: 25px;
    background-color: transparent;
  }

  .business-service-slider .swiper-button-prev:after,
  .business-service-slider .swiper-button-next:after {
    font-size: 15px;
  }
  .worksn24-hero-frame .worksn24-hero__ring {
    min-height: 240px;
  }
}

.wrap.mo.info .worksn24-hero__title {
  font-size: 22px;
}

.wrap.mo.info .worksn24-hero__lead {
  font-size: 14px;
}

.wrap.mo.info .worksn24-hero__ring {
  flex-basis: 220px;
  min-height: 220px;
  padding: 16px 14px;
}

.wrap.mo.info .worksn24-hero__ring-label {
  font-size: 13px;
}

.wrap.mo.info .worksn24-hero__cta {
  padding: 18px 20px;
  border-radius: 28px;
}

.wrap.mo.info .worksn24-hero__cta-title {
  font-size: 15px;
}

.section.partner_section[data-anchor^="solution-naverworks"] .naverworks-sub-slide {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 16px 40px;
}

.section.partner_section[data-anchor^="solution-naverworks"] .naverworks-sub-slide .service_subtitle {
  margin-bottom: 16px;
}

.wrap.mo.info .solution-naverworks-slider {
  margin-top: 8px;
  padding: 0 12px 8px;
}

.wrap.mo.info .naverworks-hero-item {
  max-width: 100%;
}

/* ONE-STOP Comparison Table Styles */
.one-stop-comparison {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-size: 15px;
  line-height: 1.7;
}

.comparison-table thead {
  background-color: #fff;
}

.comparison-table th {
  padding: 20px 24px;
  text-align: left;
  font-weight: 700;
  color: #1e1e1e;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #dee2e6;
  background-color: #fff;
}

.comparison-table th.table-category {
  width: 140px;
  background-color: #fff;
}

.comparison-table th.table-without {
  background-color: #fff;
  color: #1e1e1e;
}

.comparison-table th.table-with {
  background-color: #fff;
  color: #1e1e1e;
}

.comparison-table tbody tr {
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.comparison-table tbody tr:hover {
  background-color: #f8f9fa;
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-table td {
  padding: 20px 24px;
  vertical-align: middle;
}

.comparison-table td.table-category {
  background-color: #f8f9fa;
  font-weight: 700;
  color: #1e1e1e;
  width: 140px;
  border-right: 2px solid #dee2e6;
  font-size: 14px;
  text-align: center;
}

.comparison-table td.table-without {
  background-color: #f8f9fa;
  color: #495057;
  border-right: 2px solid #d6a84b;
}

.comparison-table td.table-with {
  background-color: #fff9e6;
  color: #1e1e1e;
}



/* Cloud sidebar styles (moved from info.css) */
.small-nav.business-nav {
  visibility: hidden;
  max-width: 180px;
  min-height: 240px;
  width: 100%;
  height: auto;
  position: absolute;
  right: auto;
  left: 150px;
  top: 3700px;
  transition: 0.8s;
  z-index: 100;
  opacity: 0;
  -webkit-animation: 0.3s moveshide ease-out forwards;
  animation: 0.3s moveshide ease-out forwards;
}

/* Cloud sidebar inner (normal scroll mode, inside container) */
.small-nav.business-nav.inner {
  visibility: hidden;
  max-width: 150px;
  min-height: 240px;
  width: 100%;
  height: auto;
  position: absolute;
  right: auto;
  left: 150px;
  top: 132px;
  transition: 0.8s;
  z-index: 10;
  opacity: 0;
  -webkit-animation: 0.3s moveshide ease-out forwards;
  animation: 0.3s moveshide ease-out forwards;
}

/* Cloud sidebar global (fullPage.js mode, outside container) */
.small-nav.business-nav.global {
  visibility: hidden;
  max-width: 180px;
  min-height: 240px;
  width: 100%;
  height: auto;
  position: absolute;
  right: auto;
  left: 150px;
  top: 150px;
  z-index: 50;
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.small-nav.business-nav.global.visible {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  -webkit-animation: none;
  animation: none;
}

.small-nav.business-nav.global:not(.visible) {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: none;
}

.small-nav.business-nav.inner.visible {
  visibility: visible;
  opacity: 1;
}

.small-nav.business-nav.visible.pd_top {
  top: 212px;
}

.small-nav.business-nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.small-nav.business-nav ol li {
  margin-bottom: 6px;
  position: relative;
}

.small-nav.business-nav ol li:last-child {
  margin-bottom: 0;
}

.small-nav.business-nav ol li a {
  display: block;
  padding: 14px 18px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #aaa;
  transition: 0.3s;
  border-radius: 21px;
  cursor: pointer;
  text-decoration: none;
}

.small-nav.business-nav ol li a:hover {
  background-color: #f9f9f9;
}

.small-nav.business-nav ol li a.active {
  color: #333;
  background-color: #d6a84b;
}

/* non-fullPage fixed positioning (inner only) */
.small-nav.business-nav.inner.on {
  position: fixed;
  top: 180px;
}

/* AI 도입, 왜 필요한가? 레이아웃 */
.ai-intro-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-top: 0;
}

.ai-intro-layout .ai-intro-content {
  flex: 6;
  display: flex;
  flex-direction: column;
}

.ai-intro-layout .ai-intro-content .service_subtitle {
  margin-bottom: 20px;
}

.ai-intro-layout .info_box {
  width: 100%;
}

.ai-intro-layout .ai-intro-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ai-intro-layout .ai-intro-list li {
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.7;
  position: static;
}

.ai-intro-layout .ai-intro-list li:before {
  display: none;
}

.ai-intro-layout .ai-intro-list li:last-child {
  margin-bottom: 0;
}

.ai-intro-layout .service_image {
  flex: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ai-intro-layout .service_image img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* 마이그레이션 페이지 레이아웃 */
.migration-header-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
}

.migration-header-content {
  flex: 6;
  display: flex;
  flex-direction: column;
}

.migration-header-content .partner_title {
  margin-bottom: 20px;
}

.migration-header-content .section_intro {
  margin: 0;
}

.migration-header-layout .service_image {
  flex: 4;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.migration-header-layout .service_image img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.migration-content {
  margin-top: 20px;
}

.migration-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.migration-item {
  padding: 18px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.migration-item .service_subtitle {
  font-size: 18px;
  margin-bottom: 10px;
}

.migration-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.migration-item ul {
  margin: 0;
  padding-left: 18px;
  list-style-type: disc;
}

.migration-item li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.migration-item li:last-child {
  margin-bottom: 0;
}



@media only screen and (max-width: 1280px) {
  .small-nav.business-nav.global {
    display: none;
  }

  .section.partner_section .partner_section_wrapper {
    padding: 0;
    padding-left: 300px;
  }

  .small-nav.business-nav.inner {
    display: block;
    padding: 0;
    visibility: visible;
    opacity: 1;
    top: 1020px;
    left: 90px;
    animation: none;
    transition: none;
    position: absolute;
    max-width: 150px;
  }

  /* 태블릿/모바일에서 .container 를 absolute로 만들면 모바일 레이아웃이 무너짐.
     PC(fullPage) 영역에서만 필요한 값이므로, PC 래퍼로 범위를 제한. */
  .wrap.pc .container {
    padding-top: 145px;
    position: absolute;
    width: 100%;
  }

  .section.partner_section {
    min-height: 500px;
  }

  .small-nav.business-nav.inner.on {
    position: fixed;
    top: 180px;
  }

  .small-nav.business-nav.inner.remove {
    position: absolute;
    top: 85%;
  }

  .small-nav.business-nav.inner.remove.on {
    position: fixed;
    top: 140px;
  }

  .section.partner_section .partner_container {
    padding-left: 0;
    width: 700px;
  }

  /* 개요 페이지는 메인 페이지 비즈니스 섹션 스타일 유지 (태블릿) */
  .section.business-section.business-overview {
    padding: 80px 40px;
  }

  .migration-header-layout {
    flex-direction: column;
  }

  .ai-intro-layout {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .ai-intro-layout .service_image img {
    max-height: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .comparison-table {
    font-size: 14px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 16px 20px;
  }

  .comparison-table th.table-category,
  .comparison-table td.table-category {
    width: 120px;
    font-size: 13px;
  }

  .small-nav.business-nav.global {
    display: none;
  }


  .section.partner_section .partner_section_wrapper {
    padding-left: 250px;
  }

  .small-nav.business-nav.inner {
    left: 30px;
  }

  .small-nav.business-nav.inner.remove {
    transition: none;
    top: 86%;
  }

  .migration-header-layout {
    flex-direction: column;
  }

  .section.partner_section .partner_container {
    width: 500px;
  }

  .section.business-section.business-overview .business-description {
    width: 90%;
  }

  .partner_content_area {
    align-items: center;
  }

  .partner_content_body {
    width: 100%;
    max-width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap.pc .container {
    padding-top: 134px;
  }

  /* 모바일 래퍼는 일반 흐름 유지 */
  .wrap.mo .container {
    position: static;
    width: 100%;
  }

  .one-stop-comparison {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .comparison-table {
    font-size: 13px;
    border-radius: 8px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 14px 16px;
    font-size: 13px;
  }

  .comparison-table th {
    font-size: 14px;
    padding: 16px 12px;
  }

  .comparison-table th.table-category,
  .comparison-table td.table-category {
    width: 100px;
    font-size: 12px;
    padding: 14px 10px;
  }

  .section.business-section.business-overview .business-content {
    padding: 0px;
  }


  .small-nav.business-nav {
    display: none;
  }

  .partner_content_area {
    align-items: center;
  }

  .section.partner_section .partner_container {
    padding-left: 0;
  }

  /* 개요 페이지는 메인 페이지 비즈니스 섹션 스타일 유지 (모바일) */
  .section.business-section.business-overview {
    padding: 60px 24px;
  }

  .section.business-section.business-overview .business-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .section.business-section.business-overview .business-service-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section.business-section.business-overview .business-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .section.business-section.business-overview .business-slider-wrap {
    margin-top: 20px;
  }

  /* 모바일 버전 마지막 섹션 */
  .section.partner_section .partner_section_wrapper {
    padding: 40px 24px;
    justify-content: center;
  }

  .section.partner_section .partner_container {
    flex-direction: column;
    gap: 30px;
    padding-left: 0;
    /* 모바일에서는 padding 제거 */
  }

  .partner_content_header {
    margin-bottom: 30px;
  }

  .partner_title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .partner_content_body {
    font-size: 15px;
    line-height: 1.7;
    width: 100%;
    max-width: 400px;
    /* min-height: 400px */
  }
  .partner_content_body .image-with-content {
    flex-direction: column;
    gap: 30px;
  }

  .partner_content_body .content-left,
  .partner_content_body .content-right {
    width: 100%;
  }

  .partner_content_body .content_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .partner_content_body .content_body {
    font-size: 14px;
  }

  .partner_content_body .image-center {
    order: -1;
  }
  
  .partner_content_body .section_intro {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .partner_content_body .service_item {
    margin-bottom: 40px;
  }

  .partner_content_body .service_subtitle {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .partner_content_body .service_image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .partner_content_body .info_box {
    /* padding: 20px; */
    margin: 20px 0;
  }

  .partner_content_body .info_title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .partner_content_body .service_list {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .partner_content_body .service_list .service_subtitle {
    font-size: 18px;
  }

  .partner_content_body .management_items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .partner_content_body .management_title {
    font-size: 16px;
  }

  .ai-intro-layout {
    flex-direction: column;
    gap: 25px;
    margin-top: 0;
  }

  .ai-intro-layout .ai-intro-content {
    width: 100%;
  }

  .ai-intro-layout .service_image {
    width: 100%;
  }

  .migration-header-layout {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 25px;
  }

  .migration-header-content {
    width: 100%;
  }


  .migration-header-layout .service_image {
    width: 100%;
  }

  .migration-content {
    margin-top: 15px;
    width: 80%;
  }

  .migration-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .migration-item {
    padding: 15px;
  }

  .migration-item .service_subtitle {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .migration-item p,
  .migration-item li {
    font-size: 13px;
    line-height: 1.4;
  }

  .migration-item li {
    margin-bottom: 3px;
  }

  .section.partner_section .partner_container{
    width: 400px;
  }

}


@media only screen and (max-width: 480px) {
  .partner_content_body {
    width: 320px;
    padding: 20px;
  }
}