/* 사용자 공통 스타일 파일입니다. 공통으로 적용할 스타일 코드를 작성해주세요. */

.inquiry-icon {
  background: #40434b;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.swal2-modal {
  padding: 30px;
}

.swal2-html-container {
  margin: 30px;
}

.category-slider .swiper {
  overflow-x: scroll; 
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.category-slider .swiper::-webkit-scrollbar {
    display: none;
}

.category-slider .swiper .swiper-wrapper {
  gap: 8px;
  padding: 0 12px;
}

.category-slider .swiper .swiper-wrapper .swiper-slide:last-child {
  padding-right: 12px;
}

.fixed {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}

.fixed nav {
  padding: 14px 0;
}