.hoverCategorySwiper {
  padding: 15px 0 44px 0;
  position: relative;
}
.hoverCategorySwiper .swiper-slide:last-child {
  margin-right: 30px;
}
.hoverCategorySwiper .swiper-navigator {
  position: absolute;
  width: 100%;
  top: 13px;
}
.hoverCategorySwiper .swiper-navigator .swiper-button-prev {
  top: auto;
  left: 0;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.212) 5%, rgb(255, 255, 255) 30%);
  justify-content: flex-start;
}
.hoverCategorySwiper .swiper-navigator .swiper-button-prev::after {
  color: transparent;
  background: url(../img/ico_swiper-prev.svg) no-repeat;
  width: 36px;
  height: 36px;
}
.hoverCategorySwiper .swiper-navigator .swiper-button-next {
  top: auto;
  left: auto;
  right: 0;
  bottom: auto;
  width: 40px;
  height: 36px;
  margin-top: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.212) 5%, rgb(255, 255, 255) 30%);
  justify-content: end;
}
.hoverCategorySwiper .swiper-navigator .swiper-button-next::after {
  color: transparent;
  background: url(../img/ico_swiper-next.svg) no-repeat right center;
  width: 36px;
  height: 36px;
}

.categorySwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}
.categorySwiper .swiper-wrapper {
  height: 100%;
}
.categorySwiper .swiper-slide {
  background: var(--color-light-gray01);
  border-radius: 20px;
  height: auto;
}
.categorySwiper .swiper-slide a {
  padding: 4.4rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.categorySwiper .swiper-slide a:hover img {
  transform: scale(1.25);
}
.categorySwiper .swiper-navigator {
  position: relative;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}
.categorySwiper .swiper-navigator .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: auto;
  display: flex;
  gap: 14px;
}
.categorySwiper .swiper-navigator .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.categorySwiper .swiper-navigator .swiper-button-prev::after {
  color: transparent;
  background: url(../img/ico_swiper-prev.svg) no-repeat;
  width: 36px;
  height: 36px;
}
.categorySwiper .swiper-navigator .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.categorySwiper .swiper-navigator .swiper-button-next::after {
  color: transparent;
  background: url(../img/ico_swiper-next.svg) no-repeat;
  width: 36px;
  height: 36px;
}
.categorySwiper .swiper-navigator .swiper-pagination-bullet {
  background-color: var(--color-light-gray04);
  opacity: 1;
  margin: 0;
  width: 12px;
  height: 12px;
}
.categorySwiper .swiper-navigator .swiper-pagination-bullet-active {
  background-color: var(--color-orange);
}
.categorySwiper .categorySwiper__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
.categorySwiper .categorySwiper__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-dark-gray03);
  margin-top: 6px;
}
.categorySwiper .img-wrap {
  margin: auto 0 0 auto;
}
.categorySwiper .img-wrap img {
  width: 100%;
  max-width: 230px;
  height: auto;
  transition: transform 0.4s;
  transform-origin: bottom right;
}

.gridMainSwiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 40px;
}
.gridMainSwiper .swiper-slide {
  height: 100%;
  background: #a87e7e;
  border-radius: 40px;
  cursor: pointer;
  width: 100% !important;
}
.gridMainSwiper .swiper-navigator {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 10;
}
.gridMainSwiper .swiper-navigator .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.gridMainSwiper .swiper-navigator .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.gridMainSwiper .swiper-navigator .swiper-button-prev::after {
  color: transparent;
  background: url(../img/ico_swiper-prev.svg) no-repeat;
  width: 36px;
  height: 36px;
}
.gridMainSwiper .swiper-navigator .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.gridMainSwiper .swiper-navigator .swiper-button-next::after {
  color: transparent;
  background: url(../img/ico_swiper-next.svg) no-repeat;
  width: 36px;
  height: 36px;
}
.gridMainSwiper .swiper-navigator .swiper-pagination-bullet {
  background-color: var(--color-light-gray05);
  opacity: 0.5;
  margin: 0;
  width: 12px;
  height: 12px;
}
.gridMainSwiper .swiper-navigator .swiper-pagination-bullet-active {
  background-color: var(--color-orange);
  opacity: 1;
}
.gridMainSwiper .img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.gridMainSwiper .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}

.gridSmallSwiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gridSmallSwiper .swiper-slide {
  height: 100%;
}
.gridSmallSwiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gridSmallSwiper .swiper-slide a span {
  margin-top: auto;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  color: var(--color-orange);
}
.gridSmallSwiper .swiper-slide a h3 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.6rem;
  color: var(--color-dark-black04);
  grid-area: area-h3;
  line-height: 130%;
}
.gridSmallSwiper .swiper-navigator {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 0;
  z-index: 10;
  display: flex;
  gap: 8px;
}
.gridSmallSwiper .swiper-navigator .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.gridSmallSwiper .swiper-navigator .swiper-button-prev::after {
  color: transparent;
  background: var(--color-orange) url(../img/ico_swiper-prev--white.svg) no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 999px;
}
.gridSmallSwiper .swiper-navigator .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.gridSmallSwiper .swiper-navigator .swiper-button-next::after {
  color: transparent;
  background: var(--color-orange) url(../img/ico_swiper-next--white.svg) no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 999px;
}

.promotionSwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}
.promotionSwiper .swiper-wrapper {
  height: auto;
}
.promotionSwiper .swiper-slide {
  width: calc(50% - 4px);
  border-radius: 20px;
}
.promotionSwiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.promotionSwiper .swiper-navigator {
  position: relative;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}
