.brand-intro {
  padding: 270px 0;
  text-align: center;
  background: #fbf7f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 66px;
}
@media screen and (max-width: 1023.9px) {
  .brand-intro {
    padding-block: 150px;
    gap: 50px;
  }
}
.brand-intro__eng, .brand-intro__desc, .brand-intro__quote, .brand-intro__quote-desc {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.brand-intro__eng img {
  max-width: 387px;
}
@media screen and (max-width: 1023.9px) {
  .brand-intro__eng img {
    max-width: 209px;
  }
}
.brand-intro__desc {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .brand-intro__desc {
    font-size: 15px;
  }
}
.brand-intro__quote {
  font-size: 50px;
  font-family: "NanumMyeongjo", serif;
}
@media screen and (max-width: 1023.9px) {
  .brand-intro__quote {
    font-size: 28px;
  }
}
.brand-intro__quote-desc {
  font-size: 22px;
  margin-top: -46px;
}
.brand-intro__quote-desc strong {
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .brand-intro__quote-desc {
    font-size: 16px;
    margin-top: -26px;
    line-height: 1.5;
  }
}
.brand-intro.is-active > * {
  opacity: 1;
  transform: translateY(0);
}
.brand-intro.is-active .brand-intro__eng {
  transition-delay: 0.05s;
}
.brand-intro.is-active .brand-intro__desc {
  transition-delay: 0.5s;
}
.brand-intro.is-active .brand-intro__quote {
  transition-delay: 0.9s;
}
.brand-intro.is-active .brand-intro__quote-desc {
  transition-delay: 1.3s;
}

.brand-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.brand-story:nth-of-type(2) {
  z-index: 2;
}
.brand-story:nth-of-type(3) {
  z-index: 3;
}
@media screen and (max-width: 1023.9px) {
  .brand-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    transform: none !important;
  }
}
.brand-story * {
  text-align: center;
}
.brand-story--img-left {
  flex-direction: row;
}
@media screen and (max-width: 1023.9px) {
  .brand-story--img-left {
    flex-direction: column;
  }
}
.brand-story--img-left .brand-story__img {
  transform: translateY(50%);
}
.brand-story--img-left .brand-story__txt {
  transform: translateY(-180%);
}
.brand-story--img-left:first-of-type.is-active .brand-story__img,
.brand-story--img-left:first-of-type.is-active .brand-story__txt {
  transition-delay: 0.3s;
}
.brand-story--img-left.is-passed .brand-story__img {
  transform: translateY(-100%);
}
.brand-story--img-left.is-passed .brand-story__txt {
  transform: translateY(170%);
}
.brand-story--img-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023.9px) {
  .brand-story--img-right {
    flex-direction: column;
  }
}
.brand-story--img-right .brand-story__txt {
  transform: translateY(170%);
}
.brand-story--img-right .brand-story__img {
  transform: translateY(-110%);
}
.brand-story--img-right.is-passed .brand-story__txt {
  transform: translateY(-170%);
}
.brand-story--img-right.is-passed .brand-story__img {
  transform: translateY(100%);
}
.brand-story__img, .brand-story__txt {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 1023.9px) {
  .brand-story__img, .brand-story__txt {
    width: 50%;
  }
}
@media screen and (max-width: 1023.9px) {
  .brand-story__img, .brand-story__txt {
    width: 100%;
    transform: none !important;
  }
}
.brand-story__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-story__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-inline: 24px;
  background-color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .brand-story__txt {
    padding-block: 100px;
  }
}
.brand-story.is-active .brand-story__img,
.brand-story.is-active .brand-story__txt {
  transform: translateY(0);
}
.brand-story__label {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "LibreBodoni", serif;
  font-style: italic;
}
@media screen and (max-width: 1023.9px) {
  .brand-story__label {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.brand-story__desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 66px;
}
@media screen and (max-width: 1023.9px) {
  .brand-story__desc {
    font-size: 15px;
    margin-bottom: 50px;
  }
}
.brand-story__title {
  margin-bottom: 66px;
}
@media screen and (max-width: 1023.9px) {
  .brand-story__title {
    margin-bottom: 50px;
  }
}
.brand-story__title img {
  height: 60px;
}
@media screen and (max-width: 1023.9px) {
  .brand-story__title img {
    height: 30px;
  }
}
.brand-story__quote {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "NanumMyeongjo", serif;
}
@media screen and (max-width: 1023.9px) {
  .brand-story__quote {
    font-size: 28px;
  }
}
.brand-story__quote-sub {
  font-size: 22px;
}
.brand-story__quote-sub strong {
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .brand-story__quote-sub {
    font-size: 16px;
  }
}

.brand-closing {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.brand-closing__img {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .brand-closing__img {
    max-width: 70%;
  }
}
.brand-closing__img img {
  max-width: 507px;
  height: auto;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
@media screen and (max-width: 1023.9px) {
  .brand-closing__img img {
    width: 100%;
  }
}
.brand-closing__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 3;
  text-align: center;
  padding-inline: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s, opacity 1s ease 1s;
}
.brand-closing.is-active .brand-closing__img img {
  transform: translateY(105%);
}
.brand-closing.is-active .brand-closing__txt {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.brand-closing__tit {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.3;
  font-family: "NanumMyeongjo", serif;
}
.brand-closing__tit strong {
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .brand-closing__tit {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.brand-closing__desc {
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .brand-closing__desc {
    font-size: 16px;
  }
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes thumbSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes tourDelayFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.location__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1279.9px) {
  .location__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .location__inner {
    flex-direction: column;
  }
}
.location__map {
  flex: 0 0 57%;
  width: 57%;
  min-height: 630px;
  background-color: #fff;
  border: 1px solid #e7ecf0;
  opacity: 0;
}
.location__inner.is-animated .location__map {
  animation: slideFromLeft 0.8s cubic-bezier(0.8, 1, 0.3, 1) forwards;
}
@media screen and (max-width: 1023.9px) {
  .location__map {
    flex: initial;
    width: 100%;
    min-height: 300px;
  }
}
.location__map .root_daum_roughmap {
  width: 100% !important;
}
.location__map .root_daum_roughmap .wrap_map {
  height: 630px !important;
}
@media screen and (max-width: 1023.9px) {
  .location__map .root_daum_roughmap .wrap_map {
    height: 300px !important;
  }
}
.location__map .root_daum_roughmap .cont {
  display: none !important;
}
.location__info {
  flex: 1;
  margin-top: 25px;
  opacity: 0;
}
.location__inner.is-animated .location__info {
  animation: slideFromRight 0.8s cubic-bezier(0.8, 1, 0.3, 1) forwards;
  animation-delay: 0.1s;
}
@media screen and (max-width: 1023.9px) {
  .location__info {
    width: 100%;
    margin-top: 0;
  }
}
.location__header {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .location__header {
    margin-bottom: 25px;
  }
}
.location__sub {
  display: block;
  font-family: "LibreBodoni", serif;
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .location__sub {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.location__title {
  font-family: "NanumMyeongjo", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1023.9px) {
  .location__title {
    font-size: 32px;
  }
}
.location__contact {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1023.9px) {
  .location__contact {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
.location__info-section {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.9px) {
  .location__info-section {
    margin-bottom: 25px;
  }
}
.location__info-section:last-of-type {
  margin-bottom: 0;
}
.location__info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .location__info-title {
    font-size: 17px;
  }
}
.location__info-desc {
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1023.9px) {
  .location__info-desc {
    font-size: 15px;
  }
}
.location__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .location__btns {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}
.location__btns .btn {
  min-width: 200px;
}
@media screen and (max-width: 1279.9px) {
  .location__btns .btn {
    min-width: 180px;
  }
}
@media screen and (max-width: 1023.9px) {
  .location__btns .btn {
    min-width: 0;
    width: 100%;
  }
}

.tour__header {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023.9px) {
  .tour__header {
    margin-bottom: 30px;
  }
}
.tour__sub {
  font-family: "LibreBodoni", serif;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.tour__header.is-animated .tour__sub {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1023.9px) {
  .tour__sub {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.tour__title {
  font-size: 50px;
  line-height: 1.3;
  font-family: "NanumMyeongjo", serif;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out 0.15s;
}
.tour__header.is-animated .tour__title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1023.9px) {
  .tour__title {
    font-size: 28px;
  }
}
.tour__title strong {
  font-weight: 700;
}
.tour__slider-wrap {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
.tour__slider-wrap.is-animated .tour-slider img {
  animation: loadScaleUp 1.5s ease-out forwards;
}
.tour__slider-wrap .tour-slider {
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.8461538462;
}
.tour__slider-wrap .tour-slider > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tour__slider-wrap .tour-slider > img, .tour__slider-wrap .tour-slider > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.tour__slider-wrap .tour-slider .swiper-slide {
  overflow: hidden;
}
.tour__slider-wrap .tour-slider img {
  opacity: 0;
  transform: scale(1.1);
}
.tour__slider-wrap .tour-thumbs {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .tour__slider-wrap .tour-thumbs {
    margin-top: 10px;
  }
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide {
  animation: thumbSlideUp 0.6s cubic-bezier(0.2, 1, 0.3, 1) both;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(1) {
  animation-delay: 0.08s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(2) {
  animation-delay: 0.16s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(3) {
  animation-delay: 0.24s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(4) {
  animation-delay: 0.32s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(5) {
  animation-delay: 0.4s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(6) {
  animation-delay: 0.48s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(7) {
  animation-delay: 0.56s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(8) {
  animation-delay: 0.64s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(9) {
  animation-delay: 0.72s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(10) {
  animation-delay: 0.8s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(11) {
  animation-delay: 0.88s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(12) {
  animation-delay: 0.96s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(13) {
  animation-delay: 1.04s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(14) {
  animation-delay: 1.12s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(15) {
  animation-delay: 1.2s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(16) {
  animation-delay: 1.28s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(17) {
  animation-delay: 1.36s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(18) {
  animation-delay: 1.44s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(19) {
  animation-delay: 1.52s;
}
.tour__slider-wrap .tour-thumbs.is-animated .swiper-slide:nth-child(20) {
  animation-delay: 1.6s;
}
.tour__slider-wrap .tour-thumbs .swiper-slide {
  cursor: pointer;
  width: 100px;
  opacity: 0.4;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1023.9px) {
  .tour__slider-wrap .tour-thumbs .swiper-slide {
    width: 60px;
  }
}
.tour__slider-wrap .tour-thumbs .swiper-slide img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.8461538462;
}
.tour__slider-wrap .tour-thumbs .swiper-slide img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tour__slider-wrap .tour-thumbs .swiper-slide img > img, .tour__slider-wrap .tour-thumbs .swiper-slide img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.tour__slider-wrap .tour-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #5a4d45;
}
.tour__slider-wrap .swiper-button-next,
.tour__slider-wrap .swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #5a4d45;
  background-color: transparent;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  cursor: pointer;
}
.tour__slider-wrap .swiper-button-next::after,
.tour__slider-wrap .swiper-button-prev::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border: solid #5a4d45;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  display: block;
}
.tour__slider-wrap .swiper-button-next--prev::after, .tour__slider-wrap .swiper-button-next.swiper-button-prev::after,
.tour__slider-wrap .swiper-button-prev--prev::after,
.tour__slider-wrap .swiper-button-prev.swiper-button-prev::after {
  transform: rotate(225deg);
  margin-left: 6px;
}
.tour__slider-wrap .swiper-button-next.swiper-button-next, .tour__slider-wrap .swiper-button-next.swiper-button-prev,
.tour__slider-wrap .swiper-button-prev.swiper-button-next,
.tour__slider-wrap .swiper-button-prev.swiper-button-prev {
  margin-top: 0;
  z-index: 10;
}
.tour__slider-wrap .swiper-button-next.swiper-button-next::after, .tour__slider-wrap .swiper-button-next.swiper-button-prev::after,
.tour__slider-wrap .swiper-button-prev.swiper-button-next::after,
.tour__slider-wrap .swiper-button-prev.swiper-button-prev::after {
  font-family: none !important;
  content: "" !important;
  font-size: initial !important;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.tour__slider-wrap .swiper-button-next.swiper-button-disabled,
.tour__slider-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 1023.9px) {
  .tour__slider-wrap .swiper-button-next,
  .tour__slider-wrap .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
  .tour__slider-wrap .swiper-button-next::after,
  .tour__slider-wrap .swiper-button-prev::after {
    width: 12px;
    height: 12px;
  }
}
.tour__slider-wrap .swiper-button-next,
.tour__slider-wrap .swiper-button-prev {
  margin-top: -81px;
}
@media screen and (max-width: 1023.9px) {
  .tour__slider-wrap .swiper-button-next,
  .tour__slider-wrap .swiper-button-prev {
    margin-top: -50px;
  }
}
.tour__slider-wrap .swiper-button-next {
  right: -10%;
}
@media screen and (max-width: 1630px) {
  .tour__slider-wrap .swiper-button-next {
    right: 2%;
  }
}
.tour__slider-wrap .swiper-button-prev {
  left: -10%;
}
@media screen and (max-width: 1630px) {
  .tour__slider-wrap .swiper-button-prev {
    left: 2%;
  }
}