.sub-page {
  background: #fff;
}

/* 서브페이지 헤더 기본형 */
body.is-sub header.sntr-header,
body.is-sub .sntr-header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e9edf3;
}

/* 서브페이지 로고/메뉴 글자색 */
body.is-sub .sntr-header .sntr-logo a,
body.is-sub .sntr-header .sntr-nav-item > a,
body.is-sub .sntr-header .sntr-submenu a,
body.is-sub .sntr-header a {
  color: #111;
}

/* 서브페이지 스크롤 상태도 동일하게 */
body.is-sub .sntr-header.scrolled,
body.is-sub .sntr-header.is-scrolled {
  background: #fff;
  border-bottom: 1px solid #e9edf3;
}

body.is-sub .sntr-header.scrolled .sntr-logo a,
body.is-sub .sntr-header.scrolled .sntr-nav-item > a,
body.is-sub .sntr-header.scrolled .sntr-submenu a,
body.is-sub .sntr-header.scrolled a,
body.is-sub .sntr-header.is-scrolled .sntr-logo a,
body.is-sub .sntr-header.is-scrolled .sntr-nav-item > a,
body.is-sub .sntr-header.is-scrolled .sntr-submenu a,
body.is-sub .sntr-header.is-scrolled a {
  color: #111;
}

/* 서브페이지 헤더 버튼 */
body.is-sub #hd.sntr-header .sntr-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f6feb;
    color: #fff;
    border: 1px solid #1f6feb;
    box-shadow: none;
}

/* 서브페이지 헤더 버튼 hover */
body.is-sub #hd.sntr-header .sntr-header-btn:hover {
    background: #111827;
    color: #fff;
    border-color: #111827;
}


.sub-visual {
  position: relative;
  padding: 90px 20px;
  /* background: linear-gradient(135deg, #f4f7fb 0%, #e9eef5 100%); */
  background: linear-gradient(135deg, #f2f7fd 0%, #ebf3ff 100%);
  text-align: center;
  margin:3px;
  border-radius:.77rem;
  overflow:hidden;
}
.sub-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 28, 54, .78);
  border-radius:.77rem;
  z-index:1
}
.sub-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--sub-visual-image);
  background-position: var(--sub-visual-position, center);
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.12);
  animation: subVisualZoomOut 2.4s cubic-bezier(.22, .61, .36, 1) forwards;
  will-change: transform;
}

.sub-visual-inner span {
  /* display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #3b6ea8; */
}
.sub-visual-inner {
  position: relative;
  z-index: 2;
}
.sub-visual-label {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .18em;
  color: #8fc5ff;
}

.sub-visual-inner h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}

.sub-visual-inner p {
  margin-top: 18px;
  font-size: 18px;
  color: rgba(255,255,255,.82);
}
.sub-visual-greeting {
  --sub-visual-image: url("../page/img/greeting_visual.jpg");
}

.sub-visual-location {
  --sub-visual-image: url("../page/img/location_visual.jpg");
  --sub-visual-position: center 65%;
}

.sub-visual-business {
  --sub-visual-image: url("../page/img/business_visual.jpg");
}

.sub-visual-overview {
  --sub-visual-image: url("../page/img/overview_02.jpg");
  --sub-visual-position: center 60%;
}

.sub-visual-service {
  --sub-visual-image: url("../page/img/service_visual.jpg");
  --sub-visual-position: center 70%;
}

.sub-visual-gallery {
  --sub-visual-image: url("../page/img/gallery_visual.jpg");
}

.contact-visual {
  --sub-visual-image: url("../page/img/contact_visual.jpg");
  --sub-visual-position: center 75%;
}

@keyframes subVisualZoomOut {
  from {
    transform: scale(1.12);
  }

  to {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sub-visual::after {
    animation: none;
    transform: scale(1);
  }

  /* .center-gallery-image img {
    transition: none;
  }

  .center-gallery-card:hover .center-gallery-image img,
  .center-gallery-card:focus-within .center-gallery-image img {
    transform: none;
  } */

}

.sub-content {
  padding: 80px 20px;
}

.sub-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 45px;
  text-align: center;
}

.section-title span {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #3b6ea8;
}

.section-title h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 800;
  color: #111;
}

.greeting-box {
  max-width: 860px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.greeting-text p {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.85;
  color: #333;
  word-break: keep-all;
}

.greeting-text p:last-child {
  margin-bottom: 0;
}

.greeting-sign {
  margin-top: 40px;
  text-align: right;
}

.greeting-sign strong {
  font-size: 20px;
  color: #111;
}


/* =========================
   Location Page
========================= */

.location-info-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 980px;
  margin: 0 auto 36px;
}

.location-info-box,
.location-guide-box {
  padding: 42px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
}

.location-info-box h3,
.location-guide-box h3 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 800;
  color: #111827;
}

.location-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-info-list li {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #eef1f5;
}

.location-info-list li:first-child {
  padding-top: 0;
}

.location-info-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.location-info-list strong {
  flex: 0 0 82px;
  font-size: 15px;
  font-weight: 800;
  color: #1f6feb;
}

