.home>.container {
	padding: 0 20px;
	margin: 0 auto;
  overflow: hidden;
}

.home .section {
  max-width: 1616px;
}

.home>.container .top {
  max-width: 1656px;
  width: 100%;
  margin: 0 auto 64px;
  padding: 0 20px;
}

.home>.container .top.pc {
  display: block;
}

.home>.container .top.mo {
  display: none;
}



/* 배너 */
.home .section.banner-slider {
  margin-bottom: 40px;
  overflow: hidden;
}

.home .section.banner-slider .swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}

/* swiper 로드 전 처리 */
.home .section.banner-slider .swiper-wrapper {
  display: flex;
  gap: 24px;
}

.home .section.banner-slider .swiper-slide {
  width: calc(50% - 12px); /* 2개씩 보이도록 */
  flex-shrink: 0;
}

.home .section.banner-slider .swiper.swiper-initialized .swiper-wrapper {
  display: flex; /* swiper의 기본값 유지 */
  gap: 0;
}

.home .section.banner-slider .swiper.swiper-initialized .swiper-slide {
  width: 100%; /* swiper.js의 slidesPerView 값에 따라 계산됨 */
}

.home .section.banner-slider .banner-item {
  width: 100%;
  height: 588px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
  padding: 58px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.home .section.banner-slider .banner-item-newyear {
  background-image: url('../images/home/banner-bg-newyear.png');
}

.home .section.banner-slider .banner-item-newyear::after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: 50px;
  width: 307px;
  height: 196px;
  background: url('../images/home/img-newyear-balloon.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
  transform: translateY(5px);
  animation: updown-ani 1.7s infinite linear forwards;
}

.home .section.banner-slider .banner-item-spring2026 {
	background-image: url('../images/home/banner-bg-spring2026.png');
}

.home .section.banner-slider .banner-item-spring2026::after {
	content: '';
	position: absolute;
	right: 157px;
	bottom: 127px;
	width: 162px;
	height: 152px;
	background: url('../images/home/img-spring2026-flower.png') no-repeat center center;
	background-size: contain;
	z-index: 1;
	animation: spring2026-flower-sway 3s ease-in-out infinite;
}

.home .section.banner-slider .banner-item-spring2026 .deco-img img {
	position: absolute;
	z-index: 1;
}
.home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-1 {
	right: 48px;
	bottom: 63px;
	width: 81px;
	height: 84px;
	animation: spring2026-flower-sway 3s ease-in-out infinite;
}
.home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-2 {
	right: 309px;
	bottom: 30px;
	width: 64px;
	height: 63px;
	animation: spring2026-flower-sway 3s ease-in-out infinite;
}
.home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-3 {
	right: 32px;
	bottom: 210px;
	width: 36px;
	height: 34px;
	animation: spring2026-flower-sway 3s ease-in-out infinite;
}

@keyframes updown-ani {
  0% {
    transform: translateY(5px);
  }

  30% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(-5px);
  }

  80% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(5px);
  }
}

@keyframes spring2026-flower-sway {
	0%, 100% { transform: rotate(-10deg); }
	50% { transform: rotate(10deg); }
}


.home .section.banner-slider .banner-item-merrysale {
  background-image: url('../images/home/banner-bg-merrysale.png');
}

