@charset "utf-8";

.hero {
  width: 100%;
  padding: 110px 24px 90px;
}

.hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.hero-text {
  flex: 1 1 52%;
  min-width: 0;
  padding-top: 20px;
}

.hero-kicker {
  margin: 0 0 10px;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #111;
}

.hero-title {
  margin: 0;
  font-size: 72px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
  color: #15805f;
}

.hero-title span {
  color: #15805f;
}

.hero-line {
  width: 58px;
  height: 3px;
  margin: 26px 0 18px;
  background: #111;
  border-radius: 999px;
}

.hero-desc {
  margin: 0;
  max-width: 430px;
  font-size: 15px;
  line-height: 1.75;
  color: #444;
  word-break: keep-all;
}

/*.erp_sub_sec.sbm section.sbm-hero {*/
/*  padding-block: 0;*/
/*}*/

.sbm-hero {
  min-height: clamp(540px, 46vw, 760px);
  background:
/*    linear-gradient(90deg, rgba(7, 12, 15, 0.72) 0%, rgba(7, 12, 15, 0.58) 30%, rgba(7, 12, 15, 0.34) 58%, rgba(7, 12, 15, 0.18) 100%),*/
    url("../images/skin/main_visual_SBM.jpg") center center / cover no-repeat;
}

.sbm-hero .w_custom {
  display: flex;
  align-items: flex-end;
  min-height: inherit;
}

.sbm-hero-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: clamp(110px, 10vw, 160px) 0 clamp(90px, 9vw, 130px);
  color: #fff;
}

.sbm-hero-title {
  margin: 0;
  font-size: clamp(54px, 5vw, 78px);
  line-height: 0.98;
  font-weight: 550;
  letter-spacing: -0.05em;
  color: #fff;
}

.sbm-hero-desc {
  margin: 26px 0 0;
  /* font-size: clamp(17px, 1.25vw, 21px); */
  font-size: clamp(17px, 1.25vw, 18px);
  line-height: 1.65;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  word-break: keep-all;
}

.sbm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.sbm-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 120px;
  height: 48px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(4px);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sbm-hero-btn img {
  width: 19px;
/*  height: auto;*/
  filter: brightness(0) invert(1);
}

.sbm-hero-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #111;
  transform: translateY(-1px);
}

.sbm-hero-btn:hover img {
  filter: none;
}

.erp_sub_sec.jdEdwards .sbm-hero {
  background-image: url("../images/skin/main_visual_JDE.jpg");
}

.erp_sub_sec.jdEdwards .sbm-hero-content {
  max-width: 640px;
}

.erp_sub_sec.sbm section.sbm-intro-section {
  padding-block: 72px 80px;
  overflow: hidden;
  --sbm-intro-pane-height: 473px;
}

.sbm-intro-section .w_custom.w_1500 {
  max-width: 1500px;
  padding-inline: 0;
  box-sizing: border-box;
}

.sbm-intro-grid {
  display: grid;
  width: min(100%, 1140px);
  margin: 0 auto;
  grid-template-columns: minmax(320px, 430px) minmax(500px, 640px);
  justify-content: center;
  gap: clamp(40px, 4vw, 72px);
  align-items: start;
}

.sbm-intro-brand {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: start;
  justify-self: start;
  padding-right: 0;
}

.sbm-intro-logo-card {
  padding: 140px 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
}

.sbm-intro-logo-card img {
  max-width: min(100%, 360px);
  height: auto;
}

.sbm-intro-copy {
  position: relative;
  align-self: start;
  justify-self: start;
  width: 100%;
  max-width: 640px;
}

.sbm-intro-copy-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 88px;
  padding-bottom: 0;
  will-change: transform;
}

.sbm-intro-section.is-scroll-ready .sbm-intro-copy {
  height: var(--sbm-intro-pane-height);
  max-height: var(--sbm-intro-pane-height);
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
/*  padding-right: 6px;*/
}

.erp_sub_sec.sbm section.sbm-intro-section.is-scroll-ready {
  padding-block: 0;
}

.sbm-intro-section.is-scroll-ready .sbm-intro-grid {
  min-height: var(--sbm-intro-pane-height);
  align-items: center;
}

.sbm-intro-section.is-scroll-ready .sbm-intro-copy::-webkit-scrollbar {
  display: none;
}

