.inner {
  max-width: 153rem;
  padding: 0 4rem;
  margin: 0 auto;
}

@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
}
.page-top {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  z-index: 999;
  bottom: 0;
  right: 6rem;
  width: 12rem;
  height: 6rem;
  border-radius: 12rem 12rem 0 0;
  -webkit-border-radius: 12rem 12rem 0 0;
  -moz-border-radius: 12rem 12rem 0 0;
  -ms-border-radius: 12rem 12rem 0 0;
  -o-border-radius: 12rem 12rem 0 0;
  background: #90bc5b;
}
.page-top .top {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.page-top.active {
  bottom: 0;
}

@media all and (max-width: 63.9375rem) {
  .page-top {
    right: 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .page-top {
    right: 2rem;
    width: 10rem;
    height: 5rem;
  }
  .page-top .top {
    font-size: 1.2rem;
  }
}
.ani-box-btn {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ani-box-btn .txt {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.ani-box-btn .ani-line {
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 2px;
  height: 5.6rem;
}
.ani-box-btn .ani-line::after {
  z-index: 1;
  position: absolute;
  left: 0;
  top: -100%;
  width: 0.2rem;
  height: 100%;
  content: "";
  background: #fff;
  animation: line 1.5s infinite;
  -webkit-animation: line 1.5s infinite;
}

@keyframes line {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.sec-1 {
  position: relative;
}
.sec-1 .swiper {
  width: 100%;
  height: 96rem;
}
.sec-1 .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.sec-1 .bg1 {
  width: 100%;
  height: 100%;
  background: url("../img/main/slide1.png") no-repeat 20%;
  background-size: cover;
}
.sec-1 .bg2 {
  width: 100%;
  height: 100%;
  background: url("../img/main/slide2.png") no-repeat 20%;
  background-size: cover;
}
.sec-1 .bg3 {
  width: 100%;
  height: 100%;
  background: url("../img/main/slide3.png") no-repeat 20%;
  background-size: cover;
}
.sec-1 .swiper-slide-active.act .bg {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 5.5s;
  -webkit-transition: transform 5.5s;
  -moz-transition: transform 5.5s;
  -ms-transition: transform 5.5s;
  -o-transition: transform 5.5s;
}
.sec-1 .desc {
  text-align: center;
  font-weight: 600;
  font-size: 10rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.sec-1 .sec-tit {
  margin-top: 6.9rem;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 4.5rem;
}
.sec-1 .swiper-button-prev,
.sec-1 .swiper-button-next {
  position: absolute;
  width: 8.1rem;
  height: 8.1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sec-1 .swiper-button-prev {
  background: url("../img/common/prev.png") no-repeat center;
  background-size: cover;
  left: 3.125%;
}
.sec-1 .swiper-button-next {
  background: url("../img/common/next.png") no-repeat center;
  background-size: cover;
  left: auto;
  right: 3.125%;
}

.swiper-slide {
  position: relative;
}
.swiper-slide .txt-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.swiper-slide .txt-wrap .desc {
  font-size: 7.5rem;
  line-height: 1;
  color: #fff;
  transform: translateY(300%);
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
}
.swiper-slide .txt-wrap .sec-tit {
  display: block;
  width: 100%;
  margin-top: 5rem;
  font-size: 2.5rem;
  color: #fff;
  transform: translateY(300%);
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
}

.swiper-slide-active .txt-wrap {
  opacity: 1;
  transition: opacity 2.5s;
  -webkit-transition: opacity 2.5s;
  -moz-transition: opacity 2.5s;
  -ms-transition: opacity 2.5s;
  -o-transition: opacity 2.5s;
}
.swiper-slide-active .txt-wrap .desc {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}
.swiper-slide-active .txt-wrap .sec-tit {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}

.sec-2 {
  padding: 15rem 0 10.5rem;
  background: #fff9e1;
}
.sec-2 .btn-wrap {
  margin-bottom: 5rem;
}
.sec-2 .btn-wrap a {
  display: block;
  width: 7rem;
  height: 7rem;
  background: url("../img/main/sec2.png") no-repeat;
  background-size: cover;
}
.sec-2 .sec-tit {
  margin-bottom: 9.7rem;
  margin-top: 5.1rem;
  font-size: 7.5rem;
  line-height: 9rem;
  font-weight: 400;
}
.sec-2 .tab {
  display: flex;
  gap: 4rem;
  padding-left: 15rem;
}
.sec-2 .tab li:first-child.on img {
  content: url("../img/main/tab_1.png");
}
.sec-2 .tab li:last-child.on img {
  content: url("../img/main/tab_2.png");
}
.sec-2 .tab-box {
  margin-top: 3.2rem;
}
.sec-2 .desc {
  padding-left: 15rem;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 300;
  word-break: keep-all;
}
.sec-2 .flex-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
.sec-2 .flex-wrap .img {
  width: 76.551724%;
  height: 52.3rem;
  transform: scaleX(100%);
  -webkit-transform: scaleX(100%);
  -moz-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  -o-transform: scaleX(100%);
  -webkit-transform: scaleX(100%);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  overflow: hidden;
}
.sec-2 .flex-wrap .img.small {
  width: 20.689655%;
  transform: scaleX(100%);
  -webkit-transform: scaleX(100%);
  -moz-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  -o-transform: scaleX(100%);
  -webkit-transform: scaleX(100%);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.sec-2 .flex-wrap .img.small img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-2 .flex-wrap .img1 {
  background: url("../img/main/tab1.png") center;
  background-size: cover;
}
.sec-2 .flex-wrap .img2 {
  background: url("../img/main/tab1-2.png") center;
  background-size: cover;
}
.sec-2 .green {
  padding-left: 3.125%;
  margin-top: 15rem;
  font-family: "Montserrat", sans-serif;
  font-size: 20rem;
  font-weight: 800;
  color: #90bc5b;
}
.sec-2 .scroll-slide {
  margin-top: 3rem;
  height: 22.8rem;
}
.sec-2 .scroll-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.sec-2 .scroll-slide .swiper-slide {
  min-width: 283rem;
  margin-left: 39.5rem;
}
.sec-2 .scroll-slide .text-img {
  height: 100%;
}
.sec-2 .scroll-slide .text-img img {
  width: 100%;
  height: 100%;
}
.sec-2 .scroll-slide2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(144, 188, 91, 0.5);
  top: 72%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
}
.sec-2 .scroll-slide2 .swiper-wrapper {
  transition-timing-function: linear;
}
.sec-2 .scroll-slide2 .slide-flex {
  justify-content: left;
  gap: 2rem;
}
.sec-2 .slide-flex {
  display: flex;
  align-items: center;
  gap: 5.3rem;
}
.sec-2 .turn-img {
  position: relative;
  min-width: 15.5rem;
  height: 15.5rem;
}
.sec-2 .turn-img img {
  width: 100%;
  height: 100%;
}
.sec-2 .turn-img::before {
  content: "";
  width: 13.5rem;
  height: 13.8rem;
  position: absolute;
  top: 6.5%;
  left: 6.5%;
  background: url("../img/main/turn-text.png") no-repeat center;
  background-size: cover;
  animation: rotate-ani 15s linear infinite;
  transform-origin: 50% 50%;
  -webkit-animation: rotate-ani 15s linear infinite;
}
@keyframes rotate-ani {
  100% {
    rotate: 360deg;
  }
}

.sec-3 {
  padding: 15rem 0 18rem;
  position: relative;
  overflow: hidden;
}
.sec-3 .btn-wrap {
  margin-bottom: 5rem;
}
.sec-3 .btn-wrap a {
  display: block;
  width: 7rem;
  height: 7rem;
  background: url("../img/main/sec3.png") no-repeat;
  background-size: cover;
}
.sec-3 .pro {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 800;
}
.sec-3 .sec-tit {
  margin-bottom: 9.7rem;
  margin-top: 5.1rem;
  font-size: 7.5rem;
  line-height: 9rem;
  font-weight: 400;
}
.sec-3 .swiper-slide {
  height: auto;
}
.sec-3 .slide-img {
  width: 100%;
  height: 48rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  overflow: hidden;
  transform: scaleX(100%);
  -webkit-transform: scaleX(100%);
  -moz-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  -o-transform: scaleX(100%);
  -webkit-transform: scaleX(100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sec-3 .slide-img.img-wrap1 {
  background: url("../img/main/pro1.png") no-repeat center center;
  background-size: cover;
}
.sec-3 .slide-img.img-wrap2 {
  background: url("../img/main/pro2.png") no-repeat center center;
  background-size: cover;
}
.sec-3 .slide-img.img-wrap3 {
  background: url("../img/main/pro3.png") no-repeat center center;
  background-size: cover;
}
.sec-3 .slide-img.img-wrap4 {
  background: url("../img/main/pro4.png") no-repeat center center;
  background-size: cover;
}
.sec-3 .btn-wrap2 {
  position: absolute;
  top: -3rem;
  right: 17.5rem;
  display: flex;
  gap: 2rem;
  z-index: 999;
}
.sec-3 .swiper-button-prev2,
.sec-3 .swiper-button-next2 {
  width: 3.8rem;
  height: 2.5rem;
  opacity: 0.2;
  cursor: pointer;
}
.sec-3 .swiper-button-prev2:hover, .sec-3 .swiper-button-prev2:focus,
.sec-3 .swiper-button-next2:hover,
.sec-3 .swiper-button-next2:focus {
  opacity: 1;
}
.sec-3 .swiper-button-prev2 {
  background: url("../img/main/prev.png") no-repeat;
  background-size: cover;
}
.sec-3 .swiper-button-next2 {
  background: url("../img/main/next.png") no-repeat;
  background-size: cover;
}
.sec-3 .slide-inner {
  position: relative;
  width: 100%;
  padding: 0 6rem;
  max-width: 192rem;
  margin: 0 auto;
}
.sec-3 .mySwiper2 {
  margin-left: 17.5rem;
  width: 162.5rem;
  height: auto;
}
.sec-3 .swiper-wrapper {
  align-items: flex-end;
  height: 74.6rem;
}
.sec-3 .swiper-slide:hover .slide-img {
  position: relative;
  height: 60rem;
  transform: scaleX(100%);
  -webkit-transform: scaleX(100%);
  -moz-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  -o-transform: scaleX(100%);
  -webkit-transform: scaleX(100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sec-3 .swiper-slide:hover .slide-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(144, 188, 91, 0.2);
}
.sec-3 .swiper-slide:hover .txt-wrap2 {
  background: rgba(144, 188, 91, 0.2);
  border: 1px solid rgba(66, 120, 0, 0.2);
}
.sec-3 .swiper-slide:hover .txt-wrap2 .product-name {
  color: #0e4601;
}
.sec-3 .txt-wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding: 3.9rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.sec-3 .txt-wrap2 .kind {
  font-size: 1.8rem;
  line-height: 2rem;
}
.sec-3 .txt-wrap2 .product-name {
  font-size: 2.5rem;
  font-weight: 500;
}

.sec-4 {
  padding: 21.5rem 0 15.5rem;
  background: url("../img/main/sec3.jpg") no-repeat center;
  background-size: cover;
}
.sec-4 .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21.2rem;
}
.sec-4 .icon-box {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
  align-items: center;
}
.sec-4 .txt-box {
  padding: 1.9rem 5.4rem;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  background: rgba(144, 188, 91, 0.3);
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
}

@media all and (max-width: 85.375rem) {
  .sec-1 .swiper {
    height: 76rem;
  }
  .sec-2 {
    padding: 12rem 0 8.5rem;
  }
  .sec-2 .sec-tit {
    font-size: 6rem;
    line-height: 1.3;
  }
  .sec-2 .flex-wrap .img {
    width: 74.333333%;
    height: 44.3rem;
  }
  .sec-2 .flex-wrap .img.small {
    width: 22.5%;
  }
  .sec-2 .green {
    margin-top: 10rem;
    font-size: 15rem;
  }
  .sec-2 .scroll-slide {
    height: 18.8rem;
  }
  .sec-2 .scroll-slide .swiper-slide {
    min-width: 239rem;
    margin-left: 30.5rem;
  }
  .sec-2 .scroll-slide2::before {
    top: 70%;
  }
  .sec-2 .turn-img {
    min-width: 14.5rem;
    height: 14.5rem;
  }
  .sec-2 .turn-img::before {
    width: 12.5rem;
    height: 12.8rem;
  }
  .sec-3 {
    padding: 12rem 0 14rem;
  }
  .sec-3 .slide-inner {
    padding: 0 4rem;
  }
  .sec-3 .mySwiper2 {
    margin-left: 0;
    width: 100%;
  }
  .sec-3 .sec-tit {
    font-size: 6rem;
    line-height: 1.3;
  }
  .sec-3 .swiper-wrapper {
    height: 54.6rem;
  }
  .sec-3 .slide-img {
    height: 36rem;
  }
  .sec-3 .swiper-slide:hover .slide-img {
    height: 42rem;
  }
  .sec-3 .txt-wrap2 {
    padding: 3rem 1.6rem;
  }
  .sec-3 .txt-wrap2 .kind {
    font-size: 1.6rem;
  }
  .sec-3 .txt-wrap2 .product-name {
    font-size: 1.9rem;
  }
  .sec-4 .flex-wrap {
    gap: 16.2rem;
  }
}
@media all and (max-width: 64rem) {
  .sec-1 .swiper {
    height: 76.8rem;
  }
  .sec-2 .sec-tit {
    font-size: 5rem;
  }
  .sec-2 .tab {
    padding-left: 8rem;
  }
  .sec-2 .desc {
    padding-left: 8rem;
    font-size: 2rem;
  }
  .sec-2 .flex-wrap .img {
    width: 70%;
  }
  .sec-2 .flex-wrap .img.small {
    width: 28%;
  }
  .sec-2 .green {
    font-size: 12rem;
  }
  .sec-2 .scroll-slide2::before {
    top: 73%;
  }
  .sec-3 .pro {
    font-size: 5rem;
  }
  .sec-3 .sec-tit {
    font-size: 5rem;
  }
  .sec-3 .mySwiper2 {
    margin-left: 0;
  }
  .sec-4 .icon-box {
    gap: 2.8rem;
  }
  .sec-4 .icon {
    width: 10rem;
  }
  .sec-4 .txt-box {
    font-size: 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-1 .swiper-slide .txt-wrap .desc {
    font-size: 6rem;
  }
  .sec-1 .swiper-slide .txt-wrap .sec-tit {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .sec-1 .swiper {
    height: 60rem;
  }
  .sec-1 .swiper-button-prev,
  .sec-1 .swiper-button-next {
    width: 6.1rem;
    height: 6.1rem;
  }
  .sec-2 {
    padding: 10rem 0 6.5rem;
  }
  .sec-2 .sec-tit {
    margin: 4rem 0 7rem;
    font-size: 4.5rem;
  }
  .sec-2 .desc {
    padding-left: 0;
  }
  .sec-2 .tab {
    padding-left: 0;
  }
  .sec-2 .flex-wrap .img {
    height: 33.3rem;
  }
  .sec-2 .green {
    font-size: 10rem;
  }
  .sec-2 .scroll-slide2::before {
    top: 75%;
  }
  .sec-3 {
    padding: 10rem 0 10rem;
  }
  .sec-3 .pro {
    font-size: 4.5rem;
  }
  .sec-3 .sec-tit {
    margin: 4rem 0 7rem;
    font-size: 4.5rem;
  }
  .sec-3 .slide-img {
    height: 28rem;
    border-radius: 8rem;
    -webkit-border-radius: 8rem;
    -moz-border-radius: 8rem;
    -ms-border-radius: 8rem;
    -o-border-radius: 8rem;
  }
  .sec-3 .swiper-slide:hover .slide-img {
    height: 32rem;
  }
  .sec-3 .swiper-wrapper {
    height: 46.2rem;
  }
  .sec-3 .txt-wrap2 {
    padding: 2rem 1rem;
  }
  .sec-3 .txt-wrap2 .kind {
    font-size: 1.4rem;
  }
  .sec-3 .txt-wrap2 .product-name {
    font-size: 1.5rem;
  }
  .sec-3 .btn-wrap2 {
    right: 6rem;
    top: 0;
  }
  .sec-4 {
    padding: 12.5rem 0 12.5rem;
  }
  .sec-4 .flex-wrap {
    justify-content: space-between;
    gap: 0;
  }
  .sec-4 .txt-box {
    padding: 1.9rem 3.4rem;
    width: 16.8rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .sec-4 .icon {
    width: 9rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .sec-1 .swiper-slide .txt-wrap .desc {
    padding: 0 2rem;
    font-size: 4.5rem;
  }
  .sec-1 .swiper-slide .txt-wrap .sec-tit {
    padding: 0 2rem;
    font-size: 1.8rem;
    word-break: keep-all;
  }
  .sec-1 .swiper-button-prev,
  .sec-1 .swiper-button-next {
    width: 4.1rem;
    height: 4.1rem;
    top: 54%;
  }
  .sec-2 {
    padding: 8rem 0 4.5rem;
  }
  .sec-2 .sec-tit {
    margin-bottom: 6rem;
    font-size: 3.2rem;
  }
  .sec-2 .btn-wrap {
    margin-bottom: 4rem;
  }
  .sec-2 .btn-wrap a {
    width: 5rem;
    height: 5rem;
  }
  .sec-2 .tab li {
    height: 3rem;
  }
  .sec-2 .desc {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .sec-2 .flex-wrap {
    margin-top: 4rem;
  }
  .sec-2 .flex-wrap .img {
    width: 100%;
    height: 24.3rem;
    border-radius: 6rem;
    -webkit-border-radius: 6rem;
    -moz-border-radius: 6rem;
    -ms-border-radius: 6rem;
    -o-border-radius: 6rem;
  }
  .sec-2 .flex-wrap .img.small {
    width: 0;
  }
  .sec-2 .green {
    margin-top: 6rem;
    font-size: 5rem;
  }
  .sec-2 .scroll-slide {
    height: 13.8rem;
  }
  .sec-2 .scroll-slide .swiper-slide {
    margin-left: 16.5rem;
    min-width: 176.2rem;
  }
  .sec-2 .scroll-slide2::before {
    top: 77%;
  }
  .sec-2 .slide-flex {
    height: 100%;
  }
  .sec-2 .turn-img {
    min-width: 12.5rem;
    height: 12.5rem;
  }
  .sec-2 .turn-img::before {
    width: 10.5rem;
    height: 10.8rem;
    left: 7.6%;
  }
  .sec-3 {
    padding: 8rem 0;
  }
  .sec-3 .slide-inner {
    padding: 0 2rem;
  }
  .sec-3 .pro {
    font-size: 4rem;
  }
  .sec-3 .sec-tit {
    margin-bottom: 8rem;
    font-size: 3.2rem;
    word-break: keep-all;
  }
  .sec-3 .sec-tit br {
    display: none;
  }
  .sec-3 .btn-wrap {
    margin-bottom: 4rem;
  }
  .sec-3 .btn-wrap a {
    width: 5rem;
    height: 5rem;
  }
  .sec-3 .btn-wrap2 {
    right: 4rem;
    top: -4rem;
  }
  .sec-3 .slide-img {
    height: 24rem;
    border-radius: 6rem;
    -webkit-border-radius: 6rem;
    -moz-border-radius: 6rem;
    -ms-border-radius: 6rem;
    -o-border-radius: 6rem;
  }
  .sec-3 .swiper-slide:hover .slide-img {
    height: 28rem;
  }
  .sec-3 .txt-wrap2 {
    padding: 1.6rem 1.2rem;
  }
  .sec-3 .txt-wrap2 .kind {
    font-size: 1.2rem;
  }
  .sec-3 .txt-wrap2 .product-name {
    font-size: 1.2rem;
  }
  .sec-3 .swiper-wrapper {
    height: 37.4rem;
  }
  .sec-4 .icon {
    width: 6rem;
  }
  .sec-4 .txt-box {
    width: 9.8rem;
    padding: 1.6rem 1rem;
    font-size: 1.3rem;
  }
  .sec-4 .icon-box {
    height: 12.4rem;
    gap: 0;
    justify-content: space-between;
  }
}