.biz_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6rem;
  width: 100%;
  padding: 3rem 0 10rem 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .biz_wrap{
    /* gap: 4rem; */
    padding: 0 0 6rem 0;
  }
}
.biz_wrap hr{
  background: var(--bs-primary);
}
@media (max-width: 767.98px) {
  .biz_wrap hr{
    display: none;
  }
}
.systems{
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.systems .title {
  position: relative;
  display: flex;
  flex-direction: column;
	font-family: 'Jost','Roboto';
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0.5rem 0 1rem 0;
  width: 35%;
}
.systems .title span {
  font-weight: 800;
  color: var(--bs-primary); 
}
.systems .title .icon {
  font-size: 3rem;
  color: #223a66;
}
.systems .title .icon img{
  width: 60px;
}
.systems .title .no{
  font-size: 3.0rem;
  font-weight: 300;
  color: var(--bs-gray-300);
  padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .systems{
    flex-direction: column;
    gap: 1rem;
  }
  .systems .title{
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .systems .title {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
  .systems .title::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--bs-primary);
  }
}
.systems .cont{
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .systems .cont{
    gap: 2rem;
  }
}
.system_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.system_wrap .step {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0.5rem;
  margin: 0;
  border: 1px solid #d2dadf;
  border-radius: 0.5rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05), 0 3px 5px rgba(0, 0, 0, 0.07);
  transition: all 0.3s;
}
.system_wrap .step:hover {
  background: rgba(var(--bs-primary-rgb), 0.08);
}
.system_wrap .step .name {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  width: 20%;
  min-width: 200px;
  padding: 1rem;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  background: #f5f8fb;
  border-radius: 0.5rem;
}
.system_wrap .step:hover .name {
  background: #fff;
}
.system_wrap .step .name span{
  padding: 0;
  margin: 0;
}
.system_wrap .step .name .icon {
  font-size: 2.2rem;
  color: var(--bs-primary);
}
.system_wrap .step .con {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  text-align: left;
  word-break: keep-all;
  word-wrap: break-word;
}
.system_wrap .step .memo {
  width: 16%;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  color: #707070;
  line-height: 1.2;
  text-align: center;
}
.system_wrap .arrow {
  width: 100%;
  padding: 0;
  margin: 0;
  color: var(--bs-primary);
  text-align: center;
}
.system_wrap .arrow img{
  width: 30px;
}

@media (max-width: 991.98px) {
  .system_wrap .step .name {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .system_wrap .step {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1rem;
  }
  .system_wrap .step .name {
    width: 100%;
    justify-content: center;
  }
  .system_wrap .step .con,
  .system_wrap .step .memo {
    width: 100%;
    text-align: left;
    padding: 0 1rem;
  }
  .system_wrap .step .memo br {
    display: none;
  }
}


.system2_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 3rem 2rem;
  margin: 0;
  background: linear-gradient(to right , var(--bs-primary), var(--bs-sub));
  border-radius: 0.5rem;
}
.system2_wrap .step {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  margin: 0;
  width: 85px;
  height: 85px;
  color: var(--bs-primary);
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.system2_wrap .step .icon{
  font-size: 2.6rem;
  font-variation-settings:
  'wght' 200
}
.system2_wrap .arrow{
  padding: 0;
  margin: 0;
}
.system2_wrap .arrow span{
  font-size: 2rem;
  color: #fff345;
  transform: rotate(-90deg);
  font-variation-settings:
  'wght' 100
}
@media (max-width: 767.98px) {
  .system2_wrap {
    gap: .2rem;
    padding: 1.5rem 0.5rem;
  }
  .system2_wrap .step {
    width: 50px;
    height: 50px;
  }
  .system2_wrap .step .icon{
    font-size: 2.2rem;
  }
  .system2_wrap .arrow span {
    font-size: 1rem;
  }
}



.goals_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.goals_wrap .t1{
  width: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0;
}
.goals_wrap .t1 span{
  font-weight: 800;
}
.goals_wrap .t2{
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.goals_wrap .items{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0 0 0;
  margin: 0;
  width: 100%;
}
.goals_wrap .items .item{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(var(--bs-primary-rgb), 0.06);
}
.goals_wrap .items .tt{
  font-size: 1.15rem;
  font-weight: 600;
}
.goals_wrap .items .txt{
  font-size: 0.9rem;
  color: var(--bs-gray-600);
}
.goals_wrap .items .item img{
  width: 50px;
  padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .goals_wrap .t1{
    font-size: 1.5rem;
    padding-right:2rem;
  }
  .goals_wrap .t1 br{
    display: none;
  }
  .goals_wrap .t2{
    font-size: 1.15rem;
    padding-right:2rem;
  }
  .goals_wrap .items{
    flex-wrap: wrap;
    gap: 1rem;
  }
  .goals_wrap .items .item{
    width: calc(50% - 0.5rem);
  }
}



.qm_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.qm_wrap .t1{
  width: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0;
}
.qm_wrap .t1 span{
  font-weight: 800;
}
.qm_wrap .t2{
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.qm_wrap .items{
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  padding: 3rem 0 0 0;
  margin: 0;
  width: 100%;
}
.qm_wrap .items .item{
  display: flex;
  flex-direction: column;
  width: calc(50% - 2.5rem);
  padding: 0;
  margin: 0;
}
.qm_wrap .items .tt_top{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 0 1rem 0;
}
.qm_wrap .items .tt_top span{
  position: relative;
  width: 100%;
}
.qm_wrap .items .tt_top span::after{
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(var(--bs-primary-rgb), 0.3);
}
.qm_wrap .items .tt{
  font-size: 1.15rem;
  font-weight: 600;
  padding-top: 1.5rem;
}
.qm_wrap .items .txt{
  font-size: 0.9rem;
  color: var(--bs-gray-600);
}
.qm_wrap .items .item .pic{
  width: 100%;
  aspect-ratio: 2 / 1; /* 1:1 비율 지정 */
  overflow: hidden;
}
.qm_wrap .items .item .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767.98px) {
  .qm_wrap .t1{
    font-size: 1.5rem;
    padding-right:2rem;
  }
  .qm_wrap .t1 br{
    display: none;
  }
  .qm_wrap .t2{
    font-size: 1.15rem;
    padding-right:2rem;
  }
  .qm_wrap .items{
    gap: 3rem 2rem;
  }
  .qm_wrap .items .item{
    width: 100%;
  }
}