
 /* background: url('../img/image/banner2.jpg') no-repeat center; */
.main_notice {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: 0.063rem solid #DDD;
  border-bottom: 0.063rem solid #DDD;
  background-color: #fff;
  width: 100%;
  padding: 10px 0;
}

.notice_swiper {
  width: 1440px;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.notice_swiper .swiper-wrapper {
  display: flex;
  flex-direction: column; /* 세로 방향으로 슬라이드 */
}

.notice_swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #777;
  white-space: nowrap;
}