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

// 메인 페이지
.top-category-text {
  font-size: 16px;
  margin-right: 4px;
}

.custom-main-category {
  min-height: inherit;
}

.custom-main-category .nav {
  justify-content: center;
  margin-bottom: 92px;
}

.custom-main-category .nav__slide, .custom-main-category .nav__slider, .custom-main-category .swiper {
  width: 100%;
}

.custom-main-category .swiper {
  margin-left: inherit;
  margin-right: inherit;
}

.custom-main-category .swiper-wrapper {
  justify-content: space-around;
}

.custom-main-category-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.custom-main-category-wrapper .swiper-slide, .custom-main-category-wrapper a {
  margin-right: 0px !important;
}

.custom-main-category-wrapper a {
  text-decoration-line: none;
}

.custom-main-category-wrapper .img {
  width: 120px;
  height: 120px;
  border-radius: 16px;
}

.custom-main-category-wrapper .text {
  margin-top: 8px;
  font-size: 16px;
  color: #222;
  line-height: 1.31;
  font-weight: 500;
  text-align: center;
  width: 120px;
  white-space: nowrap;
}

.main-banner-wrapper {
  display: flex;
  margin-top: 38px;
  gap: 60px;
  margin-bottom: 120px !important;
}


.main-banner-container {
  display: flex;
  flex-flow: column;
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  height: 140px;
  // padding-left: 60px;
  border-radius: 8px;
  justify-content: center;
}

.main-banner-container .img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.main-banner-container .img img {
  // max-width: 100%;
  width: 100%;
}

.main-kit-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  height: 600px;
}

.kit-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.kit-container {
  // display: flex;
  // flex-direction: row;
  // gap: 20px;
  // justify-content: flex-end;
  // align-items: center;
  // width: 100%;
  // height: 100%;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
}

.kit-container .img {
  width: 280px;
  height: 280px;
  object-fit: contain;
}

.main-kit-area .skin-banner--main-left {
  max-width: none;
  max-height: none;
  margin-inline-end: initial;
  width: 100%;
}

.main-kit-area .skin-banner__img {
  width: 580px !important;
  height: 580px !important;
}

.skin-banner--main-left {
  height: 100%;
}

.swal2-modal {
  padding: 30px;
}

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

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

.fixed nav {
  padding: 14px 0;
}

.quick-menu__link-basket-badge {
  top: 80px;
}