.ly_company {
  position: relative;
}

.ly_company .ly_company_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.ly_company .ly_company_bg .ly_company_bg_base {
  height: 100%;
  width: 100%;
  border-radius: 80px 80px 0 0;
  background-color: #F4EBE4;
}

@media screen and (max-width: 767px) {
  .ly_company .ly_company_bg .ly_company_bg_base {
    border-radius: 60px 60px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .ly_company .ly_company_bg .ly_company_bg_base {
    border-radius: 40px 40px 0 0;
  }
}

.ly_company .ly_company_bg .ly_company_bg_base .ly_company_bg_animals_footprints {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 200px;
}

@media screen and (max-width: 600px) {
  .ly_company .ly_company_bg .ly_company_bg_base .ly_company_bg_animals_footprints {
    width: 130px;
  }
}

.ly_company .ly_company_container {
  z-index: 1;
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 375px) {
  .ly_company .ly_company_container {
    padding-bottom: 40px;
  }
}

.ly_company .ly_company_container .ly_company_content {
  padding: 160px 24px 0 24px;
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ly_company .ly_company_container .ly_company_content {
    position: static;
    padding: 24px 24px 0 24px;
  }
}

@media screen and (max-width: 375px) {
  .ly_company .ly_company_container .ly_company_content {
    padding: 20px 20px 0 20px;
  }
}

.ly_company .ly_company_container .ly_company_content .ly_company_img_wrap {
  max-width: 780px;
  width: 50%;
  aspect-ratio: 1;
  position: absolute;
  top: 160px;
  left: 10%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_img_wrap {
    left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_img_wrap {
    position: static;
    width: 100%;
    height: 420px;
  }
}

@media screen and (max-width: 600px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_img_wrap {
    height: 280px;
  }
}

@media screen and (max-width: 375px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_img_wrap {
    height: 220px;
  }
}

.ly_company .ly_company_container .ly_company_content .ly_company_img_wrap .el_company_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px;
}

@media screen and (max-width: 767px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_img_wrap .el_company_img {
    border-radius: 50px 50px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_img_wrap .el_company_img {
    border-radius: 24px 24px 0 0;
  }
}

.ly_company .ly_company_container .ly_company_content .ly_company_animal_footprints_wrap {
  position: absolute;
  top: 50px;
  left: 14%;
  width: 180px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_animal_footprints_wrap {
    display: none;
  }
}

.ly_company .ly_company_container .ly_company_content .ly_company_animal_footprints_wrap .el_company_animal_footprints {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ly_company .ly_company_container .ly_company_content .ly_company_text_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50vw;
  max-height: 780px;
}

@media screen and (max-width: 1024px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_text_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_text_wrap {
    height: auto;
  }
}

.ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 680px;
  margin-left: 40%;
  margin-right: 4%;
  padding: 80px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  border-radius: 60px;
  background: var(--color-white, #FFF);
}

@media screen and (max-width: 1024px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box {
    margin-top: 100px;
    margin-right: 0;
    width: 100%;
    padding: 60px 40px;
    gap: 50px;
    border-radius: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box {
    margin-top: 0;
    margin-left: 0;
    padding: 60px 40px;
    border-radius: 0 0 50px 50px;
    max-width: 767px;
  }
}

@media screen and (max-width: 600px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box {
    padding: 40px 0 60px;
    border-radius: 0 0 24px 24px;
  }
}

.ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box .el_sub_title .ly_copany_title .el_company_title_img {
  width: 100%;
}

.ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box .ly_company_text {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box .ly_company_text {
    padding: 0 24px;
    text-align: left;
  }
}

@media screen and (max-width: 375px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box .ly_company_text {
    padding: 0 20px;
  }
}

.ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box .ly_company_text .el_company_text_title {
  color: var(--color-brown, #462617);
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box .ly_company_text .el_company_text_title {
    font-size: 18px;
  }
}

.ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box .ly_company_text .el_company_text {
  color: var(--color-brown, #462617);
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .ly_company .ly_company_container .ly_company_content .ly_company_text_wrap .ly_company_text_box .ly_company_text .el_company_text {
    font-size: 13px;
    line-height: 1.8;
  }
}

.ly_company .ly_company_container .ly_company_slider_wrap {
  position: relative;
  max-width: 1930px;
  margin: 120px auto 0;
  padding-bottom: 120px;
}

@media screen and (max-width: 600px) {
  .ly_company .ly_company_container .ly_company_slider_wrap {
    margin: 60px auto 0;
    padding-bottom: 80px;
  }
}

.ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 40px;
  border: 2px solid rgba(70, 38, 23, 0.08);
  margin: 0 10px;
}

@media screen and (max-width: 1024px) {
  .ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item {
    gap: 24px;
    padding: 36px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item {
    padding: 24px 24px 30px;
    margin: 0 10px;
    border-radius: 24px;
  }
}

@media screen and (max-width: 375px) {
  .ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item {
    padding: 20px 20px 24px;
    margin: 0 6px;
  }
}

.ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item .ly_company_slider_list_item_img_wrap {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 400px;
  overflow: hidden;
}

.ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item .ly_company_slider_list_item_text_wrap .el_company_slider_list_item_text_title {
  color: var(--color-red, #E72A25);
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item .ly_company_slider_list_item_text_wrap .el_company_slider_list_item_text_title {
    font-size: 18px;
  }
}

.ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item .ly_company_slider_list_item_text_wrap .el_company_slider_list_item_text_text {
  color: var(--Brown, #462617);
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item .ly_company_slider_list_item_text_wrap .el_company_slider_list_item_text_text {
    line-height: 1.6;
  }
}

.ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item .ly_company_slider_list_item_text_wrap .el_company_slider_list_item_text_list {
  margin-top: 16px;
  padding-left: 20px;
}

.ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item .ly_company_slider_list_item_text_wrap .el_company_slider_list_item_text_list li {
  color: var(--color-brown, #462617);
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 2px;
}

.ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item .ly_company_slider_list_item_text_wrap .el_company_slider_list_item_text_list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .ly_company .ly_company_container .ly_company_slider_wrap .ly_company_slider_list .ly_company_slider_list_item .ly_company_slider_list_item_text_wrap .el_company_slider_list_item_text_list li {
    line-height: 1.5;
  }
}

.ly_company .ly_company_container .ly_company_slider_wrap .slick-prev,
.ly_company .ly_company_container .ly_company_slider_wrap .slick-next {
  position: absolute;
  bottom: -72px;
  top: inherit;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  background: var(--color-red, #E72A25);
  gap: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: transparent;
}

.ly_company .ly_company_container .ly_company_slider_wrap .slick-prev:hover,
.ly_company .ly_company_container .ly_company_slider_wrap .slick-next:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ly_company .ly_company_container .ly_company_slider_wrap .slick-prev:before,
.ly_company .ly_company_container .ly_company_slider_wrap .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--color-red, #E72A25);
  border-right: 2px solid var(--color-red, #E72A25);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.ly_company .ly_company_container .ly_company_slider_wrap .slick-prev {
  left: calc(50% - 100px);
  background-size: 14px;
}

.ly_company .ly_company_container .ly_company_slider_wrap .slick-prev:before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}

.ly_company .ly_company_container .ly_company_slider_wrap .slick-next {
  right: calc(50% - 100px);
}

.ly_company .ly_company_container .ly_company_slider_wrap .slick-next:before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-track .slick-slide {
  height: auto !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  border: none !important;
  opacity: 1;
  background-size: 14px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.slick-prev:before {
  background-image: url(../images/svg/arrow_left.svg) !important;
}

.slick-next:before {
  background-image: url(../images/svg/arrow_right.svg) !important;
}

.slick-dots {
  position: absolute;
  bottom: -46px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: rgba(70, 38, 23, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li:hover, .slick-dots li.slick-active {
  background: var(--color-red);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
/*# sourceMappingURL=company.css.map */