.productsArea .dataItem .Img img, .advantageArea .dataBox.pc .item::before, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  transition: all 0.5s ease-in-out;
}

.gsap-animate {
  opacity: 0;
  visibility: hidden;
}

.mainArea {
  padding: 0;
}

.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.ib_info_004 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #006E3C;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  transform: rotate(45deg);
}
.ib_info_004 .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #006E3C;
  }
  .ib_info_004 .close:hover::before {
    transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.ib_banner_010 {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.ib_banner_010 .bgDecoText {
  top: 71%;
}
.ib_banner_010 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_banner_010 .dataBox {
  position: relative;
}
.ib_banner_010 .dataBox img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_banner_010 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_010 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_010 .dataList:not(.slick-slider) .bannerItem:not(:first-child) {
  display: none;
}
.ib_banner_010 .dataList:not(.slick-slider) .bannerItem .Img img {
  aspect-ratio: 1/0.50511945;
}
@media (max-width: 640px) {
  .ib_banner_010 .dataList:not(.slick-slider) .bannerItem .Img img {
    aspect-ratio: 1/0.50511945;
  }
}
.ib_banner_010 .dataList .slick-slide .Txt .decoTitle, .ib_banner_010 .dataList .slick-slide .Txt .title, .ib_banner_010 .dataList .slick-slide .Txt .text, .ib_banner_010 .dataList .slick-slide .Txt .btnBox {
  opacity: 0;
  animation: none;
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .decoTitle {
  animation: bannerTxtAnimation 0.8s 0.2s ease-in-out forwards;
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .title {
  animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .text {
  animation: bannerTxtAnimation 0.8s 0.6s ease-in-out forwards;
}
.ib_banner_010 .dataList .slick-slide.slick-current .Txt .btnBox {
  animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.ib_banner_010 .item {
  position: relative;
  display: flex;
}
@media (max-width: 1180px) {
  .ib_banner_010 .item {
    flex-direction: column-reverse;
  }
}
.ib_banner_010 .Img {
  width: 1090px;
}
@media (max-width: 1600px) {
  .ib_banner_010 .Img {
    width: 60%;
  }
}
@media (max-width: 1180px) {
  .ib_banner_010 .Img {
    width: 100%;
    max-height: 616px;
    overflow: hidden;
  }
  .ib_banner_010 .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.ib_banner_010 .Txt {
  width: calc(100% - 1090px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 75px;
}
@media (max-width: 1600px) {
  .ib_banner_010 .Txt {
    width: 40%;
  }
}
@media (max-width: 1180px) {
  .ib_banner_010 .Txt {
    width: 100%;
    padding: 60px 30px;
  }
}
@media (max-width: 768px) {
  .ib_banner_010 .Txt {
    padding: 20px 20px 30px;
  }
}
.ib_banner_010 .Txt .textBox {
  width: 100%;
  max-width: 570px;
  height: 100%;
  padding: 0 135px 0 0;
  position: relative;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1680px) {
  .ib_banner_010 .Txt .textBox {
    min-width: 100%;
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_010 .Txt .textBox {
    padding: 0;
  }
}
.ib_banner_010 .Txt .decoTitle {
  margin-bottom: 14px;
}
@media (min-width: 1181px) {
  .ib_banner_010 .Txt .title {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .ib_banner_010 .Txt .title {
    font-size: 60px;
  }
}
.ib_banner_010 .Txt .btnBox {
  margin-top: 37px;
}
@media (max-width: 1180px) {
  .ib_banner_010 .Txt .btnBox {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .ib_banner_010 .Txt .btnBox {
    margin-top: 10px;
  }
}
.ib_banner_010 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_010 .slick-dots {
  bottom: auto;
  top: 23%;
  left: 120px;
}
@media (max-width: 1600px) {
  .ib_banner_010 .slick-dots {
    left: 20px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_010 .slick-dots.vertical {
    top: auto;
    bottom: 10px;
    left: 0;
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
}
.ib_banner_010 .scrollDown {
  cursor: pointer;
  position: absolute;
  bottom: 60px;
  left: 119px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
  z-index: 5;
}
@media (min-width: 1181px) {
  .ib_banner_010 .scrollDown:hover {
    color: #006E3C;
  }
}
@media (max-width: 1600px) {
  .ib_banner_010 .scrollDown {
    bottom: 30px;
    left: 60px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_010 .scrollDown {
    left: auto;
    right: 30px;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .ib_banner_010 .scrollDown {
    display: none;
  }
}
.ib_banner_010 .scrollDown .icon {
  width: 19px;
  height: 16px;
  transform: rotate(90deg);
}
.ib_banner_010 .scrollDown .icon svg {
  width: 100%;
  height: 100%;
}
.ib_banner_010 .scrollDown .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
}

.advantageArea {
  padding: 151px 0;
  position: relative;
  background-image: url(../images/advantage_bg.png);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.advantageArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.74);
}
.advantageArea::after {
  content: "";
  display: block;
  background-color: #006E3C;
  width: 352px;
  height: 397px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1180px) {
  .advantageArea::after {
    display: none;
  }
}
@media (max-width: 1180px) {
  .advantageArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .advantageArea {
    padding: 60px 0;
  }
}
.advantageArea .wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .advantageArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .advantageArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.advantageArea .wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .advantageArea .wrap {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .advantageArea .wrap {
    gap: 0px;
  }
}
.advantageArea .sectionTitleBox {
  width: 540px;
}
@media (max-width: 1180px) {
  .advantageArea .sectionTitleBox {
    width: 100%;
  }
}
.advantageArea .sectionTitleBox .text {
  max-width: 520px;
}
.advantageArea .sectionTitleBox .btnBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 34px;
}
@media (max-width: 1180px) {
  .advantageArea .sectionTitleBox .btnBox {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .advantageArea .sectionTitleBox .btnBox {
    flex-direction: column;
    margin-top: 10px;
  }
}
.advantageArea .dataBox {
  width: 100%;
  padding-top: 5px;
}
.advantageArea .dataBox.pc {
  max-width: 733px;
  display: block;
}
@media (max-width: 1180px) {
  .advantageArea .dataBox.pc {
    display: none;
  }
}
.advantageArea .dataBox.mobile {
  display: none;
}
@media (max-width: 1180px) {
  .advantageArea .dataBox.mobile {
    display: block;
  }
}
.advantageArea .dataBox.pc .dataList {
  display: grid;
  gap: 41px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 80px;
}
.advantageArea .dataBox.pc .dataItem:nth-child(even) {
  transform: translateY(113px);
}
.advantageArea .dataBox.pc .item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  padding: 25px 30px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.advantageArea .dataBox.pc .item::before {
  content: "";
  width: 0%;
  height: 100%;
  border-radius: 12px;
  display: block;
  background: linear-gradient(135deg, #1fa565 0%, #a4d47a 100%);
  box-shadow: 0 10px 40px rgba(31, 165, 101, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
}
@media (min-width: 1181px) {
  .advantageArea .dataBox.pc .item:hover {
    transform: translateY(-4px);
  }
  .advantageArea .dataBox.pc .item:hover::before {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
  }
  .advantageArea .dataBox.pc .item:hover .itemHeader {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .advantageArea .dataBox.pc .item:hover .iconBox {
    background-color: transparent;
    border-color: #fff;
  }
  .advantageArea .dataBox.pc .item:hover .iconBox img {
    filter: brightness(0) invert(1);
  }
  .advantageArea .dataBox.pc .item:hover .itemTitle {
    color: #fff;
  }
  .advantageArea .dataBox.pc .item:hover .itemTitle a {
    color: #fff;
  }
  .advantageArea .dataBox.pc .item:hover .itemNum {
    color: #fff;
  }
  .advantageArea .dataBox.pc .item:hover .itemText {
    color: #fff;
  }
}
.advantageArea .dataBox.pc .itemHeader {
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  padding-bottom: 23px;
  margin-bottom: 18px;
  transition: border-color 0.3s ease;
}
.advantageArea .dataBox.pc .iconBox {
  width: 65px;
  height: 65px;
  border: 1px solid #006E3C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 20px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.advantageArea .dataBox.pc .iconBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.advantageArea .dataBox.pc .itemTitle {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  flex-grow: 1;
  padding-right: 0px;
  transition: color 0.3s ease;
}
.advantageArea .dataBox.pc .itemTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.advantageArea .dataBox.pc .itemNum {
  color: #D8E698;
  text-align: right;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-shrink: 0;
}
.advantageArea .dataBox.pc .Txt {
  flex: 1;
}
.advantageArea .dataBox.pc .itemText {
  color: #606060;
  font-size: 15px;
  line-height: 1.6;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.advantageArea .dataBox.pc .itemText p {
  margin-bottom: 10px;
}
.advantageArea .dataBox.pc .itemText p:last-child {
  margin-bottom: 0;
}
.advantageArea .dataBox.mobile .dataList .slick-list {
  overflow: visible;
}
.advantageArea .dataBox.mobile .dataList.slickClsList:not(.slick-slider) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.advantageArea .dataBox.mobile .dataItem {
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 768px) {
  .advantageArea .dataBox.mobile .dataItem {
    padding: 20px 10px;
  }
}
.advantageArea .dataBox.mobile .item {
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .advantageArea .dataBox.mobile .item {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .advantageArea .dataBox.mobile .item {
    padding: 15px 10px;
  }
}
.advantageArea .dataBox.mobile .itemHeader {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.advantageArea .dataBox.mobile .iconBox {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 110, 60, 0.1) 0%, rgba(216, 230, 152, 0.1) 100%);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  width: 50px;
}
.advantageArea .dataBox.mobile .iconBox img {
  display: block;
  height: auto;
  max-height: 32px;
  max-width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.advantageArea .dataBox.mobile .itemTitle {
  color: #000;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.advantageArea .dataBox.mobile .itemTitle a {
  color: inherit;
  text-decoration: none;
}
.advantageArea .dataBox.mobile .itemNum {
  align-items: center;
  background: linear-gradient(90deg, #219862 0%, #D8E698 100%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.advantageArea .dataBox.mobile .itemContent .itemText {
  color: #606060;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.advantageArea .dataBox.mobile .itemContent .itemText p {
  margin-bottom: 10px;
}
.advantageArea .dataBox.mobile .itemContent .itemText p:last-child {
  margin-bottom: 0;
}

.productsArea {
  background-color: #fff;
  overflow: hidden;
  padding: 128px 0 103px;
  position: relative;
}
.productsArea::before {
  content: "";
  height: 48.7%;
  width: calc(100% - (50% - 720px) - 20px);
  background-color: #006E3C;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .productsArea {
    padding: 0px 0 60px;
  }
  .productsArea::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .productsArea {
    padding: 0px 0 40px;
  }
}
.productsArea .bgDecoText {
  top: -10%;
  left: -20%;
  transform: translate(0, 0%);
  z-index: 2;
}
@media (max-width: 1180px) {
  .productsArea .bgDecoText {
    top: 5%;
  }
}
.productsArea .wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .productsArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .productsArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.productsArea .wrap {
  position: relative;
  z-index: 1;
}
.productsArea .topBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 13px;
  padding-right: 90px;
}
@media (max-width: 1180px) {
  .productsArea .topBox {
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 40px;
    padding: 40px 0 0;
  }
  .productsArea .topBox::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -50px;
    width: calc(100% + 100px);
    height: 100%;
    background-color: #006E3C;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .productsArea .topBox {
    margin-bottom: 30px;
  }
}
.productsArea .topBox .btnBox {
  margin-top: 0;
}
.productsArea .categoryTabs {
  width: 100%;
}
@media (max-width: 1180px) {
  .productsArea .categoryTabs {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .productsArea .categoryTabs::-webkit-scrollbar {
    display: none;
  }
}
.productsArea .categoryTabs .classBox.classBoxRow {
  margin: 0;
}
@media (max-width: 1180px) {
  .productsArea .categoryTabs .classBox.classBoxRow {
    flex-wrap: nowrap;
  }
}
.productsArea .categoryTabs .classLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 7px;
}
@media (max-width: 1180px) {
  .productsArea .categoryTabs .classLink {
    flex-wrap: nowrap;
    gap: 8px;
  }
}
.productsArea .categoryTabs .classItem {
  flex-shrink: 0;
  margin: 0;
}
.productsArea .categoryTabs .categoryTab {
  min-width: 160px;
  border-radius: 12px;
  border: 1px solid #FFF;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 24px;
  transition: all 0.5s ease;
  white-space: nowrap;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .productsArea .categoryTabs .categoryTab {
    min-width: unset;
    font-size: 16px;
    padding: 8px 16px;
  }
}
.productsArea .categoryTabs .categoryTab.current {
  background: #fff;
  border-color: #fff;
  color: #006E3C;
}
@media (min-width: 1181px) {
  .productsArea .categoryTabs .categoryTab:hover {
    background-color: #D8E698;
  }
}
.productsArea .productDataBox {
  position: relative;
  border-radius: 20px 0 0 0;
  padding: 61px 0 0 70px;
  position: relative;
}
.productsArea .productDataBox::before {
  content: "";
  width: 150%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .productsArea .productDataBox {
    padding: 0 20px;
  }
  .productsArea .productDataBox::before {
    display: none;
  }
}
.productsArea .functionBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
@media (max-width: 1180px) {
  .productsArea .functionBox {
    margin-bottom: 10px;
  }
}
.productsArea .dotsBox {
  flex: 1;
}
.productsArea .dotsBox .slick-dots {
  position: relative;
  bottom: 0;
}
@media (max-width: 768px) {
  .productsArea .dotsBox {
    display: none;
  }
}
.productsArea .arrowBox {
  align-items: center;
  display: flex;
}
.productsArea .arrowBox .arrow {
  position: relative;
}
.productsArea .arrowBox .arrow.prev {
  margin-right: 113px;
}
.productsArea .arrowBox .arrow.prev::before {
  content: "";
  width: 83px;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: calc(100% + 15px);
  top: calc(50% - 1px);
  z-index: 10;
}
@media (max-width: 768px) {
  .productsArea .arrowBox {
    margin-left: auto;
  }
}
.productsArea .dataBox {
  padding: 47px 0 20px;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  transition: opacity 0.25s ease;
}
.productsArea .dataBox.switching {
  opacity: 0;
}
@media (max-width: 1440px) {
  .productsArea .dataBox {
    margin-right: -50px;
  }
}
@media (max-width: 1180px) {
  .productsArea .dataBox {
    padding: 20px 0 0;
    overflow: visible;
    margin: 0;
  }
}
.productsArea .dataBox .dataList {
  margin: 0 0 0 -20px;
  width: 1371px;
}
.productsArea .dataBox .dataList:not(.slick-slider) {
  display: flex;
  gap: 20px;
}
.productsArea .dataBox .dataList:not(.slick-slider) .dataItem {
  width: calc(33.3333333333% - 0px);
}
@media (max-width: 1440px) {
  .productsArea .dataBox .dataList {
    width: 100%;
    margin-left: -10px;
  }
}
.productsArea .dataBox .dataList.slick-slider .slick-list {
  overflow: visible;
}
.productsArea .dataBox .dataList.slick-slider .slick-track {
  display: flex;
}
.productsArea .dataBox .dataList.slick-slider .slick-slide {
  height: auto;
}
.productsArea .dataBox .dataList.slick-slider .slick-slide > div {
  height: 100%;
}
.productsArea .dataItem {
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 1440px) {
  .productsArea .dataItem {
    padding: 0 10px;
  }
}
.productsArea .dataItem .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 1181px) {
  .productsArea .dataItem .item:hover {
    transform: translateY(-4px);
  }
  .productsArea .dataItem .item:hover .Img img {
    transform: scale(1.05);
  }
}
.productsArea .dataItem .Img {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  width: 100%;
}
.productsArea .dataItem .Img a {
  display: block;
  width: 100%;
}
.productsArea .dataItem .Img img {
  width: 100%;
}
.productsArea .dataItem .Img.loaded img {
  opacity: 1;
}
.productsArea .dataItem .Txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .productsArea .dataItem .Txt {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .productsArea .dataItem .Txt {
    padding: 15px 0px;
  }
}
.productsArea .dataItem .textWrap {
  padding-right: 35px;
}
@media (max-width: 1180px) {
  .productsArea .dataItem .textWrap {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .productsArea .dataItem .textWrap {
    padding-right: 10px;
  }
}
.productsArea .dataItem .title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .productsArea .dataItem .title {
    font-size: 16px;
  }
}
.productsArea .dataItem .title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (min-width: 1181px) {
  .productsArea .dataItem .title a:hover {
    color: #006E3C;
  }
}
.productsArea .dataItem .text {
  color: #606060;
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .productsArea .dataItem .text {
    font-size: 14px;
  }
}
.productsArea .dataItem .linkArrow {
  align-items: center;
  display: flex;
}
.productsArea .dataItem .linkArrow a {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  align-items: center;
  background: #006E3C;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (min-width: 1181px) {
  .productsArea .dataItem .linkArrow a:hover {
    background: rgb(0, 59, 32.1818181818);
  }
}
.productsArea .dataItem .linkArrow .icon {
  color: #fff;
  width: 16px;
  height: 13px;
}

.aboutArea {
  background-color: #F8F8F8;
  overflow: hidden;
  padding: 130px 0;
  position: relative;
}
.aboutArea::before {
  content: "";
  display: block;
  background-color: #006E3C;
  height: 100%;
  width: 420px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1180px) {
  .aboutArea::before {
    width: 100%;
    height: 30%;
  }
}
@media (max-width: 768px) {
  .aboutArea::before {
    width: 100%;
    height: 150px;
  }
}
.aboutArea .bgDecoText {
  top: 74%;
}
@media (max-width: 1180px) {
  .aboutArea .bgDecoText {
    top: 60%;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 30px 0;
  }
}
.aboutArea .wrap {
  align-items: flex-start;
  display: flex;
  gap: 111px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .aboutArea .wrap {
    gap: 50px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .aboutArea .wrap {
    gap: 30px;
  }
}
.aboutArea .imgBox {
  width: 100%;
  max-width: 762px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .aboutArea .imgBox {
    max-width: 55%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .imgBox {
    max-width: 762px;
    width: 100%;
  }
}
.aboutArea .imgBox .Img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea .imgBox .Img {
    border-radius: 12px;
  }
}
.aboutArea .imgBox .Img img {
  display: block;
  height: auto;
  width: 100%;
}
@media (max-width: 1180px) {
  .aboutArea .imgBox .Img img {
    max-width: 1400px;
  }
}
.aboutArea .contentBox {
  flex-shrink: 1;
  position: relative;
}
@media (min-width: 1181px) {
  .aboutArea .contentBox .btnBox {
    margin-top: 40px;
  }
}