body {
  background: #F3EEE7;
}

.banner {
  width: 100%;
  height: 100vh;
}
.banner .banner_swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .banner_swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .banner_swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
  transform: scale(1.1);
}
.banner .banner_swiper .swiper-slide .slide_text {
  width: 37.5vw;
  position: absolute;
  left: 8.3333333333vw;
  bottom: 9.1145833333vw;
  z-index: 3;
}
.banner .banner_swiper .swiper-slide .slide_text .en {
  color: #FFF;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.2083333333vw;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.banner .banner_swiper .swiper-slide .slide_text .h1 {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.banner .banner_swiper .swiper-slide .slide_text .h5 {
  color: #FFF;
  font-weight: 400;
  line-height: 0.625;
  letter-spacing: 0.0520833333vw;
  text-transform: uppercase;
  margin: 1.6666666667vw 0;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.banner .banner_swiper .swiper-slide .slide_text .p {
  color: #FFF;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.0520833333vw;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.banner .banner_swiper .swiper-slide.swiper-slide-active .slide_text .en, .banner .banner_swiper .swiper-slide.swiper-slide-active .slide_text .h1, .banner .banner_swiper .swiper-slide.swiper-slide-active .slide_text .h5, .banner .banner_swiper .swiper-slide.swiper-slide-active .slide_text .p {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
.banner .banner_swiper .swiper-slide.swiper-slide-active .slide_text .h1 {
  transition-delay: 0.1s;
}
.banner .banner_swiper .swiper-slide.swiper-slide-active .slide_text .h5 {
  transition-delay: 0.2s;
}
.banner .banner_swiper .swiper-slide.swiper-slide-active .slide_text .p {
  transition-delay: 0.3s;
}
.banner .banner_swiper .swiper-slide.swiper-slide-active .img img {
  transform: scale(1);
}
.banner .banner_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 2.7083333333vw;
  gap: 0.8333333333vw;
}
.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 4.1666666667vw;
  height: 0.1041666667vw;
  background: #2C241E;
  opacity: 1;
  border-radius: 0;
  position: relative;
}
.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0;
  height: 100%;
  background: #F3EEE7;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: pagingA 4s linear forwards;
}

