
.business_wrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.business_wrap .title{
  width: 30%;
  max-width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.business_wrap .title .logo img {
  width: 40px;
}
.business_wrap .title .pic img{
  max-width: 100%;
}
.business_wrap .title .tt {
  position: relative;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.1;
  padding: 0 0 2.8rem 0;
}
.business_wrap .title .tt span{
  font-weight: 800;
  color: var(--color-point);
}
.business_wrap .title .tt::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100px;
  height: 20px;
  background-image: url('/img/line_wave.png');
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
}
.business_wrap .title .txt {
  /* font-weight: 300; */
  font-size: .8rem;
  color: var(--bs-gray-500);
  line-height: 1.4;
	word-break:keep-all;
	word-wrap:break-word;
  margin-top: 2rem;
}
.business_wrap .title .eng {
  font-weight: 300;
  font-size: .85rem;
  color: var(--bs-gray-500);
  line-height: 1.1;
	word-break:keep-all;
	word-wrap:break-word;
  margin-top: 2rem;
}


.right_wrap{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
  padding: 0;
  margin: 0;
  width: 55%;
}
.core_wrap{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 4rem 0 0 0;
  padding: 0;
  width: 100%;
  line-height: 140%;
}
.core_wrap>div{
  width: 100%;
}
.core_wrap .core_st{
  position: relative;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-main);
  width: max-content;
}
.core_wrap .core_st::before{
  position: absolute;
  content: '';
  left: 0;
  top: -6px;
  width: 100%;
  height: 1px;
  background: var(--color-main);
}
.core_wrap .core_t{
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-main);
  line-height: 130%;
}
.core_wrap .core_t strong{
  font-size: 1.7rem;
  font-weight: 700;
}
.core_wrap .pic{
  width: 100%;
}
.core_wrap .pic img{
  width: 100%;
}
.core_wrap .t_box{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
	word-break:keep-all;
	word-wrap:break-word;
}
.core_wrap .t1{
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-main);
}
.core_wrap .t2{
  font-size: 0.9rem;
  color: #404040;
}

.items_box{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
  margin: 0;
  padding: 0;
}
.items{
  width: calc(33.33% - 1rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.items .pic{
  width: 100%;
  max-width: 200px;
  margin: 0;
  padding: 0;
}
.items .spic{
  width: 60% !important;
  max-width: 150px;
}
.items .pic img{
  width: 100%;
}
.items .con{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.items .tt{
  font-weight: 600;
  font-size: 1rem;
  color: var(--color-main);
}
.items .txt{
  font-size: .85rem;
  font-weight: 400;
  color: var(--bs-gray-600);
  line-height: 140%;
  text-align: center;
	word-break:keep-all;
	word-wrap:break-word;
}
.items .con2{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.items .line{
  height: 1px;
  background: #dedede;
}
.items .tt2{
  font-weight: 600;
  font-size: 0.95rem;
}
.items .txt2{
  font-size: .85rem;
  font-weight: 400;
  color: var(--bs-gray-600);
  line-height: 140%;
	word-break:keep-all;
	word-wrap:break-word;
}




@media (max-width: 991.98px) { 
  .business_wrap{
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
    padding: 10%;
  }
  .business_wrap .title .tt {
    font-size: 2.5rem;
  }
  .business_wrap .title,
  .right_wrap{
    width: 100%;
    max-width: 100%;
  }
}



@media (max-width: 767.98px) {
  .business_wrap{
    padding: 0;
  }
  .right_wrap{
    padding: 0 10%;
  }
  .core_wrap .core_t{
    font-size: 1.3rem;
    font-weight: 300;
  }
  .items_box{
    flex-direction: column;
    gap: 2.5rem;
  }
  .items{
    width: 100%;
    /* flex-direction: row;
    gap: 3rem;
    justify-content: flex-start;
    align-items: center; */
  }
  .items .pic{
    width: 100%;
    max-width: 100%;
  }
  .items .pic img{
    width: 100%;
    max-width: 100%;
  }
  .items .spic{
    width: 40% !important;
  }
  /* .items .con{
    align-items: flex-start;
  }
  .items .txt{
    text-align: left;
  } */
  .items .tt,
  .items .tt2{
    font-size: 1.1rem;
  }
  .items .txt,
  .items .txt2{
    font-size: .9rem;
  }
}