@charset "UTF-8";
@import url("https://webfontworld.github.io/sunn/SUIT.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@keyframes slide {
  0% {
    transform: translate3d(150px, 0, 0);
  }
  100% {
    transform: translate3d(-1383px, 0, 0); /* The image width */
  }
}
* {
  font-family: "SUIT", "Noto Sans KR", sans-serif;
}
body {
  overflow-x: hidden;
  word-break: keep-all;
}

.header {
  margin: 0 auto;
}

#navBg > div > .sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 2s ease-out;
}
#navBg > div > .sub > li > a {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

#navBg > div > .sub.active {
  max-height: 2000px;
  transition: max-height 2s ease-in;
}

.viewHeaderWrap {
  width: 100%;
  /* padding: 12px 0px; */
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  justify-content: center;
}
.viewHeaderWrap .headerWrap {
  display: flex;
  max-width: 1400px;
  width: 100%;
  justify-content: space-between;
}
.viewHeaderWrap .hamburger {
  display: none;
}
.viewHeaderWrap .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewHeaderWrap .left a {
  max-width: 82px;
  max-height: 55px;
  width: 100%;
  height: 100%;
}
.viewHeaderWrap .left a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewHeaderWrap .right {
  display: flex;
  align-items: center;
}
.viewHeaderWrap .right ul {
  display: flex;
  /* padding-top: 16px; */
  margin-right: 32px;
}
.viewHeaderWrap .right ul .gnbLi {
  width: 100px;
  margin-left: 32px;
  text-align: center;
  position: relative;
}
.viewHeaderWrap .right ul .gnbLi a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 79px;
  color: #686868;
  height: 100%;
  display: flex;
  align-items: center;
}
.viewHeaderWrap .right ul .gnbLi a:hover {
  color: #0b7a0c;
  font-weight: 500;
}
.viewHeaderWrap .right ul .gnbLi .dep02 {
  display: block;
  display: none;
  width: 186px;
  position: absolute;
  left: -71%;
  top: 47px;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  margin-top: 32px;
  padding-top: 0;
}
.viewHeaderWrap .right ul .gnbLi:hover .dep02 {
  display: block;
}
.viewHeaderWrap .right ul .gnbLi .dep02 .dep02Li {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  line-height: 32px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  margin-top: 8px;
}
.viewHeaderWrap .right ul .gnbLi .dep02 .dep02Li a {
  display: inline-block;
  width: 100%;
  color: #8e8e8e;
  display: inline-block;
  line-height: 1.6;
}
.viewHeaderWrap .right ul .gnbLi .dep02 .dep02Li:first-child {
  margin-top: 0px;
}
.viewHeaderWrap .right ul .gnbLi .dep02 .dep02Li:hover {
  transition: 0.3s;
  background: #eff9ef;
}
.viewHeaderWrap .right ul .gnbLi .dep02 .dep02Li:hover a {
  display: inline-block;
  color: #1c7d1d;
}
.viewHeaderWrap .right ul .gnbLi .activeDep2 {
  display: block;
}
.viewHeaderWrap .right .langSelect {
  display: flex;
  align-items: center;
}
.viewHeaderWrap .right .langSelect select {
  display: inline-block;
  width: 85px;
  height: 40px;
  color: #adadad;
  border: 1px solid #adadad;
  text-align: center;
}

.viewHeaderWrap .right .language {
  position: relative;
  margin-top: 6px;
  z-index: 99;
}
.viewHeaderWrap .right .language.active .lang_list {
  display: block;
  color: #111;
}
.viewHeaderWrap .right .language.active p svg {
  transform: rotate(180deg);
}
.viewHeaderWrap .right .language p {
  line-height: 40px;
  padding: 0 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #eee;
  font-size: 15px;
  color: #adadad;
}

.viewHeaderWrap .right .language .lang_list {
  display: none;
  width: 100%;
  position: absolute;
  background-color: #fff;
  border: 1px solid #eee;
}
.viewHeaderWrap .right .language .lang_list li {
  line-height: 40px;
  text-align: center;
  color: #adadad;
}

