
.w12{
  gap: 8rem;
  padding-bottom: 3rem;
  max-width: 1040px !important;
}
@media (max-width: 767.98px) {
  .w12{  
    gap: 4rem;
    padding-bottom: 0 !important;
  }
}


.biz_bg{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background: #f8f9fa;
}
.biz_bg .w12{  
  padding-bottom: 3rem;
}
.biz01{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  width: 100%;
  padding: 4rem 0;
  margin: 0;
}
.biz01 .tt_wrap{
  /* color: var(--bs-primary); */
}
.biz01 .tt_con{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.biz01 .tt_con .pic{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.biz01 .tt_con .pic img{
  width: 100%;
}
.biz01 .tt_con .tt{
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--bs-gray-700);
  text-align: center;
}
.biz01 .tt_con .tt span{
  font-weight: 700;
  color: var(--bs-gray-900);
  /* color: var(--bs-primary); */
}
.biz01 .tt_con .sub{
  font-size: 1.1rem;
  line-height: 150%;
  padding-left: 40%;
}
.biz01 .con_wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
  padding: 0;
  margin: 4rem 0 0 0;
}
.biz01 .con_wrap .title{
  font-size: 1.6rem;
  font-weight: 700;
}
.biz01 .group{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.biz01 .items{
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  /* border: 5px solid #fff; */
  border-radius: 1rem;
  box-shadow: 
    0 0px 5px rgba(0, 0, 0, 0.05),
    0 0px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.biz01 .items:hover{
  /* background: rgba(var(--bs-primary-rgb),0.05); */
  /* border: 5px solid var(--bs-primary); */
  box-shadow: 
    0 0px 5px rgba(var(--bs-primary-rgb), 0.2),
    0 0px 24px rgba(var(--bs-primary-rgb), 0.05);
  border-radius: 5rem 1rem 5rem;
}
.biz01 .items .pic{
  width: 350px;
  border-radius: 0;
  overflow: auto;
}
.biz01 .items .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.biz01 .items .con{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  padding: 3rem 2rem;
  margin: 0;
}
.biz01 .items .item{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.biz01 .items .item .t{
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}
.biz01 .items .item .t::before{
  position: absolute;
  content: '';
  top: -10px;
  left: 0;
  width: 15px;
  height: 2px;
  background: var(--bs-primary);
}
.biz01 .items .item .txt{
  font-size: 1rem;
  line-height: 150%;
}
.biz01 .txt_step,
.biz01 .txt_step2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 1rem;
  font-size: 1rem;
}
.biz01 .material-symbols-rounded{
  transform: rotate(90deg);
  color: var(--bs-primary);
}
@media (max-width: 767.98px) {
  .biz01 .txt_step2{
    flex-direction: column;
    gap: 1rem 0;
  }
  .biz01 .txt_step2 .step{
    width: 100%;
    text-align: center;
    background: rgba(var(--bs-primary-rgb), 0.03);
    padding: 1rem 2rem;
    border-radius: 2rem;
  }
  .biz01 .txt_step2 .material-symbols-rounded{
    transform: rotate(180deg);
    color: var(--bs-primary);
  }
}

.biz01 .items2{
  display: flex;
  /* flex-wrap: wrap; */
  gap: 2rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.biz01 .items2 .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 25%;
  padding: 0;
  margin: 0;
  text-align: center;
  transition: all 0.2s ease-out;
}
.biz01 .items2 .pic{
  width: 100%;  
}
.biz01 .items2 .pic img{
  width: 150px;  
  height: 150px;
  object-fit: cover; 
  border-radius: 100%;
}
.biz01 .items2 .item .con{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.biz01 .items2 .item .t{
  font-size: 1.3rem;
  font-weight: 600;
}
.biz01 .items2 .item .txt{
  font-size: 0.95rem;
  line-height: 150%;
}

@media (max-width: 991.98px) {
  .biz01 .items2{
    flex-wrap: wrap;
    gap: 4rem;
  }
  .biz01 .items2 .item{
    width: calc(50% - 2rem);
  }
}
@media (max-width: 767.98px) {
  .biz01_bg .w12{  
    padding-bottom: 0 !important;
  }
  .biz01{
    gap: 3rem;
  }
  .biz01 .tt_con{
    gap: 2rem;
  }
  .biz01 .tt_con .tt{
    font-size: 1.15rem;
    font-weight: 500;
    text-align: left;
    padding: 0;    
  }
  .biz01 .tt_con .tt br{
    display: none;
  }
  .biz01 .tt_con .sub{
    font-size: 1rem;
    padding-left: 15%;
  }
  .biz01 .items{
    flex-direction: column;
  }
  .biz01 .items .pic{
    width: 100%;    
    height: 180px;
  }  
  .biz01 .items2{
    gap: 3rem 1rem;
  }
  .biz01 .items2 .item{
    gap: 1rem;
    width: calc(50% - 0.5rem);
  }
  .biz01 .items2 .pic img{
    width: 100px;  
    height: 100px;
  }
  .biz01 .items2 .item .con{
    gap: 0.5rem;
    padding: 0;
  }
  .biz01 .items2 .item .t{
    font-size: 1.15rem;
  }
  .biz01 .items2 .item .txt{
    font-size: 0.85rem;
  }
}




.biz01 .group2{
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.biz01 .group2 .items{
  flex-direction: column;
  width: calc(50% - 1rem);
  border-radius: 2rem;
}
.biz01 .group2 .items:hover{
  /* border: 1px solid var(--bs-primary); */
  box-shadow: 
    0 0px 5px rgba(var(--bs-primary-rgb), 0.2),
    0 0px 24px rgba(var(--bs-primary-rgb), 0.05);
  border-radius: 5rem 2rem 5rem;
}
.biz01 .group2 .items .pic{
  width: 100%; 
  aspect-ratio: 2 / 1.5;
  overflow: hidden; 
}
.biz01 .group2 .items .pic img{
  width: 100%;  
  height: 100%;
  object-fit: cover; 
}
.biz01 .group2 .items .con{
  padding: 3rem 2rem;
}
@media (max-width: 767.98px) {
  .biz01 .group2 .items{
    width: 100%;
  }
}