.location-info-list span {
  flex: 1;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  word-break: keep-all;
}

.location-guide-box p {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  color: #333;
  word-break: keep-all;
}

.location-map-box {
  max-width: 980px;
  margin: 0 auto;
}

.map-placeholder {
  display: flex;
  min-height: 360px;
  padding: 40px 24px;
  border-radius: 22px;
  background: #f3f6fb;
  border: 1px dashed #c8d2e3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.map-placeholder strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  color: #111827;
}

.map-placeholder p {
  margin: 0;
  font-size: 16px;
  color: #667085;
}

/* 카카오맵 */
.location-map {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #e5eaf2;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
  background: #f3f6fb;
}

.kakao-map .root_daum_roughmap {
  width: 100% !important;
}

.kakao-map .root_daum_roughmap .wrap_map {
  width: 100% !important;
}

.kakao-map .root_daum_roughmap .wrap_controllers {
  /* display: none; */
}

/* 카카오맵 하단 주소/전화 정보 숨김 */
.sntr-location .kakao-map .root_daum_roughmap .cont .section.lst {
  display: none !important;
}


/* =========================
   Business Page
========================= */

.business-intro-box {
  max-width: 980px;
  margin: 0 auto 42px;
  padding: 48px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
}

.business-intro-box p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.85;
  color: #333;
  word-break: keep-all;
}

.business-intro-box p:last-child {
  margin-bottom: 0;
}

.business-intro-box .business-lead {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 700;
  color: #111827;
}

.business-intro-box .business-lead strong {
  color: #1f6feb;
}

.business-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 980px;
  margin: 0 auto 46px;
}

.business-card {
  min-height: 250px;
  padding: 32px 26px;
  border-radius: 22px;
  background: #f7faff;
  border: 1px solid #e4ebf7;
}

.business-card span {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #1f6feb;
}

.business-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  color: #111827;
  word-break: keep-all;
}

.business-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: #475467;
  word-break: keep-all;
}

.business-process {
  max-width: 980px;
  margin: 0 auto 46px;
  padding: 46px;
  border-radius: 24px;
  background: #111827;
  color: #fff;
}

.business-process-title {
  margin-bottom: 30px;
  text-align: center;
}

.business-process-title span {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #8ab4ff;
}

.business-process-title h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}

.business-process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-process-list li {
  position: relative;
  padding: 26px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.business-process-list li span {
  display: block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #8ab4ff;
}

.business-process-list li strong {
  display: block;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
}

.business-process-list li p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.76);
  word-break: keep-all;
}

.business-bottom-message {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 46px;
  border-radius: 22px;
  background: linear-gradient(135deg, #eef5ff 0%, #f8fbff 100%);
  border: 1px solid #dce8fb;
  text-align: center;
}

.business-bottom-message strong {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 900;
  color: #111827;
  word-break: keep-all;
}

.business-bottom-message p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: #475467;
  word-break: keep-all;
}


/* =========================
   Overview Page
========================= */

.overview-intro-box {
  max-width: 980px;
  margin: 0 auto 42px;
  padding: 48px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
}

.overview-intro-box p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.85;
  color: #333;
  word-break: keep-all;
}

.overview-intro-box p:last-child {
  margin-bottom: 0;
}

.overview-intro-box .overview-lead {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 700;
  color: #111827;
}

.overview-intro-box .overview-lead strong {
  color: #1f6feb;
}

.overview-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 980px;
  margin: 0 auto 46px;
}

.overview-info-card {
  min-height: 210px;
  padding: 32px 26px;
  border-radius: 22px;
  background: #f7faff;
  border: 1px solid #e4ebf7;
}

.overview-info-card span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #1f6feb;
}

.overview-info-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
  color: #111827;
  word-break: keep-all;
}

.overview-info-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: #475467;
  word-break: keep-all;
}

.overview-location-section {
  position:relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  max-width: 100%;
  margin: 0 auto 46px;
  padding: 48px;
  border-radius: 24px;
  background: #111827;
  color: #fff;
  background-image: url(../page/img/location_visual.jpg);
  background-position: center 65%;
  z-index: 1
}
.overview-location-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(77, 128, 210, 0.78);
  border-radius:24px;
  z-index:-1
}

.overview-location-text span {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #8ab4ff;
}

.overview-location-text h3 {
  margin: 0 0 24px;
  font-size: 31px;
  line-height: 1.35;
  font-weight: 900;
  color: #fff;
  word-break: keep-all;
}

.overview-location-text p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  word-break: keep-all;
}

.overview-location-text p:last-child {
  margin-bottom: 0;
}

.overview-location-points {
  display: grid;
  gap: 16px;
}

.overview-location-points div {
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.overview-location-points strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.overview-location-points p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
  word-break: keep-all;
}

.overview-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 980px;
  margin: 0 auto 46px;
}

.overview-strength-card {
  padding: 36px 30px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

.overview-strength-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #eef5ff;
  color: #1f6feb;
  font-size: 14px;
  font-weight: 900;
}

