/* Main Banner */

.shadow-box {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.mv-slide-box .txt-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}



.mv-slide-box .txt-wrap h2 {
  color: var(--bgWhite);
  font-size: 43px;
  font-weight: 600;
}

.mv-slide-box .swiper-slide-active .txt-wrap h2 {
  -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.mv-slide-box .txt-wrap p {
  color: var(--bgWhite);
  font-size: 15px;
}

.main-banner .swiper-slide-active .txt-wrap p {
  -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.main-banner .swiper-pagination span {
  background-color: rgba(255, 255, 255, 0.2);
}

.main-banner .swiper-pagination-bullet {
  width: 75px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 5px;
  border-radius: 0;
  opacity: 1;
}

.main-banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #fff;
}

.main-banner .swiper-pagination-bullet-active::before {
  animation: progress 6s linear forwards;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/*
.main-banner .swiper-pagination-bullet svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 41px;
  height: 41px;
}

.main-banner .swiper-pagination-bullet circle {
  fill: none;
  stroke: #fff;
  stroke-width: 1.6;
  stroke-dasharray: 110;
  stroke-dashoffset: 105;
  opacity: 0;
}

.main-banner .swiper-pagination-bullet-active circle {
  animation: progress 6s linear forwards;
  opacity: 1;
}

@keyframes progress {
  from {
    stroke-dashoffset: 95;
  }
  to {
    stroke-dashoffset: 0;
  }
} */

.main-banner .pagination-wrap {
  position: relative;
  width: 1492px;
  margin: 0 auto;
}

.main-banner .pagination {
  position: absolute;
  left: 0px;
  top: -65px;
  z-index: 10;
  display: flex;
  align-items: center;
}

.main-banner .pagination .paging_txt {
  position: static;
  margin-left: 22px;
  margin-top: 5px;
  font-size: 15px;
}

.main-banner .pagination .paging_txt span {
  color: #fff;
  font-family: "Gotham Narrow SSm";
}

.main-banner .pagination .paging_txt .active {
  position: relative;
  top: -4px;
  opacity: 1;
  font-size: 22px;
  font-weight: 400;
}

.main-banner .pagination .paging_txt .bar {
  margin: 0 0.3rem 0 0.6rem;
}



.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  z-index: 10;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  top: 40%;
  border-radius:100%;
  /* right: -18px; */
  line-height:40px;
  font-size:2rem;
  text-align:center;

  background-color: var(--bgWhite);
  padding: 0;
  cursor: pointer;
  color: #555555;
  border: none;
  outline: none;
  background: var(--bgWhite);
}



/*
.swiper2 .swiper-button-prev,
.swiper3 .swiper-button-prev,
.swiper4 .swiper-button-prev {
  left: -18px;
}
*/

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 14px;
}

.swiper-container .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 6.51 10.75'%3E%3Cpath class='st0' d='M0,1.13L1.13,0l5.37,5.37L1.13,10.75l-1.13-1.13,4.24-4.24L0,1.13Z'/%3E%3C/svg%3E");
}

.swiper-container .swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 6.51 10.75'%3E%3Cpath class='st0' d='M6.5,9.62l-1.13,1.13L0,5.37,5.37,0l1.13,1.13L2.26,5.37l4.24,4.24Z'/%3E%3C/svg%3E");
}

/* title */
.titBox {
  display: flex;
  justify-content: space-between;
}

.titBox {
  display: flex;
  justify-content: space-between;
}

.titBox a {
  padding-top: 9px;
}

.titBox p {
  font-size: 13px;
}

.tit-moreBtn {
  display: block;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700 !important;
  color: var(--gray03);
  text-decoration: underline;
  cursor: pointer;
}

/* nation Section */
.nation-section {
  margin-top: 80px;
}

.nation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.nation-list > li {
  width: calc(20% - 16px);
  cursor: pointer;
}

.nation-list > li div:first-child {
  position: relative;
  background: #f9f9f9;
  text-align: center;
  height: 250px;
}

