.dash-list li {
  position: relative;
  padding-left: 12px;
}

.dash-list li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.sec-title {
  padding-top: 98px;
  margin-bottom: 100px;
}
.sec-title h2 {
  font-size: 9rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1.25;
}
.sec-title p {
  margin-top: 20px;
}
.sec-title .text {
  padding-bottom: 100px;
  border-bottom: 1px solid #898989;
}

/* Sub Visual */

.sub-visual h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 4.3rem;
  line-height: 1.3;
}
.sub-visual .text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.sub-visual .text p {
  width: 738px;
  line-height: 1.8;
}

.sub-visual .img-box {
  border-radius: 20px;
  width: 100px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}
.sub-visual .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-content .sub-sec-tit {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1200px) {
  .sub-visual h3 {
    font-size: 3.4rem;
  }
  .sub-visual .text p {
    width: fit-content;
  }
  .sec-title {
    padding-top: 160px;
    margin-bottom: 80px;
  }
  .sec-title h2 {
    font-size: 8.2rem;
  }
  .sec-title .text {
    padding-bottom: 80px;
  }
  .sub-content .sub-sec-tit {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 992px) {
  .sec-title {
    padding-top: 100px;
    margin-bottom: 80px;
  }

  .sub-visual .text {
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-title {
  padding-top: 40px;
}
  .sec-title h2 {
    font-size: 4.6rem;
  }
  .sec-title {
    margin-bottom: 40px;
  }
  .sec-title .text {
    padding-bottom: 40px;
  }
  .sec-title p {
    margin-top: 16px;
  }
  .sub-visual h3 {
    font-size: 2.8rem;
  }
  .sub-visual .img-box {
    width: 100%;
    height: 180px;
  }
  .sub-visual .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sub-content .sub-sec-tit {
    font-size: 3rem;
  }
}

/* Overview */
.overview {
  padding: 80px 0px 150px;
}
.overview .sec01 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.overview section + section {
  margin-top: 150px;
}
.overview .sec01 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 66px 10px;
  row-gap: 30px;
}
.overview .sec01 ul li + li {
  border-left: 1px solid #898989;
}
.overview .sec01 ul li p {
  font-weight: bold;
  line-height: 1.5;
}
.overview .sec01 ul li .num {
  font-weight: 300;
  font-size: 6.8rem;
}
.overview .sec01 ul li .num span {
  font-size: 6.8rem;
  font-weight: bold;
  color: var(--primary-color-1);
}
.overview .sec02 .sub-sec-tit {
  margin-bottom: 80px;
}
.overview .sec02 .core-list-item {
  display: grid;
  grid-template-columns: 1fr 738px;
}
.overview .sec02 .core-list-title p {
  font-size: 3.8rem;
  font-weight: bold;
  margin-top: 10px;
}
.overview .sec02 .core-list-title span {
  display: inline-block;
  font-family: "Outfit", sans-serif;
}
.overview .sec02 .core-list-item + .core-list-item {
  margin-top: 80px;
}
.overview .sec02 .core-list-item img {
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.overview .sec02 .core-list-conts ul {
  margin-top: 30px;
}
.overview .sec02 .core-list-conts li {
  line-height: 1.7;
}
.overview .sec03 .sub-sec-tit {
  margin-bottom: 80px;
}

.overview .sec03 .ceo-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 45px;
}

.overview .sec03 .ceo-box .img-box {
  border-radius: 20px;
  width: 698px;
  overflow: hidden;
}

.overview .sec03 .img-box img {
  width: 100%;
  display: block;
}
.overview .sec03 .ceo-box .name {
  font-weight: 400;
  margin-bottom: 37px;
}

.overview .sec03 .ceo-box .name strong {
  font-weight: bold;
  font-size: 3.8rem;
}
.overview .members-tab a .text ul li,
.overview .sec03 .ceo-box li {
  position: relative;
  padding-left: 16px;
  line-height: 1.45;
}
.overview .members-tab a .text ul li + li,
.overview .sec03 .ceo-box li + li {
  margin-top: 20px;
}
.overview .members-tab a .text ul li::before,
.overview .sec03 .ceo-box li::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: var(--fonts-color-01);
  position: absolute;
  left: 0;
  top: 14px;
}

.overview .sec03 .ceo-box li span {
  color: #6d6d6d;
}

