.common_title {
  text-align: center;
}
.common_title .h5 {
  color: #4E4E50;
  font-weight: 300;
  letter-spacing: 0.1875vw;
}
.common_title .p {
  color: #4E4E50;
  font-family: "Aboreto";
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.0375vw;
}

.sec1 {
  padding: 5.7291666667vw 0 5.8333333333vw;
  position: relative;
}
.sec1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.sec1 .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec1 .list {
  display: flex;
  justify-content: center;
  gap: 11.9791666667vw;
  margin: 5.5729166667vw 0 0;
}
.sec1 .list .item {
  width: 14.4791666667vw;
  text-align: center;
}
.sec1 .list .item .icon {
  width: 4.6875vw;
  height: 4.4791666667vw;
  margin: 0 auto 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
.sec1 .list .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.sec1 .list .item .h5 {
  color: #000;
  font-weight: 500;
}
.sec1 .list .item .en {
  color: #000;
  font-family: "Aboreto";
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.0375vw;
  margin-bottom: 0.625vw;
}
.sec1 .list .item .p {
  color: #000;
  font-weight: 300;
  line-height: 200%;
}

.sec2 {
  padding: 5.4166666667vw 0 0;
}
.sec2 .wrap {
  width: 80.3645833333vw;
  margin: 0 auto;
}
.sec2 .wrap .box {
  margin: 3.59375vw 0 0;
  width: 100%;
  background: #232323;
  padding: 5.8333333333vw 5.4166666667vw 5.78125vw;
  display: flex;
  justify-content: space-between;
}
.sec2 .wrap .box .img {
  overflow: hidden;
}
.sec2 .wrap .box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec2 .wrap .box .img:hover img {
  transform: scale(1.1);
}
.sec2 .wrap .box .small_img {
  width: 10.6770833333vw;
  height: 10.78125vw;
}
.sec2 .wrap .box .big_img {
  width: 22.2916666667vw;
  height: 22.3958333333vw;
}
.sec2 .wrap .box .l {
  width: 46.0416666667vw;
}
.sec2 .wrap .box .l .box_title {
  height: 10.78125vw;
  margin-bottom: 0.7291666667vw;
}
.sec2 .wrap .box .l .box_title .h5 {
  color: #FFF;
  font-weight: 500;
  margin-bottom: 1.1458333333vw;
}
.sec2 .wrap .box .l .box_title .p {
  color: #FFF;
  font-weight: 300;
}
.sec2 .wrap .box .l .flex {
  display: flex;
  gap: 1.1979166667vw;
}
.sec2 .wrap .box .l .flex .two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec2 .wrap .box .l .flex1 {
  justify-content: flex-end;
  margin: 1.1979166667vw 0 0;
}
.sec2 .wrap .box .l .flex1 .small_text {
  width: 10.4166666667vw;
  height: 10.78125vw;
  display: flex;
  align-items: center;
  padding: 0 0 0 0.8854166667vw;
}
.sec2 .wrap .box .l .flex1 .small_text .p {
  color: #FFF;
  font-weight: 300;
  line-height: 200%;
}
.sec2 .wrap .box .r {
  width: 22.2916666667vw;
}
.sec2 .wrap .box .r .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7291666667vw 0;
}
.sec2 .wrap .box .r .flex .big_img {
  margin: 0.46875vw 0 0;
}