.overview-strength-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 900;
  color: #111827;
}

.overview-strength-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: #475467;
  word-break: keep-all;
}

.overview-bottom-message {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 46px;
  border-radius: 22px;
  background: linear-gradient(135deg, #eef5ff 0%, #f8fbff 100%);
  border: 1px solid #dce8fb;
  text-align: center;
}

.overview-bottom-message strong {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 900;
  color: #111827;
  word-break: keep-all;
}

.overview-bottom-message p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: #475467;
  word-break: keep-all;
}



/* =========================
   Automation Page
========================= */

.automation-intro-box {
  max-width: 980px;
  margin: 0 auto 46px;
  padding: 48px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
}

.automation-intro-box p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.85;
  color: #333;
  word-break: keep-all;
}

.automation-intro-box p:last-child {
  margin-bottom: 0;
}

.automation-intro-box .automation-lead {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 800;
  color: #111827;
}

.automation-intro-box .automation-lead strong {
  color: #1f6feb;
}

.automation-section {
  max-width: 980px;
  margin: 0 auto 46px;
  padding: 46px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

.automation-section-head {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.automation-section-head > span {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef5ff;
  color: #1f6feb;
  font-size: 15px;
  font-weight: 900;
}

.automation-section-head h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 900;
  color: #111827;
}

.automation-section-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #475467;
  word-break: keep-all;
}

.automation-image-placeholder {
  position:relative;
  display: flex;
  min-height: 320px;
  padding: 42px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #f3f7ff 0%, #f9fbff 100%);
  /* border: 1px dashed #b8c8e6; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.automation-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: rgba(77, 90, 125, 0.6);
  z-index: -1;
}

.automation-image-placeholder.bg_01 {
    background-image: url(../page/img/service_01.png);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.automation-image-placeholder.bg_02 {
    background-image: url(../page/img/service_02.png);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.automation-image-placeholder.bg_03 {
    background-image: url(../page/img/service_03.jpg);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.automation-image-placeholder.bg_04 {
    background-image: url(../page/img/service_04.jpg);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.automation-image-placeholder.bg_05 {
    background-image: url(../page/img/service_05.jpg);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.automation-image-placeholder.bg_05::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: rgba(230, 210, 200, 0.6);
    z-index: -1;
}
.automation-image-placeholder.bg_05 .text-area {

}
.automation-image-placeholder.bg_05 .text-area strong {
    color:#cf735b
}
.automation-image-placeholder.bg_05 .text-area p {
    color: #df9075;
}


.automation-image-placeholder.is-small {
  min-height: 240px;
  margin-top: 28px;
}

.automation-image-placeholder span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #1f6feb;
  background: rgba(255, 211, 188, 0.99);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.automation-image-placeholder strong {
  display: block;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.45;
  font-weight: 900;
  color: #fff;
  word-break: keep-all;
}

.automation-image-placeholder p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.77);
  word-break: keep-all;
}

.automation-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
}

.automation-compare-card {
  padding: 30px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid #e5eaf2;
}

.automation-compare-card.is-active {
  background: #eef5ff;
  border-color: #cfe0fb;
}

.automation-compare-card span {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #1f6feb;
}

.automation-compare-card h4 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  color: #111827;
}

.automation-compare-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: #475467;
  word-break: keep-all;
}

.automation-effect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.automation-effect-card {
  padding: 28px 22px;
  border-radius: 20px;
  background: #111827;
  color: #fff;
}

.automation-effect-card span {
  display: block;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #8ab4ff;
}

.automation-effect-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

.effect-icon {
   width: 32px;
  height: 32px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.effect-icon-2 {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.automation-effect-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.76);
  word-break: keep-all;
}

.automation-feature-list {
  display: grid;
  gap: 16px;
}

.automation-feature-list div {
  display: grid;
  grid-template-columns: 64px 220px 1fr;
  gap: 20px;
  padding: 24px;
  border-radius: 18px;
  background: #f7faff;
  border: 1px solid #e4ebf7;
  align-items: center;
}

.automation-feature-list span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1f6feb;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
}

.automation-feature-list strong {
  font-size: 19px;
  font-weight: 900;
  color: #111827;
  word-break: keep-all;
}

.automation-feature-list p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: #475467;
  word-break: keep-all;
}

.automation-machine-box {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.automation-machine-text {
  padding: 36px;
  border-radius: 22px;
  background: #123786;
  color: #fff;
}

.automation-machine-text span {
  display: block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #8ab4ff;
}

.automation-machine-text h4 {
  margin: 0 0 18px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 900;
  color: #fff;
  word-break: keep-all;
}

.automation-machine-text p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.76);
  word-break: keep-all;
}

.automation-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.automation-product-grid div {
  padding: 18px 14px;
  border-radius: 16px;
  background: #f7faff;
  border: 1px solid #e4ebf7;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  color: #111827;
}

.automation-bottom-message {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 46px;
  border-radius: 22px;
  background: linear-gradient(135deg, #eef5ff 0%, #f8fbff 100%);
  border: 1px solid #dce8fb;
  text-align: center;
}

.automation-bottom-message strong {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 900;
  color: #111827;
  word-break: keep-all;
}

.automation-bottom-message p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: #475467;
  word-break: keep-all;
}




/* =========================
   Center Gallery Page
========================= */

.center-gallery-intro {
  max-width: 980px;
  margin: 0 auto 38px;
  padding: 48px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
}

.center-gallery-intro p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.85;
  color: #333;
  word-break: keep-all;
}