.sbm-intro-section.is-scroll-ready .sbm-intro-copy-stage {
  gap: 0;
  padding-top: 34px;
  padding-bottom: 12px;
}

.sbm-intro-section.is-scroll-ready .sbm-intro-feature {
	min-height: var(--sbm-intro-pane-height);
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  scroll-snap-align: start;
	  scroll-snap-stop: always;
}

.sbm-intro-feature {
  transition: opacity 0.3s ease;
}

.sbm-intro-feature h3 {
  margin: 0 0 30px;
  font-size: clamp(34px, 3vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111;
  transition: color 0.35s ease;
}

.sbm-intro-section.is-scroll-ready .sbm-intro-feature.is-active h3 {
  color: var(--point-color09);
}

.sbm-intro-feature ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
  display: grid;
  gap: 10px;
}

.sbm-intro-feature li {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  line-height: 1.7;
  color: #2e3439;
  word-break: keep-all;
}

.sbm-intro-feature li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
  font-weight: 700;
}

/*
.hero-visual {
  flex: 1 1 44%;
  width: min(100%, 440px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 20px;
}
*/

.cta-btn.sbm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 14px 22px;
    border-radius: 999px;
/*    background: #2e9c79 !important;*/
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(31, 138, 112, .18);
	background: linear-gradient(135deg, #0c6957 0%, #078970 50%, #2e9c79  100%) !important;
	border: 2px solid #237d60;
}