.home .section.banner-slider .banner-item-merrysale::after {
  content: '';
  position: absolute;
  right: 114px;
  bottom: 12px;
  width: 146px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url('../images/home/img-merrysale-flower.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
  transform: rotate(10deg);
  animation: rotate-ani 2.7s infinite linear forwards;
}

@keyframes rotate-ani {
  0% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.home .section.banner-slider .banner-item-blackfriday {
  background-image: url('../images/home/banner-bg-blackfriday.png');
}

.home .section.banner-slider .banner-item-blackfriday::after {
  content: '';
  position: absolute;
  right: 128px;
  bottom: 69px;
  width: 119px;
  height: auto;
  aspect-ratio: 119 / 128;
  background: url('../images/home/img-blackfriday-flower.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
  transform: rotate(10deg);
  animation: rotate-ani 2.7s infinite linear forwards;
}

.home .section.banner-slider .banner-item-halloween {
  background-image: url('../images/home/banner-bg-halloween.png');
}

.home .section.banner-slider .banner-item-halloween::before {
  content: '';
  position: absolute;
  left: 31px;
  top: 18px;
  width: 100px;
  height: auto;
  aspect-ratio: 100 / 85;
  background: url('../images/home/img-halloween-bat.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.home .section.banner-slider .banner-item-halloween::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 325px;
  height: auto;
  aspect-ratio: 325 / 352;
  background: url('../images/home/img-halloween-cat.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
}


.home .section.banner-slider .banner-item-1 {
  background-image: url('../images/home/banner-bg-chuseok.png');
}

.home .section.banner-slider .banner-item-1::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 313px;
  height: auto;
  aspect-ratio: 313 / 275;
  background: url('../images/home/img-chuseok-rabbits.png') no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.home .section.banner-slider .banner-item-2 {
  background-image: url('../images/home/banner-bg-2.png');
}

.home .section.banner-slider .banner-item-3 {
  background-image: url('../images/home/banner-bg-lotto-1.png');
}

.home .section.banner-slider .banner-item .product-area {
  position: absolute;
  top: 68px;
  left: -118px;
  display: flex;
  align-items: flex-start;
}

.home .section.banner-slider .banner-item .product-list {
  display: flex;
  align-items: flex-start;
}

.home .section.banner-slider .banner-item .product-list-1 {
  animation: slide1 50s infinite linear;
}

.home .section.banner-slider .banner-item .product-list-2 {
  animation: slide2 50s -25s infinite linear;
}

@keyframes slide1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translate(-100%);
  }
}

@keyframes slide2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translate(-200%);
  }
}

.home .section.banner-slider .banner-item .product-item {
  width: 243px;
  height: 290px;
  border-radius: 15px;
  background-color: #fff;
  filter: drop-shadow(0px 2.446px 8.154px rgba(0, 0, 0, 0.05));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-right: 20px;
}

.home .section.banner-slider .banner-item .product-item .brand {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
}

.home .section.banner-slider .banner-item .product-item .product-img {
  margin-top: 34px;
  width: 71%;
}

.home .section.banner-slider .banner-item .product-item .product-name {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transform: translateY(-5px);
  margin-bottom: 3px;
}

.home .section.banner-slider .banner-item .product-item .price-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.home .section.banner-slider .banner-item .product-item .price-1 {
  color: #DA3023;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.home .section.banner-slider .banner-item .product-item .price-1 i {
  font-size: 14px;
  font-style: normal;
}

.home .section.banner-slider .banner-item .product-item .price-2 {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-decoration-line: line-through;
}

.home .section.banner-slider .banner-item .text {
  position: relative;
  z-index: 2;
}

.home .section.banner-slider .banner-item .sub {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.home .section.banner-slider .banner-item .title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: normal;
}

.home .section.banner-slider .banner-item .title.color-white {
  color: #fff;
}

.home .section.banner-slider .banner-item .title .color-blue {
  color: #1351F6
}

.home .section.banner-slider .banner-item .title .pc{
	display: block;
}

.home .section.banner-slider .banner-item .title .mo{
	display: none;
}

.home .section.banner-slider .banner-item .desc {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
}

.home .section.banner-slider .banner-item-3 .desc{
	color: rgba(0, 0, 0, 0.6);
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.4px;
}

.home .section.banner-slider .banner-item .title+.desc {
  margin-top: 10px;
}

.home .section.banner-slider .banner-item-3 .title+.desc{
	margin-top: 7px;
}

.home .section.banner-slider .banner-item .desc+.title {
  margin-top: 12px;
}

.home .section.banner-slider .banner-item .desc.color-white {
  color: #fff;
}

.home .section.banner-slider .swiper-pagination-wrap {
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.home .section.banner-slider .swiper-pagination-wrap .page {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.home .section.banner-slider .swiper-pagination-wrap .page.swiper-pagination-current {
  color: #000;
}

.home .section.banner-slider .swiper-pagination-wrap .page.total,
.home .section.banner-slider .swiper-pagination-wrap .page.swiper-pagination-total {
  color: rgba(0, 0, 0, 0.3);
}

.home .section.banner-slider .swiper-scrollbar {
  position: static;
  width: 234px;
  height: 2px;
  background-color: #eee;
  overflow: hidden;
  border-radius: 0;
}

.home .section.banner-slider .swiper-scrollbar-drag {
  background-color: #000;
}



/* 멤버십 */
.home .section.current-membership {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	border-radius: 18px;
	background: url('../images/home/membership-bar-bg.png') no-repeat center center / 1616px;
}

.home .section.current-membership .text {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
}

.home .section.current-membership .underline {
	text-decoration: underline;
	font-weight: 700;
}

.home .section.current-membership .text .bold {
	font-weight: 700;
}

.home .section.current-membership .text i {
  font-style: normal;
}

.home .section.current-membership .text .mo-br {
  display: none;
}


.home .section.current-membership .text.silver i {
	color: #DCAB29;
}
.home .section.current-membership .text.gold i {
	color: #B40C0C;
}
.home .section.current-membership .text.vip i {
	color: #721D9E;
}
.home .section.current-membership .text.vvip i {
	color: #721D9E;
}



.home .section.current-membership .btn-link {
  width: fit-content;
  padding: 4px 8px;
  display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 43.75px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}





.home .scroll-products-loading {
	width: 100%;
	text-align: center;
}

.home .thumbnail img {
	background: #fff;
	font-family: 'Arial';
	font-size: 0;
}

.home .thumbnail img[data-loaded=true] {
	background: transparent;
}

.home>.container .top .left {
	flex: 0 1 390px;
	display: flex;
	gap: 16px;
	flex-direction: column;
}

.home>.container .top .left .login-btn {
	border-radius: 24px;
	background: #f7f7f7;
	padding: 24px;
}
.home>.container .top .left .login-btn .vf {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}
.home>.container .top .left .login-btn .vf .user_avatar {
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	background-size:cover;
	background-position: center center;
	background-image: url('../images/user_avatar.jpg');
	border-radius: 50%;
}
.home>.container .top .left .login-btn .vf .user_info {
	width: 100%;
	color: #000;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.home>.container .top .left .login-btn .vf .user_info .badge {
	display: inline-block;
	width: 18px;
	height: 18px;
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 10.588px;
	font-style: normal;
	font-weight: 600;
	line-height: 170%; /* 16.941px */
	border-radius: 50%;
	vertical-align: text-top;
	transform: translateY(2px);
	background: #7E858A;
}
.home>.container .top .left .login-btn .vf .user_info .badge.silver {
	background: #7E858A;
}
.home>.container .top .left .login-btn .vf .user_info .badge.gold {
	background: #DCAB29;
}
.home>.container .top .left .login-btn .vf .user_info .badge.vip {
	background: #B40C0C;
}
.home>.container .top .left .login-btn .vf .user_info .badge.vvip {
	background: #721D9E;
}

.home>.container .top .left .login-btn .vf .user_info strong {
	color: #000;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 25.2px */
}
.home>.container .top .left .login-btn .vf .a_right {
	display: flex;
	align-self: flex-start;
	gap: 10px;
	align-items: center;
	margin-left: auto;
}
.home>.container .top .left .login-btn .vf .a_right img {
	width: 18px;
	height: 18px;
}
.home>.container .top .left .login-btn .vf .a_right a {
	white-space: nowrap;
	color: #000;
	text-align: right;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.home>.container .top .left .login-btn .vf .a_right i {
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: rgba(0, 0, 0, 0.2);
}
.home>.container .top .left .login-btn .row {
	display: flex;
	gap: 10px;
}
.home>.container .top .left .login-btn .point {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 0 16px;
	height: 48px;
	border-radius: 14px;
	background: #FFF;
}
.home>.container .top .left .login-btn .point img {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.home>.container .top .left .login-btn .point p {
	color: rgba(0, 0, 0, 0.6);
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

}
.home>.container .top .left .login-btn .point span {
	color: #000;
	text-align: right;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 0 auto;
}



.home>.container .top .left .login-btn .btn-wrap {
	display: flex;
	gap: 10px;
	margin-bottom: 16px;
}
.home>.container .top .left .login-btn .btn-wrap a {
	width: 50%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background: #000;
	color: #fff;
	text-align: center;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.home>.container .top .left .login-btn .btn-wrap a.login {
	border-radius: 24px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
}
.home>.container .top .left .login-btn span {
	display: block;
	color: #000;
	text-align: center;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 8px;
}
.home>.container .top .left .login-btn .sns-btn {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.home>.container .top .left .login-btn .sns-btn a {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.home>.container .top .left .login-btn .sns-btn .kakao {
	background: #ffe812;
}
.home>.container .top .left .login-btn .sns-btn a div {
	position:relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.home>.container .top .left .login-btn .sns-btn .kakao div {
	background-image: url("../images/login-kakao.png");
	background-image: -webkit-image-set(
	url("../images/login-kakao.png") 1x,
	url("../images/login-kakao@2x.png") 2x);
	background-image: image-set(
	url("../images/login-kakao.png") 1x,
	url("../images/login-kakao@2x.png") 2x);
}
.home>.container .top .left .login-btn .sns-btn .google div {
	background-image: url("../images/login-google.png");
	background-image: -webkit-image-set(
	url("../images/login-google.png") 1x,
	url("../images/login-google@2x.png") 2x);
	background-image: image-set(
	url("../images/login-google.png") 1x,
	url("../images/login-google@2x.png") 2x);
}
.home>.container .top .left .banner {
	max-width: 390px;
}
.home>.container .top .left .banner-slider {
	margin-bottom: 0;
}
.home>.container .top .left .banner-slider .card.second {
	display: none;
}
.home>.container .top .left .banner-slider .slick-list {
	min-height: 402px;
	border-radius: 24px;
	overflow: hidden;
}
.home>.container .top .left .banner-slider .slick-dotted.slick-slider {
}
.home>.container .top .left .banner-slider .card {
	min-height: 402px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home>.container .top .left .banner-slider .slick-dots {
	bottom: 24px;
}
.home>.container .top .left .banner-slider .slick-dots li {
	width: auto;
	height: unset;
}
.home>.container .top .left .banner-slider .slick-dots li button {
	width: 40px;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 40px;
	padding: 0;
}
.home>.container .top .left .banner-slider .slick-dots li.slick-active button {
	background-color: #000;
}

.home>.container .top .left .banner-slider .slick-dots li button:before {
	display: none;
}

.home>.container .top .center {
	position: relative;
	flex: 0 1 530px;
	min-width: 400px;
	border-radius: 24px;
	background: #edf9ff;
	padding: 38px 24px 38px 24px;
	margin-top: 2px;
}

.home>.container .top .center .title {
	position: absolute;
	top: 26px;
	left: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 1;
}
.home>.container .top .center.timedeal .title {
	display: block;
}
.home>.container .top .center.timedeal .title img {
	margin-bottom: 16px;
}
.home>.container .top .center.timedeal .title h2 {

}
.home>.container .timer {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	gap: 4px;
	padding-left: 12px;
}
.home>.container .timer span {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
}
.home>.container .title .timer span {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
}
.home>.container .timer strong {
	color: #DA3023;
	text-align: right;
	font-family: Roboto;
	transform: translateY(1px);
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 140%; /* 22.4px */
}
.home>.container .top .center.timedeal .title span {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.home>.container .top .center .product-card .thumbnail .no.timedeal-badge {
	width: auto;
	height: auto;
	padding: 0;
	background: none;
}
.home>.container .timedeal .timer {
	padding-left: 6px;
}


.home>.container .top .center.timedeal .price .red-text {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.6px;
	margin-right: 6px;
}
.home>.container .top .center .product-card .thumbnail .no.timedeal-badge .relative {
	position: relative;
}

.home>.container .top .center .product-card .thumbnail .no.timedeal-badge svg {
}
.home>.container .top .center .product-card .thumbnail .no.timedeal-badge span {
	position: absolute;
	z-index: 1;
	color: #FFF;
	text-align: right;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.36px;
	left: 8px;
	top: 3px;
}

.home>.container .top .center .title span {
	position: relative;
	z-index: 1;
	color: #000;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home>.container .top .center .title img {
	width: 98px;
	height: 34px;
}

.home>.container .top .center .product-card {
}
.home>.container .top .center .product-card {
	float: left;
	width: calc(37.344% - 20px);
}
.home>.container .top .center .product-card .thumbnail {
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
/*	height: 0;*/
/*	padding-bottom: 100%;*/
	margin-bottom: 12px;
}
.home>.container .top .center .product-card .thumbnail img {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    transition: 0.3s;
    transform: scale(1);
    transform-origin: center;
}
.home>.container .top .center .product-card .thumbnail img:hover {
	transform: scale(1.2);
}
.home>.container .top .center .product-card .thumbnail .no {
	position: absolute;
	border-radius: 5px;
	padding: 2.5px 0;
	top: 12px;
	left: 12px;
	width: 20px;
	height: 20px;
	background: #DA3023;
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.36px;
	z-index: 1;
}
.home>.container .top .center .product-card .product-title {
	color: #000;
	text-overflow: ellipsis;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home>.container .common-product.product-item .price span {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
	padding-left: 0;
	padding-right: 2px;
	text-decoration: none;
}
.home>.container .timedeal-sale {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 16.8px */
	margin-top: 4px;
}
.home>.container .timedeal-sale span {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 16.8px */
}
.home>.container .common-product.product-item .price {
	color: #000;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
}
.home>.container .common-product.product-item .regular_price {
	color: #888;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
	margin-bottom: 2px;
}
.home>.container .common-product.product-item .badge-wrap {
	display: flex;
	gap: 6px 4px;
	margin-top: 10px;
	flex-wrap: wrap;
}
.home>.container .common-product.product-item .badge-wrap .member-badge {
	display: flex;
	gap: 3px;
	height: 22px;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #EEE;
	background: #FFF;
	color: #000;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 4px 7px;
	white-space: nowrap;
	letter-spacing: -0.36px;
}
.home>.container .common-product.product-item .badge-wrap .member-badge img {
	width: 10px;
	height: 10px;
}
.home>.container .common-product.product-item .point {
	display: inline-block;
	color: #666;
	height: 22px;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 4px;
	padding: 4px 6px;
	background: #F9F9F9;
	white-space: nowrap;

}
.home>.container .common-product.product-item .point small {
	color: #666;
	font-family: Pretendard;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.home>.container .top .center .product-card .price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.home>.container .top .center .product-card .price div {
	color: #da3023;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.6px;
	margin-right: 6px;
}
.home>.container .top .center .product-card .price strong {
	color: #000;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
	padding-right: 4px;
}
.home>.container .top .center .product-card .price span {
	color: #999;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.39px;
	text-decoration: line-through;
}

.home>.container .top .center .product-card.first {
	width: 62.656%;
	height: auto;
	margin-right: 20px;
	margin-top: 62px;
}
.home>.container .top .center .product-card.second {
	margin-bottom: 29px;
}
.home>.container .top .center.timedeal .product-card.first .thumbnail {
	margin-top: 30px;
}
.home>.container .top .center .product-card.first .thumbnail {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.home>.container .top .center .product-card.first .thumbnail img {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    transition: 0.3s;
    transform: scale(1);
    transform-origin: center;
}
.home>.container .top .center .product-card.first .product-title {
	margin-bottom: 16px;
	color: #000;
	font-family: Pretendard;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 22.1px */
}
.home>.container .top .center .product-card.first .price {
	margin-bottom: 16px;
}
.home>.container .top .center .product-card.first .price strong {
	color: #000;
	text-align: right;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.6px;
	padding-right: 6px;
}
.home>.container .top .center .product-card.first .price strong small {
	color: #000;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.42px;
}
.home>.container .top .center .product-card.first .price span {
	color: rgba(0, 0, 0, 0.3);
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.42px;
	text-decoration: line-through;
}

.home>.container .top .right {
	flex: 0 1 664px;
	display: flex;
	gap: 16px;
	flex-direction: column;
	overflow: hidden;
}
.home>.container .top .right .box {
	max-height: 286px;
	border-radius: 24px;
	background: #f7f7f7;
	padding: 26px 0 24px 24px;
}
.home>.container .top .right .box .title {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 20px;
}
.home>.container .top .right .box-01 .title img {
	width: 20px;
	height: 19px;
}
.home>.container .top .right .box-02 .title img {
	width: 15px;
	height: 20px;
	position: relative;
	top: -2px;
}
.home>.container .top .right .box .title strong {
	color: #000;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.home>.container .top .right .box .title p {
	width: auto;
	height: 26px;
	padding: 0 6px 0 8px;
	color: #000;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	border-radius: 7px;
	background: #f3d336;
}

.home>.container .top .right .box .title p {
	width: auto;
	height: 26px;
	padding: 0 6px 0 8px;
	color: #000;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	border-radius: 7px;
	background: #f3d336;
}

.home>.container .top .right .box .product-box {
	max-width: 640px;
	/* width: 50%; */
	/* margin: 0 auto; */
	/* padding: 20px; */
	/* border: 2px solid #ccc; */
	/* border-radius: 8px; */
	overflow: hidden;
}
.home>.container .top .right .box .product-box .thumbnail {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 114px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
	border-radius: 8px;
	margin-bottom: 12px;
	overflow: hidden;
}
.home>.container .top .right .box .product-box .thumbnail img {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    transition: 0.3s;
    transform: scale(1.3);
    transform-origin: center;
}

.home>.container .top .center .product-card .thumbnail img:hover {
	transform: scale(1.2);
}

.home>.container .top .center .product-card.first .thumbnail img:hover {
	transform: scale(1.2);
}

.home>.container .top .right .box .product-box .thumbnail img:hover {
	transform: scale(1.5);
}

.home>.container .common-product .thumbnail img:hover {
	transform: scale(1.5);
}

.home>.container .top .right .box .product-box .thumbnail-percent {
	position: absolute;
	bottom: -11px;
	right: -9px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #da3023;
	text-align: center;
	color: #fff;
	font-family: Pretendard;
	font-size: 15.333px;
	font-style: normal;
	font-weight: 700;
	line-height: 43px;
}
.home>.container .top .right .box .product-box .title {
	color: #000;
	text-overflow: ellipsis;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 6px;
}
.home>.container .top .right .box .product-box .row {
	display: flex;
	gap: 4px;
	align-items: flex-end;
}
.home>.container .top .right .box .product-box .sale-percent {
	display: block;
	color: #da3023;
	font-family: Pretendard;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.51px;
}
.home>.container .top .right .box .product-box .badge {
	display: block;
	width: fit-content;
	height: 20px;
	padding: 0 5px;
	color: #000;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.36px;
	line-height: 19px;
	border-radius: 5px;
	margin-bottom: 6px;
	background: #f6c74c;
}

.home>.container .top .right .box .product-box .price {
	color: #000;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
}
.home>.container .top .right .box .product-box .price span {
	color: #000;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.39px;
}

/* 스와이퍼 슬라이드 스타일 */
.home>.container .top .right .box .swiper-container {
	width: 100%;
}
.home>.container .top .right .box .swiper-wrapper {
	display: flex;
}
.home>.container .top .right .box .swiper-slide {
	flex: 0 0 140px; /* 슬라이드의 크기가 자동으로 맞춰지도록 설정 */
}




.home>.container .recommend,
.home>.container .timedeal {
	max-width: 1778px;
	width: 100%;
	padding: 0 40px;
	margin: 0 auto 60px auto;
}
.home>.container .recommend .recommend-title,
.home>.container .timedeal .timedeal-title {
	display: flex;
	align-items: center;
	gap: 6px;
	max-width: 1616px;
	width: 100%;
	/* padding: 0 20px; */
	margin: 0 auto;
	color: #000;
	font-family: Pretendard;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 23px;
}
.home>.container .timedeal .timedeal-title img {
	width: 27.488px;
	height: 24.557px;
	margin:  5.79px 5.26px 5.27px 5.26px;

}
.home>.container .product-box {
	position: relative;
	/* overflow: hidden; */
	/* position: relative; */
	max-width: 1616px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.home>.container .product-box .swiper-horizontal {
	overflow: hidden;
}

.home>.container .product-box .swiper-container {
	width: 100%;
}
.home>.container .product-box .swiper-wrapper {
	display: flex;
}
.home>.container .product-box .swiper-slide {
	flex: 0 0 256px; /* 슬라이드의 크기가 자동으로 맞춰지도록 설정 */
}

.home>.container .product-box .swiper-button-prev {
	left: -41px;
}
.home>.container .product-box .swiper-button-prev {
	width: 33px;
	height: 65px;
	background-image: url('https://dev.sakuraherbs.com/wp-content/themes/neve/assets/images/prev-btn.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -41px;
}
.home>.container .product-box .swiper-button-prev:after {
	display: none;
}

.home>.container .product-box .swiper-button-next {
	width: 33px;
	height: 65px;
	background-image: url('https://dev.sakuraherbs.com/wp-content/themes/neve/assets/images/next-btn.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	right: -41px;
}
.home>.container .product-box .swiper-button-next:after {
	display: none;
}





.home>.container .common-product {
/*	max-width: 256px;*/
	flex: 0 1 calc((100% - 80px) / 6);
}

.home>.container .common-product .thumbnail {
	display: flex;
	align-items: center;
	width: 100%;
	height: 148px;
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
}

.home>.container .common-product .thumbnail img {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    transition: 0.3s;
    transform: scale(1.3);
    transform-origin: center;
}

.home>.container .product.cate-700 .thumbnail img {
    transform: scale(1);
}

.home>.container .common-product.sch .thumbnail {
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.home>.container .common-product .recommend-message {
  color: #DA3023;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 6px;
}

.home>.container .common-product .recommend-message .emoji {
  font-size: 0.8em;
  transform: translateY(-1px);
  display: inline-block;
}

.home>.container .common-product .cate {
	overflow: hidden;
	color: #888;
	text-overflow: ellipsis;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 18.2px */
	margin-bottom: 6px;
}

.home>.container .common-product.sch .cate {
	display: block;
	width:130px;
	height:16px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.home>.container .common-product .title {
	color: #000;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 22.1px */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
}

.home>.container .common-product.sch .title {
	display: block;
	width:100%;
	height:20px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.home>.container .common-product .star {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.home>.container .common-product.sch .star > div {
	display: inline-block;
	width:102px;
	height:18px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.home>.container .common-product .star span {
	padding-left: 5px;
	color: #666;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.home>.container .common-product.sch .star span {
	display: inline-block;
	margin-left: 5px;
	width:24px;
	height:18px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.home>.container .common-product .star>div {
  display: flex;
  align-items: center;
  gap: 1px;
}

.home .star i {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url("../images/icon-star.png");
	background-repeat: no-repeat;
  background-position: center center;
	background-size: 88.24%;
}

.home>.container .common-product .badge {
	width: fit-content;
	height: 20px;
	color: #FFF;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.36px;
	border-radius: 5px;
	background: #DA3023;
	padding: 0 5px;
	margin-bottom: 6px;
}
.home>.container .common-product .price {
	display: flex;
	align-items: flex-end;
	color: #DA3023;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
}
.home>.container .common-product.sch .price {
	content: '';
	display: inline-block;
	width:154px;
	height:22px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}
.home>.container .common-product .price small {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.39px;
}
.home>.container .common-product .price small {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: -0.39px;
}
.home>.container .common-product .price span {
	color: #999;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.39px;
	text-decoration: line-through;
	padding-left: 6px;
}




.home>.container .category {
	max-width: 1656px;
	width: 100%;
	margin: 0 auto 60px auto;
	padding: 0 20px;
}
.home>.container .category .category-title {
	color: #000;
	font-family: Pretendard;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.home>.container .category ul {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	border-radius: 24px;
	border: 1px solid #000;
	background: #fff;
	padding: 38px 15px 40px 40px;
}
.home>.container .category ul li {
	width: 20%;
	border-right: 1px solid #e9e9e9;
}
.home>.container .category ul li:last-child {
	border: none;
}
.home>.container .category ul li a {
	display: flex;
	gap: 20px;
}
.home>.container .category ul li a .cate-thumbnail {
	display: flex;
	width: 70px;
	height: 70px;
	border-radius: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home>.container .category ul li a h3 {
	color: #000;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 14px;
	margin-bottom: 4px;
}
.home>.container .category ul li a h3.pc {
	display: block;
}
.home>.container .category ul li a h3.mo {
	display: none;
}
.home>.container .category ul li a span {
	color: #6D6D6D;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}




.home>.container .review {
	max-width: 1778px;
	width: 100%;
	padding: 0 40px;
	margin: 0 auto 80px auto;
}

.home>.container .review-title {
	display: flex;
	align-items: center;
	max-width: 1616px;
	width: 100%;
	/* padding: 0 20px; */
	margin: 0 auto;
	color: #000;
	font-family: Pretendard;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

.home>.container .review .review-list {
	position: relative;
	max-width: 1616px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.home>.container .review .review-list .swiper-horizontal {
	overflow: hidden;
}

.home>.container .review .review-list .swiper-container {
	width: 100%;
}
.home>.container .review .review-list .swiper-wrapper {
	display: flex;
}
.home>.container .review .review-list .swiper-slide {
	/* flex: 0 0 251px;  */
}
.home>.container .review .review-list .swiper-slide .review-item:first-child {
	margin-bottom: 20px;
}

.home>.container .review .review-list .swiper-button-prev {
	left: -41px;
}
.home>.container .review .review-list .swiper-button-prev {
	width: 33px;
	height: 65px;
	background-image: url('https://dev.sakuraherbs.com/wp-content/themes/neve/assets/images/prev-btn.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -41px;
}
.home>.container .review .review-list .swiper-button-prev:after {
	display: none;
}

.home>.container .review .review-list .swiper-button-next {
	width: 33px;
	height: 65px;
	background-image: url('https://dev.sakuraherbs.com/wp-content/themes/neve/assets/images/next-btn.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	right: -41px;
}
.home>.container .review .review-list .swiper-button-next:after {
	display: none;
}

.home>.container .review .review-list .review-item {
	display: block;
	border-radius: 20px;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 25px 25px 25px 25px;
}
.home>.container .review .review-list .review-item .r-top {
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.home>.container .review .review-list .review-item .r-top .left-item .author .badge {
	display: inline-block;
	width: 18px;
	height: 18px;
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 10.588px;
	font-style: normal;
	font-weight: 600;
	line-height: 170%; /* 16.941px */
	border-radius: 50%;
	transform: translateY(-1px);
	background: #7E858A;
	margin-left: 3px;
}
.home>.container .review .review-list .review-item .r-top .left-item .author .badge.gold {
	background: #DCAB29;
}
.home>.container .review .review-list .review-item .r-top .left-item .author .badge.vip {
	background: #B40C0C;
}
.home>.container .review .review-list .review-item .r-top .left-item .author .badge.vvip {
	background: #721D9E;
}

.home>.container .review .review-list .review-item .r-top .left-item .author {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 13px;
}
.home>.container .review .review-list .review-item .r-top .left-item .author .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #eee;
	background-image: url('../images/sakura_avatar.jpg');
	background-size:cover;
	background-position: center center;
}
.home>.container .review .review-list .review-item .r-top .left-item .author span {
	color: #000;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.home>.container .review .review-list .review-item .r-top .thumbnail {
	display: flex;
	justify-content: space-between;
	flex: 0 0 68px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 68px;
	height: 68px;
	background-color: #eee;
}
.home>.container .review .review-list .review-item .r-top .star {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-bottom: 15px;
}
.home>.container .review .review-list .review-item .r-top .star>div {
  display: flex;
  align-items: center;
  gap: 1px;
}
.home>.container .review .review-list .review-item .r-top .star span {
	color: #000;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.home>.container .review .review-list .review-item .r-top .star i {
  width: 18px;
  height: 18px;
  background-size: 83.33%;
  background-image: url("../images/icon-star-red.jpg");
}

.home>.container .review .review-list .review-item .r-top .product-title {
	color: #888;
	font-family: Pretendard;
	font-size: 14px;
	line-height: 21px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 7px;
}
.home>.container .review .review-list .review-item .bottom div {
	color: #000;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 30px */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
/*	min-height: 60px;*/
}
.home>.container .review .review-list .review-item .bottom span {
	display: block;
	color: #000;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 21px */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 42px;
}
.home>.container .review .review-list .review-item .bottom .member {
	display: flex;
	align-items: center;
	border-radius: 7px;
	background: #F5F5F5;
	padding: 7px 10px;
	margin-top: 16px;
	margin-bottom: 0;
	color: #000;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 18px */
}
.home>.container .review .review-list .review-item .bottom .member small {
	color: #555;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.home>.container .review .review-list .review-item .bottom .member img {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}
.home>.container .review .review-list .review-item .bottom .member p {
	color: #555;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	padding-left: 2px;
}




.home>.container .ranking {
	max-width: 1656px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 80px auto;
}
.home>.container .ranking .ranking-title {
	color: #000;
	font-family: Pretendard;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 30px;
}
.home>.container .ranking ul {
	
}
.home>.container .ranking ul li {
	border-top: 1px solid #eee;
	padding: 22px 35px;
}
.home>.container .ranking ul li:last-child {
	border-bottom: 1px solid #eee;
}
.home>.container .ranking ul li.active {
	border-radius: 24px;
	border: 1px solid #000;
	background: #FFF;
}
.home>.container .ranking ul li .row {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.home>.container .ranking ul li .num {
	width: 47px;
	color: #000;
	text-align: center;
	font-family: Pretendard;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.home>.container .ranking ul li .status {
	width: 23px;
	color: #DA3023;
	text-align: center;
	font-family: Pretendard;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-right: 17px;
}
.home>.container .ranking ul li .ranking-product-name {
	color: #000;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right: 18px;
}
.home>.container .ranking ul li .ranking-cate-name {
	color: #888;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.home>.container .ranking ul li .toggle-arrow {
	margin-left: auto;
}
.home>.container .ranking ul li.active .toggle-arrow {
	transform: rotate(-180deg);
}
.home>.container .ranking ul li .ranking-products {
	display: none;
	overflow: hidden;
}
.home>.container .ranking ul li.active .ranking-products {
	display: flex;
	padding: 30px 0 17px 0;
}
.home>.container .ranking ul li .ranking-products .swiper-wrapper {
}
.home>.container .ranking ul li .ranking-products .swiper-slide {
	width: 244px;
	min-width: 244px;
}
.home>.container .ranking ul li .ranking-product .ranking-product-thumbnail {
	width: 100%;
	height: 148px;
	border-radius: 10px;
	border: 1px solid #EEE;
/*	background: #F9F9F9;*/
	margin-bottom: 14px;
}



.home>.container .best {
	max-width: 1656px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 80px auto;
}
.home>.container .best .best-title {
	color: #000;
	font-family: Pretendard;
	font-size: 23.8px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 30px;
}
.home>.container .best .category-list {
	display: flex;
	background: #f5f5f5;
	border-radius: 14px;
	margin-bottom: 30px;
}
.home>.container .best .category-swiper {
	display: none;
}
.home>.container .best .category-list.pc {
	display: flex;
}
.home>.container .best .category-list.mo {
	display: none;
}
.home>.container .best .category-list li {
	flex: 0 1 100%;
	text-align: center;
	color: #888;
	text-align: center;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px; /* 25.6px */
	height: 56px;
	border-radius: 14px;
	background: #f5f5f5;
	cursor: pointer;
}
.home>.container .best .category-list li.active {
	text-align: center;
	color: #fff;
	background: #000;
}
.home>.container .best .best-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 16px;
}




.home>.container .product {
	max-width: 1778px;
	width: 100%;
	padding: 0 40px;
	margin: 0 auto 60px auto;
}
.home>.container .product .product-title {
	max-width: 1616px;
	width: 100%;
	margin: 0 auto;
	color: #000;
	font-family: Pretendard;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.home>.container .product .btn {
/*	max-width: 480px;*/
	width: 100%;
	height: 60px;
	border-radius: 14px;
	border: 1px solid #eee;
	background: #fff;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #888;
	text-align: right;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	gap: 10px;
	cursor: pointer;
}




.home>.container .member-info {
  /*    display: none;*/
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 393px;
  height: 705px;
  max-height: calc(100vh - 120px);
  background: #fff;
  transition: 0.4s;
  transform: translate(-50%, 100%);
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  z-index: 9999999;
}

.home>.container .member-info.active {
  transform: translate(-50%, 0%);
}

.home>.container .member-info .iframe-wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.home>.container .member-info .iframe-wrap::-webkit-scrollbar {
  width: 10px;
}

.home>.container .member-info .iframe-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}

.home>.container .member-info .iframe-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  width: 5px;
  border-right: 5px solid #fff;
}

.home>.container .member-info .close {
  position: absolute;
  top: 22px;
  right: 20px;
  cursor: pointer;
}

.home>.container .member-info iframe {
  width: 100%;
  height: 1200px;
}

.home>.container .member-info button {
  position: absolute;
  left: 20px;
  top: 28px;
  z-index: 1;
}

.home>.container .member-iframe-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 100;
}

.home>.container .member-iframe-overlay.active {
  display: block;
}



/* 모달 공통 */
.home .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s;
}

.home .modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999999999;
}

.home .modal .dim {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s;
}

.home .modal.active .dim {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

.home .modal .container {
  position: absolute;
  left: 50%;
  /*top: 100%;*/
  /*transform: translate(-50%, 0);*/
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 100%;
  max-width: 393px;
  z-index: 100;
  border-radius: 30px 30px 0 0;
  background: #fff;
  padding: 30px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s;
}

.home .modal.active .container {
  /*transform: translate(-50%, -100%);*/
  transform: translate(-50%, 0);
}

.home .modal .container .modal-header,
.home .modal .container .modal-cont,
.home .modal .container .modal-footer {
  width: 100%;
}

.home .modal .container .modal-header {

}

.home .modal .container .modal-title {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  padding-left: 4px;
  margin-bottom: 20px;
}

.home .modal .container .btn-close {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 24px;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.home .modal .container .btn-close img {
  width: 100%;
}

.home .modal .container .modal-cont {
  flex: 1;
  overflow-y: auto;
}

.home .modal .container .modal-footer {
  padding-top: 20px;
}

.home .modal .container .modal-footer .btn-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.home .modal .container .modal-footer .btn {
  display: block;
  width: 100%;
  min-width: 0;
  height: 56px;
  line-height: 55px;
  border-radius: 200px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.home .modal .container .modal-footer .btn:not(.small) {
  flex: 1;
}

.home .modal .container .modal-footer .btn-white {
  background: #fff;
  color: #000;
  border: 1px solid #EEE;
}

.home .modal .container .modal-footer .btn-black {
  background: #000;
  color: #fff;
}

.home .modal .container .modal-footer .btn-black:disabled {
  background-color: rgba(0, 0, 0, 0.1);
}

.home .modal .container .modal-footer .btn.small {
  width: 120px;
  flex-shrink: 0;
  border-radius: 500px;
}



/* 첫가입 축하 모달 */
.home .modal#welcomeRegisterModal .container {
  height: 610px;
}

.home .modal#welcomeRegisterModal .container .modal-cont .img-congrat {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
}

.home .modal#welcomeRegisterModal .container .modal-cont .block-title {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  padding-left: 4px;
  margin-bottom: 12px;
}

.home .modal#welcomeRegisterModal .container .modal-cont .benefit-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 11px;
  margin-bottom: 4px;
}

.home .modal#welcomeRegisterModal .container .modal-cont .benefit-item {
  height: 76px;
  padding: 18px 0 18px 62px;
  border-radius: 10px;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: left 18px center;
}

.home .modal#welcomeRegisterModal .container .modal-cont .benefit-item-1 {
  background-image: url('../images/kakao-login/img-benefit-1.png');
  flex: 1;
}

.home .modal#welcomeRegisterModal .container .modal-cont .benefit-item-2 {
  background-image: url('../images/kakao-login/img-benefit-2.png');
  flex: 1;
}

.home .modal#welcomeRegisterModal .container .modal-cont .benefit-item-3 {
  background-image: url('../images/kakao-login/img-benefit-3.png');
  width: 100%;
}

.home .modal#welcomeRegisterModal .container .modal-cont .benefit-item .desc {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 2px;
}

.home .modal#welcomeRegisterModal .container .modal-cont .benefit-item .title {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.home .modal#welcomeRegisterModal .container .modal-footer .btn {
  margin-bottom: 18px;
}

.home .modal#welcomeRegisterModal .container .modal-footer .ask {
  color: #999;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.home .modal#welcomeRegisterModal .container .modal-footer .link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #888;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-underline-offset: 3px;
}




/* 카카오 로그인 시 기존계정 연동하기 모달(공통) */
.home .modal.connect-email .input {
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  position: relative;
}

.home .modal.connect-email .input.is-error {
  border: 1px solid #DA3023;
}

.home .modal.connect-email .input input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  color: #000;
  background: #FFF;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.home .modal.connect-email .input input::placeholder {
  color: #9A9A9E;
}

.home .modal.connect-email .input input.pw {
  padding-right: 60px;
}

.home .modal.connect-email .input .pw-visibility-control {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: auto;
}

.home .modal.connect-email .input .pw-visibility-control img {
  width: 100%;
}

.home .modal.connect-email .input .pw-visibility-control .eye {
  display: none;
}
.home .modal.connect-email .input .pw-visibility-control .blind {}

.home .modal.connect-email .error-msg {
  display: none;
  color: #DA3023;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}

.home .modal.connect-email .error-msg.show {
  display: block;
}




/* 카카오 로그인 시 기존계정 연동하기 모달 1 */
.home .modal#connectEmailModal1 .container {
  height: 268px;
}

.home .modal#connectEmailModal1.expanded .container {
  height: 292px;
}




/* 카카오 로그인 시 기존계정 연동하기 모달 2 */
.home .modal#connectEmailModal2 .container {
  height: 293px;
}

.home .modal#connectEmailModal2.expanded .container {
  height: 317px;
}

.home .modal#connectEmailModal2 .container .modal-footer .ask {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  color: #888;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}




/* 이메일 로그인 시 카카오 연동 유도 모달 */
.home .modal#connectInduceModal .container {
  height: 338px;
}

.home .modal#connectInduceModal .modal-desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-left: 4px;
  margin-bottom: 6px;
}

.home .modal#connectInduceModal .modal-title {
  margin-bottom: 30px;
}

.home .modal#connectInduceModal .modal-cont .img-connect {
  display: block;
  width: 157px;
  margin: 0 auto 14px;
}

.home .modal#connectInduceModal .modal-footer .btn-kakao {
  background-color: #FDE500;
  color: #201D1E;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 22px center;
  background-image: url("../images/kakao-login/icon-kakao.png");
  margin-bottom: 18px;
}

.home .modal#connectInduceModal .modal-footer .link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #888;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}




/* 카카오 로그인 시 기존계정 연동하기 완료 모달 */
.home .modal#connectCompleteModal .container {
  padding-top: 46px;
  height: 248px;
  padding-bottom: 30px;
}

.home .modal#connectCompleteModal .container::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -21px;
  width: 42px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url("../images/kakao-login/img-circle-ok.png") no-repeat center center / contain;
  z-index: 1;
}

.home .modal#connectCompleteModal .container .modal-cont {
  text-align: center;
}

.home .modal#connectCompleteModal .container .modal-cont .title {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 12px;
}

.home .modal#connectCompleteModal .container .modal-cont .desc {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.home .modal#connectCompleteModal .container .modal-footer {
  padding-top: 27px;
}




/* 복주머니 이벤트 안내 모달 */
.home .modal#bokEventModal .container {
  height: 350px;
  padding: 30px 20px;
}

.home .modal#bokEventModal .container .modal-cont {
  overflow: hidden;
  text-align: center;
}

.home .modal#bokEventModal .container .modal-cont .desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}

.home .modal#bokEventModal .container .modal-cont .title {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 26px;
}

.home .modal#bokEventModal .container .modal-cont .img {
  display: block;
  width: 147px;
  margin: 0 auto;
}

.home .modal#bokEventModal .container .modal-cont .block-title {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  padding-left: 4px;
  margin-bottom: 12px;
}

.home .modal#bokEventModal .container .modal-footer {
  padding-top: 34px;
}