.center-gallery-intro p:last-child {
  margin-bottom: 0;
}

.center-gallery-intro .center-gallery-lead {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 800;
  color: #111827;
}

.center-gallery-intro .center-gallery-lead strong {
  color: #1f6feb;
}

.center-gallery-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 980px;
  margin: 0 auto 34px;
}

.center-gallery-filter span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f3f7ff;
  border: 1px solid #dce8fb;
  color: #1f6feb;
  font-size: 14px;
  font-weight: 800;
}

.center-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto 46px;
}

.center-gallery-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e5eaf2;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.center-gallery-image {
  position: relative;
  display: flex;
  min-height: 220px;
  height:250px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: linear-gradient(135deg, #eef5ff 0%, #f8fbff 100%);
  border-bottom: 1px dashed #c8d7ee;
  overflow:hidden;
}
.center-gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.center-gallery-card:hover .center-gallery-image img {
  transform: scale(1.08);
}

.center-gallery-card:focus-within .center-gallery-image img {
  transform: scale(1.08);
}

.center-gallery-image span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #1f6feb;
}

.center-gallery-image strong {
  display: block;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 900;
  color: #111827;
  word-break: keep-all;
}

.center-gallery-text {
  padding: 26px 24px 28px;
}

.center-gallery-text span {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #1f6feb;
}

.center-gallery-text h3 {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 900;
  color: #111827;
}

.center-gallery-text p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: #475467;
  word-break: keep-all;
}

.center-gallery-bottom {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 46px;
  border-radius: 22px;
  background: linear-gradient(135deg, #eef5ff 0%, #f8fbff 100%);
  border: 1px solid #dce8fb;
  text-align: center;
}

.center-gallery-bottom strong {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 900;
  color: #111827;
  word-break: keep-all;
}

.center-gallery-bottom p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: #475467;
  word-break: keep-all;
}
.center-gallery-photo {
  overflow: hidden;
  background: #f3f6fb;
  border-bottom: 1px solid #e5eaf2;
}

.center-gallery-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}




/* Contact Us */
.contact-page {
  background: #fff;
}

.contact-page .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 상단 비주얼 */
.contact-visual {
  padding: 90px 0 80px;
  /* background: linear-gradient(135deg, #f7f9fc 0%, #eef3f8 100%); */
  text-align: center;
}
.contact-visual .inner {
  position:relative;
  z-index:1
}

.contact-visual .sub-visual-eyebrow {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .18em;
  color: #8fc5ff;
}

.contact-visual h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}

.contact-visual p {
  margin-top:18px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
}

/* 본문 */
.contact-section {
  padding: 90px 20px 110px;
}

.contact-intro {
  margin-bottom: 42px;
  text-align: center;
  margin-top:70px
}

.contact-intro .section-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #1f5f99;
  letter-spacing: 0.12em;
}

.contact-intro h2 {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: 800;
  color: #111;
}

.contact-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

/* 좌우 레이아웃 */
.contact-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: stretch;
  margin-bottom:100px
}

/* 문의 안내 박스 */
.contact-info-box {
  padding: 42px 38px;
  border-radius: 22px;
  background: #f6f8fb;
  border: 1px solid #e8edf3;
}

.contact-info-box h3 {
  margin: 0 0 28px;
  font-size: 25px;
  font-weight: 800;
  color: #111;
}

.contact-info-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info-box li {
  padding: 22px 0;
  border-bottom: 1px solid #e1e6ec;
}

.contact-info-box li:first-child {
  padding-top: 0;
}

.contact-info-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 800;
  color: #222;
}

.contact-info-box span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.contact-note {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #777;
}