.cta-btn.jde{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 14px 22px;
    border-radius: 999px;
/*    background: #2e9c79 !important;*/
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 20px rgb(197, 157, 157);
	background: linear-gradient(135deg, #951614 0%, #e52320 50%, #d53f3d  100%) !important;
	border: 2px solid #b71a18;
}

.cta-btn.sap{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 14px 22px;
    border-radius: 999px;
/*    background: #2e9c79 !important;*/
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 20px rgb(204, 204, 227);
	background: linear-gradient(135deg, #1f5fcc 0%, #2b78e4 50%, #1f5fcc  100%) !important;
	border: 2px solid #1f5fcc;
}

.hero-logo-card {
/*
  width: min(100%, 440px);
  min-height: 190px;
  background: #f4f4f4;
 */
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
/*  padding: 28px;*/
}

.logo-mark {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #18a37b 0 30%, #263238 31% 100%);
  flex: 0 0 auto;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: #2e9c79;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(46, 156, 121, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hero-btn:hover {
  background: #248766;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(46, 156, 121, 0.24);
}

@media (max-width: 1024px) {
  .sbm-intro-section .w_custom.w_1500 {
    padding-inline: 20px;
  }

  .sbm-hero-content {
    max-width: 500px;
    padding: 98px 0 104px;
  }

  .sbm-intro-grid {
    width: min(100%, 640px);
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 36px;
    justify-items: center;
  }

  .sbm-intro-brand {
    width: 100%;
    justify-content: center;
    padding-right: 0;
  }

  .sbm-intro-logo-card {
    width: min(100%, 520px);
  }

  .sbm-intro-copy {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    justify-self: center;
  }

  .erp_sub_sec.sbm section.sbm-intro-section.is-scroll-ready {
    padding-block: 76px 84px;
  }

  .sbm-intro-copy-stage {
    gap: 40px;
    padding-bottom: 0;
    will-change: auto;
  }

  .hero {
    padding: 88px 20px 70px;
  }

  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-text,
  .hero-visual {
    width: 100%;
  }

  .hero-visual {
    align-items: flex-start;
  }

  .hero-logo-card {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .sbm-intro-section .w_custom.w_1500 {
    padding-inline: 18px;
  }

  .sbm-hero {
    min-height: 460px;
    background-position: 58% center;
  }

  .sbm-hero-content {
    max-width: 100%;
    padding: 78px 0 84px;
  }

  .sbm-hero-title {
    font-size: 44px;
  }

  .sbm-hero-desc {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
  }

  .sbm-hero-actions {
    gap: 10px;
    margin-top: 28px;
  }

  .sbm-hero-btn {
    min-width: 0;
    height: 48px;
    padding: 0 22px;
    font-size: 14px;
  }

  .erp_sub_sec.sbm section.sbm-intro-section {
    padding-block: 76px 84px;
  }

  .sbm-intro-grid {
    width: min(100%, 420px);
    gap: 32px;
  }

  .sbm-intro-section.is-scroll-ready .sbm-intro-grid {
    min-height: 0;
    align-items: start;
  }

  .sbm-intro-logo-card {
    width: 100%;
    min-height: 188px;
    padding: 30px 0 12px;
  }

  .sbm-intro-logo-card img {
    max-width: min(100%, 300px);
  }

  .sbm-intro-copy {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    justify-self: center;
  }

  .sbm-intro-copy-stage {
    width: min(100%, 304px);
    margin: 0 auto;
    gap: 28px;
  }

  .sbm-intro-feature {
    width: 100%;
  }

  .sbm-intro-feature h3 {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .sbm-intro-feature li {
    font-size: 15px;
    line-height: 1.65;
  }

  .erp_sub_sec.sbm section.sbm-gap-top {
    margin-top: 24px;
  }

  .hero {
    padding: 72px 16px 56px;
  }

  .hero-kicker {
    font-size: 38px;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-line {
    margin: 20px 0 16px;
  }

  .hero-desc {
    font-size: 14px;
  }

  .hero-logo-card {
    min-height: 150px;
    padding: 20px;
  }

  .logo-text strong {
    font-size: 24px;
  }
}
				
.chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding:10px 14px;
  border-radius:10px;
  background:#F8F8F8;
  color:#4A4A4A;
  font-size:20px;
  font-weight:600;
}

@media (max-width: 768px) {
  .erp_sub_sec.sbm .chip,
  .erp_sub_sec.jdEdwards .chip{
    height: auto;
    padding: 8px 12px;
    font-size: 16px;
  }
}

.sbm-useful-section {
  padding: 96px 20px;
}

.sbm-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.sbm-header {
  text-align: center;
  margin-bottom: 42px;
}

.sbm-eyebrow {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1b8f6a;
}

.sbm-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  color: #1d1d1d;
  letter-spacing: -0.03em;
}

.sbm-desc {
/*  max-width: 760px;*/
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  word-break: keep-all;
}

.sbm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/*

.sbm-card {
  position: relative;
  min-height: 240px;
  border-radius: 18px;
  border: 1px solid #dddddd;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transform-style: preserve-3d;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sbm-card:hover,
.sbm-card.is-active,
.sbm-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.09);
}

.sbm-card-front,
.sbm-card-back {
  position: absolute;
  inset: 0;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.sbm-card-front {
  background: #f4f4f4;
  opacity: 1;
  transform: translateY(0);
}

.sbm-card-back {
  background: linear-gradient(180deg, #1b8f6a 0%, #157154 100%);
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
}

.sbm-card:hover .sbm-card-front,
.sbm-card.is-active .sbm-card-front,
.sbm-card:focus-visible .sbm-card-front {
  opacity: 0;
  transform: translateY(-8px);
}

.sbm-card:hover .sbm-card-back,
.sbm-card.is-active .sbm-card-back,
.sbm-card:focus-visible .sbm-card-back {
  opacity: 1;
  transform: translateY(0);
}
*/

.sbm-card {
  position: relative;
  min-height: 240px;
  border-radius: 18px;
  border: 1px solid #dddddd;
  background: #f4f4f4;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sbm-card.green {
  position: relative;
  min-height: 240px;
  border-radius: 18px;
  border: 1px solid #dddddd;
  background: #e7f7f1;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sbm-card.rad {
  position: relative;
  min-height: 240px;
  border-radius: 18px;
  border: 1px solid #dddddd;
/*  background: #FFF8F6;*/
  background: #fff0eb;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sbm-card.blue {
  position: relative;
  min-height: 240px;
  border-radius: 18px;
  border: 1px solid #dddddd;
  background: #F7FAFF;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sbm-card:hover,
.sbm-card.is-active,
.sbm-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.09);
}

.sbm-card-front {
  position: relative;
  padding: 26px 24px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity 0.25s ease;
}

.sbm-card-back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  padding: 30px 28px;
  min-height: 150px;
  border: 1px solid #0000004a;
  border-radius: 18px;

  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.sbm-card:hover .sbm-card-back,
.sbm-card.is-active .sbm-card-back,
.sbm-card:focus-visible .sbm-card-back {
  transform: translateY(0);
  opacity: 1;
}

.sbm-card:hover .sbm-card-front,
.sbm-card.is-active .sbm-card-front,
.sbm-card:focus-visible .sbm-card-front {
  opacity: 1;
}

.sbm-card-badge.green {
  position: absolute;
  top: 26px;
  left: 24px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
/*  color: #1b8f6a;*/
/*  background: #e7f7f1;*/
}

.sbm-card-badge.rad {
  position: absolute;
  top: 26px;
  left: 24px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
/*  color: #c64634;*/
/*  background: #FFF8F6;*/
/*  background: #fff0eb;*/
}

.sbm-card-badge.blue {
  position: absolute;
  top: 26px;
  left: 24px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
/*  color: #097fcd;*/
/*  background: #F7FAFF;*/
}

.sbm-card-front h3 {
  margin: 0 0 12px;
/*  font-size: 22px;*/
  font-size: 20.8px;
  line-height: 1.35;
  font-weight: 800;
/*  color: #1d1d1d;*/
  color: #323232;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 4;
  transition: transform 0.28s ease;
}

.sbm-card-front h5 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
  color: #1d1d1d;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 4;
  transition: transform 0.28s ease;
}

.sbm-card-front p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #666;
  word-break: keep-all;
}