.nation-list > li img {
  width: 100%;
  height: 250px;
  max-height: 250px;
  object-fit: cover;
}

.nation-list > li .txt-wrap {
  padding-top: 10px;
}

.nation-list > li h3 {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

/* information Section */
.featuredTours-section {
  padding-top: 80px;
}

.featuredtour-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
  height: 516px;
}

.featuredtour-list li {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.featuredtour-list li a {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.featuredtour-list li a .img {
  background: #f9f9f9;
  text-align: center;
  height: 293px;
  overflow: hidden;
}

.overlay-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0.125rem;
  transition: background 0.3s cubic-bezier(0, 0, 0.24, 1);
}

.featuredtour-list li a:hover .overlay-fill {
  background: hsla(0, 0%, 7%, 0.4);
}

.featuredtour-list li img {
  width: 100%;
  height: 293px;
  object-fit: cover;
}

.featuredtour-list li .txt-wrap {
  padding-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;
}

.featuredtour-list li .item-country {
  color: var(--gray06);
  padding-top: 8px;
  padding-bottom: 5px;
}

.featuredtour-list li .item-title {
  line-height: 1.6rem;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000;
}

.featuredtour-list li .item-date {
  color: var(--gray06);
}

.featuredtour-list li .item-txt {
  padding-top: 5px;
  font-size: 14px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex-grow: 1;
}

.featuredtour-list li .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  min-height: 1.5rem;
  padding-top: 1.5rem;
}

.featuredtour-list li .btn-wrap span {
  font-size: 13px;
  font-weight: 700;
}

.featuredtour-list li .btn-wrap span:hover {
  text-decoration: underline;
}

.featuredtour-list li .btn-wrap .arrow {
  height: 25px;
  vertical-align: middle;
  transform: rotate(270deg);
}