/* 폼 박스 */
.contact-form-box {
  padding: 42px 42px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e5e9ef;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.form-row {
  margin-bottom: 22px;
}

.form-row label {
  display: block;
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.form-row label span {
  color: #d91c24;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #d9dee5;
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  color: #222;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-row textarea {
  height: 170px;
  padding: 15px 16px;
  resize: vertical;
  line-height: 1.6;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #1f5f99;
  box-shadow: 0 0 0 3px rgba(31, 95, 153, 0.12);
}

.privacy-box {
  margin: 8px 0 26px;
  padding: 17px 18px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e5e9ef;
}

.privacy-box label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.privacy-box input {
  width: 16px;
  height: 16px;
}

.contact-submit-btn {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 12px;
  background: #1f5f99;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-submit-btn:hover {
  background: #174a78;
  transform: translateY(-2px);
}




/* Contact Complete */
.contact-complete-section {
  padding: 90px 0 110px;
}

.contact-complete-box {
  max-width: 760px;
  margin: 100px auto;
  padding: 70px 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.complete-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 28px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  background: #1f6feb;
  border-radius: 50%;
}

.contact-complete-box h2 {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.04em;
}

.complete-message {
  margin: 0;
  font-size: 19px;
  line-height: 1.8;
  color: #333;
  letter-spacing: -0.03em;
}

.complete-message strong {
  font-weight: 700;
  color: #111;
}

.complete-desc {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  letter-spacing: -0.03em;
}

.complete-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 42px;
}

.complete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 52px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.complete-btn-line {
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}

.complete-btn-line:hover {
  color: #111;
  border-color: #111;
}

.complete-btn-main {
  color: #fff;
  background: #111;
  border: 1px solid #111;
}

.complete-btn-main:hover {
  background: #1f6feb;
  border-color: #1f6feb;
}


/* Contact Privacy */
.privacy-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.privacy-open-btn {
  flex: 0 0 auto;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #256fe6;
  background: #fff;
  border: 1px solid #cfdcf5;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.privacy-open-btn:hover {
  color: #fff;
  background: #256fe6;
  border-color: #256fe6;
}

.privacy-layer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.privacy-layer.is-open {
  display: block;
}

.privacy-layer-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.privacy-layer-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92%, 560px);
  max-height: 82vh;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.privacy-layer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px;
  border-bottom: 1px solid #eee;
}

.privacy-layer-head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.privacy-layer-close {
  width: 36px;
  height: 36px;
  font-size: 28px;
  line-height: 1;
  color: #555;
  background: #f5f5f5;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.privacy-layer-body {
  max-height: calc(82vh - 85px);
  padding: 26px 28px 30px;
  overflow-y: auto;
}

.privacy-layer-body dl {
  margin: 0;
}

.privacy-layer-body dt {
  margin: 22px 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.privacy-layer-body dt:first-child {
  margin-top: 0;
}

.privacy-layer-body dd {
  margin: 0;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  background: #f7f9fc;
  border-radius: 10px;
}

.privacy-layer-body p {
  margin: 22px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #777;
}

body.privacy-layer-open {
  overflow: hidden;
}


/* ==================================================
   당사 강점
================================================== */
.strength-page {
  padding: 110px 0 140px;
  background: #fff;
}

.strength-intro {
  margin-bottom: 58px;
  text-align: center;
}

.strength-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #1d6fa5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.strength-intro h2 {
  margin: 0;
  color: #111;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25;
}

.strength-intro p {
  margin: 20px 0 0;
  color: #666;
  font-size: 17px;
  line-height: 1.8;
}

.strength-compare {
  overflow: visible;
  border-top: 2px solid #1c2733;
  border-bottom: 1px solid #ccd3da;
  background: #fff;
}
.strength-head {
  position: sticky;
  top: 77px;
  z-index: 20;
  box-shadow: 0 4px 12px rgba(20, 40, 60, 0.08);
}

.strength-head,
.strength-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(0, 1fr);
}

.strength-head > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 18px 24px;
  border-right: 1px solid #d6dce2;
  color: #222;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.strength-head > div:last-child {
  border-right: 0;
}

.strength-head-label {
  background: #f5f7f9;
}

.strength-head-company {
  color: #fff !important;
  background: #256f9e;
}

.strength-head-other {
  background: #eef1f4;
}

.strength-group-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 24px;
  border-top: 1px solid #ccd3da;
  border-bottom: 1px solid #ccd3da;
  background: #f7f9fb;
  color: #182532;
  font-size: 17px;
  font-weight: 700;
}

.strength-group-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #256f9e;
  font-size: 12px;
  font-weight: 700;
}

.strength-row {
  border-bottom: 1px solid #dce1e6;
}

.strength-row:last-child {
  border-bottom: 0;
}

.strength-row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 106px;
  padding: 24px 28px;
  border-right: 1px solid #dce1e6;
  font-size: 15px;
  line-height: 1.65;
  word-break: keep-all;
}

.strength-row > div:last-child {
  border-right: 0;
}

.strength-label {
  align-items: center;
  color: #333;
  background: #fafbfc;
  font-weight: 600;
  text-align: center;
}

.strength-company {
  position: relative;
  color: #183b54;
  background: #edf6fc;
}

.strength-company strong {
  font-weight: 700;
}

.strength-company small {
  align-self: flex-start;
  margin-top: 9px;
  padding: 4px 9px;
  border-radius: 20px;
  color: #fff;
  background: #256f9e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.strength-other {
  color: #69727b;
  background: #fff;
}

.strength-mobile-title {
  display: none;
}



/* =========================
   Sub Responsive
========================= */
@media (min-width: 1025px) {
    .automation-image-placeholder.bg_05 .text-area {
      position:absolute;
      top:50%;
      left:50px;
      transform: translateY(-50%);
    }
}

