.company_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  padding: 2rem 0 0 0;
  margin: 0 auto;
}
.company_wrap .in_con {
  display: flex;
  justify-content: space-between;
  gap: 0 80px;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
}
.company_wrap .in_con img {
  max-width: 100%;
}
.company_wrap .box {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  gap: 6rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.company_wrap .box .pic {
  width: 50%;
  min-width: 500px;
  padding: 0;
  margin: 0;
}
.company_wrap img {
  width: 100%;
}
.company_wrap .contents {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding: 0 0 1rem 0;
  margin: 0;
  font-family: "GmarketSansMedium", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-weight: 500;
  word-break: keep-all;
  word-wrap: break-word;
}
.company_wrap .contents img {
  width: 100%;
  padding: 1.5rem 0 3.5rem 0;
}
.company_wrap .contents .tt {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  color: #111111;
  word-break: keep-all;
  word-wrap: break-word;
}
.company_wrap .contents .tt strong {
  font-weight: 700;
  font-size: 1.7rem;
}
.company_wrap .contents .con {
  padding: 0;
  margin: 0;
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 1rem;
  color: #505050;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 991.98px) {
  .company_wrap .in_con {
    gap: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .company_wrap .in_con {
    flex-direction: column;
    gap: 2rem 0;
  }
  .company_wrap .contents .tt {
    font-size: 1.4rem;
  }
  .company_wrap .contents .con {
    font-size: 1.05rem;
  }
}

.com_box {
  padding: 5rem 0 0 0;
}
.com_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  min-height: 500px;
  background: #eae6d0;
  padding: 100px 15px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.2s;
}
.com_wrap::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 100%;
  background-image: url("/img/main_prod.png?v=2");
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-position: left bottom;
  z-index: 10;
}
@media (max-width: 1100px) {
  .com_wrap::after {
    display: none;
  }
}
.com_wrap .tt {
  font-family: "GmarketSansLight", "Pretendard", "Jost", system-ui,
    -apple-system, "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 2.8rem;
  color: #406638;
}
.com_wrap .tt span {
  font-family: "GmarketSansBold";
  font-weight: 800;
}
.com_wrap .icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
.com_wrap .icons > div {
  padding: 1rem 2.5rem;
  margin: 0 auto;
  font-family: "Pretendard", "GmarketSansLight", "Jost", system-ui,
    -apple-system, "Noto Sans", sans-serif;
}
.com_wrap .icons h6 {
  font-weight: 700;
  font-size: 1.4rem;
  color: #305e26;
  padding: 2rem 0 0 0;
  margin: 0;
}
.com_wrap .icons p {
  font-weight: 400;
  font-size: 0.85rem;
  color: #305e26;
  word-break: keep-all;
  word-wrap: break-word;
  padding: 1rem 0 0 0;
  margin: 0;
}
.com_wrap .icons img {
  width: 100%;
  max-width: 247px;
}
@media (max-width: 991.98px) {
  .com_wrap .icons {
    width: 100%;
  }
  .com_wrap .icons > div {
    padding: 1rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .com_box {
    padding: 2.5rem 0 0 0;
  }
  .com_wrap::after {
    display: block;
    bottom: -80px;
    background-size: 50% auto;
    background-position: right bottom;
  }
  .com_wrap {
    gap: 1.5rem;
    width: 100%;
    min-height: auto;
    padding: 70px 15px;
  }
  .com_wrap .tt {
    font-size: 2.2rem;
  }
  .com_wrap .icons {
    flex-direction: column;
  }
  .com_wrap .icons > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem;
  }
  .com_wrap .icons .pic {
    width: 30%;
  }
  .com_wrap .icons .con {
    width: 70%;
    text-align: left;
    padding: 0 0 0 2rem;
  }
  .com_wrap .icons h6 {
    padding: 0;
  }
  .com_wrap .icons p {
    padding: 0.5rem 0 0 0;
  }
  .com_wrap .icons p br {
    display: none;
  }
}