.home .modal#bokEventModal .container .modal-footer .btn {
  margin-bottom: 0;
}


@media screen and (max-width: 1600px) {
	.home .section.banner-slider .banner-item{
		padding: 50px 40px;
	}

  .home .section.banner-slider .banner-item-merrysale::after {
    right: 5%;
  }

  .home .section.banner-slider .banner-item-newyear::after{
  	width: 250px;
  	height: 172px;
  }

  .home .section.banner-slider .banner-item-spring2026::after { 
	right: 15.8%;
  }
}


@media screen and (max-width: 1500px) {
  .home .section.banner-slider .banner-item-blackfriday::after {
    right: 10%;
  }
}

@media screen and (max-width: 1400px) {
  .home .section.banner-slider .banner-item-halloween::after {
    width: 50%;
  }

  .home .section.banner-slider .banner-item-1::after {
    width: 50%;
    right: -5%;
    bottom: -10px;
  }
}

@media screen and (max-width: 1300px) {
  .home .section.banner-slider .banner-item-blackfriday::after {
    right: 6%;
  }
}

@media screen and (max-width: 1200px) {
  .home .section.banner-slider .banner-item {
    padding: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .home .section.banner-slider .banner-item .product-area {
    top: 4vw;
  }

  .home .section.banner-slider .banner-item .product-item {
    width: 18vw;
    height: auto;
    aspect-ratio: 243 / 290;
    margin-right: 2vw;
  }

  .home .section.banner-slider .banner-item-newyear::after{
  	width: 200px;
  	height: 130px;
  	right: 10px;
  	bottom: 40px;
  }

  .home .section.banner-slider .banner-item-spring2026::after {
	right: 14%;
	bottom: 20%;
	width: 126px;
  }

  .home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-1 {
	right: 5%;
	bottom: 11%;
	width: 60px;
	height: 62px;
  }
  .home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-2 {
	right: 30%;
	width: 48px;
	height: 47px;
  }
  .home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-3 {
	right: 2%;
	bottom: 40%;
	width: 30px;
	height: 29px;
  }

  .home .section.banner-slider .banner-item-merrysale::after{
  	width: 100px;
  }

  .home .section.banner-slider .banner-item-blackfriday::after {
    width: 105px;
    bottom: 60px;
  }

  .home .section.banner-slider .banner-item .product-item .brand {
    top: 1vw;
    height: 2vw;
  }

  .home .section.banner-slider .banner-item .product-item:nth-of-type(1) .brand,
  .home .section.banner-slider .banner-item .product-item:nth-of-type(4) .brand {
    height: 1vw;
  }

  .home .section.banner-slider .banner-item .product-item .product-img {
    margin-top: 2.5vw;
  }

  .home .section.banner-slider .banner-item .product-item .product-name {
    font-size: 1.9vw;
    margin-bottom: 0;
  }

  .home .section.banner-slider .banner-item .product-item .price-1 {
    font-size: 1.6vw;
  }

  .home .section.banner-slider .banner-item .product-item .price-1 i {
    font-size: 0.7em;
  }

  .home .section.banner-slider .banner-item .product-item .price-2 {
    font-size: 1vw;
  }

  .home .section.banner-slider .banner-item .title {
    font-size: 33px;
  }

  .home .section.banner-slider .banner-item .desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .home .section.banner-slider .banner-item {
    padding: 35px;
  }

  .home .section.banner-slider .banner-item-newyear::after{
  	width: 147px;
  	height: 94px;
  }

  .home .section.banner-slider .banner-item-merrysale::after {
    width:80px;
    right: 20px;
  }

  .home .section.banner-slider .banner-item-blackfriday::after {
    width: 20%;
    bottom: 45px;
  }

  .home .section.banner-slider .banner-item-spring2026::after {
	width: 100px;
	right: 10%;
	bottom: 17%;
  }

  .home .section.banner-slider .banner-item .title {
    font-size: 30px;
  }

  .home .section.banner-slider .banner-item .desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .home .section.banner-slider .banner-item {
    padding: 30px;
  }

  .home .section.banner-slider .banner-item .product-item .product-img {
    margin-top: 3.5vw;
  }

  .home .section.banner-slider .banner-item .title {
    font-size: 26px;
  }

  .home .section.banner-slider .banner-item .desc {
    font-size: 15px;
  }

  .home .section.banner-slider .banner-item-spring2026::after {
	width: 70px;
	right: 10%;
	bottom: 12%;
  }

  .home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-1 {
	width: 36px;
	height: 37px;
  }
  .home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-2 {
	right: 24%;
	bottom: 20px;
	width: 28px;
	height: 27px;
  }
  .home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-3 {
	bottom: 36%;
	width: 20px;
	height: 19px;
  }
}

@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden;
	}



	.home>.container {
		overflow-x: hidden;
    padding: 14px 0 60px;
	}

	.home>.container .top {
		padding: 0;
    margin-bottom: 32px;
	}

	.home>.container .top.pc {
		display: none;
	}

	.home>.container .top.mo {
		display: block;
	}

	/* swiper 로드 전 처리 */
	.home .section.banner-slider .swiper-wrapper {
	  display: block;
	}

	.home .section.banner-slider .swiper-slide {
	  width: 100%;
	}
	#bannerSwiper.swiper-hidden .swiper-slide:not(:first-child) {
	  display: none;
	}


  /* 배너 */
  .home .section.banner-slider {
    padding: 0 16px;
    margin-bottom: 24px;
  }

  .home .section.banner-slider .swiper {
    overflow: hidden;
  }

  .home .section.banner-slider .swiper-pagination-wrap {
    margin-top: 14px;
  }

  .home .section.banner-slider .swiper-scrollbar {
    width: 93px;
  }

  .home .section.banner-slider .banner-item { 
    padding: 6.65%;
    border-radius: 12px;
  }

  .home .section.banner-slider .banner-item-newyear {
    background-image: url('../images/home/banner-bg-newyear-m.png');
  }

  .home .section.banner-slider .banner-item-newyear::after {
    right: 10%;
  }

  .home .section.banner-slider .banner-item-spring2026 {
	background-image: url('../images/home/banner-bg-spring2026-m.png');
  }

  .home .section.banner-slider .banner-item-spring2026::after {
	width: 81px;
	height: 76px;
	right: 30px;
	bottom: 24.4%;
  }
  .home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-1 {
	right: 18px;
	bottom: 16%;
	width: 28px;
	height: 27px;
  }
  .home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-2 {
	right: 90px;
	bottom: 10px;
	width: 45px;
	height: 44px;
  }
  .home .section.banner-slider .banner-item-spring2026 .deco-img img.deco-img-3 {
	display: none;
  }

  .home .section.banner-slider .banner-item-merrysale {
    background-image: url('../images/home/banner-bg-merrysale_m.png');
  }

  .home .section.banner-slider .banner-item-merrysale::after {
    width: 146px;
    right: 13%;
    bottom: 12px;
  }

  .home .section.banner-slider .banner-item-blackfriday {
    background-image: url('../images/home/banner-bg-blackfriday-m.png');
  }

  .home .section.banner-slider .banner-item-blackfriday::after {
    background-image: url('../images/home/img-blackfriday-flower-m.png');
    right: 13%;
    bottom: 12%;
  }

  .home .section.banner-slider .banner-item-halloween {
    background-image: url('../images/home/banner-bg-halloween-m.png');
  }

  .home .section.banner-slider .banner-item-halloween::before {
    left: 19px;
    top: 11px;
    width: 61px;
  }

  .home .section.banner-slider .banner-item-halloween::after {
    width: 52.35%;
  }

  .home .section.banner-slider .banner-item-1 {
    background-image: url('../images/home/banner-bg-chuseok-m.png');
  }

  .home .section.banner-slider .banner-item-1::after {
    width: 52%;
    right: -4%;
    bottom: 0;
  }

  .home .section.banner-slider .banner-item-2 {
    background-image: url('../images/home/banner-bg-2-m.png');
  }

  .home .section.banner-slider .banner-item-3 {
    background-image: url('../images/home/banner-bg-lotto-1-m.png');
  }

  .home .section.banner-slider .banner-item .sub{
  	display: block;
  	margin-bottom: 8px;
  }

  .home .section.banner-slider .banner-item-3 .desc{
  	display: none;
  }

  .home .section.banner-slider .banner-item .product-area {
    top: 10.45vw;
  }

  .home .section.banner-slider .banner-item .product-item {
    width: 38vw;
    margin-right: 3.3vw;
    border-radius: 10px;
  }

  .home .section.banner-slider .banner-item .product-item .brand {
    top: 3vw;
    height: 3.5vw;
  }

  .home .section.banner-slider .banner-item .product-item:nth-of-type(1) .brand,
  .home .section.banner-slider .banner-item .product-item:nth-of-type(4) .brand {
    height: 2vw;
  }

  .home .section.banner-slider .banner-item .product-item .product-img {
    margin-top: 5vw;
  }

  .home .section.banner-slider .banner-item .product-item .product-name {
    font-size: 3.2vw;
  }

  .home .section.banner-slider .banner-item .product-item .price-1 {
    font-size: 3.2vw;
  }

  .home .section.banner-slider .banner-item .product-item .price-2 {
    font-size: 2.5vw;
  }

  .home .section.banner-slider .banner-item .title {
    font-size: 24px;
  }

  .home .section.banner-slider .banner-item .title .pc{
  	display: none;
  }

  .home .section.banner-slider .banner-item .title .mo{
  	display: block;
  }

  .home .section.banner-slider .banner-item .desc {
    font-size: 14px;
  }

  .home .section.banner-slider .banner-item .title+.desc,
  .home .section.banner-slider .banner-item .desc+.title {
    margin-top: 8px;
  }


  /* 멤버십 */
  .home .section.current-membership {
    width: calc(100% - 32px);
    height: 96px;
    border-radius: 12px;
    background-image: url('../images/home/membership-bar-bg-m.png');
    background-size: 100%;
    justify-content: flex-start;
    min-width: 0;
    padding: 0 22px;
    margin: 0 16px;
  }

  .home .section.current-membership .icon,
  .home .section.current-membership .btn-link {
    flex-shrink: 0;
  }

  .home .section.current-membership .text {
    font-size: 16px;
    flex: 1;
    min-width: 0;
  }

  .home .section.current-membership .text .mo-br {
    display: block;
  }




	.home>.container .top .left .login-btn {
		display: none;
	}

	.home>.container .top .left .banner {
		max-width: initial;
		margin-bottom: 32px;
		padding-right: 16px;
	}
	.home>.container .top .left .banner-slider {
		margin-bottom: 0;
	}
	.home>.container .top .left .banner-slider .slick-list {
		min-height: initial;
		border-radius: 16px;
	}
	.home>.container .top .left .banner-slider .card {
		min-height: initial;
		aspect-ratio: 1; 
	}
	.home>.container .top .left .banner-slider .slick-dots {
		display: none !important;
	}

	.home>.container .top .center {
		position: relative;
		flex: 0 1 530px;
		min-width: initial;
		border-radius: 0;
		background: none;
		padding: 0 ;
	}

	.home .hr {
		width: 100vw;
		height: 10px;
		background-color: #F5F5F5;
		transform: translateX(-16px);
		margin: 30px 0;
	}

	.home>.container .top .center .title {
		position: initial;
		display: block;
		margin-bottom: 16px;
	}
	.home>.container .top .center.mobile-timedeal .title h2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.home>.container .top .center.mobile-timedeal .title h2 {
		display: flex;
		width: calc(100% - 20px);
		justify-content: space-between;
	}
	.home>.container .top .center.mobile-timedeal .title .timer {
		white-space: nowrap;
		display: flex;
	}
	.home>.container .top .center.mobile-timedeal .title .timer strong {
		transform: translateY(1px);
	}
	.home>.container .top .center.mobile-timedeal .title img {
		margin-bottom: 16px;
	}
	.home>.container .top .center.mobile-timedeal .title span {
		color: #DA3023;
		font-family: Pretendard;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 19.6px */
	}
	.home>.container .top .center .title span {
		display: block;
		color: #000;
		font-family: Pretendard;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.home>.container .top .center .title img {
		width: 75.871px;
		height: 24px;
		margin-bottom: 14px;
	}

	.home>.container .top .center .product-card {
		float: initial;
		width: initial;
	}

	.home>.container .top .center .timedeal-products-cotainer {
/*		padding-bottom: 30px;*/
	}

	.home>.container .top .center .timedeal-products-cotainer .swiper-container {
		width: 100%;
	}
	.home>.container .top .center .timedeal-products-cotainer .swiper-wrapper {
		display: flex;
	}
	.home>.container .top .center .timedeal-products-cotainer .swiper-slide {
		flex: 0 0 160px; /* 슬라이드의 크기가 자동으로 맞춰지도록 설정 */
	}
	.home>.container .top .center .timedeal-products-cotainer {
		overflow: hidden;
	}
	.home>.container .top .center .product-card .thumbnail {
		border-radius: 0;
		width: 100%;
		height: 138px;
		padding: 0;
		margin-bottom: 12px;
	}
	.home>.container .top .center .product-card .product-title {
		color: #000;
		font-family: Pretendard;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
		margin-bottom: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.home>.container .top .center .product-card .star {
		display: flex;
		align-items: center;
		margin-bottom: 8px;
	}
	.home>.container .top .center .product-card .star span {
		padding-left: 5px;
		color: #666;
		font-family: Pretendard;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.home>.container .top .center .product-card .sale {
		display: flex;
		align-items: center;
		gap: 6px;
		margin-bottom: 2px;
	}

	.home>.container .top .center .product-card .sale span {
		color: #999;
		font-family: Pretendard;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.39px;
		text-decoration: line-through;
	}

	.home>.container .top .center .product-card .sale .badge {
		width: fit-content;
		height: 16px;
		color: #FFF;
		padding: 0 3px;
		font-family: Pretendard;
		font-size: 10px;
		font-style: normal;
		font-weight: 500;
		line-height: 16px;
		letter-spacing: -0.3px;
		border-radius: 4px;
		background: #DA3023;
	}

	.home>.container .top .center .product-card .price {
		display: block;
	}
	.home>.container .top .center .product-card .price strong {
		color: #DA3023;
		font-family: Pretendard;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.54px;
	}
	.home>.container .top .center .product-card .price strong small {
		color: #DA3023;
		font-family: Pretendard;
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.39px;
	}
	.home>.container .top .center .product-card .price div {
		display: flex;
		align-items: center;
		gap: 6px;
	}
	.home>.container .top .center .product-card .price div {
		display: flex;
		align-items: center;
		gap: 6px;
		margin-bottom: 2px;
	}
	.home>.container .top .center .product-card .price div p {
		color: #fff;
		font-family: Pretendard;
		font-size: 10px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.3px;
		border-radius: 4px;
		background: #da3023;
		padding: 3px 3px 2px 3px;
	}
	.home>.container .top .center .product-card .price div span {
		color: #999;
		font-family: Pretendard;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.39px;
		text-decoration-line: strikethrough;
	}

	.home>.container .top .right .box {
		border-radius: 0;
		padding: 0;
		max-height: initial;
		background-color: #fff;
	}
	.home>.container .top .right .box .title strong {
		color: #000;
		font-family: Pretendard;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.home>.container .top .right .box .title {
		margin-bottom: 8px;
	}
	.home>.container .top .right .box .swiper-slide {
		flex: 0 0 144px;
	}
	.home>.container .top .right .box .product-box .thumbnail {
		height: 138px;
	}
	.home>.container .top .right .box .product-box .thumbnail img {
		height: 138px;
	}
	.home>.container .top .right .box .product-box .title {
		color: #000;
		text-overflow: ellipsis;
		font-family: Pretendard;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 6px;
	}
	.home>.container .top .right .box .product-box .badge {
		height: 16px;
		padding: 0 3px;
		font-size: 10px;
		line-height: 16px;
		border-radius: 4px;
	}
	.home>.container .top .right .box .product-box .star {
		display: flex;
		align-items: center;
		margin-bottom: 6px;
	}
	.home>.container .top .right .box .product-box .star span {
		color: #666;
		font-family: Pretendard;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		padding-left: 5px;
	}
	.home>.container .top .right .box .product-box .row {
		display: block;
	}
	.home>.container .top .right .box .product-box .sale-percent {
		color: #DA3023;
		font-family: Pretendard;
		font-size: 17px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.51px;
	}
	.home>.container .top .right .box .product-box .price {
		color: #000;
		font-family: Pretendard;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.54px;
	}
	.home>.container .top .right {
		gap: 0;
		overflow: initial;
	}

	.home>.container .timedeal {
		display: none;
	}
  .home>.container .category {
    padding: 0 16px;
    margin-bottom: 0;
  }
	.home>.container .category .category-title {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.home>.container .category ul {
		padding: 0 0 10px 0;
		border-radius: 0;
		border: none;
		gap: 16px;
		padding-right: 16px;
		overflow: auto;
	}
	.home>.container .category ul li {
		width: fit-content;
	}
	.home>.container .category ul li a {
		display: block;
	}
	.home>.container .category ul li a .cate-thumbnail {
		width: 68px;
		height: 68px;
		margin: 0 auto;
		margin-bottom: 16px;
	}
	.home>.container .category ul li a span {
		display: none;
	}
	.home>.container .category ul li {
		border: none;
		text-align: center;
	}
	.home>.container .category ul li a h3 {
		color: #000;
		text-align: center;
		font-family: Pretendard;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin: 0;
		white-space: nowrap;
	}
	.home>.container .category ul li a h3.mo {
		display: block;
	}
	.home>.container .category ul li a h3.pc {
		display: none;
	}
	.home>.container .review {
		padding: 0 16px;
	}
	.home>.container .review-title {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.home>.container .review .review-list {
/*		padding-bottom: 28px;*/
	}
	.home>.container .review .review-list .swiper-slide .review-item {
		padding: 18px;
		border-radius: 20px;
	}
	.home>.container .review .review-list .review-item .r-top .left-item .author span {
		font-size: 13px;
	}
	.home>.container .review .review-list .review-item .r-top .thumbnail {
		flex: 0 0 63px;
	    width: 63px;
	    height: 63px;
	}
	.home>.container .review .review-list .review-item .r-top .star span {
		font-size: 13px;
	}
	.home>.container .review .review-list .review-item .r-top .star {
		margin-bottom: 14px;
	}

  .home>.container .review .review-list .review-item .r-top .star i {
    width: 17px;
    height: 17px;
    background-size: 88.24%;
  }

	.home>.container .review .review-list .review-item .r-top .product-title {
		font-size: 13px;
		margin-bottom: 7px;
	}
	.home>.container .review .review-list .review-item .bottom div {
		font-size: 16px;
/*		min-height: 48px;*/
	}
	.home>.container .review .review-list .review-item .bottom span {
		font-size: 14px;
    	min-height: 40px;
	}
	.home>.container .review .swiper-pagination {
		top: auto;
		bottom: -29px;
	}
	.home>.container .review .swiper-pagination-bullet-active {
		width: 16px;
		background: #000;
		border-radius: 4px;
	}
	.home>.container .review .swiper-pagination-bullet-active {
		width: 16px;
		background: #000;
		border-radius: 4px;
	}
	.home .hr-category {
		transform: initial;
		margin-top: 20px;
	}
	.home .hr-review {
		margin-top: 58px;
	}
	.home>.container .best .best-title {
		font-size: 18px;
		margin-bottom: 26px;
	}
	.home>.container .best .category-list.pc {
		display: none;
	}
	.home>.container .best .category-list.mo {
		display: block;
		padding: 0 0 0 20px;
	}
	.home>.container .best .category-swiper .swiper-slide {
		flex: 0 0 fit-content;
	}
	.home>.container .best .category-swiper .swiper-slide .item {
		border-radius: 8px;
		height: 30px;
		padding: 0 10px;
		border: 1px solid #EEE;
		background: #FFF;
		color: #888;
		font-family: Pretendard;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px; /* 22.4px */
	}
	.home>.container .best .category-swiper .swiper-slide .item.active {
		background: #000;
		color: #FFF;
	}
	.home>.container .review .review-list .review-btn {
		display: none;
	}
	.home>.container .best .category-swiper {
		display: flex;
		margin-bottom: 20px;
	}
	.home>.container .best .best-list {
		display: block;
        overflow: hidden;
        width: 100%;
	}
	.home>.container .best .best-list .swiper-slide {
		flex: 1 0 144px;
		max-width: 144px;
/*		margin-right: 8px;*/
	}
	.home>.container .best .best-list .product-box .thumbnail {
		height: 138px;
	}
	.home>.container .best .best-list.pc {
		display: none;
	}
	.home>.container .best .best-list {
		display: flex;
	}
	.home>.container .common-product .thumbnail {
		height: 138px;
	}

  .home>.container .common-product .thumbnail img {
    transform: none;
  }

	.home>.container .common-product .cate {
		display: none;
	}
	.home>.container .common-product .title {
		color: #000;
		font-family: Pretendard;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
		-webkit-line-clamp: 3;
		margin-bottom: 10px;
	}
	.home>.container .common-product .star span {
		font-size: 13px;
	}
	.home>.container .common-product .star {
		margin-bottom: 6px;
	}
	.home>.container .common-product .price {
		color: #DA3023;
		font-family: Pretendard;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.54px;
	}
	.home>.container .common-product .price small {
		color: #DA3023;
		font-family: Pretendard;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.54px;
	}
	.home>.container .common-product .price span {
		color: #999;
		font-family: Pretendard;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.39px;
	}
	.home>.container .best {
		margin-bottom: 0;
		padding: 0 0 0 16px;
	}

	.home>.container .product {
		padding: 0 16px;
		margin-bottom: 0;
	}

  .home>.container .recommend {
    padding: 0 16px;
    padding-bottom: 30px;
    border-bottom: 10px solid #f5f5f5;
    margin-bottom: 30px;
  }

  .home>.container .recommend .recommend-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .home>.container .product-box .swiper-horizontal {
    overflow: visible;
  }

  .home>.container .product-box .swiper-button-prev,
  .home>.container .product-box .swiper-button-next {
    display: none;
  }

	.home>.container .product-box .cate-01-btn {
		display: none;
	}
	.home>.container .product-box .swiper-slide {
		flex: 0 0 144px;
	}
	.home>.container .product .product-title {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.home>.container .product .btn {
		margin-top: 26px;
		height: 40px;
		font-size: 14px;
		font-weight: 600;
		border-radius: 10px;
		gap: 8px;
	}
	.home>.container .review .review-list .review-item .r-top .left-item .author .avatar {
		width: 36px;
		height: 36px;
	}
	/*.home .scroll-products .product {
		margin-bottom: ;
	}*/

	.home>.container .common-product.product-item .price {
		color: #000;
		font-family: "Pretendard";
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.51px;
	}
	.home>.container .common-product.product-item .price small {
		color: #000;
		font-family: "Pretendard";
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.39px;
	}
	.home>.container .common-product.product-item .price span {
		font-size: 17px;
	}
	.home>.container .common-product.product-item .badge-wrap {
		margin-top: 8px;
	}


  /* 관심상품 */
  .home>.container .common-product .recommend-message {
    font-size: 13px;
  }

	.home>.container .ranking .ranking-title {
		color: #000;
		font-family: Pretendard;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 26px;
	}
	.home>.container .ranking ul li {
		padding: 16px 0 16px 0;
	}
	.home>.container .ranking ul li .toggle-arrow {
		width: 12px;
		height: auto;
	}
	.home>.container .ranking ul li .num {
		color: #000;
		text-align: center;
		font-family: Pretendard;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.home>.container .ranking ul li .ranking-product-name {
		color: #000;
		font-family: Pretendard;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-right: 10px;
	}
	.home>.container .ranking ul li .ranking-cate-name {
		color: #888;
		font-family: Pretendard;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.home>.container .ranking ul li .status {
		width: 19px;
		font-size: 8px;
	}
	.home>.container .ranking ul li .ranking-products .swiper-wrapper {
		padding: 0;
	}
	.home>.container .ranking ul li .ranking-products .swiper-slide {
		min-width: 120px;
		width: 120px;
	}
	.home>.container .ranking ul li .ranking-products .swiper-slide:last-child {
		min-width: 140px;
		width: 120px;
		padding-right: 20px;
	}
	.home>.container .ranking ul li .ranking-product .ranking-product-thumbnail {
		height: 120px;
		margin-bottom: 12px;
	}
	.home>.container .ranking ul li .row {
		padding-right: 24px;
	}
	.home>.container .ranking ul li.active .ranking-products {
		padding: 14px 0 8px 20px;
	}
	.home>.container .ranking-products .common-product .title {
        -webkit-line-clamp: 2;
        font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 16.9px */
		margin-bottom: 5px;
	}
	.home>.container .common-product.product-item .regular_price {
		color: #888;
		font-family: Pretendard;
		font-size: 11px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 3px;
	}
	.home>.container .common-product.product-item.ranking-product .price {
		font-family: Pretendard;
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.39px;
	}
	.home>.container .common-product.product-item.ranking-product .price span {
		font-family: Pretendard;
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.39px;
	}
	.home>.container .ranking {
		border-bottom: 10px solid #F5F5F5;
		padding-bottom: 40px;
		margin-bottom: 30px;
	}

	.home>.container .ranking .common-product.product-item .badge-wrap {
		max-width: 120px;
	}
	.home>.container .ranking ul li.active {
		overflow: hidden;
	}
	.home>.container .top .center .product-card .thumbnail img {
	    transform: scale(1.3);
	}


  .home>.container .member-info {
    max-width: 100%;
    height: 652px;
    max-height: calc(100% - 100px);
    background: #fff;
    z-index: 200;
    /* padding-top: 120px; */
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
  }



  .home .modal .container {
    max-height: 83vh;
  }
}

@media screen and (max-width:600px){
	.home .section.banner-slider .banner-item-newyear::after {
    right: 10px;
  }

	.home .section.banner-slider .banner-item-merrysale::after {
    width: 100px;
  }
}

@media screen and (max-width: 500px) {
	.home .section.banner-slider .banner-item-merrysale::after {
    width: 70px;
  }
  .home .modal .container {
    max-width: 100%;
  }
}