@charset "UTF-8";
/*  메인 페이지 스타일 파일입니다. */
// 메인 페이지
.custom-main-category {
  min-height: inherit;
}

.custom-main-category .nav {
  justify-content: center;
  padding: 0 20px;
}

.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;
  overflow-x: scroll; 
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

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

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

.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: 30px;
  margin-bottom: 60px !important;
  flex-direction: column;
  padding: 0 20px;
}


.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: column;
  justify-content: space-between;
  gap: 40px;
  // height: 600px;
  padding: 0 20px;
  margin-bottom: 60px;
}

.kit-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  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%;
}
