
body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    background: #0e0e0e;
    color: #f9fafb;
  }
  .solutionp-slider-container {
    max-width: 1100px;
    margin: 80px auto;
    overflow: hidden;
    position: relative;
    height: auto;
display: flex;
flex-direction: column;
  }
  .solutionp-slider-track {
    display: flex;
    transition: transform 0.6s ease;
    min-height: 420px;
    min-height: 420px;
  }
  .solutionp-slide {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    box-sizing: border-box;
  }
  .solutionp-text {
    flex: 2;
  }
  .solutionp-slide h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: bold;
  }
  .solutionp-slide p {
    font-size: 18px;
    line-height: 1.8;
    color: #ccc;
  }
  .solutionp-image {
    flex: 1;
    max-width: 400px;
  }
  .solutionp-image img {
    width: 100%;
    border-radius: 12px;
  
  }
  .solutionp-dots {
    text-align: center;
    margin-top: 20px;
  }
  .solutionp-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #888;
    border-radius: 50%;
    cursor: pointer;
  }
  .solutionp-dot.active {
    background: #fff;
  }
  @media (max-width: 768px) {
    .solutionp-slide {
      flex-direction: column;
      text-align: center;
    }
    .solutionp-image {
      max-width: 100%;
    }
    .solutionp-image img {
      width: 55%;
      margin: 0 auto;
    }
  }
  @media (max-width: 768px) {
.solutionp-slide p {
    font-size: 14px;
}
}


.solutionp-dots {
text-align: center;
margin-top: 20px;
}
.solutionp-dot {
display: inline-block;
width: 12px;
height: 12px;
margin: 0 6px;
background: #888;
border-radius: 50%;
cursor: pointer;
}
.solutionp-dot.active {
background: #fff;
}



:root {
  --bg: #0e0e0e;
  --text: #f9fafb;
  --subtext: #9ca3af;
  --card-bg: #1f1f1f;
  --card-text: #e5e7eb;
  --accent: #3c82f6;
}

body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background-color: var(--bg);
  color: var(--text);
}

.sspoofing-header {
  text-align: center;
  padding: 80px 20px 40px;
}

.sspoofing-header h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}

.sspoofing-header p {
  font-size: 18px;
  color: var(--subtext);
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: -1px;
}

.sspoofing-solutions {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 24px;
padding: 40px 20px;
max-width: 1240px;
margin: 0 auto;
box-sizing: border-box;
}

.sspoofing-card {
flex: 0 0 calc(25% - 18px); /* gap 보정 포함 */
max-width: calc(25% - 18px);
background: var(--card-bg);
border-radius: 16px;
box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05);
padding: 32px;
transition: transform 0.3s ease;
box-sizing: border-box;
}

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

.sspoofing-card h2 {
  font-size: 20px;
  color: var(--accent);
  margin-bottom: 12px;
  margin-left: 9%;
}

.sspoofing-card ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.sspoofing-card li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--card-text);
}

.sspoofing-cta-button {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 999px;
  background-color: var(--accent);
  color: white;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sspoofing-cta-button:hover {
  background-color: #fff;
  color: #000;
}
a.sspoofing-cta-button {
margin-left: 7%;
}

@media (max-width: 1024px) {
.sspoofing-card {
flex: 0 0 calc(45% - 12px);
max-width: calc(45% - 12px);
}
}

@media (max-width: 768px) {
.sspoofing-card {
flex: 0 0 100%;
max-width: 100%;
}
}

.sspoofing-benefit-card:hover {
transform: translateY(-4px);
}

@media (max-width: 1024px) {
.sspoofing-benefit-card {
  width: 48% !important;
  margin-bottom: 24px;
  border-right: none !important;
}
}

@media (max-width: 600px) {
.sspoofing-benefit-card {
  width: 100% !important;
  margin-bottom: 24px;
  border-right: none !important;
}
}




.realsecu-solutions-section {
background: #0e0e0e;
color: #fff;
padding: 80px 20px;
max-width: 1200px;
margin: 0 auto;
}
.realsecu-section-title {
text-align: center;
font-size: 32px;
font-weight: bold;
margin-bottom: 40px;
}
.realsecu-tab-buttons {
display: flex;
justify-content: center;
gap: 40px;
margin-bottom: 40px;
flex-wrap: wrap;
}
.realsecu-tab-button {
background: none;
border: none;
color: #888;
font-weight: bold;
font-size: 16px;
padding: 10px;
border-bottom: 2px solid transparent;
cursor: pointer;
}
.realsecu-tab-button.active {
color: #96B8FF !important;
border-color: #3c82f6;
}
.realsecu-tab-content {
display: none;
opacity: 0;
transform: translateY(10px);
transition: all 0.3s ease;
}
.realsecu-tab-content.active {
display: block;
opacity: 1;
transform: translateY(0);
}
.realsecu-tab-content h3 {
font-size: 24px;
margin-bottom: 10px;
color: #96B8FF !important;
}
.realsecu-tab-content p {
font-size: 16px;
line-height: 1.6;
margin-bottom: 30px;
color: #ccc;
}
.realsecu-feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
}
.feature-card {
background: #1a1a1a;
padding: 20px;
border-radius: 16px;
text-align: center;
color: #fff;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.feature-card i {
font-size: 32px;
margin-bottom: 12px;
color: #3c82f6;
}
.feature-card strong {
display: block;
margin-bottom: 6px;
font-size: 16px;
}
.feature-card p {
font-size: 14px;
color: #bbb;
line-height: 1.4;
}
.feature-card {
background: #1a1a1a;
padding: 20px;
border-radius: 16px;
text-align: center;
color: #fff;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
transform: translateY(-6px);
box-shadow: 0 8px 16px rgba(0,0,0,0.5);
}