.overview .members-tab {
  margin-bottom: 30px;
}
.overview .members-tab ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.overview .members-tab a {
  position: relative;
  display: block;
  border-radius: 20px;
  background: #f5f5f5;
  overflow: hidden;
}
.overview .members-tab a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.6);
}
.overview .members-tab a .text ul {
  display: none;
}
.overview .members-tab a .img-box {
  width: 100%;
  aspect-ratio: 357 / 420;
  overflow: hidden;
}
.overview .members-tab a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview .members-tab .name {
  position: relative;
}
.overview .members-tab .name::before {
  position: absolute;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/sub/overview_sec03_ico02.svg) no-repeat center / cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.overview .members-tab li.on .name::before {
  position: absolute;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/sub/overview_sec03_ico.svg) no-repeat center / cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.overview .members-tab-conts {
  min-height: 340px;
}
.overview .members-tab-conts .item {
  display: none;
}
.overview .members-tab-conts .item .box {
  display: grid;
  grid-template-columns: 1fr 688px;
  padding: 50px;
  border-radius: 20px;
  min-height: 340px;
  background: #f5f5f5;
}
.overview .members-tab-conts .item h4 {
  font-size: 3.8rem;
}
.overview .members-tab-conts li {
  position: relative;
  padding-left: 16px;
  line-height: 2;
}
.overview .members-tab-conts li::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: var(--fonts-color-01);
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 1380px) {
  .overview .sec03 .ceo-box {
    gap: 20px;
    justify-content: space-between;
  }
  .overview .sec03 .ceo-box .img-box {
    width: calc(100% - 530px);
  }
}
@media screen and (max-width: 1200px) {
  .overview {
    padding: 120px 0px;
  }
  .overview .sec01 ul li {
    row-gap: 20px;
    padding: 40px 10px;
  }
  .overview .sec01 ul li .num {
    font-weight: 300;
    font-size: 6rem;
  }
  .overview .sec01 ul li .num span {
    font-size: 6rem;
    font-weight: bold;
    color: var(--primary-color-1);
  }
  .overview .sec02 .core-list-title p {
    font-size: 3rem;
  }
  .overview .members-tab-conts .item .box {
    display: flex;
    justify-content: space-between;
  }
  .overview .members-tab-conts .item .box .text {
    min-width: 400px;
  }
  .overview .sec03 .ceo-box .name {
    margin-bottom: 20px;
  }
  .overview .sec03 .ceo-box .img-box {
    width: calc(100% - 450px);
  }
  .overview .members-tab a .text ul li::before,
  .overview .sec03 .ceo-box li::before {
    top: 14px;
  }
}
@media screen and (max-width: 992px) {
  .overview {
    padding: 100px 0px;
  }
  .overview section + section {
    margin-top: 80px;
  }
  .overview .sec01 ul li .num,
  .overview .sec01 ul li .num span {
    font-size: 5rem;
  }
  .overview .sec01 ul li {
    position: relative;
    row-gap: 16px;
  }
  .overview .sec01 ul li + li {
    border-left: none;
  }
  .overview .sec01 ul li + li::after {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #dfdfdf;
  }
  .overview .sec03 .sub-sec-tit,
  .overview .sec02 .sub-sec-tit {
    margin-bottom: 40px;
  }
  .overview .sec02 .core-list-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .members-tab-conts {
    display: none;
  }

  .overview .members-tab ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .overview .members-tab ul {
    gap: 45px;
  }
  .overview .sec03 .ceo-box,
  .overview .members-tab a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
  }
  .overview .sec03 .ceo-box .img-box,
  .overview .members-tab a .img-box {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 698 / 420;
    background: #fff;
  }
  .overview .sec03 .ceo-box .img-box,
  .overview .members-tab a .img-box img {
    object-fit: contain;
    object-position: center bottom;
  }
  .overview .sec03 .ceo-box .text {
    width: 100%;
  }
  .overview .members-tab a .text ul {
    display: block;
  }
  .overview .members-tab li.on .name::before,
  .overview .members-tab .name::before {
    display: none;
  }
  .overview .members-tab a .text {
    background: transparent;
    position: inherit;
    left: initial;
    bottom: initial;
    width: fit-content;
    padding: 0;
  }
  .overview .members-tab .name {
    margin-bottom: 20px;
  }
  .overview .sec03 .ceo-box .name strong,
  .overview .members-tab .name strong {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .overview .members-tab a .text ul li + li,
  .overview .sec03 .ceo-box li + li {
    margin-top: 6px;
  }
  .overview .members-tab a .text ul li::before,
  .overview .sec03 .ceo-box li::before {
    top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .overview {
    padding: 60px 0px;
  }
  .overview section + section {
    margin-top: 60px;
  }
  .overview .sec01 ul li {
    row-gap: 10px;
    padding: 30px 10px;
  }
  .overview .sec01 ul li p {
    font-size: 1.4rem;
  }
  .overview .sec01 ul li .num,
  .overview .sec01 ul li .num span {
    font-size: 4.6rem;
  }
  .overview .sec02 .core-list-item + .core-list-item {
    margin-top: 40px;
  }
  .overview .sec02 .core-list-item {
    gap: 16px;
  }
  .overview .sec02 .core-list-conts ul {
    margin-top: 20px;
  }
  .overview .sec02 .core-list-title p {
    font-size: 2.6rem;
    margin-top: 4px;
  }
}
@media screen and (max-width: 576px) {
  .overview .sec03 .sub-sec-tit,
  .overview .sec02 .sub-sec-tit {
    margin-bottom: 32px;
  }
  .overview .sec01 ul {
    grid-template-columns: 1fr;
  }
  .overview .sec01 ul li + li::after {
    display: none;
  }
  .overview .sec03 .ceo-box .name strong,
  .overview .members-tab .name strong {
    font-size: 2rem;
    font-weight: bold;
  }
  .overview .members-tab .name {
    margin-bottom: 16px;
  }
  .overview .members-tab a .text ul li::before,
  .overview .sec03 .ceo-box li::before {
    top: 10px;
  }
  .overview .sec02 .core-list-title p {
    font-size: 2.4rem;
  }
}
/* 연혁 */
.history {
  padding-bottom: 200px;
}
.history .sub-visual,
.history .sec-title {
  background: #fff;
  position: relative;
  z-index: 5;
}
.history section {
  background: #fff;
  position: relative;
  z-index: 10;
}
.history .sec01 {
  padding-bottom: 150px;
}
.history .sec01 .img-box {
  width: 100%;
  display: block;
}
.history .sec01 .img-box .m-img {
  display: none;
}
.history .sec01 .list-item {
  display: none;
}

.history .sec01 li {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 20px;
}
.history .sec01 li + li {
  margin-top: 60px;
}
.history .sec01 .num {
  background: var(--primary-color-1);
  width: 35px;
  height: 35px;
  border-radius: 35px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history .sec01 p {
  font-weight: bold;
  color: var(--primary-color-1);
  margin-bottom: 14px;
}
.history .sec01 li span {
  display: block;
}
.history .sec02 {
  overflow: hidden;
  z-index: 0;
}
.history .timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.history .timeline .timeline-item {
  width: 100%;
  display: grid;
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
}
.history .timeline-circle {
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px rgba(217, 217, 217, 0.2);
}
.history .timeline-centre {
  justify-content: center;
  display: flex;
}
.timeline-wrap {
  width: 100%;
  position: relative;
}
.timeline-progress-box {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.history .timeline-progress {
  /* z-index: -2;
  background-color: #d9d9d9;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0; */
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  left: 50%;
  top: 0;
  /* inset: 0; */
  pointer-events: none;
  display: flex;
  justify-content: center;
}
.history .timeline-progress-bar {
  /* opacity: 0;
  z-index: -1;
  background-color: #0271e3;
  width: 2px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh; */

  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--primary-color-1);
  transform-origin: top;
  transform: scaleY(0);
}

.timeline-circle.is-active {
  background: var(--primary-color-1);
  box-shadow: 0 0 0 6px #cce3f9;
  transform: scale(1.08);
}
.timeline-left h3 {
  font-size: 6.8rem;
  font-weight: bold;
  color: var(--primary-color-1);
}
.timeline-left p {
  font-weight: bold;
  margin-top: 20px;
}
.timeline-right {
  padding-left: 140px;
}
.timeline-right li {
  line-height: 1.7;
}
.timeline-right li.dash-none {
  padding-left: 0;
}
.timeline-right li.dash-none::before {
  display: none;
}
.timeline-right li.dash-none span {
  color: var(--primary-color-1);
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .timeline-left h3 {
    font-size: 4rem;
  }
  .timeline-left {
    padding-left: 20px;
  }
  .timeline-right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 992px) {
  .history .sec01 .list-item {
    margin-bottom: 60px;
  }

  .history .sec01 li {
    grid-template-columns: 26px 1fr;
  }
  .history .sec01 li + li {
    margin-top: 32px;
  }
  .history .sec01 .num {
    width: 26px;
    height: 26px;
    font-size: 2rem;
    margin-top: 4px;
  }
  .history .sec01 p {
    margin-bottom: 14px;
  }

  .history .sec01 .img-box .pc-img {
    display: none;
  }
  .history .sec01 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .history .sec01 .list-item {
    display: block;
  }
  .history .sec01 .img-box {
    max-width: 500px;
  }
  .history .sec01 .img-box .m-img {
    display: block;
  }
  .timeline-progress-box {
    position: absolute;
    left: 26px;
  }
  .history .timeline .timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .timeline-right,
  .timeline-left {
    padding: 0;
  }
  .timeline-centre {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .timeline-left p {
    margin-top: 10px;
  }
  .timeline-right {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .history {
  padding-bottom: 60px;
}
  .timeline-left h3 {
    font-size: 3.6rem;
  }

  .history .sec01 li + li {
    margin-top: 32px;
  }
  .history .sec01 .num {
    width: 26px;
    height: 26px;
    font-size: 1.8rem;
    margin-top: 4px;
  }
  .history .sec01 p {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 576px) {
  .history .sec01 li {
    gap: 0;
  }
  .history .sec01 .num {
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    margin-top: 4px;
  }
  .timeline-left h3 {
    font-size: 2.4rem;
  }
  .history .timeline-circle {
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 4px rgba(217, 217, 217, 0.2);
    min-width: 10px;
    min-height: 10px;
  }
  .timeline-circle.is-active {
    background: var(--primary-color-1);
    box-shadow: 0 0 0 4px #cce3f9;
    transform: scale(1);
  }
  .timeline-progress-box {
    position: absolute;
    left: 24px;
  }
}
/* 서비스소개 솔루션소개 */
.sol {
  padding-bottom: 150px;
}
.sol .img-box {
  display: block;
  width: 100%;
}
.sol .img-box img {
  width: 100%;
  display: block;
}
.sol .sec01 {
  margin-bottom: 150px;
}
.sol .sec01 .img-box {
  width: 100px;
  height: 600px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin: 80px auto 0;
}
.sol .sec01 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sol .sec01 h3 {
  font-size: 4.8rem;
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
}
.sol .sec01 p {
  line-height: 1.5;
  text-align: center;
}
.sol .sec01 p strong {
  font-weight: bold;
}
.sol .sec01 p strong span {
  color: var(--primary-color-1);
  line-height: 1.5;
}
.sol .sec01 span {
  line-height: 2.5;
}
.sol-bg {
  background: #f5f5f5;
  padding: 150px 0;
}
.sol .sub-sec-tit {
  margin-bottom: 60px;
}
.sol .sec02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
  row-gap: 30px;
  margin-bottom: 140px;
}
.sol .sec02 h2 {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.sol .sec02 .item {
  background: #fff;
  border-radius: 20px;
  min-height: 350px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sol .sec02 .item .item-title {
  line-height: 1.4;
}

.sol .sec02 .item .num {
  width: 100%;
  text-align: right;
}
.sol .sec02 .item span {
  font-size: 5.8rem;
  font-weight: bold;
  color: var(--primary-color-1);
}
.sol .sec02 .item li + li {
  margin-top: 10px;
}
.sol .sec02 .item li .num {
  width: fit-content;
}
.sol .sec02 .item li {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
.sol .sec06 h4,
.sol .sec07 h4,
.sol .sec08 h4,
.sol .sec04 h4,
.sol .sec03 h4 {
  font-size: 3.8rem;
  font-weight: bold;
  color: var(--primary-color-1);
  margin-bottom: 60px;
}
.sol .sec04 ul.list-item,
.sol .sec03 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.sol .sec04 ul.list-item {
  margin-bottom: 100px;
}
.sol .sec03 ul li {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
.sol .sec03 ul li img {
  display: block;
  width: 44px;
  margin-bottom: 26px;
}
.sol .sec03 ul li .fs-28 {
  font-weight: bold;
  margin-bottom: 52px;
}
.sol .sec03 ul li .fs-20 {
  line-height: 1.5;
}
.sol .sec04 {
  margin-top: 100px;
}
.sol .sec04 .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sol .sec04 .text .left-text {
  font-size: 4.8rem;
  line-height: 1.4;
}
.sol .sec04 .text .fs-24 {
  line-height: 1.5;
}
.sol .sec04 ul.list-item li {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 36px 48px 40px;
}
.sol .sec04 ul.list-item img {
  width: 80px;
}
.sol .sec04 ul.list-item li p {
  text-align: right;
  font-weight: bold;
}
.sol .sec04 .change-box {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.sol .sec04 .change-box .item {
  background: #fff;
  border-radius: 20px;
  padding: 42px;
}
.sol .sec04 .change-box .item .tag {
  font-family: "Outfit", sans-serif;
  width: 90px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #ea4b1b;
  padding: 6px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.sol .sec04 .change-box .item .tag.now {
  background: var(--primary-color-1);
}
.sol .sec04 .change-box .item p {
  margin-bottom: 40px;
  font-weight: bold;
}
.sol .sec04 .change-box .item li {
  line-height: 1.8;
}

.sol .sec04 .change-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
}
.sol .sec04 .change-box .icon img {
  width: 100%;
  display: block;
}
.sol .sec05 {
  margin-top: 150px;
}
.sol .sec05 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 100px;
}
.sol .sec05 ul li {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  padding: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.35;
}
.sol .sec05 ul li:first-child {
  background: url(../img/sub/sol_sec03_img01.jpg) no-repeat center / cover;
}
.sol .sec05 ul li:nth-child(2) {
  background: url(../img/sub/sol_sec03_img02.jpg) no-repeat center / cover;
}
.sol .sec05 ul li:nth-child(3) {
  background: url(../img/sub/sol_sec03_img03.jpg) no-repeat center / cover;
}
.sol .sec05 ul li:nth-child(4) {
  background: url(../img/sub/sol_sec03_img04.jpg) no-repeat center / cover;
}
.sol .sec05 .text-box {
  padding: 138px 100px;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  background: url(../img/sub/sol_sec03_img05.jpg) no-repeat center / cover;
  text-align: right;
}
.sol .sec05 .text-box h3 {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 36px;
}
.sol .sec05 .text-box p {
  line-height: 1.42;
  font-weight: 400;
  color: #fff;
}
.sol .sec05 .text-box p strong {
  font-weight: bold;
}
.sol .sec06 h4,
.sol .sec07 h4,
.sol .sec08 h4 {
  margin-top: 100px;
}
.sol .sec06 .item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 96px 100px;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.sol .sec06 .item span {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
}
.sol .sec06 .item p {
  font-size: 3.8rem;
  font-weight: bold;
  margin-top: 10px;
}

.sol .sec06 .item:first-child {
  background: url(../img/sub/sol_sec06_img01.jpg) no-repeat center / cover;
}

.sol .sec06 .item:nth-child(2) {
  background: url(../img/sub/sol_sec03_img06.jpg) no-repeat center / cover;
}

.sol .sec06 .item:nth-child(3) {
  background: url(../img/sub/sol_sec03_img07.jpg) no-repeat center / cover;
}
.sol .sec06 .item + .item {
  margin-top: 30px;
}

.sol .sec06 .item ul {
  width: 500px;
}
.sol .sec06 .item li {
  position: relative;
  line-height: 1.8;
}

.sol .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #b1b1b1;
}

.sol .table-wrap::-webkit-scrollbar {
  height: 4px;
}

.sol .table-wrap::-webkit-scrollbar-thumb {
  background: var(--primary-color-1);
  border-radius: 10px;
}
.sol .table-wrap::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.sol .cmp-table .col1 {
  width: 360px;
}
.sol .cmp-table .col {
  width: calc((100% - 360px) / 2);
}
/* 표 기본 */
.cmp-table {
  min-width: 768px; /* 화면이 좁으면 가로 스크롤 */
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}
.cmp-table th,
.cmp-table td {
  padding: 20px 16px;
  border: 1px solid #b1b1b1;
  vertical-align: middle;
  background: #fff; /* sticky 겹침 시 비침 방지 */
}

/* 헤더 */
.cmp-table .sticky-col {
  position: sticky;
  left: 0;
  background: #f2f8fd;
  font-weight: bold;
  z-index: 10;
  border: 1px solid #a7c0f3;
}

.cmp-table thead th.head {
  background: #d9eafb;
  font-weight: 600;

  z-index: 3;
  border: 1px solid #b1b1b1;
}

.cmp-table .sticky-head {
  z-index: 10;
}

.cmp-table ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cmp-table li {
  position: relative;
  padding-left: 12px;
  line-height: 1.6;
  text-align: center;
}
.cmp-table li::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: var(--fonts-color-01);
  position: absolute;
  left: 0;
  top: 12px;
}
.sol .process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.sol .process-grid > div:first-child {
  grid-row: 1 / 3;
}
.sol .process-grid > div:last-child {
  grid-column: 2 / 4;
  display: flex;
  align-items: center;
}
.sol .process-grid .item-box {
  border-radius: 20px;
  overflow: hidden;
  background: #f5f5f5;
  padding: 50px;
}
.sol .process-grid .item-box p {
  font-weight: bold;
  line-height: 1.5;
  min-height: 84px;
}
.sol .process-grid .item-box ul {
  margin-top: 30px;
}
.sol .process-grid .item-box ul li {
  position: relative;
  line-height: 1.8;
}

.sol .process-grid .process-title {
  padding: 50px;
  color: #fff;
  border-radius: 20px;
  background: url(../img/sub/sol_sec03_img09.jpg) no-repeat center/ cover;
}

.sol .process-grid .process-title.left-box {
  padding: 50px;
  color: #fff;
  border-radius: 20px;
  background: url(../img/sub/sol_sec03_img08.jpg) no-repeat center/ cover;
}
.sol .process-grid .process-title p {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 50px;
}
.sol .process-grid .process-title span {
  font-weight: bold;
}

.sol .process-grid > div:last-child ul {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .sol .sec01 h3 {
    font-size: 3.6rem;
  }
  .sol .sec01 .img-box {
    height: 400px;
  }
  .sol .sec02 {
    grid-template-columns: 1fr 1fr;
  }
  .sol .sec04 .text .left-text,
  .sol .sec02 h2 {
    font-size: 3.4rem;
  }
  .sol .sec02 .item span {
    font-size: 3.6rem;
  }
  .sol .sec02 .item {
    min-height: 280px;
  }

  .sol .sec06 h4,
  .sol .sec07 h4,
  .sol .sec08 h4,
  .sol .sec04 h4,
  .sol .sec03 h4 {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary-color-1);
    margin-bottom: 40px;
  }
  .sol .sec05 ul,
  .sol .sec04 ul.list-item,
  .sol .sec03 ul {
    grid-template-columns: 1fr 1fr;
  }
  .sol .sec03 ul li .fs-28 {
    margin-bottom: 32px;
  }
  .sol .sec05 ul li {
    aspect-ratio: 2 / 1;
    padding: 32px;
  }
  .sol .sec06 .item p,
  .sol .sec05 .text-box h3 {
    font-size: 3rem;
  }
  .sol .sec06 .item {
    padding: 50px 60px;
  }
  .sol .sec06 .item ul {
    width: 400px;
  }
  .sol .process-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .sol .process-grid > div:last-child {
    width: 100%;
    align-items: flex-start;
  }
  .sol .process-grid > .process-title {
    grid-row: initial;
    width: 100%;
  }
  .sol .process-grid > div {
    width: calc((100% - 24px) / 2);
  }
  .sol .process-grid .process-title p {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
  .sol .process-grid .item-box {
    border-radius: 20px;
    overflow: hidden;
    background: #f5f5f5;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }
  .sol .process-grid .item-box p {
    min-height: auto;
  }
}
@media screen and (max-width: 992px) {
  .sol .cmp-table .col1 {
    width: 150px;
  }
  .sol .cmp-table .col {
    width: calc((100% - 150px) / 2);
  }
  .sol .sec01 {
    margin-bottom: 60px;
  }
  .sol .sec02 {
    margin-bottom: 60px;
  }
  .sol .sec01 .img-box {
    height: 200px;
    margin: 40px auto 0;
  }
  .sol-bg {
    padding: 70px 0;
  }
  .sol .sec04 .text {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    margin-bottom: 32px;
  }

  .sol .sec05 .text-box {
    padding: 100px 40px;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    background: url(../img/sub/sol_sec03_img05.jpg) no-repeat center / cover;
    text-align: right;
  }
  .sol .sec05 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sol .sec02 {
    grid-template-columns: 1fr;
  }
  .sol .sec02 .item {
    min-height: auto;
    padding: 30px 20px;
  }
  .sol .sec01 h3 {
    font-size: 2.8rem;
  }
  .sol .sec04 .text .left-text,
  .sol .sec02 h2 {
    font-size: 2.8rem;
  }
  .sol .sec02 .item span {
    font-size: 3rem;
  }
  .sol .sec06 h4,
  .sol .sec07 h4,
  .sol .sec08 h4,
  .sol .sec04 h4,
  .sol .sec03 h4 {
    font-size: 2.6rem;

    margin-bottom: 32px;
  }
  .sol .sec03 ul li .fs-28 {
    margin-bottom: 20px;
  }
  .sol .sec04 ul.list-item li {
    padding: 32px 20px 32px 20px;
  }
  .sol .sec04 .change-box {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
  .sol .sec04 .change-box .item .tag {
    width: 60px;
  }
  .sol .sec04 .change-box .item p {
    margin-bottom: 20px;
  }
  .sol .sec04 .change-box .icon img {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .sol .sec04 .change-box .icon {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
    height: 24px;
  }
  .sol .sec04 .change-box .item {
    padding: 20px;
  }
  .sol .sec06 .item p,
  .sol .sec05 .text-box h3 {
    font-size: 2.6rem;
  }
  .sol .sec06 .item {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
  .sol .sec06 .item ul {
    width: 100%;
  }
  .sol .process-grid .process-title p {
    font-size: 3rem;
  }
  .sol .process-grid .item-box ul {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .sol .sec01 h3 {
    font-size: 2rem;
  }
  .sol .sec04 .text .left-text,
  .sol .sec02 h2 {
    font-size: 2rem;
  }
  .sol .sec02 .item span {
    font-size: 2.4rem;
  }
  .sol .sec06 .item p,
  .sol .sec06 h4,
  .sol .sec07 h4,
  .sol .sec08 h4 .sol .sec04 h4,
  .sol .sec03 h4 {
    font-size: 2.2rem;
  }
  .sol .sec05 ul {
    grid-template-columns: 1fr;
  }
  .sol .sec05 .text-box h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .sol .sec03 ul li .fs-28 {
    margin-bottom: 16px;
  }
  .sol .sec03 ul li {
    padding: 32px;
  }
  .sol .sec04 ul.list-item,
  .sol .sec03 ul {
    grid-template-columns: 1fr;
  }
  .sol .sec04 ul.list-item img {
    width: 60px;
  }
  .sol .sec05 .text-box {
    padding: 60px 20px;
  }
  .sol .process-grid > div {
    width: 100%;
  }
  .sol .process-grid .process-title.left-box,
  .sol .process-grid > .process-title,
  .sol .process-grid .item-box {
    padding: 30px;
  }
  .sol .sec04 .change-box .icon img {
    width: 50px;
  }
}
@media screen and (max-width: 350px) {
  .sol .sec03 ul li {
    padding: 20px;
  }
}

/* 사례 */
.case {
  padding: 100px 0 150px;
}

.case h3 {
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 60px;
}
.case .case-wrap + .case-wrap {
  margin-top: 100px;
}
.case .case-wrap .case-title {
  display: inline-block;
  width: 140px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: var(--primary-color-1);
  padding: 10px 0;
  line-height: 1.25;
  border-radius: 30px;
  margin-bottom: 20px;
}
.case .case-wrap .case-title.lg {
  width: 210px;
}
.case .case-list{
  margin-top: 60px;
}
.case .case-item {
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 100px;
  display: grid;
  gap: 14px;
  grid-template-columns: 267px 1fr;
  min-height: 250px;
}

.case .case-item + .case-item {
  margin-top: 24px;
}
.case .case-item .left span {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  color: var(--primary-color-1);
}
.case .case-item .left h4 {
  font-size: 3.8rem;
  font-weight: bold;
  margin-top: 10px;
}
.case .case-item li {
  line-height: 1.7;
}
.case .case-item .left,
.case .case-item ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case .btn-mo {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: url(../img/sub/overview_sec03_ico02.svg) no-repeat center / cover;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.case .on .btn-mo {
  background: url(../img/sub/overview_sec03_ico.svg) no-repeat center / cover;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .case h3 {
    font-size: 3.6rem;
  }
  .case .case-item .left h4 {
    font-size: 3rem;
  }
  .case .case-item {
    grid-template-columns: 200px 1fr;
    padding: 30px 40px;
  }

  .case .case-wrap .case-title {
    width: 110px;
  }
  .case .case-wrap .case-title.lg {
    width: 180px;
  }
  .case .case-wrap + .case-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .case {
    padding: 40px 0 70px;
  }
  .case h3 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .case .btn-mo {
    display: block;
  }
  .case .case-wrap .text {
    display: flex;
    align-items: center;
    justify-content: space-between;  
    margin-bottom: 60px;
  }
    .case .case-wrap .text .left-text{
      width: calc(100% - 40px);
    }
  .case .case-item {
    display: none;
  }
  .case .case-list .case-item:first-child {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px 30px;
    min-height: fit-content;
  }
  .case .on .case-item {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px 30px;
    min-height: fit-content;
  }
  .case .case-item .left h4 {
    font-size: 2.6rem;
  }
  .case .case-wrap .case-title {
    width: 100px;
    padding: 6px 0;
  }
  .case .case-wrap .case-title.lg {
    width: 140px;
  }
  .case .case-wrap .text {
    margin-bottom: 40px;
  }
  .case .case-wrap + .case-wrap {
    margin-top: 40px;
  }.case .case-list{
  margin-top: 24px;
}
}
@media screen and (max-width: 576px) {
  .case h3 {
    font-size: 2.4rem;
  }
  .case .case-item .left h4 {
    font-size: 2rem;
  }
}
/* 플랜소개 */
.flan {
  padding: 50px 0 150px;
}
.flan-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 120px;
}
.flan-item {
  position: relative;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 50px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-radius: 20px;
}
.flan-item.active {
  border: 5px solid var(--primary-color-1);
  border-radius: 0 0 20px 20px;
}
.flan-item .recommend {
  font-weight: bold;
  background: var(--primary-color-1);
  color: #fff;
  text-align: center;
  width: calc(100% + 10px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  border-radius: 20px 20px 0 0;
  padding: 15px 0 7px;
}
.flan-item .title-box {
  margin-bottom: 30px;
}
.flan-item .title-box span {
  color: var(--primary-color-1);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.flan-item .title-box h3 {
  font-size: 3.8rem;
  font-weight: bold;
  margin-top: 20px;
}
.flan-item ul li {
  line-height: 1.8;
}
.flan-item .text {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #adadad;
  min-height: 144px;
}
.flan-item .text .item {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 10px;
}
.flan-item .text .item {
  font-weight: bold;
}
.flan-item .text .item + .item {
  margin-top: 20px;
}
.flan-item .text .item img {
  width: 24px;
  display: block;
}
.flan .table-wrap {
  width: 100%;
  overflow-x: auto; /* 가로 스크롤 허용 */
  -webkit-overflow-scrolling: touch; /* 모바일 부드럽게 */
  background: #b1b1b1;
}

.flan .table-wrap::-webkit-scrollbar {
  height: 4px;
}

.flan .table-wrap::-webkit-scrollbar-thumb {
  background: var(--primary-color-1); /* 스크롤바 색상 */
  border-radius: 10px; /* 스크롤바 둥근 테두리 */
}
.flan .table-wrap::-webkit-scrollbar-track {
  background: #d9d9d9; /*스크롤바 뒷 배경 색상*/
}

.flan .table-wrap .cmp-table {
  width: 100%;
  table-layout: fixed;
  min-width: 300px;
}

.flan .cmp-table th,
.flan .cmp-table td {
  padding: 7px 10px;
}
.flan .cmp-table .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color-1);
  text-align: center;
}
.flan .cmp-table td {
  text-align: center; /* 가로 중앙 */
  vertical-align: middle; /* 세로 중앙 */
  min-height: 70px;
}
.flan .cmp-table td .cell{
  display: flex;align-items: center;
  justify-content: center;
 text-align: center; /* 가로 중앙 */
  vertical-align: middle; /* 세로 중앙 */
  min-height: 70px;
}
.flan .cmp-table td 
.flan .col1 {
  width: 570px;
}
.flan .col {
  width: calc((100% - 570px) / 3);
}
@media screen and (max-width: 1200px) {
  .flan-item {
    padding: 40px 20px 30px;
  }
  .flan-item .title-box h3 {
    font-size: 3rem;
    margin-top: 10px;
  }
  .flan-item .title-box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .flan-list {
    display: flex;
    flex-direction: column;
    row-gap: initial;
    margin-bottom: 60px;
  }
  .flan-list .flan-item + .flan-item {
    margin-top: 32px;
  }
  .flan-item .recommend {
    padding: 0;
    line-height: 42px;
  }
  .flan .flan-list .flan-item.active {
    margin-top: 74px;
  }
  .flan-item .text {
    min-height: fit-content;
  }
  .flan .col1 {
    width: 200px;
  }
  .flan .col {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .flan {
    padding: 30px 0 70px;
  }
}
.btn-inquiry {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.btn-inquiry a {
  display: inline-flex;
  padding: 9px 50px;
  font-weight: 400;
  color: #fff;
  background: var(--primary-color-1);
  border-radius: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .btn-inquiry {
    align-items: center;
    justify-content: center;
  }
  .btn-inquiry a {
    max-width: 350px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