.sec3 {
  padding: 5.625vw 0 5.9375vw;
}
.sec3 .wrap {
  width: 81.71875vw;
  margin: 0 auto;
}
.sec3 .wrap .swiper_box {
  background: #F5EBE0;
  padding: 4.53125vw 0 5.1041666667vw;
  position: relative;
  margin: 3.6458333333vw 0 0;
}
.sec3 .wrap .swiper_box .btns {
  display: flex;
  gap: 85.8854166667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.sec3 .wrap .swiper_box .btns .jt {
  width: 0.78125vw;
  cursor: pointer;
  pointer-events: auto;
}
.sec3 .wrap .swiper_box .btns .jt svg {
  width: 100%;
  height: auto;
}
.sec3 .wrap .swiper_box .btns .jt svg path {
  transition: 0.6s;
}
.sec3 .wrap .swiper_box .btns .jt:hover svg path {
  stroke: #986733;
}
.sec3 .wrap .swiper_box .swiper {
  width: 74.7395833333vw;
  overflow: hidden;
  margin: 0 auto;
}
.sec3 .wrap .swiper_box .swiper .swiper-slide {
  text-align: center;
}
.sec3 .wrap .swiper_box .swiper .swiper-slide .img {
  /* width: 100%;
  height: 14.1145833333vw;
  overflow: hidden; */
    /* width: 100%; */
  width: 13.5vw;
  height: 18.33vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  /* height: 14.1145833333vw; */
  overflow: hidden;
}
.sec3 .wrap .swiper_box .swiper .swiper-slide .img img {
  /* display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s; */
   display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 1s;
}
.sec3 .wrap .swiper_box .swiper .swiper-slide .h5 {
  color: #696969;
  font-weight: 500;
  /* margin: 3.0208333333vw 0 1.25vw; */
   margin: 2.08vw 0 1.25vw;
}
.sec3 .wrap .swiper_box .swiper .swiper-slide .p {
  color: #696969;
  font-weight: 300;
  text-transform: uppercase;
}
.sec3 .wrap .swiper_box .swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {

  .sec1 {
    padding: 50px 5vw;
  }
  .sec1 .list {
    width: 100%;
    flex-wrap: wrap;
    margin: 25px 0 0;
    gap: 25px 0;
  }
  .sec1 .list .item {
    width: 100%;
  }
  .sec1 .list .item .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
  .sec1 .list .item .p {
    font-size: 15px;
  }
  .sec2 {
    padding: 30px 5vw 0;
  }
  .sec2 .wrap {
    width: 100%;
  }
  .sec2 .wrap .box {
    margin: 25px 0 0;
    display: block;
    padding: 20px;
  }
  .sec2 .wrap .box .big_img {
    width: 100%;
    height: 80vw;
  }
  .sec2 .wrap .box .small_img {
    width: 48%;
    height: 39vw;
  }
  .sec2 .wrap .box .l {
    width: 100%;
  }
  .sec2 .wrap .box .l .box_title {
    height: unset;
    margin-bottom: 25px;
  }
  .sec2 .wrap .box .l .flex {
    flex-wrap: wrap;
    gap: 2vw;
  }
  .sec2 .wrap .box .l .flex .two {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .sec2 .wrap .box .l .flex1 {
    justify-content: space-between;
    margin-top: 2vw;
  }
  .sec2 .wrap .box .l .flex1 .small_text {
    width: 48%;
    height: 39vw;
  }
  .sec2 .wrap .box .r {
    width: 100%;
    margin: 2vw 0 0;
  }
  .sec2 .wrap .box .r .flex {
    gap: 2vw 0;
  }
  .sec3 {
    padding: 60px 5vw 90px;
  }
  .sec3 .wrap {
    width: 100%;
  }
  .sec3 .wrap .swiper_box {
    margin: 25px 0 0;
    padding: 30px 20px;
  }
  .sec3 .wrap .swiper_box .btns {
    top: unset;
    bottom: -20px;
    transform: translate(-50%, 100%);
    gap: 30px;
  }
  .sec3 .wrap .swiper_box .btns .jt {
    width: 10px;
  }
  .sec3 .wrap .swiper_box .swiper {
    width: 100%;
  }
  .sec3 .wrap .swiper_box .swiper .swiper-slide .img {
    height: 40vw;
  }
  .sec3 .wrap .swiper_box .swiper .swiper-slide .h5 {
    margin: 15px 0 10px;
  }
  .sec3 .wrap .swiper_box .swiper .swiper-slide .p {
    font-size: 15px;
  }
    .sec3 .wrap .swiper_box .swiper .swiper-slide .img{
     width: 100%;
    height: 250px;
  }
}

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