/* 태블릿 / 작은 노트북 */
@media (max-width: 1024px) {
  .sub-inner {
    max-width: 920px;
  }

  .sub-visual {
    padding: 80px 20px;
  }

  .sub-content {
    padding: 70px 20px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .greeting-box {
    max-width: 820px;
  }

  .location-info-wrap,
  .location-map-box {
    max-width: 920px;
  }

  .location-info-box,
  .location-guide-box {
    padding: 36px;
  }

   .business-intro-box,
  .business-card-grid,
  .business-process,
  .business-bottom-message {
    max-width: 920px;
  }

  .business-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .business-card {
    min-height: auto;
  }

  .business-process-list {
    grid-template-columns: repeat(2, 1fr);
  }


  .overview-intro-box,
  .overview-info-grid,
  .overview-location-section,
  .overview-strength-grid,
  .overview-bottom-message {
    max-width: 920px;
  }

  .overview-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .overview-info-card {
    min-height: auto;
  }

  .overview-location-section {
    grid-template-columns: 1fr;
  }


  .automation-intro-box,
  .automation-section,
  .automation-bottom-message {
    max-width: 920px;
  }

  .automation-effect-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .automation-machine-box {
    grid-template-columns: 1fr;
  }


  .center-gallery-intro,
  .center-gallery-filter,
  .center-gallery-grid,
  .center-gallery-bottom {
    max-width: 920px;
  }

  .center-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  

  .contact-section {
    padding: 80px 20px 100px;
  }

  .contact-wrap {
    gap: 28px;
  }

  .contact-info-box,
  .contact-form-box {
    padding: 36px 32px;
  }


  .contact-complete-section {
    padding: 70px 0 90px;
  }

  .contact-complete-box {
    max-width: 680px;
    padding: 60px 32px;
  }

  .contact-complete-box h2 {
    font-size: 28px;
  }

   .strength-page {
    padding: 90px 0 120px;
  }

  .strength-head,
  .strength-row {
    grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr);
  }

  .strength-row > div {
    padding: 22px 20px;
  }
}

/* 모바일 메뉴 전환 구간 */
@media (max-width: 900px) {
    /* 서브페이지 모바일 메뉴 버튼 */
    body.is-sub #hd.sntr-header .sntr-mobile-menu-btn {
        background: #f5f7fb;
        border-color: #e1e6ef;
    }

    body.is-sub #hd.sntr-header .sntr-mobile-menu-btn span {
        background: #111827;
    }

    body.is-sub #hd.sntr-header.is-menu-open .sntr-mobile-menu-btn {
        background: #f5f7fb;
        border-color: #e1e6ef;
    }

    body.is-sub #hd.sntr-header.is-menu-open .sntr-mobile-menu-btn span {
        background: #111;
    }
  .sub-visual {
    padding: 70px 20px;
  }

  .sub-visual-inner h1 {
    font-size: 34px;
  }

  .sub-visual-inner p {
    font-size: 16px;
    line-height: 1.6;
  }

  .sub-content {
    padding: 60px 20px;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .greeting-box {
    padding: 40px 34px;
    border-radius: 20px;
  }

  .greeting-text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .location-info-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .location-info-box,
  .location-guide-box {
    padding: 34px 30px;
  }

  .map-placeholder {
    min-height: 320px;
  }

  .kakao-map .root_daum_roughmap,
  .kakao-map .root_daum_roughmap .wrap_map {
    width: 100% !important;
  }


    .business-intro-box {
    padding: 40px 34px;
  }

  .business-intro-box .business-lead {
    font-size: 19px;
  }

  .business-process {
    padding: 40px 32px;
  }

  .business-process-title h3 {
    font-size: 27px;
  }

  .business-bottom-message {
    padding: 38px 32px;
  }

  .business-bottom-message strong {
    font-size: 22px;
  }


  .overview-intro-box {
    padding: 40px 34px;
  }

  .overview-intro-box .overview-lead {
    font-size: 19px;
  }

  .overview-location-section {
    padding: 40px 32px;
  }

  .overview-location-text h3 {
    font-size: 28px;
  }

  .overview-strength-grid {
    grid-template-columns: 1fr;
  }

  .overview-bottom-message {
    padding: 38px 32px;
  }

  .overview-bottom-message strong {
    font-size: 22px;
  }



  .automation-intro-box,
  .automation-section {
    padding: 40px 34px;
  }

  .automation-intro-box .automation-lead {
    font-size: 19px;
  }

  .automation-section-head h3 {
    font-size: 27px;
  }

  .automation-feature-list div {
    grid-template-columns: 54px 1fr;
    gap: 16px;
  }

  .automation-feature-list p {
    grid-column: 2;
  }

  .automation-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .automation-bottom-message {
    padding: 38px 32px;
  }

  .automation-bottom-message strong {
    font-size: 22px;
  }



  .center-gallery-intro {
    padding: 40px 34px;
  }

  .center-gallery-intro .center-gallery-lead {
    font-size: 19px;
  }

  .center-gallery-image {
    min-height: 210px;
  }

  .center-gallery-bottom {
    padding: 38px 32px;
  }

  .center-gallery-bottom strong {
    font-size: 22px;
  }


  



  .contact-visual {
    padding: 70px 0 60px;
  }

  .contact-visual h1 {
    font-size: 36px;
  }

  .contact-visual p {
    font-size: 16px;
  }

  .contact-section {
    padding: 70px 20px 80px;
  }

  .contact-intro h2 {
    font-size: 28px;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-info-box,
  .contact-form-box {
    padding: 32px 24px;
    border-radius: 18px;
  }




  .contact-complete-section {
    padding: 55px 0 75px;
  }

  .contact-complete-box {
    padding: 48px 24px;
    border-radius: 20px;
  }

  .complete-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    font-size: 36px;
  }

  .contact-complete-box h2 {
    font-size: 24px;
  }

  .complete-message {
    font-size: 17px;
  }

  .complete-desc {
    font-size: 15px;
  }

  .complete-btn-wrap {
    margin-top: 34px;
  }

  .privacy-box {
    align-items: flex-start;
  }




  .strength-intro h2 {
    font-size: 38px;
  }
   .strength-head {
      top:0
   }
  .strength-head,
  .strength-row {
    grid-template-columns: 150px minmax(0, 1fr) minmax(0, 1fr);
  }

  .strength-head > div {
    padding: 16px;
    font-size: 16px;
  }

  .strength-row > div {
    padding: 20px 16px;
    font-size: 14px;
  }

}

