.ssq-insights-tech-l-title-wrpr {
  gap: 0 10px;
}
.ssq-insights-text-blue {
  color: #1071bb !important;
}

.ssq-insights-tech-background {
  background-image: linear-gradient(
      90deg,
      #000000 0.09%,
      #000000 32.87%,
      rgba(0, 0, 0, 0.738308) 54.28%,
      rgba(0, 0, 0, 0) 71.05%,
      rgba(0, 0, 0, 0) 81.05%
    ),
    url(../img/insights/slider_banner.webp);
}
.ssq-insights-tech-l-label {
  font-size: 20px;
  line-height: 23.44px;
  letter-spacing: 0.1em;
  color: #3e79a3;
}
.ssq-insights-tech-l-title {
  font-size: 32px;
  line-height: 46px;
  color: #e9e9e9;
}
.ssq-insights-tech-l-subtitle,
.ssq-insights-opinion-content-des {
  font-size: 20px;
  line-height: 30px;
}
.ssq-insights-tech-l-subtitle {
  color: #9a9a9a;
}
.ssq-insights-tech-l-subtitle {
  font-size: 20px;
  line-height: 30px;
}
.ssq-insights-tech-l-btn {
  color: #ffffff;
  padding: 15px 20px;
  width: max-content;
  background-color: #004a82;
  border: 1px solid #004a82;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16.5px;
  transition: background-color 0.3s ease-in-out;
}
.ssq-insights-tech-l-btn:hover {
  background-color: #ffffff;
  color: #004a82;
}

.ssq-insights-tech-l {
  width: 60%;
}
.ssq-insights-sol-wrpr,
.ssq-insights-opinion-wrpr,
.ssq-insights-vision-wrpr {
  width: 80%;
}
.ssq-insights-sol,
.ssq-insights-opinion,
.ssq-insights-vision {
  padding: 5% 0;
}
.ssq-insights-sol-title,
.ssq-insights-opinion-title,
.ssq-insights-vision-title {
  font-size: 30px;
  line-height: 40px;
}
.ssq-insights-sol-title {
  color: #000000;
}
.ssq-insights-sol-des {
  color: #434343;
  font-size: 20px;
  line-height: 28px;
}
.ssq-insights-sol-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ssq-insights-sol-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ssq-insights-sol-item-title,
.ssq-insights-opinion-title,
.ssq-insights-opinion-des {
  color: #263640;
}
.ssq-insights-sol-item-title {
  font-size: 20px;
  line-height: 30px;
}
.ssq-insights-sol-item-des,
.ssq-insights-sol-item-readmore,
.ssq-insights-opinion-des {
  font-size: 16px;
  line-height: 28px;
}
.ssq-insights-sol-item-des {
  color: #929a9f;
}
.ssq-insights-sol-item-readmore {
  text-decoration: none;
  color: #0068b3;
}
.ssq-insights-opinion-des {
  letter-spacing: 0.2px;
}
.ssq-insights-opinion-content {
  border-radius: 8px;
  padding: 5% 6%;
  background-image: linear-gradient(to bottom, #096cc742 0%, #00406ede 80%),
    url(../img/insights/opinion_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ssq-insights-opinion-content-des {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  color: #ffffff;
}
.ssq-insights-vision-des {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.ssq-insights-vision-des,
.ssq-insights-opinion-content-des {
  letter-spacing: 0.2px;
}
.ssq-insights-vision {
  background-color: #f5f5f5;
}
.ssq-insights-vision-l {
  width: 40%;
}
.ssq-insights-vision-l img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ssq-insights-vision-r {
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  .ssq-insights-tech-l {
    width: 65%;
  }
}
@media only screen and (max-width: 960px) {
  .ssq-insights-vision-wrpr {
    flex-direction: column !important;
  }
  .ssq-insights-vision-l {
    display: none !important;
  }
  .ssq-insights-vision-r {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .ssq-insights-sol-contents {
    grid-template-columns: repeat(1, 1fr);
  }
  .ssq-insights-sol-item-img img {
    height: 350px;
    border-radius: 15px;
  }
  .ssq-insights-sol-item {
    padding: 5% 4%;
    border: 1px solid #eeeeee;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .ssq-insights-tech {
    background-image: none;
    background-color: #e1e1e159;
  }
  .ssq-insights-tech-l-title,
  .ssq-insights-sol-title,
  .ssq-insights-opinion-title,
  .ssq-insights-vision-title {
    font-size: 26px;
    line-height: 36px;
    color: #3d3d3d;
  }
  .ssq-insights-sol-item-img img {
    height: 250px;
  }
  .ssq-insights-opinion-title,
  .ssq-insights-opinion-des,
  .ssq-insights-sol-title,
  .ssq-insights-sol-des {
    text-align: left !important;
  }
}

@media only screen and (max-width: 600px) {
  .ssq-insights-tech-l-title,
  .ssq-insights-sol-title,
  .ssq-insights-opinion-title,
  .ssq-insights-vision-title {
    font-size: 22px;
    line-height: 30px;
  }
  .ssq-insights-tech-l-subtitle,
  .ssq-insights-tech-l-label,
  .ssq-insights-opinion-content-des,
  .ssq-insights-vision-des {
    font-size: 16px;
    line-height: 25px;
  }
  .ssq-insights-tech-l-label,
  .ssq-insights-sol-des {
    font-size: 18px;
    line-height: 22px;
  }
  .ssq-insights-sol-item {
    gap: 24px !important;
  }
}
