.special {
  text-align: center;
}
.special-header{
  padding-top: 12rem;
}
.special-header .title {
  margin-bottom: var(--space-small);
}

.station{
  padding: 0 13rem;
  height: 26rem;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.slide_txt{
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--space-nomal);
  text-align: left;
}
.more_button3 {
    display: flex;
    gap: var(--space-nomal);
    padding: 0.3rem 0.8rem 0.3rem 1rem;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #fff;
    font-size: var(--button);
    color: #fff;
    transition: all 0.2s ease 0s;
}
.more_button3 img{
    height: 1.2rem;
    width: 1.2rem;
}
.special-header .desc {
  font-size: var(--body);
  color: #333;
  margin-bottom: var(--space-x-large);
}
.special-visual {
  display: flex;
  gap: var(--space-nomal);
  justify-content: center;
  margin-bottom: var(--space-x-large);
}
.special-visual img {
  width: 30%;
  border-radius: 0.5rem;
}
.special-card {
  padding: 0 13rem;
  box-sizing: border-box;
  margin-top: 5rem;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #eee;
}
.special-filter {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: var(--space-large);
  border-bottom: 1px solid var(--main-color);
  width: 100%;
}
.filters select,
.search input{
  padding: 0.8rem 1rem;
  font-size: var(--button);
  border: 1px solid #aaa;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset_btn{
  padding: 0.78rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-small);
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0.25rem;
}
.search{
  display: flex;
  align-items: center;
  gap: var(--space-nomal);
}
.search button{
  padding: 0.66rem 0.6rem;
  font-size: 1.1rem;
  border: 1px solid #aaa;
  border-radius: 0.2rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filters .horizontal_drag_scroll{
  display: flex;
  gap: var(--space-nomal);
  align-items: center;
  flex-grow: 1;
}
.filters {
  display: flex;
  gap: var(--space-nomal);
  align-items: flex-start;
}
.reset_btn{
  flex-shrink: 0;
}
.reset{
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_list{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}


.card{
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: #fff;
  padding: 3rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  box-sizing: border-box;
}

.card_txt{
  flex: 1;
}
.more_icn{
  display: flex;
  gap: var(--space-nomal);
}
.txt1{
  display: flex;
  gap: var(--space-nomal);
  justify-content: space-between;
}
.thumb {
  height: 19rem;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 0.5rem;
}
.thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  width: 100%;
  aspect-ratio: 7/4;
  transition: all 0.4s ease;
}
.offer_filter{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: var(--space-large);
}
.keyword{
  display: flex;
  padding: 0.25rem 0.5rem;
  color: #fff;
  font-size: var(--button);
  border-radius: 0.25rem;
}
.keyword.one{
  background-color: var(--shadow-color);
}
.keyword.two{
  background-color: var(--main-color);
}
.keyword.three{
  background-color: var(--gold-color);
}
.heart.on svg{
  fill: #C93333;
}
.heart.on path{
  stroke: #C93333;
}

.event_title{
  margin-bottom: var(--space-nomal);
}
.event_info{
  margin-bottom: var(--space-large);
}
.event_benefit{
  font-size: var(--button);
  line-height: 140%;
}
.event_day{
  display: flex;
  gap: var(--space-nomal);
  font-size: var(--button);
  color: var(--shadow-color);
  margin-top: var(--space-nomal);
}
.event_day dt{
  width: 28px;
  flex-shrink: 0;
}
.event_day dd{
  flex-grow: 1;
}
.card figure:hover img{
  transform: scale(1.05);
}

@media (max-width:1400px){
  .station{
    padding: 0 2rem;
  }
  .special-card {
    padding: 5rem 2rem;
  }
  .card{
    flex-direction: column;
    padding: 2rem;
  }
  .card>a{
    flex-grow: 1;
  }
  .filters .horizontal_drag_scroll {
    flex-shrink: 1;
  }
  
}
@media (max-width:768px){
  .station{
    padding: 0 1rem;
    /* height: 519px; */
  }
  .special-card {
    padding: 4rem 1rem;
  }
  .card{
    padding: 1rem;
    gap: 1rem;
  }
  .offer_filter {
    margin-bottom: var(--space-namal);
  }
  .event_title {
    margin-bottom: var(--space-small);
  }
  .event_info {
    margin-bottom: var(--space-nomal);
  }
  .event_day {
    margin-top: var(--space-small);
  }
  .search{
    width: 100%;
  }
  .search input{
    width: 100%;
  }
  .slide_txt{
    left: 1rem;
    bottom: 2rem;
  }
  .filters {
    width: 100%;
    justify-content: space-between;
  }
}