/* 일반 모바일 */
@media (max-width: 640px) {
  .sub-visual {
    padding: 58px 18px;
  }

  .sub-visual-inner span {
    font-size: 12px;
  }

  .sub-visual-inner h1 {
    font-size: 30px;
  }

  .sub-visual-inner p {
    margin-top: 14px;
    font-size: 15px;
  }

  .sub-content {
    padding: 50px 18px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title span {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .greeting-box {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .greeting-text p {
    margin-bottom: 18px;
    font-size: 15.5px;
    line-height: 1.75;
  }

  .greeting-sign {
    margin-top: 32px;
  }

  .greeting-sign strong {
    font-size: 17px;
  }

  .location-info-box,
  .location-guide-box {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .location-info-box h3,
  .location-guide-box h3 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .location-info-list li {
    display: block;
    padding: 14px 0;
  }

  .location-info-list strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .location-info-list span {
    display: block;
    font-size: 15px;
  }

  .location-guide-box p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .map-placeholder {
    min-height: 280px;
    padding: 34px 20px;
    border-radius: 18px;
  }

  .map-placeholder strong {
    font-size: 21px;
  }

  .map-placeholder p {
    font-size: 14.5px;
    line-height: 1.6;
  }
   .location-map {
    border-radius: 18px;
  }


  .business-intro-box {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .business-intro-box p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .business-intro-box .business-lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .business-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .business-card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .business-card h3 {
    font-size: 19px;
  }

  .business-card p {
    font-size: 15px;
  }

  .business-process {
    padding: 32px 22px;
    border-radius: 18px;
  }

  .business-process-title {
    margin-bottom: 24px;
  }

  .business-process-title h3 {
    font-size: 24px;
  }

  .business-process-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .business-process-list li {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .business-bottom-message {
    padding: 32px 22px;
    border-radius: 18px;
  }

  .business-bottom-message strong {
    font-size: 19px;
  }

  .business-bottom-message p {
    font-size: 15px;
    line-height: 1.7;
  }


  .overview-intro-box {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .overview-intro-box p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .overview-intro-box .overview-lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .overview-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .overview-info-card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .overview-info-card strong {
    font-size: 19px;
  }

  .overview-info-card p {
    font-size: 15px;
  }

  .overview-location-section {
    padding: 32px 22px;
    border-radius: 18px;
  }
  .overview-location-section::before {
    border-radius:18px
  }

  .overview-location-text h3 {
    font-size: 24px;
  }

  .overview-location-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .overview-location-points div {
    padding: 22px 20px;
    border-radius: 16px;
  }

  .overview-location-points strong {
    font-size: 17px;
  }

  .overview-strength-card {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .overview-strength-card h3 {
    font-size: 20px;
  }

  .overview-strength-card p {
    font-size: 15px;
  }

  .overview-bottom-message {
    padding: 32px 22px;
    border-radius: 18px;
  }

  .overview-bottom-message strong {
    font-size: 19px;
  }

  .overview-bottom-message p {
    font-size: 15px;
    line-height: 1.7;
  }



    .automation-intro-box,
  .automation-section {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .automation-intro-box p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .automation-intro-box .automation-lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .automation-section-head {
    display: block;
  }

  .automation-section-head > span {
    margin-bottom: 18px;
  }

  .automation-section-head h3 {
    font-size: 24px;
  }

  .automation-section-head p {
    font-size: 15px;
    line-height: 1.7;
  }

  .automation-image-placeholder {
    min-height: 240px;
    padding: 34px 20px;
    border-radius: 18px;
  }

  .automation-image-placeholder.is-small {
    min-height: 210px;
  }

  .automation-image-placeholder strong {
    font-size: 19px;
  }

  .automation-image-placeholder p {
    font-size: 14.5px;
  }

  .automation-compare-grid,
  .automation-effect-grid {
    grid-template-columns: 1fr;
  }

  .automation-compare-card,
  .automation-effect-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .automation-feature-list div {
    display: block;
    padding: 24px 20px;
    border-radius: 16px;
  }

  .automation-feature-list span {
    margin-bottom: 16px;
  }

  .automation-feature-list strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .automation-feature-list p {
    font-size: 15px;
  }

  .automation-machine-text {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .automation-machine-text h4 {
    font-size: 21px;
  }

  .automation-product-grid {
    /* grid-template-columns: 1fr; */
  }

  .automation-bottom-message {
    padding: 32px 22px;
    border-radius: 18px;
  }

  .automation-bottom-message strong {
    font-size: 19px;
  }

  .automation-bottom-message p {
    font-size: 15px;
    line-height: 1.7;
  }


    .center-gallery-intro {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .center-gallery-intro p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .center-gallery-intro .center-gallery-lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .center-gallery-filter {
    justify-content: flex-start;
    gap: 8px;
  }

  .center-gallery-filter span {
    padding: 9px 14px;
    font-size: 13px;
  }

  .center-gallery-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .center-gallery-card {
    border-radius: 18px;
  }

  .center-gallery-image {
    min-height: 200px;
    padding: 0
  }

  .center-gallery-image strong {
    font-size: 19px;
  }

  .center-gallery-text {
    padding: 24px 22px 26px;
  }

  .center-gallery-text h3 {
    font-size: 19px;
  }

  .center-gallery-text p {
    font-size: 15px;
  }

  .center-gallery-bottom {
    padding: 32px 22px;
    border-radius: 18px;
  }

  .center-gallery-bottom strong {
    font-size: 19px;
  }

  .center-gallery-bottom p {
    font-size: 15px;
    line-height: 1.7;
  }

  




   .contact-visual h1 {
    font-size: 31px;
  }

  .contact-visual p br,
  .contact-intro p br {
    display: none;
  }

  .contact-intro h2 {
    font-size: 25px;
  }

  .contact-form-box {
    padding: 28px 20px;
  }

  .form-row input,
  .form-row select {
    height: 50px;
  }

  .form-row textarea {
    height: 150px;
  }

  .contact-submit-btn {
    height: 54px;
    font-size: 16px;
  }




  .contact-complete-section {
    padding: 42px 0 64px;
  }

  .contact-complete-box {
    padding: 40px 18px;
    border-radius: 18px;
  }

  .complete-icon {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }

  .contact-complete-box h2 {
    font-size: 22px;
  }

  .complete-message {
    font-size: 16px;
  }

  .complete-desc {
    font-size: 14px;
  }

  .complete-btn-wrap {
    flex-direction: column;
    gap: 10px;
  }

  .complete-btn {
    width: 100%;
    height: 50px;
  }

   .privacy-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .privacy-open-btn {
    margin-left: 0;
  }

  .privacy-layer-panel {
    width: calc(100% - 32px);
    border-radius: 16px;
  }

  .privacy-layer-head {
    padding: 20px;
  }

  .privacy-layer-head h3 {
    font-size: 18px;
  }

  .privacy-layer-body {
    padding: 22px 20px 26px;
  }




   .strength-page {
    padding: 70px 0 90px;
  }

  .strength-intro {
    margin-bottom: 38px;
  }

  .strength-eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .strength-intro h2 {
    font-size: 32px;
  }

  .strength-intro p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }

  .strength-intro p br {
    display: none;
  }

  .strength-compare {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .strength-head {
    display: none;
  }

  .strength-group-title {
    min-height: 0;
    margin: 34px 0 14px;
    padding: 0 2px 13px;
    border-top: 0;
    border-bottom: 2px solid #263746;
    background: transparent;
    font-size: 17px;
  }

  .strength-group-title:first-of-type {
    margin-top: 0;
  }

  .strength-group-title span {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .strength-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid #d8dee4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(24, 43, 60, 0.06);
  }
  .strength-row:last-child {
    border-bottom:1px solid #d8dee4;
  }

  .strength-row > div {
    min-height: 0;
    padding: 17px 15px;
    border-right: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .strength-label {
    grid-column: 1 / -1;
    align-items: flex-start;
    padding: 14px 16px !important;
    border-bottom: 1px solid #d8dee4;
    background: #f5f7f9;
    color: #202c36;
    font-size: 15px !important;
    text-align: left;
  }

  .strength-company {
    border-right: 1px solid #d8dee4 !important;
    background: #edf6fc;
  }

  .strength-other {
    background: #fff;
  }

  .strength-mobile-title {
    display: block;
    margin-bottom: 8px;
    color: #256f9e;
    font-size: 12px;
    font-weight: 700;
  }

  .strength-other .strength-mobile-title {
    color: #8a9299;
  }

  .strength-company br {
    display: none;
  }
}