@charset "UTF-8";

/* business-detail-sec */
.business-detail-wrap {
  background: linear-gradient(135deg,rgba(157, 227, 199, 1) 0%, rgba(130, 182, 223, 1) 50%);
  padding: 10rem 0;
}
.business-detail-wrap .sec-head {
  margin-bottom: 5rem;
}
.business-detail-wrap .h2-ttl2::before {
  color: #ffffff94;
}
.ul-business-detail > li .flex-ele-wrap {
  background: #fff;
  border-radius: 200px 0 200px 0;
  overflow: hidden;
  padding: 6rem 10rem;
  position: relative;
  width: 70%;
}
.ul-business-detail > li:not(:last-child) {
  margin-bottom: 10rem;
}
.ul-business-detail > li:nth-child(even) .flex {
  flex-direction: row-reverse;
}
.ul-business-detail > li:nth-child(even) .flex-ele-wrap {
  background: #e1f6ff;
}
.dl-business-detail dt {
  border-bottom: 3px dashed #8CC31F;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.ul-business-detail > li:nth-child(even) .dl-business-detail dt {
  border-bottom: 3px dashed #105E7F;
}
.dl-business-detail .ul1 {
  margin-bottom: 3rem;
}
.business-detail-eles .txt-box1 {
  background: #fff;
  border: 5px solid #105E7F;
  border-radius: 50px;
  max-width: 800px;
  margin: 10rem auto 0;
  padding: 2rem;
  position: relative;
}
.business-detail-eles .txt-box1-wrap {
  position: relative;
}
.business-detail-eles .txt-box1-wrap::before {
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 5px;
  width: 100%;
}
.business-detail-eles .txt-box1 .txt1 {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 1500px) {
  .ul-business-detail {
    margin: 0 auto;
    max-width: 1500px;
  }
}
@media screen and (max-width: 1024px) {
  .ul-business-detail > li .flex {
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 820px) {
  .ul-business-detail > li .flex-ele-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .business-detail-wrap {
    padding: 6rem 2rem;
  }
  .ul-business-detail > li .flex-ele-wrap {
    border-radius: 10px;
    padding: 2rem;
  }
  .ul-business-detail > li:nth-child(even) .flex-ele-wrap {
    background: #fff;
  }
  .dl-business-detail dt {
    font-size: 2rem;
  }
  .business-detail-eles .txt-box1 {
    margin: 5rem auto 0;
  }
  .business-detail-eles .txt-box1 .txt1 {
    font-size: 1.7rem;
    font-weight: 700;
  }
}