.promotionSwiper .swiper-navigator .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: auto;
  display: flex;
  gap: 14px;
}
.promotionSwiper .swiper-navigator .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.promotionSwiper .swiper-navigator .swiper-button-prev::after {
  color: transparent;
  background: url(../img/ico_swiper-prev.svg) no-repeat;
  width: 36px;
  height: 36px;
}
.promotionSwiper .swiper-navigator .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.promotionSwiper .swiper-navigator .swiper-button-next::after {
  color: transparent;
  background: url(../img/ico_swiper-next.svg) no-repeat;
  width: 36px;
  height: 36px;
}
.promotionSwiper .swiper-navigator .swiper-pagination-bullet {
  background-color: var(--color-light-gray04);
  opacity: 1;
  margin: 0;
  width: 12px;
  height: 12px;
}
.promotionSwiper .swiper-navigator .swiper-pagination-bullet-active {
  background-color: var(--color-orange);
}
.promotionSwiper .promotionSwiper__title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: var(--color-dark-gray04);
  margin-top: 14px;
}
.promotionSwiper .img-wrap {
  width: 100%;
  height: 336px;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
}
.promotionSwiper .img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}
.promotionSwiper .img-wrap img.mobile-promo-img {
  display: none;
}

.populSwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}
.populSwiper .swiper-slide {
  border-radius: 20px;
}
.populSwiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.populSwiper .swiper-navigator {
  position: relative;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}
.populSwiper .swiper-navigator .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: auto;
  display: flex;
  gap: 14px;
}
.populSwiper .swiper-navigator .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.populSwiper .swiper-navigator .swiper-button-prev::after {
  color: transparent;
  background: url(../img/ico_swiper-prev.svg) no-repeat;
  width: 36px;
  height: 36px;
}
.populSwiper .swiper-navigator .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
}
.populSwiper .swiper-navigator .swiper-button-next::after {
  color: transparent;
  background: url(../img/ico_swiper-next.svg) no-repeat;
  width: 36px;
  height: 36px;
}
.populSwiper .swiper-navigator .swiper-pagination-bullet {
  background-color: var(--color-light-gray04);
  opacity: 1;
  margin: 0;
  width: 12px;
  height: 12px;
}
.populSwiper .swiper-navigator .swiper-pagination-bullet-active {
  background-color: var(--color-orange);
}
.populSwiper .img-wrap {
  width: 100%;
  height: 360px;
}
.populSwiper .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.populSwiper .product {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.populSwiper .product .grid {
  display: grid;
  grid-template-areas: "area-sale-price area-sale-rate" "area-cost-price area-sale-rate";
  grid-auto-rows: auto;
}
.populSwiper .product__name {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3rem;
  color: var(--color-dark-gray05);
}
.populSwiper .product__sale-price {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.6rem;
  color: var(--color-dark-gray05);
  margin-top: 4px;
  grid-area: area-sale-price;
}
.populSwiper .product__sale-price span {
  color: var(--color-dark-gray05);
}
.populSwiper .product__cost-price {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.6rem;
  color: var(--color-light-gray06);
  margin-top: 6px;
  text-decoration: line-through;
  grid-area: area-cost-price;
}
.populSwiper .product__cost-price span {
  color: var(--color-light-gray06);
}
.populSwiper .product__sale-rate {
  font-weight: 700;
  font-size: 6rem;
  line-height: 8.8rem;
  color: var(--color-orange);
  margin-top: auto;
  text-align: right;
  grid-area: area-sale-rate;
}

.precautionsSwiper {
  max-width: 1238px;
}
.precautionsSwiper .swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.precautionsSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: calc(20% - 9.6px);
  text-align: center;
}
.precautionsSwiper .tab-p__btn {
  padding: 10px;
  font-size: 16px;
  color: var(--color-dark-gray15);
  border: 1px solid var(--color-light-gray15);
  background-color: var(--color-white);
  white-space: nowrap;
}
.precautionsSwiper .tab-p__btn.active {
  color: var(--color-white);
  background-color: var(--color-orange);
}

.categorySwiper .swiper-slide a {
  padding: 3.4rem;
}
.categorySwiper .categorySwiper__desc {
  padding-bottom: 10px;
}
.categorySwiper .img-wrap {
  width: 80%;
}

.promotionSwiper .img-wrap {
  height: 248px;
}

.populSwiper .img-wrap {
  aspect-ratio: 2/2.4;
  height: 100%;
}

.blogSwiper-container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  display: flex;
  position: sticky;
  width: 100%;
  top: 0px;
  gap: 24px;
  background-color: white;
}
.blogSwiper-container .swiper-button-next {
  position: static;
  width: 44px;
  height: 44px;
  background-color: var(--color-light-gray01);
  border-radius: 50%;
  margin-top: 0;
  flex-shrink: 0;
}
.blogSwiper-container .swiper-button-next::after {
  content: "";
  width: 25px;
  height: 20px;
  background: url("../img/ico_swiper-next--20.svg") no-repeat center center;
  background-size: 100%;
}
.blogSwiper-container .swiper-button-prev {
  position: static;
  width: 44px;
  height: 44px;
  background-color: var(--color-light-gray01);
  border-radius: 50%;
  margin-top: 0;
  flex-shrink: 0;
}
.blogSwiper-container .swiper-button-prev::after {
  content: "";
  width: 25px;
  height: 20px;
  background: url("../img/ico_swiper-prev--20.svg") no-repeat center center;
  background-size: 100%;
}
.blogSwiper-container .blogSwiper {
  max-width: 1218px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}/*# sourceMappingURL=main_swiper-custom.css.map */