body {
  background: #F3EEE7;
}

.banner {
  position: relative;
}
.banner .banner_text {
  position: relative;
  z-index: 3;
  width: 100%;
}
.banner .banner_text .row {
  width: 100%;
}
.banner .banner_text .row:nth-child(1) {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 5vw 0;
}
.banner .banner_text .row:nth-child(1) .h1 {
  color: #FFF;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0208333333vw;
}
.banner .banner_text .row:nth-child(2) {
  padding: 0 0 15vw;
}
.banner .banner_text .row:nth-child(2) .p {
  width: 35.4166666667vw;
  margin: 0 auto;
  color: #FFF;
  font-weight: 350;
  line-height: 150%;
}
.banner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .background img {
  display: block;
  width: 100%;
  height: calc(100% + 400px);
  object-fit: cover;
}

.sec1 .fix {
  padding: 0 8.3333333333vw;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
}
.sec1 .fix .wrap {
  width: 100%;
}
.sec1 .h5 {
  color: #4A3F35;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: 0.03125vw;
}
.sec1 .h1 {
  color: #4A3F35;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: 0.01875vw;
  margin-bottom: 4.1666666667vw;
}
.sec1 .swiper {
  width: 102.0833333333vw;
  padding: 0 0 1.5625vw;
}
.sec1 .swiper .swiper-slide .slide_box {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  margin: 0 0 1.875vw 5.7291666667vw;
}
.sec1 .swiper .swiper-slide .slide_box .img {
  width: 20vw;
  height: 26.6145833333vw;
  overflow: hidden;
}
.sec1 .swiper .swiper-slide .slide_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec1 .swiper .swiper-slide .slide_box .img:hover img {
  transform: scale(1.1);
}
.sec1 .swiper .swiper-slide .slide_box .slide_box_r {
  width: 25.5208333333vw;
}
.sec1 .swiper .swiper-slide .slide_box .slide_box_r .year {
  color: #4A3F35;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: 0.0208333333vw;
  margin-bottom: 2.0833333333vw;
}
.sec1 .swiper .swiper-slide .slide_box .slide_box_r .p {
  color: #4A3F35;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: 0.0104166667vw;
}
.sec1 .swiper .swiper-slide .slide_bottom {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1.5625vw;
}
.sec1 .swiper .swiper-slide .slide_bottom .year {
  width: 4.7395833333vw;
  color: #999;
  text-align: center;
  font-weight: 350;
  line-height: 1.7;
  padding: 0.5208333333vw 0;
  transition: 0.6s;
  position: relative;
}
.sec1 .swiper .swiper-slide .slide_bottom .year:after {
  content: "";
  width: 1px;
  height: 28.4895833333vw;
  background: linear-gradient(0deg, #2C241E 0%, rgba(44, 36, 30, 0) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.sec1 .swiper .swiper-slide .slide_bottom .lines {
  width: 44.4791666667vw;
}
.sec1 .swiper .swiper-slide .slide_bottom .lines img {
  display: block;
  width: 100%;
  height: unset;
}
.sec1 .swiper .swiper-slide .slide_bottom .jt {
  position: absolute;
  width: 1.7708333333vw;
  bottom: -0.5208333333vw;
  transform: translateY(100%);
  left: 1.9270833333vw;
  opacity: 0;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide .slide_bottom .jt img {
  display: block;
  width: 100%;
  height: unset;
}
.sec1 .swiper .swiper-slide.swiper-slide-active .slide_bottom .year {
  color: #000;
}
.sec1 .swiper .swiper-slide.swiper-slide-active .slide_bottom .jt {
  opacity: 1;
}

.sec2 {
  padding: 3.3333333333vw 0;
  overflow: hidden;
}
.sec2 .title {
  color: #4A3F35;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0125vw;
}
.sec2 .des {
  color: #000;
  text-align: center;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.0520833333vw;
  margin: 0.8333333333vw 0 3.3333333333vw;
}
.sec2 .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  padding: 0.8333333333vw 2.0833333333vw;
  background: #2C241E;
  border: none;
  cursor: pointer;
  margin: 0 auto 2.1354166667vw;
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.sec2 .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;
}
.sec2 .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;
}
.sec2 .more .icon {
  width: 1.25vw;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.sec2 .more .icon svg {
  display: block;
  width: 100%;
  height: unset;
  transition: 0.6s;
}
.sec2 .more .icon svg path {
  transition: 0.6s;
}
.sec2 .more:hover:after {
  transform: translate(-50%, 50%) scale(20);
}
.sec2 .more:hover p {
  color: #2C241E;
}
.sec2 .more:hover .icon svg path {
  stroke: #2C241E;
}
.sec2 .imgs .flex {
  display: flex;
  width: max-content;
  animation: img_go 100s infinite linear;
}
.sec2 .imgs .flex .img_flex {
  display: flex;
}
.sec2 .imgs .flex .img_flex .img {
  margin-right: 2.0833333333vw;
  width: 27.96875vw;
  height: 30.3645833333vw;
  overflow: hidden;
  transition: 0.6s;
}
.sec2 .imgs .flex .img_flex .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec2 .imgs .flex .img_flex .img:hover {
  border-radius: 1.0416666667vw;
}
.sec2 .imgs .flex .img_flex .img:hover img {
  transform: scale(1.1);
}
.sec2 .imgs .flex:hover {
  animation-play-state: paused;
}

@keyframes img_go {
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .banner .banner_text .row:nth-child(1) {
    padding: 5vh 0;
  }
  .banner .banner_text .row:nth-child(1) .h1 {
    font-size: 20px;
  }
  .banner .banner_text .row:nth-child(2) {
    padding: 0 0 15vh;
  }
  .banner .banner_text .row:nth-child(2) .p {
    font-size: 14px;
    width: 90%;
  }
  .sec1 {
    padding: 50px 5vw;
    overflow: hidden;
  }
  .sec1 .fix {
    padding: 0;
    height: unset;
    position: unset;
    overflow: unset;
  }
  .sec1 .h5 {
    font-size: 20px;
  }
  .sec1 .h1 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sec1 .swiper {
    width: 100%;
    overflow: unset;
  }
  .sec1 .swiper .swiper-slide .slide_box {
    gap: 10px;
    margin: 0 0 10px 40px;
  }
  .sec1 .swiper .swiper-slide .slide_box .img {
    width: 40vw;
    height: 55vw;
  }
  .sec1 .swiper .swiper-slide .slide_box .slide_box_r {
    width: calc(100% - 40vw - 10px);
  }
  .sec1 .swiper .swiper-slide .slide_box .slide_box_r .year {
    font-size: 18px;
  }
  .sec1 .swiper .swiper-slide .slide_box .slide_box_r .p {
    font-size: 12px;
  }
  .sec1 .swiper .swiper-slide .slide_bottom {
    gap: 10px;
  }
  .sec1 .swiper .swiper-slide .slide_bottom .year {
    width: 40px;
    font-size: 16px;
  }
  .sec1 .swiper .swiper-slide .slide_bottom .year:after {
    top: -10px;
    height: 55vw;
  }
  .sec1 .swiper .swiper-slide .slide_bottom .lines {
    width: calc(100% - 60px);
  }
  .sec1 .swiper .swiper-slide .slide_bottom .jt {
    width: 16px;
    left: 12px;
  }
  .sec2 {
    padding: 0 5vw 50px;
  }
  .sec2 .title {
    font-size: 20px;
  }
  .sec2 .des {
    margin: 10px 0 20px;
    font-size: 14px;
  }
  .sec2 .more {
    padding: 10px 15px;
    gap: 8px;
    margin-bottom: 25px;
  }
  .sec2 .more p {
    font-size: 14px;
  }
  .sec2 .more .icon {
    width: 16px;
  }
  .sec2 .more:after{
    width: 30px;
    height: 30px;
  }
  .sec2 .imgs .flex .img_flex .img {
    width: 150px;
    height: 160px;
    margin-right: 20px;
  }
}

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