.mainContent {
  margin: 0 auto;
  max-width: 1400px;
  overflow: visible;
}
.mainContent .mySwiper {
  height: 600px;
}
.mainContent .mySwiper .swiper-wrapper .slide_1 {
  background: url(/imgs/content_header.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mainContent .mySwiper .swiper-wrapper .slide_2 {
  background: url(/imgs/content_header_2.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mainContent .mySwiper .swiper-wrapper .slide_3 {
  background: url(/imgs/content_header_3.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mainContent .mySwiper .txt {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: fit-content;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.mainContent .mySwiper .txt h2 {
  line-height: 56px;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}
.mainContent .mySwiper .txt p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  /* margin-bottom: 60px; */
  color: #fff;
}
.mainContent .contentHeader {
  display: flex;
  /* position: relative;
  flex-direction: column; */
  /* background-image: url(../imgs/content_header.png);
  background-repeat: no-repeat;
  background-size: cover; */
  width: 100%;
  /* height: 600px; */
  /* padding-top: 180px;
  padding-left: 240px; */
  /* color: #ffffff;
  margin-bottom: 120px; */
}

.mainContent .contentHeader .moreButton {
  text-align: center;
  width: 128px;
  border: 2px solid #ffffff;
  border-radius: 27px;
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  margin-bottom: 128px;
}
.mainContent .contentHeader .moreButton a {
  display: block;
  width: 100%;
}
.mainContent .txtBoxWrap {
  display: flex;
  justify-content: center;
  margin-top: -70px;
  padding-bottom: 120px;
  position: relative;
  z-index: 99;
}
.mainContent .txtBoxWrap .txtImgBox {
  display: flex;
  width: 430px;
  height: 140px;
  padding: 40px 0px 44px 40px;
  background: #ffffff;
  border-bottom: 4px solid #0b7a0c;
  color: #0b7a0c;
  align-items: center;
}
.mainContent .txtBoxWrap .txtImgBox .greenTxt {
  padding-left: 32px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.mainContent .txtBoxWrap .txtImgBox .greenTxt span {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #3f3f3f;
  line-height: 24px;
}
.mainContent .txtBoxWrap .txtImgBox .imgBoxCoffee {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(/imgs/main_coffee.jpg) no-repeat center center;
  background-size: contain;
}
.mainContent .txtBoxWrap .txtImgBox .imgBoxPlant {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(/imgs/main_lysofresh.jpg) no-repeat center center;
  background-size: contain;
}
.mainContent .txtBoxWrap div:first-child {
  margin-right: 60px;
}
.mainContent .BiolivBg {
  position: relative;
  max-width: 1363px;
  width: 100%;
  height: 150px;
  margin-bottom: 40px;
  overflow: hidden;
}
.mainContent .BiolivBg .bgTxt {
  width: 1363px;
  height: 100%;
  background: url("/imgs/bgTxt.png") repeat-x;
  animation: slide 15s linear infinite;
  z-index: 99;
}
.mainContent .biolivFlx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.mainContent .biolivFlx .bioTxtwrap {
  width: 396px;
  height: 366px;
  line-height: 366px;
}
.mainContent .biolivFlx .bioTxtwrap div {
  display: inline-block;
  vertical-align: middle;
  border-left: 2px solid #0b7a0c;
  padding-left: 38px;
}
.mainContent .biolivFlx .bioTxtwrap div h3 {
  font-size: 22px;
  font-weight: 700;
  color: #3f3f3f;
  line-height: 1.3;
  margin-bottom: 24px;
}
.mainContent .biolivFlx .bioTxtwrap div p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #686868;
}
.mainContent .biolivFlx .bioImgwrap {
  display: flex;
  gap: 40px;
}
.mainContent .biolivFlx .bioImgwrap div {
  width: 290px;
}
.mainContent .biolivFlx .bioImgwrap div img {
  width: 100%;
}
.mainContent .bioHealth {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 120px;
}
.mainContent .bioHealth .bioHealthImg {
  width: 946px;
}
.mainContent .bioHealth .bioHealthImg img {
  width: 100%;
}
.mainContent .bioHealth .bioHealthTxt {
  width: 675px;
  padding: 80px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  transform: translate(0, -50%);
}
.mainContent .bioHealth .bioHealthTxt .decoLine {
  display: block;
  width: 80px;
  height: 0px;
  border: 3px solid #0b7a0c;
  margin-bottom: 32px;
}
.mainContent .bioHealth .bioHealthTxt h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  padding-bottom: 32px;
  color: #3f3f3f;
}
.mainContent .bioHealth .bioHealthTxt p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #686868;
}
.mainContent .bioHealth .bioHealthTxt p .bioSpan {
  font-weight: 600;
  color: #3f3f3f;
}
.mainContent .bioHealthR {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 120px;
}
.mainContent .bioHealthR .bioHealthImg {
  width: 946px;
}
.mainContent .bioHealthR .bioHealthImg img {
  width: 100%;
}
.mainContent .bioHealthR .bioHealthTxt {
  width: 675px;
  padding: 80px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 99;
  transform: translate(0, -50%);
}
.mainContent .bioHealthR .bioHealthTxt .decoLine {
  display: block;
  width: 80px;
  height: 0px;
  border: 3px solid #0b7a0c;
  margin-bottom: 32px;
}
.mainContent .bioHealthR .bioHealthTxt h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  padding-bottom: 32px;
  color: #3f3f3f;
}
.mainContent .bioHealthR .bioHealthTxt p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #686868;
}
.mainContent .bioHealthR .bioHealthTxt p .bioSpan {
  font-weight: 600;
  color: #3f3f3f;
}
.mainContent .bioProducts {
  color: #3f3f3f;
  text-align: center;
  padding-bottom: 120px;
}
.mainContent .bioProducts h5 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 60px;
}
.mainContent .bioProducts .swiper {
  position: relative;
}
.mainContent .bioProducts .swiper .swiper-wrapper {
  padding-bottom: 60px;
}
.mainContent .bioProducts .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 600px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  vertical-align: center;
}
.mainContent .bioProducts .swiper .swiper-wrapper .swiper-slide .swipImg {
  width: 100%;
}
.mainContent .bioProducts .swiper .swiper-wrapper .swiper-slide .swipImg img {
  width: 450px;
}
.mainContent .bioProducts .swiper .swiper-wrapper .swiper-slide .swipTxt {
  width: 100%;
  padding: 46px 60px 46px 60px;
  text-align: center;
}
.mainContent
  .bioProducts
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swipTxt
  .productName {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
.mainContent
  .bioProducts
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swipTxt
  .productInfo {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 60px;
  color: #686868;
}
.mainContent
  .bioProducts
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swipTxt
  .productBtn {
  margin: 0 auto;
  width: 118px;
  height: 42px;
  line-height: 42px;
  background: #057106;
  border-radius: 20px;
  text-align: center;
}
.mainContent
  .bioProducts
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swipTxt
  .productBtn
  a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.mainContent .bioProducts .swiper .swipBtnWrap {
  padding: 0px;
  position: relative;
  margin: 0 auto;
  width: 132px;
  height: 46px;
}
.mainContent .bioProducts .swiper .swipBtnWrap .swiper-button-next::after,
.mainContent .bioProducts .swiper .swipBtnWrap .swiper-button-prev::after {
  display: none;
}
.mainContent .bioProducts .swiper .swipBtnWrap .prevCustom {
  width: 46px;
  position: absolute;
  left: 0;
}
.mainContent .bioProducts .swiper .swipBtnWrap .prevCustom img {
  width: 100%;
}
.mainContent .bioProducts .swiper .swipBtnWrap .nextCustom {
  width: 46px;
}
.mainContent .bioProducts .swiper .swipBtnWrap .nextCustom img {
  width: 100%;
}

footer {
  background: #151515;
}
footer .footerWrap {
  color: #d8d8d8;
  max-width: 1400px;
  width: 1400px;
  padding: 40px 0px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
footer .footerWrap .footerTxt p {
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #d8d8d8;
}
footer .footerWrap .footerTxt p .footerSpan {
  color: #adadad;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding-right: 24px;
  padding-left: 16px;
  margin-right: 24px;
  background: url(../imgs/footerline.png);
  background-repeat: no-repeat;
  background-position: right center;
}
footer .footerWrap .footerTxt p .footerSpan:last-child {
  background: none;
}
footer .footerWrap .footerTxt p:last-child {
  padding-bottom: 0px;
}
footer .footerWrap .footerLo {
  text-align: right;
}
footer .footerWrap .footerLo img {
  margin-bottom: 24px;
}
footer .footerWrap .footerLo p {
  font-weight: 400;
  font-size: 14px;
  color: #d8d8d8;
}

.navBg {
  display: none;
}
.navBg .menu .lang_list {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.navBg .menu .lang_list a {
  color: #adadad;
}
.navBg .menu .lang_list a.active {
  font-weight: 700;
  color: #eee;
}
.navBg .menu .lang_list span {
  display: block;
  width: 1px;
  height: 16px;
  background: #fff;
}

@media screen and (max-width: 1440px) {
  .viewHeaderWrap {
    width: 100%;
  }
  .mainContent .contentHeader h2 {
    max-width: 88%;
  }
  .mainContent .contentHeader p {
    max-width: 88%;
  }
  .mainContent .BiolivBg {
    width: 100%;
    height: auto;
    margin-bottom: 120px;
  }
  .mainContent .BiolivBg img {
    position: unset;
  }
  .mainContent .biolivFlx {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 120px;
  }
  .mainContent .bioProducts {
    width: 88%;
    margin: 0 auto;
  }
  .mainContent .bioProducts .swiper .swiper-wrapper .swiper-slide .swipTxt {
    padding: 46px 0;
  }
  footer .footerWrap {
    width: 88%;
  }
}

@media screen and (max-width: 1260px) {
  .mainContent .contentHeader {
    padding-top: 0;
    padding-left: 0;
    align-items: center;
    justify-content: flex-end;
  }
  .mainContent .contentHeader .txtBoxWrap {
    width: 88%;
    justify-content: center;
    gap: 60px;
  }
  .mainContent .contentHeader .txtBoxWrap div:first-child {
    margin-right: 0;
  }
  .mainContent .biolivFlx {
    flex-direction: column-reverse;
  }
  .mainContent .biolivFlx .bioTxtwrap {
    width: 100%;
    text-align: center;
  }
  .mainContent .biolivFlx .bioImgwrap {
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .viewHeaderWrap .right .language {
    display: none;
  }
  .navBg {
    display: block;
    position: fixed;
    z-index: 1000;
    height: 100vh;
    width: 100%;
    right: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.3s;
  }
  .navBg.active {
    right: 0%;
    display: active;
  }
  .navBg .menu {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  .navBg .menu h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #fff !important;
  }
  .navBg .menu h1 {
    font-size: 48px;
    margin-top: 48px;
    color: #fff !important;
  }
  .header .viewHeaderWrap .hamburger {
    display: block;
    z-index: 1001;
    position: fixed;
    right: 20px;
    top: 16px;
  }
  .header .viewHeaderWrap .right .gnb {
    display: none;
  }
  .header .viewHeaderWrap .right .langSelect {
    display: none;
  }
  .mainContent .txtBoxWrap {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .mainContent .txtBoxWrap div:first-child {
    margin-right: 0px;
  }
  .mainContent .txtBoxWrap .txtImgBox {
    width: 100%;
  }
  .mainContent .contentHeader h2 {
    text-align: center;
    font-size: 43px;
    line-height: 1.5em;
  }
  .mainContent .contentHeader p {
    text-align: center;
  }
  .mainContent .contentHeader .txtBoxWrap .txtImgBox {
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .mainContent .contentHeader .txtBoxWrap .txtImgBox .imgBoxPlant,
  .mainContent .contentHeader .txtBoxWrap .txtImgBox .imgBoxCoffee {
    display: none;
  }
  .mainContent .contentHeader .txtBoxWrap .txtImgBox .greenTxt {
    padding-left: 0;
    margin-bottom: 0;
  }
  .mainContent .biolivFlx .bioTxtwrap {
    height: 266px;
    line-height: 266px;
  }
  .mainContent .biolivFlx .bioTxtwrap div {
    padding-left: 0;
    border-left: 0px;
  }
  .mainContent .biolivFlx .bioImgwrap {
    gap: 20px;
  }
  footer {
    background: #151515;
  }
  footer .footerWrap {
    width: 100%;
    flex-direction: column;
  }
  footer .footerWrap .footerTxt p {
    text-align: center;
    padding-bottom: 0px;
    line-height: 1.5rem;
    padding: 0 30px;
  }
  footer .footerWrap .footerTxt p:last-child {
    padding-bottom: 0px;
  }
  footer .footerWrap .footerLo {
    padding-top: 30px;
    text-align: center;
  }
  footer .footerWrap .footerLo img {
    margin-bottom: 24px;
  }
  footer .footerWrap .footerLo p {
    font-weight: 400;
    font-size: 14px;
    color: #d8d8d8;
  }
}

@media screen and (max-width: 767px) {
  .mainContent
    .bioProducts
    .swiper
    .swiper-wrapper
    .swiper-slide
    .swipTxt
    .productInfo {
    font-size: 16px;
    line-height: 20px;
  }
  .mainContent .contentHeader h2 {
    font-size: 28px;
  }
  .mainContent .contentHeader p {
    font-size: 16px;
  }

  .mainContent .bioHealth .bioHealthTxt,
  .mainContent .bioHealthR .bioHealthTxt {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: unset;
    box-shadow: unset;
  }
  .mainContent .mySwiper .txt h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .mainContent .bioProducts .swiper .swipBtnWrap .prevCustom img {
    width: 80%;
  }
  .mainContent .bioProducts .swiper .swipBtnWrap .nextCustom img {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .mainContent .mySwiper .txt {
    width: 90%;
  }
  footer .footerWrap .footerTxt p {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  footer .footerWrap .footerTxt p .footerSpan {
    background: none;
    padding-left: 0px;
  }
  .mainContent {
    margin: 0 auto;
    max-width: 100%;
    overflow: visible;
  }
  .mainContent .contentHeader {
    justify-content: center;
    margin: 0px;
    padding: 0px 30px;
    padding-top: 500px;
  }
  .mainContent .contentHeader h2 {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 2rem;
  }
  .mainContent .contentHeader p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 60px;
  }
  .mainContent .contentHeader .txtBoxWrap {
    flex-direction: column;
    position: relative;
    top: 40px;
    gap: 0;
  }
  .mainContent .contentHeader .txtBoxWrap .txtImgBox .imgBoxPlant,
  .mainContent .contentHeader .txtBoxWrap .txtImgBox .imgBoxCoffee {
    display: block;
  }
  .mainContent .contentHeader .txtBoxWrap .txtImgBox .greenTxt {
    padding-top: 8px;
  }
  .mainContent .contentHeader .txtBoxWrap .txtImgBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .mainContent .contentHeader .txtBoxWrap div:first-child {
    margin-right: 60px;
  }
  .mainContent .BiolivBg {
    display: none;
  }
  .mainContent .biolivFlx {
    flex-direction: column;
  }
  .mainContent .biolivFlx .bioTxtwrap {
    width: 100%;
    line-height: 1;
    height: fit-content;
    margin-bottom: 60px;
  }
  .mainContent .biolivFlx .bioTxtwrap div {
    padding: 0px;
    border-left: none;
  }
  .mainContent .biolivFlx .bioImgwrap {
    display: flex;
    flex-direction: column;
  }
  .mainContent .biolivFlx .bioImgwrap div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mainContent .bioHealth {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 120px;
  }
  .mainContent .bioHealth .bioHealthImg {
    display: none;
  }
  .mainContent .bioHealth .bioHealthImg img {
    width: 100%;
  }
  .mainContent .bioHealth .bioHealthTxt {
    width: 100%;
    padding: 30px;
  }
  .mainContent .bioHealthR {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 120px;
  }
  .mainContent .bioHealthR .bioHealthImg {
    width: 946px;
  }
  .mainContent .bioHealthR .bioHealthImg img {
    width: 100%;
  }
  .mainContent .bioHealthR .bioHealthTxt {
    width: 100%;
    padding: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translate(0, -50%);
  }
  .mainContent .bioHealthR .bioHealthTxt .decoLine {
    display: block;
    width: 80px;
    height: 0px;
    border: 3px solid #0b7a0c;
    margin-bottom: 32px;
  }
  .mainContent .bioHealthR .bioHealthTxt h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 32px;
    color: #3f3f3f;
  }
  .mainContent .bioHealthR .bioHealthTxt p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #686868;
  }
  .mainContent .bioHealthR .bioHealthTxt p .bioSpan {
    font-weight: 600;
    color: #3f3f3f;
  }
  .mainContent .bioProducts {
    color: #3f3f3f;
    text-align: center;
    padding-bottom: 60px;
  }
  .mainContent .bioProducts h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 60px;
  }
  .mainContent .bioProducts .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
  }
  .mainContent .bioProducts .swiper .swiper-wrapper .swiper-slide .swipImg {
    width: 100%;
    margin-bottom: 30px;
  }
  .mainContent .bioProducts .swiper .swiper-wrapper .swiper-slide .swipImg img {
    width: 300px;
  }
  .mainContent .bioProducts .swiper .swiper-wrapper .swiper-slide .swipTxt {
    width: 100%;
    height: 200px;
    padding: 0 30px;
  }
  .mainContent
    .bioProducts
    .swiper
    .swiper-wrapper
    .swiper-slide
    .swipTxt
    .productInfo {
    margin-bottom: 30px;
  }
}