/* promotion section */
.promotion-section {
  position: relative;
  height: 350px;
  margin-top: 80px;
  background: linear-gradient(-45deg, #e1003c, #f04d5b, #f77e88, #e99ea3);
  background-size: 400% 400%;
  animation: gradient 7s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.promotion-section .txt-wrap {
  width: 64rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  box-sizing: border-box;
}

.promotion-section .txt-wrap span {
  color: var(--bgWhite);
  font-size: 17px;
  font-weight: 600;
}

.promotion-section .txt-wrap h2 {
  color: var(--bgWhite);
  font-size: 2.1rem;
  font-weight: 600;
}

.promotion-section .txt-wrap p {
  color: var(--bgWhite);
  font-size: 15px;
  font-weight: 500;
}

.promotion-section .txt-wrap .tag {
  border: 1px solid var(--bgWhite);
  color: #fff;
  font-size: 12px;
  padding: 5px 9px;
  margin-left: 3px;
  border-radius: 3px;
}

.promotion-section .txt-wrap .btn-more {
  margin-top: 45px;
  position: relative;
  display: inline-block !important;
  width: 185px;
  height: 45px;
  padding: 0 24px;
  transition: background-color 0.6s cubic-bezier(0, 0, 0.24, 1),
    background-size 0.6s cubic-bezier(0, 0, 0.24, 1);
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.promotion-section .txt-wrap .btn-more p {
  line-height: 45px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray02);
  transition: transform 0.3s;
}

.promotion-section .txt-wrap .btn-more:hover {
  background: #000000;
}

.promotion-section .txt-wrap .btn-more:hover p {
  color: var(--bgWhite);
  transform: translateX(-10px);
}

.promotion-section .txt-wrap .btn-more .arrow {
  position: absolute;
  opacity: 0;
  transition: transform 0.3s;
}

.promotion-section .txt-wrap .btn-more:hover .arrow {
  opacity: 1;
  transform: translateX(10px);
}
/* exhibition section */
.exhibition-section {
  padding-top: 98px;
}

.exhibition-section .dec {
  color: #5a5a5a;
  line-height: 1.5rem;
}

.exhibition-list {
  display: flex;
  justify-content: center;
  column-gap: 25px;
  margin-top: 45px;
}

.exhibition-list li {
  width: 368px;
}

.exhibition-list li img {
  width: 100%;
  height: 218px;
  max-height: 218px;
  object-fit: cover;
}

.exhibition-list li .txt-wrap {
  height: 290px;
  padding: 1.5rem;
  background-color: var(--bgColor02);
}

.exhibition-list li .txt-wrap .items {
  display: flex;
  flex-direction: column;
}

.exhibition-list li .txt-wrap .items .item {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  margin-bottom: 10px;
  line-height: 1.2rem;
}

.exhibition-list li .txt-wrap .items .item .icon svg {
  height: 1.3rem !important;
}

.text-small {
  font-size: 12px;
  line-height: 1.125rem;
}

.exhibition-list li .item-title {
  line-height: 1.7rem;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding-top: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.exhibition-list > li .item-txt {
  font-size: 13px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.exhibition-list li .item-date {
  font-size: 14px;
  color: #5a5a5a;
}

/* featuredtrips Section */
.tit-eng {
  font-size: 1.4rem;
  font-weight: 600;
}

.sub-tit {
  padding-top: 5px;
  font-size: 13px;
  color: #777;
}

.region-section {
  margin: 80px auto 0;
  overflow: hidden;
}

.region-section .swiper-container {
  overflow: visible;
}

.region-section .swiper-container .swiper-button-prev.swiper-button-disabled,
.region-section .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: unset;
  pointer-events: all;
}

.region-section .dec {
  color: #5a5a5a;
  line-height: 1.5rem;
}

.mainSType1 {
  margin-top: 25px;
}

.mainSType1 > div {
  overflow: hidden;
  border: 1px solid #f2f2f2;
}

.mainSType1 > div .img {
  position: relative;
  background: #f9f9f9;
  text-align: center;
  height: 218px;
}

.mainSType1 > div .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 218px;
}

.mainSType1 > div .txt-wrap {
  padding: 20px 15px;
  height: 183px;
  line-height: 1.2rem;
  background-color: #f0f0f0;
}

.mainSType1 > div .txt-wrap .trip-info {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.mainSType1 > div .txt-wrap .des {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
  font-size: 13px;
}

.mainSType1 > div .txt-wrap .des li:first-child {
  margin-bottom: 3px;
  line-height: 1.5rem;
  font-size: 19px;
  font-weight: 600;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.mainSType1 > div .txt-wrap .price span {
  font-size: 13px;
  letter-spacing: -2px;
}

.mainSType1 > div .txt-wrap .price-wrap .price {
  display: inline-block;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 17px;
  font-weight: 600;
}

.mainSType1 > div .txt-wrap .price-wrap .dec {
  font-size: 13px;
}

/* operators section */
.operators-section {
  margin-top: 80px;
}

.operators-section .dec {
  color: #5a5a5a;
}

.operators-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.operators-list li {
  width: calc(25% - 15px);
  overflow: hidden;
}

.operators-list li .img {
  position: relative;
  background: #f9f9f9;
  text-align: center;
  height: 218px;
}

.operators-list li:nth-child(4n) {
  margin: 0;
}

.operators-list li img {
  width: 100%;
  height: 218px;
  max-height: 218px;
  object-fit: cover;
}

.operators-list li .txt-wrap {
  padding-top: 10px;
}

.operators-list li .item-title {
  line-height: 1.5rem;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

.operators-list li .item-position {
  color: var(--gray06);
}

.operators-list li .item-txt {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.2rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* triptheme section */
.triptheme-section {
  margin-top: 80px;
}

.triptheme-section .dec {
  color: #5a5a5a;
  font-size: 13px;
}

.triptheme-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 1.7rem;
}

.triptheme-list li {
  display: flex;
  width: 350px;
  overflow: hidden;
}

.triptheme-list li:nth-child(4n) {
  margin: 0;
}

.triptheme-list li img {
  width: 100%;
  height: 250px;
  max-height: 250px;
  object-fit: cover;
}

.triptheme-list li .txt-wrap {
  padding-top: 10px;
}

.triptheme-list li .item-title {
  line-height: 1.5rem;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.triptheme-list li .item-txt {
  font-size: 14px;
  line-height: 1.2rem;
}

/* tripstyle-section */
.tripstyle-section {
  margin-top: 80px;
}

.tripstyle-section .dec {
  color: #5a5a5a;
  font-size: 13px;
}

.tripstyle-list {
  display: flex;
  gap: 15px;
  margin-top: 1.7rem;
}

.tripstyle-list li {
  width: 50%;
}

.tripstyle-list li img {
  width: 100%;
  height: 250px;
  max-height: 250px;
  object-fit: cover;
}

.tripstyle-list li .txt-wrap {
  padding-top: 10px;
}

.tripstyle-list li .item-title {
  line-height: 1.5rem;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

/* guidingstyle-section */
.guidingstyle-section {
  margin-top: 80px;
}

.guidingstyle-section .dec {
  color: #5a5a5a;
  font-size: 13px;
}

.guidingstyle-list {
  display: flex;
  gap: 15px;
  margin-top: 1.7rem;
}

.guidingstyle-list li {
  width: 50%;
}

.guidingstyle-list li img {
  width: 100%;
  height: 250px;
  max-height: 250px;
  object-fit: cover;
}

.guidingstyle-list li .txt-wrap {
  padding-top: 10px;
}

.guidingstyle-list li .item-title {
  line-height: 1.5rem;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

/* artfairs-section */
.artfairs-section {
  margin: 80px auto 0;
  overflow: hidden;
}

.artfairs-section .swiper-container {
  overflow: visible;
}

.artfairs-section .swiper-container .swiper-button-prev.swiper-button-disabled,
.artfairs-section .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: unset;
  pointer-events: all;
}

.artfairs-section .dec {
  color: #5a5a5a;
  line-height: 1.5rem;
}

.artfairs-list {
  margin-top: 25px;
}

.artfairs-list > div .img {
  position: relative;
  background: #f9f9f9;
  text-align: center;
  height: 290px;
}

.artfairs-list > div .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 290px;
}

.artfairs-list .txt-wrap {
  padding-top: 15px;
}

.artfairs-list .item-title {
  margin-bottom: 10px;
  line-height: 1.7rem;
  font-size: 19px;
  font-weight: 600;
  color: #000;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.artfairs-list .item-txt {
  font-size: 14px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.artfairs-list_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 25px;
}

.artfairs-list_2 li {
  width: calc(25% - 19px);
}

.artfairs-list_2 li .img {
  position: relative;
  background: #f9f9f9;
  text-align: center;
  height: 293px;
}

.artfairs-list_2 li img {
  width: 100%;
  height: 293px;
  object-fit: cover;
}

.artfairs-list_2 li .txt-wrap {
  padding-top: 20px;
}

.artfairs-list_2 li .item-title {
  line-height: 1.8rem;
  font-size: 19px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.artfairs-list_2 > li .item-txt {
  font-size: 14px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.artfairs-list_2 li .item-date {
  font-size: 14px;
  color: #5a5a5a;
}

/* news section */
.event-section {
  margin: 80px auto 0;
  overflow: hidden;
}

.event-section .swiper-container {
  overflow: visible;
}

.event-section .swiper-container .swiper-button-prev.swiper-button-disabled,
.event-section .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: unset;
  pointer-events: all;
}

.event-section .dec {
  color: #5a5a5a;
  line-height: 1.5rem;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 25px;
  margin-top: 25px;
}

.event-list li {
  width: calc(25% - 19px);
}

.event-list li .img {
  position: relative;
  background: #f9f9f9;
  text-align: center;
  height: 293px;
}

.event-list li img {
  width: 100%;
  height: 293px;
  object-fit: cover;
}

.event-list li .txt-wrap {
  padding-top: 20px;
}

.event-list li .item-title {
  line-height: 1.8rem;
  font-size: 19px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-list > li .item-txt {
  font-size: 14px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.event-list li .item-date {
  font-size: 14px;
  color: #5a5a5a;
}

.event-list li .btn-wrap {
  min-height: 1.5rem;
  padding-top: 1.5rem;
}

.event-list li a {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.event-list li .btn-wrap span {
  font-size: 13px;
  font-weight: 700;
}

.event-list li .btn-wrap span:hover {
  text-decoration: underline;
}

.event-list li .btn-wrap .arrow {
  height: 25px;
  vertical-align: middle;
  transform: rotate(270deg);
}

/* explanation Section*/
.explanation-section {
  margin-top: 80px;
}

.stepbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.stepbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: calc(50% - 13px);
  width: 100%;
  height: 1px;
  background: #ddd;
}

.stepbox > li {
  width: calc(33% - 20px);
  position: relative;
}

.stepbox > li dl {
  position: relative;
  border-radius: 0.5rem;
  background: #f8f8f8;
  border: 1px solid #dee2e6;
  height: 100%;
}

.stepbox > li dt {
  display: block;
  color: #333;
  line-height: 1.2;
  padding-left: 20px;
  word-break: keep-all;
}

.stepbox > li dd {
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.stepbox > li dt span {
  color: #333;
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 4px;
  vertical-align: -3px;
}

/* journey Section*/
.journey-section {
  margin-top: 80px;
}

.journey-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
}

.journey-section .dec {
  color: #5a5a5a;
  line-height: 1.5rem;
}

.journey-list li {
  width: 33.3%;
  padding: 1.5rem;
  cursor: pointer;
}

.journey-list li .svg {
  float: left;
  height: 3.5em;
  padding-right: 15px;
}

.journey-list .s-txt {
  padding-top: 5px;
  color: #6c757d;
}

.journey-list .s-info {
  padding-top: 5px;
  color: #777;
  text-decoration: underline;
}



.mv-slide {
    height: 500px; /* 적절한 고정 높이 지정 */
    overflow: hidden;
}

.mv-slide li .mv-slide-cont {
    width: 100%;
    height: 100%;
    position: relative
}

.mv-slide li .mv-img {
    width: 100%;
    height: 550px;
    background: #666;
    background-size: cover!important
}


.mv-slide li .mv-img.vis02 {
 filter: brightness(0.7); /* 밝기를 70%로 설정 */
    background: url(/imgs/main/mainSlide_01_large.jpg)no-repeat center
}

.mv-slide li .mv-img.vis01 {
 filter: brightness(0.7); /* 밝기를 70%로 설정 */
    background: url(/imgs/main/mainSlide_02_large.jpg)no-repeat center
}

.slide-controller-inwrap {
    position: relative;
}
.mv-slide-box {
    position:relative;
}


.mv-slide-box .slide-controllerBox {
    position: absolute;
    bottom: 3rem;
    left: 20px
}

.mini-linkBtn dl:after,.mv-slide-box .slide-controllerBox:after {
    content: "";
    display: block;
    clear: both
}



.mv-slide-box .slide-controller-btn {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-left: 8px;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    border-radius: 50%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.mv-slide-box .slide-controller-btn:first-child,.sec02-list li:first-child {
    margin-left: 0
}

.mv-slide-box .slide-controller-btn:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.75)
}

.mv-slide-box .slide-controller-btn .slide-ico {
    fill: #fff
}

.mv-slide-box .slide-controller-btn svg.slide-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.mv-slide-box .slide-controller-btn .progress-round_wrap {
    position: absolute;
    top: 0;
    left: 0
}

.mv-slide-box .slide-controller-btn .progress {
    width: 40px;
    height: 40px;
    transform: rotate(-90deg)
}

.mv-slide-box .slide-controller-btn .progress circle {
    fill: none;
    stroke: #fff;
    stroke-width: 1
}




.bg-ComingSoon {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 18px; font-style: normal; font-weight: 600; position: absolute; background-color: rgba(0, 0, 0, .6);}