@keyframes pagingA {
  100% {
    width: 100%;
  }
}
.sec1 {
  padding: 6.25vw 2.0833333333vw 3.3333333333vw;
}
.sec1 .sec1_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 5.4166666667vw;
  position: relative;
  z-index: 3;
}
.sec1 .sec1_top .l_box {
  width: 23.8020833333vw;
}
.sec1 .sec1_top .l_box .en {
  color: #938F83;
  font-family: "Inter";
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.2083333333vw;
  text-transform: uppercase;
}
.sec1 .sec1_top .l_box .title {
  color: #4A3F35;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.sec1 .sec1_top .l_box .des {
  color: #4A3F35;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.0520833333vw;
  text-transform: uppercase;
  margin: 1.6666666667vw 0 3.3333333333vw;
}
.sec1 .sec1_top .l_box .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  padding: 0.8333333333vw 2.0833333333vw;
  background: #2C241E;
  border: none;
  cursor: pointer;
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.sec1 .sec1_top .l_box .more:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 0.729vw;
  height: 0.729vw;
  border-radius: 50%;
  transform: translate(-50%, 50%) scale(0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
}
.sec1 .sec1_top .l_box .more p {
  color: #FAF9F6;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0520833333vw;
  text-transform: uppercase;
  transition: 0.6s;
  position: relative;
  z-index: 2;
}
.sec1 .sec1_top .l_box .more .icon {
  width: 1.25vw;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.sec1 .sec1_top .l_box .more .icon svg {
  display: block;
  width: 100%;
  height: unset;
  transition: 0.6s;
}
.sec1 .sec1_top .l_box .more .icon svg path {
  transition: 0.6s;
}
.sec1 .sec1_top .l_box .more:hover:after {
  transform: translate(-50%, 50%) scale(20);
}
.sec1 .sec1_top .l_box .more:hover p {
  color: #2C241E;
}
.sec1 .sec1_top .l_box .more:hover .icon svg path {
  stroke: #2C241E;
}
.sec1 .sec1_top .r_box {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
.sec1 .sec1_top .r_box .jt {
  cursor: pointer;
}
.sec1 .sec1_top .r_box .jt svg {
  display: block;
  width: 0.7291666667vw;
  height: unset;
}
.sec1 .sec1_top .r_box .swiper-pagination {
  display: flex;
  align-items: center;
  position: unset;
}
.sec1 .sec1_top .r_box .swiper-pagination span, .sec1 .sec1_top .r_box .swiper-pagination div {
  color: #000;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 1.57;
}
.sec1 .sec1_swiper {
  width: 100%;
  margin: -16.875vw 0 0;
  height: 46.875vw;
}
.sec1 .sec1_swiper .swiper-slide .slide_box {
  padding: 18.9583333333vw 0 0;
  transition: 0.6s;
}
.sec1 .sec1_swiper .swiper-slide .slide_box .img {
  width: 100%;
  height: 19.7916666667vw;
  transition: 0.6s;
}
.sec1 .sec1_swiper .swiper-slide .slide_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec1 .sec1_swiper .swiper-slide .slide_box p {
  color: #938F83;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2083333333vw;
  margin: 0.8333333333vw 0 0;
}
.sec1 .sec1_swiper .swiper-slide.swiper-slide-active .slide_box {
  padding: 0;
}
.sec1 .sec1_swiper .swiper-slide.swiper-slide-active .slide_box .img {
  height: 45.1041666667vw;
}

.sec2 .fix {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
.sec2 .fix .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.sec2 .fix .wrap .item {
  width: 100%;
  background: #F3EEE7;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec2 .fix .wrap .item .sec2_top {
  text-align: center;
  margin-bottom: 3.3333333333vw;
}
.sec2 .fix .wrap .item .sec2_top .en {
  color: #938F83;
  font-family: "Inter";
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.2083333333vw;
  text-transform: uppercase;
}
.sec2 .fix .wrap .item .sec2_top .title {
  color: #4A3F35;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.6666666667vw;
}
.sec2 .fix .wrap .item .sec2_top .des {
  color: #4A3F35;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.0520833333vw;
}
.sec2 .fix .wrap .item .box {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}
.sec2 .fix .wrap .item .box .img {
  width: 51.8229166667vw;
  height: 29.1666666667vw;
  overflow: hidden;
}
.sec2 .fix .wrap .item .box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec2 .fix .wrap .item .box .img:hover img {
  transform: scale(1.1);
}
.sec2 .fix .wrap .item .box .r_box {
  position: absolute;
  width: 13.5416666667vw;
  right: -2.5vw;
  transform: translateX(100%);
}
.sec2 .fix .wrap .item .box .r_box .h5 {
  color: #4A3F35;
  font-weight: 400;
  letter-spacing: 0.0520833333vw;
}
.sec2 .fix .wrap .item .box .r_box .p {
  color: #4A3F35;
  font-weight: 300;
  line-height: 1.25vw;
  letter-spacing: 0.0520833333vw;
}
.sec2 .fix .wrap .item .box .r_box .p li {
  list-style: none;
  padding: 0 0 0 1.0416666667vw;
  position: relative;
}
.sec2 .fix .wrap .item .box .r_box .p li:after {
  content: "";
  width: 0.2083333333vw;
  height: 0.2083333333vw;
  background: #4A3F35;
  border-radius: 50%;
  position: absolute;
  left: 0.4166666667vw;
  top: 0.5208333333vw;
}
.sec2 .fix .wrap .item:not(:first-child) {
  position: absolute;
  top: 0;
}

.sec3 {
  padding: 3.3333333333vw 8.3333333333vw;
  overflow: hidden;
}
.sec3 .sec3_top {
  margin-bottom: 4.1666666667vw;
}
.sec3 .sec3_top .en {
  color: #938F83;
  font-weight: 500;
  line-height: 1.3333;
  letter-spacing: 0.2083333333vw;
  text-transform: uppercase;
}
.sec3 .sec3_top .title {
  color: #4A3F35;
  font-weight: 400;
  line-height: 1;
  margin: 0.625vw 0 1.6666666667vw;
}
.sec3 .sec3_top .h5 {
  color: #4A3F35;
  font-weight: 400;
  line-height: 0.625;
  letter-spacing: 0.0520833333vw;
  margin: 0 0 1.6666666667vw;
}
.sec3 .sec3_top .des {
  color: #4A3F35;
  font-weight: 300;
}
.sec3 .swiper_box {
  position: relative;
}
.sec3 .swiper_box .swiper_text {
  position: absolute;
  width: 41.6666666667vw;
  top: 3.3854166667vw;
  left: 22.0833333333vw;
}
.sec3 .swiper_box .swiper_text .item {
  display: none;
}
.sec3 .swiper_box .swiper_text .item .en {
  color: #938F83;
  font-weight: 500;
  line-height: 1.3333;
  letter-spacing: 0.2083333333vw;
  text-transform: uppercase;
}
.sec3 .swiper_box .swiper_text .item .h5 {
  color: #4A3F35;
  font-weight: 400;
  line-height: 0.625;
  letter-spacing: 0.0520833333vw;
  margin: 0.5729166667vw 0;
}
.sec3 .swiper_box .swiper_text .item .p {
  color: #4A3F35;
  font-weight: 300;
  line-height: 1.5;
}
.sec3 .swiper_box .swiper_text .item.on {
  display: block;
}
.sec3 .swiper_box .swiper {
  height: 31.6145833333vw;
  width: 102.6041666667vw;
  cursor: grabbing;
}
.sec3 .swiper_box .swiper .swiper-wrapper {
  align-items: flex-end;
}
.sec3 .swiper_box .swiper .swiper-slide {
  width: 15.1041666667vw;
  transition: 0.6s;
  display: flex;
  align-items: flex-end;
}
.sec3 .swiper_box .swiper .swiper-slide .img {
  width: 100%;
  height: 20.8333333333vw;
  overflow: hidden;
  transition: 0.6s;
}
.sec3 .swiper_box .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec3 .swiper_box .swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.sec3 .swiper_box .swiper .swiper-slide.swiper-slide-active {
  width: 20.8333333333vw;
}
.sec3 .swiper_box .swiper .swiper-slide.swiper-slide-active .img {
  height: 31.6145833333vw;
  border-radius: 1.40625vw;
}
.sec3 .swiper-pagination {
  width: 100%;
  position: unset;
  height: 0.0520833333vw;
  background: #C6B9A6;
  margin: 2.0833333333vw 0 0;
}
.sec3 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #433E37;
}

.sec4 {
  padding: 3.3333333333vw 0;
  text-align: center;
  overflow: hidden;
}
.sec4 .en {
  color: #938F83;
  font-weight: 500;
  line-height: 1.3333;
  letter-spacing: 0.2083333333vw;
  text-transform: uppercase;
}
.sec4 .title {
  color: #4A3F35;
  font-weight: 400;
  line-height: 1;
  margin: 0.625vw 0 1.6666666667vw;
}
.sec4 .des {
  color: #4A3F35;
  font-weight: 300;
  margin-bottom: 2.0833333333vw;
}
.sec4 .logos .flex {
  display: flex;
  width: max-content;
  flex-direction: column;
  gap: 1.0417vw;
}
.sec4 .logos .flex .logo_flex {
  display: flex;
}
.sec4 .logos .flex .logo_flex .logo {
  width: 14.0625vw;
  height: 7.03125vw;
  margin-right: 1.25vw;
}
.sec4 .logos .flex .logo_flex .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec5 {
  padding: 12.5vw 0 0;
}
.sec5 .title {
  color: #C4C4C4;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 12.5vw;
  text-align: center;
}
.sec5 .img {
  width: 100%;
  clip-path: inset(0 0 0 100%);
  transition: 1s;
  opacity: 1;
}
.sec5 .img img {
  display: block;
  width: 100%;
}
.sec5 .img.animated {
  clip-path: inset(0 0 0 0%);
}

.sec6 {
  padding: 3.125vw 0;
  display: flex;
  gap: 13.75vw;
  align-items: center;
}
.sec6 .img {
  width: 37.5vw;
  height: 50vw;
  overflow: hidden;
}
.sec6 .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec6 .img:hover img {
  transform: scale(1.1);
}
.sec6 .r_box {
  width: 30.2083333333vw;
  text-align: center;
}
.sec6 .r_box .title {
  color: #4A3F35;
  font-weight: 400;
  line-height: 150%;
}
.sec6 .r_box .des {
  color: #4A3F35;
  font-weight: 300;
  line-height: 150%;
  margin: 1.6666666667vw 0 0;
}

.common_sec {
  position: relative;
  padding: 3.3333333333vw 0;
  background: url(/images/reviews/cbg.png) no-repeat;
  background-size: cover;
}
.common_sec .info {
  text-align: center;
  color: #fff;
}
.common_sec .info .p1 {
  line-height: 1.5;
  margin-bottom: 2.0833333333vw;
}
.common_sec .info a {
  display: inline-flex;
  border: 1.033px solid #FAF9F6;
  padding: 0.8333333333vw 2.0833333333vw;
  gap: 0.8333333333vw;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.common_sec .info a p,
.common_sec .info a img {
  transition: all 600ms;
}
.common_sec .info a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 0.729vw;
  height: 0.729vw;
  border-radius: 50%;
  transform: translate(-50%, 50%) scale(0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
}
.common_sec .info a img {
  display: block;
  width: 1.25vw;
}
.common_sec .info a:hover::after {
  transform: translate(-50%, 50%) scale(20);
}
.common_sec .info a:hover p {
  color: #000;
}
.common_sec .info a:hover img {
  filter: invert(1);
}
.img_go {
  animation: img_go 100s infinite linear;
}
.img_go_reserve {
  animation: img_go_reserve 100s infinite linear;
}
@keyframes img_go {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes img_go_reserve {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 60vh;
  }
  .banner .banner_swiper .swiper-slide .slide_text {
    width: 90%;
    left: 5vw;
    bottom: 50px;
  }
  .banner .banner_swiper .swiper-slide .slide_text .h1 {
    font-size: 20px;
  }
  .banner .banner_swiper .swiper-slide .slide_text .h5 {
    line-height: 1;
    margin: 10px 0;
  }
  .banner .banner_swiper .swiper-slide .slide_text .p {
    font-size: 13px;
  }
  .banner .banner_swiper .swiper-pagination {
    gap: 8px;
    bottom: 20px;
  }
  .banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
  }
  .sec4 .logos .flex {
    gap: 20px;
  }
  .sec1 {
    padding: 40px 5vw;
    overflow: hidden;
  }
  .sec1 .sec1_top {
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }
  .sec1 .sec1_top .l_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec1 .sec1_top .l_box .title {
    font-size: 20px;
  }
  .sec1 .sec1_top .l_box .des {
    margin: 10px 0 20px;
  }
  .sec1 .sec1_top .l_box .more {
    padding: 10px 15px;
    gap: 8px;
  }
  .sec1 .sec1_top .l_box .more p {
    font-size: 14px;
  }
  .sec1 .sec1_top .l_box .more .icon {
    width: 16px;
  }
  .sec1 .sec1_top .r_box {
    width: 100%;
    gap: 8px;
    justify-content: flex-start;
  }
  .sec1 .sec1_top .r_box .jt svg {
    width: 16px;
  }
  .sec1 .sec1_top .r_box .swiper-pagination {
    width: fit-content;
  }
  .sec1 .swiper {
    margin: 0;
    height: unset;
    overflow: unset;
  }
  .sec1 .swiper .swiper-slide .slide_box {
    padding: 0 !important;
  }
  .sec1 .swiper .swiper-slide .slide_box .img {
    height: 60vw !important;
  }
  .sec1 .swiper .swiper-slide .slide_box p {
    font-size: 13px;
    margin: 15px 0 0;
  }
  .sec2 {
    height: unset !important;
    overflow: hidden;
    padding: 10px 5vw 30px;
  }
  .sec2 .fix {
    display: none;
  }
  .sec2 .sec2_top {
    text-align: center;
    margin-bottom: 20px;
    display: block !important;
  }
  .sec2 .sec2_top .en {
    color: #938F83;
    font-family: "Inter";
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .sec2 .sec2_top .title {
    color: #4A3F35;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
  }
  .sec2 .sec2_top .des {
    color: #4A3F35;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.5px;
    font-size: 13px;
  }
  .sec2 .sec2_swiper {
    display: block !important;
    overflow: unset;
  }
  .sec2 .sec2_swiper .swiper-slide .img {
    width: 100%;
    height: 50vw;
    overflow: hidden;
  }
  .sec2 .sec2_swiper .swiper-slide .img img {
    display: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec2 .sec2_swiper .swiper-slide .r_box {
    margin: 10px 0 0;
  }
  .sec2 .sec2_swiper .swiper-slide .r_box .h5 {
    color: #4A3F35;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .sec2 .sec2_swiper .swiper-slide .r_box .p {
    color: #4A3F35;
    font-weight: 400;
    line-height: 1.5;
  }
  .sec2 .sec2_swiper .swiper-slide .r_box .p li {
    padding: 0 0 0 10px;
    position: relative;
    margin-bottom: 4px;
  }
  .sec2 .sec2_swiper .swiper-slide .r_box .p li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #4A3F35;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 8px;
  }
  .sec2 .sec2_swiper .swiper-slide .r_box .p ul {
    list-style: none;
  }
  .sec3 {
    padding: 20px 5vw;
    overflow: hidden;
  }
  .sec3 .sec3_top {
    margin-bottom: 20px;
  }
  .sec3 .sec3_top .title {
    font-size: 20px;
  }
  .sec3 .sec3_top .h5 {
    line-height: 1;
    margin: 10px 0;
  }
  .sec3 .sec3_top .des {
    font-size: 13px;
  }
  .sec3 .swiper_box .swiper_text {
    display: none;
  }
  .sec3 .swiper_box .swiper {
    height: unset;
    width: 100%;
    overflow: unset;
  }
  .sec3 .swiper_box .swiper .swiper-slide {
    display: block;
  }
  .sec3 .swiper_box .swiper .swiper-slide .img {
    height: 110vw !important;
    border-radius: 10px !important;
  }
  .sec3 .swiper_box .swiper .swiper-slide .slide_text {
    display: block !important;
    margin: 10px 0 0;
  }
  .sec3 .swiper_box .swiper .swiper-slide .slide_text .en {
    color: #938F83;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .sec3 .swiper_box .swiper .swiper-slide .slide_text .h5 {
    color: #4A3F35;
    letter-spacing: 1px;
    margin: 8px 0;
  }
  .sec3 .swiper_box .swiper .swiper-slide .slide_text .p {
    color: #4A3F35;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .sec3 .swiper-pagination {
    height: 1px;
    margin: 20px 0 0;
  }
  .sec4 {
    padding: 20px 5vw 40px;
  }
  .sec4 .title {
    font-size: 20px;
    margin: 4px 0 15px;
  }
  .sec4 .des {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .sec4 .des br {
    display: none;
  }
  .sec4 .logos .flex .logo_flex .logo {
    width: 120px;
    height: 60px;
    margin-right: 20px;
  }
  .sec5 .title {
    margin-bottom: 40px;
  }
  .sec6 {
    padding: 40px 5vw;
    display: block;
  }
  .sec6 .img {
    width: 100%;
    height: 120vw;
  }
  .sec6 .r_box {
    width: 100%;
    margin: 20px 0 0;
  }
  .sec6 .r_box .des {
    font-size: 13px;
    margin: 15px 0 0;
  }
  .common_sec {
    padding: 30px 0;
  }
  .common_sec .info .p1 {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 5%;
  }
  .common_sec .info a {
    padding: 10px 24px;
    font-size: 14px;
    gap: 10px;
  }
  .common_sec .info a::after {
    width: 30px;
    height: 30px;
  }
  .common_sec .info a img {
    width: 18px;
  }
  .sec1 .sec1_top .l_box .more:after{
    width: 30px;
    height: 30px;
  }
}

/*# sourceMappingURL=products.css.map */