.sbm-card-back h4 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.sbm-card-back p {
  margin: 0;
/*  font-size: 20px;*/
  font-size: 18px;
  line-height: 1.75;
/*  color: rgb(0, 0, 0);*/
  color:#4B4B4B;
  word-break: keep-all;
}

@media (max-width: 1024px) {
  .sbm-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sbm-title {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .sbm-useful-section {
    padding: 72px 16px;
  }

  .sbm-grid {
    grid-template-columns: 1fr;
  }

  .sbm-title {
    font-size: 26px;
  }

  .sbm-eyebrow {
    font-size: 16px;
  }

  .sbm-desc {
    font-size: 14px;
  }

  .sbm-card {
    min-height: 220px;
  }

  .sbm-card-front,
  .sbm-card-back {
    padding: 22px 20px;
  }

  .sbm-card-front h3 {
    font-size: 20px;
  }
}

.addMargin {
	margin-bottom:  30px;
}

.point {
  color: #1b8f6a;
  font-weight: 700;
}

.point2 {
  color: #15805f;
  font-weight: 800;
}

/*.main_cs .btn_box .dwnBtn.arw.wh[data-pop="contact_layer"] {*/
.main_cs .btn_box .dwnBtn.arw.wh {
  background: rgba(255, 255, 255, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  color: #fff !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

.main_cs .btn_box .dwnBtn.arw.wh::after {
/*.main_cs .btn_box .dwnBtn.arw.wh[data-pop="contact_layer"]::after {*/
  content: none !important;
  display: none !important;
}

.jde-hero {
  padding: 120px 20px 90px;
  background: #fff;
}

.jde-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.jde-hero-text {
  flex: 1;
}

.jde-title {
  margin: 0 0 24px;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.jde-title .black {
  color: #111;
}

.jde-title .red {
  color: #e52320;
}

.jde-subtitle {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  color: #3a3a3a;
}

.jde-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  word-break: keep-all;
}

.jde-hero-visual {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.jde-logo-box {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.jde-logo-box img {
  max-width: 60%;
  height: auto;
}

.sap-logo-box img {
  max-width: 100%;
  height: auto;
}

.jde-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #e52320;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(229, 35, 32, 0.18);
}

.jde-btn:hover {
  background: #c91f1c;
}

@media (max-width: 768px) {
  .jde-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .jde-title {
    font-size: 38px;
  }

  .jde-logo-box {
    width: 100%;
    max-width: 360px;
  }
}

.sap-hero {
  padding: 120px 20px 80px;
  background: #fff;
}

.sap-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* 텍스트 영역 */
.sap-text {
  flex: 1;
}

.sap-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

/* 🔥 핵심 색상 */
.sap-title .black {
  color: #111;
}

.sap-title .blue {
  color: #2b78e4; /* SAP 느낌 블루 */
}

/* 설명 */
.sap-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* 우측 */
.sap-visual {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* 버튼 */
.sap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #2b78e4;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
}

.sap-btn:hover {
  background: #1f5fcc;
}

/*.main_SBM_bottom_BG{*/
/*	background: url(/resources/images/skin/SBM_bottom_BG.jpg)no-repeat 50% 50% !important; */
/*	background-size: cover !important;*/
/*}*/
