/* 공통 */
.home #home {
	font-family: "Pretendard";
	letter-spacing: -0.03em;
}

.home #home *,
.home #home *::before,
.home #home *::after {
	font-family: "Pretendard";
	letter-spacing: -0.03em;
}

.home #home button {
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.home #home img {
	display: block;
}

.home #home .ellipsis-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home #home .ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home #home .ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home #home .ellipsis-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home #home .w-1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.home #home .w-content {
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
	align-items: stretch;
}

.home #home .home-container {
	width: 100%;
	margin: 0 auto;
}

.home #home .swiper-button-prev::after,
.home #home .swiper-button-next::after {
	display: none;
}

.home #home .section {
	overflow: hidden;
}




/* 공통 - 섹션 타이틀 블럭 */
.home #home .section-title-block {
	max-width: 100%;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 12px;
}

.home #home .section-title-block .section-title {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	line-height: 160%;
}

.home #home .section-title-block .btn-go-more {
	width: 10px;
	height: 18px;
	background: url('../images/renewal/home/icon-go-more-arrow.svg') no-repeat center center;
	background-size: contain;
}




/* 공통 - swiper 페이지네이션 */
.home #home .swiper-pagination.custom {
	position: static;
	left: unset;
	bottom: unset;
	transform: none;
	margin-top: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.home #home .swiper-pagination.custom .swiper-pagination-bullet {
	margin: 0 !important;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	background: #D9D9D9;
	opacity: 1;
}

.home #home .swiper-pagination.custom .swiper-pagination-bullet-active {
	width: 20px;
	height: 6px;
	background: #000;
}




/* swiper 버튼 */
.home #home .swiper-button-prev.custom,
.home #home .swiper-button-next.custom {
	width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    z-index: 1;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.home #home .swiper-button-prev.custom {
    background-image: url('../images/renewal/home/btn-slide-prev.png');
    left: 0;
}

.home #home .swiper-button-next.custom {
    background-image: url('../images/renewal/home/btn-slide-next.png');
    right: 0;
}

.home #home .swiper:hover .swiper-button-prev.custom,
.home #home .swiper:hover .swiper-button-next.custom {
	opacity: 1;
	visibility: visible;
}




/* 공통 - 상품 슬라이드 */
.home #home .product-swiper .swiper-button-prev,
.home #home .product-swiper .swiper-button-next {
    top: 86px;
}




/* 공통 - 상품 아이템 */
.home #home .product-item {
	display: block;
}

.home #home .product-item .img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 1px solid #E9E9E9;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 16px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.home #home .product-item .img .badge {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 1;
}

.home #home .product-item .img .badge.todaySale {
	width: 34px;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url('../images/renewal/home/badge-today-sale.svg') no-repeat center center / contain;
}

.home #home .product-item .img img {
	display: block;
}

.home #home .product-item .category {
	color: rgba(136, 136, 136, 0.9);
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 8px;
}

.home #home .product-item .product-name {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 8px;
}

.home #home .product-item .regular-price-block {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 6px;
}

.home #home .product-item .regular-price-block .text {
	color: #F9463D;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
}

.home #home .product-item .regular-price {
	color: #999;
	font-family: "Inter";
	font-size: 13px;
	font-weight: 400;
	text-decoration-line: line-through;
}

.home #home .product-item .price-block {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-bottom: 8px;
}

.home #home .product-item .price-block .percent {
	color: #F9463D;
	font-family: "Inter";
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.home #home .product-item .price {
	color: #000;
	font-family: "Inter";
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.home #home .product-item .etc-block {
	display: flex;
	align-items: center;
	gap: 20px;
}

.home #home .product-item .brand-block {
	display: flex;
	align-items: center;
	gap: 6px;
	position: relative;
}

.home #home .product-item .brand-block::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e9e9e9;
}

.home #home .product-item .brand-img {
	flex-shrink: 0;
	width: 14px;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #eee;
}

.home #home .product-item .brand-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home #home .product-item .brand-name {
	color: #444;
	font-family: "Noto Sans KR";
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
}

.home #home .product-item .ranking-block {
	display: flex;
	align-items: center;
}

.home #home .product-item .star {
	width: 12px;
	margin-right: 4px;
}

.home #home .product-item .ranking {
	color: #444;
	font-family: "Inter";
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	margin-right: 2px;
}

.home #home .product-item .review-count {
	color: #888;
	font-family: "Inter";
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
}





/* 배너 슬라이더 */
.home #home .section.banner-slider {
	margin-bottom: 50px;
	overflow: hidden;
}

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

.home #home .section.banner-slider .banner-item {
	display: block;
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	overflow: hidden;
	padding: 126px 100px 0;
}

.home #home .section.banner-slider .banner-item-1 {
	background-image: url('../images/renewal/home/top-banner-review.png');
}

.home #home .section.banner-slider .banner-item-2 {
	/*background-image: url('../images/renewal/home/top-banner-2.png');*/
	background-image: url('../images/renewal/home/top-banner-winter1.png');
}

.home #home .section.banner-slider .banner-item-3 {
	background-image: url('../images/renewal/home/top-banner-3.png');
}

.home #home .section.banner-slider .banner-item-4 {
	background-image: url('../images/renewal/home/top-banner-roulette.png');
}

.home #home .section.banner-slider .banner-item .title {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 130%;
}

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

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

.home #home .section.banner-slider .banner-item .title .color-navy {
	color: #163794
}

.home #home .section.banner-slider .banner-item .desc {
	margin-top: 20px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
}

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

.home #home .section.banner-slider .btn-wrap {
    position: absolute;
    right: 32px;
    bottom: 24px;
    z-index: 1;
    width: 88px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    background-color: rgba(0, 0, 0, 0.3);
}

.home #home .section.banner-slider .btn-wrap .btn-toggle {
    display: inline-block;
    margin: 0 11px;
    padding-bottom: 1px;
}

.home #home .section.banner-slider .swiper-button-prev,
.home #home .section.banner-slider .swiper-button-next {
    width: 8px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 0;
}

.home #home .section.banner-slider .swiper-button-prev {
    background-image: url('../images/renewal/home/icon-slide-prev.svg');
}

.home #home .section.banner-slider .swiper-button-next {
    background-image: url(../images/renewal/home/icon-slide-next.svg);
}

.home #home .section.banner-slider .swiper-pagination {
	position: absolute;
	left: 32px;
	bottom: 24px;
	width: fit-content;
	height: 32px;
	border-radius: 32px;
	padding: 6px 15px;
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
}

.home #home .section.banner-slider .swiper-pagination-current {
	color: #fff;
}




/* flex영역 */
.home #home .content-wrap {
	width: 100%;
	display: flex;
	align-items: stretch;
	gap: 0;
	min-width: 0;
	margin-bottom: 100px;
}

.home #home .content-wrap .content-area {
	flex: 1;
	width: 100%;
	min-width: 0;
	padding-right: 32px;
	border-right: 1px solid #eee;
}

.home #home .content-wrap .side-area {
	position: relative;
	width: 352px;
	padding-left: 22px;
	flex-shrink: 0;
	height: auto;
}

.home #home .content-wrap .side-area .sticky-block {
	position: sticky;
	top: calc(98px + 40px); /* 40px은 상단띠지 */
	transition: top .3s ease-in-out;
}

body.home.down #home .content-wrap .side-area .sticky-block {
	top: calc(150px + 40px);  /* 40px은 상단띠지 */
}



/* 오늘 이 상품 어때요 */
.home #home .section.today-recommend {
	margin-bottom: 60px;
}

.home #home .section.today-recommend .section-title-block {
	margin-bottom: 28px;
}




/* 인기 키워드 */
.home #home .section.popular-keyword {
	margin-bottom: 83px;
}

.home #home .section.popular-keyword .section-title-block {
	margin-bottom: 28px;
}

.home #home .section.popular-keyword .keywords-block {
	width: 100%;
	border-radius: 12px;
	background: #000;
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 30px 30px 32px 16px;
}

.home #home .section.popular-keyword .keyword-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	flex: 1;
	min-width: 0;
}

.home #home .section.popular-keyword .keyword-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding-left: 24px;
	border-right: 1px solid rgba(238, 238, 238, 0.3);
}

.home #home .section.popular-keyword .keyword-item:last-child {
	border-right: none;
}

.home #home .section.popular-keyword .keyword-item .num {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	width: 100%;
}

.home #home .section.popular-keyword .keyword-item .title {
	width: 100%;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: normal;
}

.home #home .section.popular-keyword .btn-more {
	flex-shrink: 0;
	padding: 10px;
}




/* 오늘의 특가 */
.home #home .section.today-sale {
	margin-bottom: 60px;
}

.home #home .section.today-sale .section-title-block {
	width: 100%;
	position: relative;
	margin-bottom: 28px;
}

.home #home .section.today-sale .section-title-block .left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.home #home .section.today-sale .timer {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	color: #1351F6;
	font-size: 24px;
	font-weight: 600;
	line-height: 160%;
}

.home #home .section.today-sale .timer .icon {
	width: 23px;
	margin-right: 9px;
}

.home #home .section.today-sale .timer .text {
	display: inline-block;
	margin-right: 6px;
}




/* 리뷰 라운지 */
.home #home .section.review-lounge {
	margin-bottom: 60px;
}

.home #home .section.review-lounge .section-title-block {
	margin-bottom: 28px;
} 

.home #home .section.review-lounge .section-title {
	position: relative;
	padding-left: 31px;
}


.home #home .section.review-lounge .section-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	height: 22px;
	background: url('../images/renewal/home/icon-ai.svg') no-repeat center center / contain;
}

.home #home .section.review-lounge .tabs {
	border-radius: 12px;
	background: #F7FAFC;
	padding: 16px 22px;
	margin-bottom: 20px;
} 

.home #home .section.review-lounge .tabs .swiper-slide {
	width: auto;
}

.home #home .section.review-lounge .tab {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: normal;
} 

.home #home .section.review-lounge .tab.active {
	color: #000;
	font-weight: 600;
	margin-right: 18px;
	position: relative;
}

.home #home .section.review-lounge .tab.active::after {
	content: '';
	position: absolute;
	left: calc(100% + 6px);
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 10px;
	background: url('../images/renewal/home/icon-check-black.svg') no-repeat center center / contain;
}

.home #home .section.review-lounge .using-ai-text {
	color: #888;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding-left: 21px; 
	position: relative;
	margin-bottom: 20px;
} 

.home #home .section.review-lounge .using-ai-text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background: url('../images/renewal/home/icon-ai-system.svg') no-repeat center center / contain;
}

.home #home .section.review-lounge .review-block .loading-spinner {
  padding: 30px 0;
}

.home #home .section.review-lounge .review-block .swiper-slide {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.home #home .section.review-lounge .review-block .swiper-pagination.custom {
	margin-top: 26px;	
}

.home #home .section.review-lounge .review-block .swiper-button-prev.custom,
.home #home .section.review-lounge .review-block .swiper-button-next.custom {
	top: 197px;
}

.home #home .section.review-lounge .review-item {
	display: block;
	border-radius: 12px;
	border: 1px solid #EEE;
	background: #FFF;
	padding: 24px 24px 21px;
}

.home #home .section.review-lounge .review-item .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 14px;
	min-width: 0;
	margin-bottom: 9px;
}

.home #home .section.review-lounge .review-item .top .text {
	flex: 1;
	min-width: 0;
}

.home #home .section.review-lounge .review-item .user-info {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.home #home .section.review-lounge .review-item .star {
	display: inline-block;
	border-radius: 6px;
	background: rgba(254, 224, 0, 0.10);
	padding: 3px 6px 3px 20px;
	position: relative;
	color: #444;
	font-family: "Inter";
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	margin-right: 6px;
}

.home #home .section.review-lounge .review-item .star::before {
	content: '';
	position: absolute;
	left: 6px;
	top: 5px;
	width: 12px;
	height: 12px;
	background: url('../images/renewal/home/icon-star.svg') no-repeat center center / contain;
}

.home #home .section.review-lounge .review-item .user-block {
	display: flex;
	align-items: center;
	gap: 3px;
}

.home #home .section.review-lounge .review-item .membership {
	width: 19px;
	margin-right: 3px;
}

.home #home .section.review-lounge .review-item .user-id {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	margin-right: 4px;
}

.home #home .section.review-lounge .review-item .date {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
}

.home #home .section.review-lounge .review-item .content {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%; 
}

.home #home .section.review-lounge .review-item .top .photo {
	flex-shrink: 0;
	width: 122px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	overflow: hidden;
}

.home #home .section.review-lounge .review-item .top .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home #home .section.review-lounge .review-item .bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

.home #home .section.review-lounge .review-item .product-info {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
}

.home #home .section.review-lounge .review-item .product-info .img {
	width: 30px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 1px solid #eee;
	overflow: hidden;
}

.home #home .section.review-lounge .review-item .product-info .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home #home .section.review-lounge .review-item .product-name {
	color: rgba(1, 1, 1, 0.5);
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	max-width: 15em;
}

.home #home .section.review-lounge .review-item .like-block {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

.home #home .section.review-lounge .review-item .like-block>div {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}




/* 로그인 */
.home #home .section.login {
	padding-top: 50px;
	margin-bottom: 60px;
}

.home #home .section.login .section-title {
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: normal;
	margin-bottom: 20px;
}

.home #home .section.login .section-title.light {
	font-weight: 400;
}

.home #home .section.login .section-title .bold {
	font-weight: 700;
}

.home #home .section.login .section-title .name {
	display: inline-block;
	text-decoration-line: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}

.home #home .section.login .section-title .membership {
	position: relative;
	padding-left: 30px;
}

.home #home .section.login .section-title .membership::before {
	content: '';
	width: 26px;
	height: auto;
	aspect-ratio: 26 / 29;
	position: absolute;
	left: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.home #home .section.login .section-title .membership.vip::before {
	background-image: url("../images/renewal/home/icon-membership-vip.png");
}

.home #home .section.login .section-title .membership.platinum::before {
	background-image: url("../images/renewal/home/icon-membership-platinum.png");
}

.home #home .section.login .section-title .membership.gold::before {
	background-image: url("../images/renewal/home/icon-membership-gold.png");
}

.home #home .section.login .section-title .membership.welcome::before {
	background-image: url("../images/renewal/home/icon-membership-welcome.png");
}

.home #home .section.login .btn-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 200px;
	height: 56px;
	line-height: 56px;
	border-radius: 44px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: normal;
	text-align: center;
}




/* 인기 서비스 */
.home #home .section.popular-service {
	padding: 0 25px;
	margin-bottom: 80px;
}

.home #home .section.popular-service .section-title {
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: normal;
	margin-bottom: 24px;
}

.home #home .section.popular-service .list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 22px;
}

.home #home .section.popular-service .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.home #home .section.popular-service .item .icon {
	width: 52px;
}

.home #home .section.popular-service .item .text {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: normal;
	position: relative;
}

.home #home .section.popular-service .item.new .text::after {
	content: 'N';
	position: absolute;
	top: -5px;
	right: -8px;
	color: #F9883D;
	font-size: 12px;
	font-weight: 800;
	line-height: 160%;
}




/* 건강정보 */
.home #home .section.health-info {}

.home #home .section.health-info .section-title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	text-align: center;
	margin-bottom: 20px;
}

.home #home .section.health-info .swiper {
	width: 100%;
}

.home #home .section.health-info .item {
	display: block;
	width: 100%;
	height: 400px;
	border-radius: 12px;
	overflow: hidden;
}

.home #home .section.health-info .item .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home #home .section.health-info .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: ;
	border-radius: 0px 0px 12px 12px;
	padding: 18px 24px 23px;
	background: rgba(0, 0, 0, 0.4);
}

.home #home .section.health-info .text .title {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
}

.home #home .section.health-info .swiper-pagination {
	margin-top: 24px;
}



/* 이벤트 링크 */
.home #home .section.event-links {
  margin-top: 40px;
}

.home #home .section.event-links .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.home #home .section.event-links .item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.home #home .section.event-links .item .img {
  display: block;
  width: 76px;
  height: auto;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.home #home .section.event-links .item .text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: normal;
}




/* 유튜브 링크 */
.home #home .section.youtube {
  margin-top: 60px;
}

.home #home .section.youtube .section-title {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 8px;
  margin-bottom: 20px;
}

.home #home .section.youtube .section-title span {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.home #home .section.youtube .section-title img {
  width: 24px;
  transform: translateY(-2px);
}

.home #home .section.youtube .swiper {
  width: 100%;
}

.home #home .section.youtube .item {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 330 / 185;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.home #home .section.youtube .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.home #home .section.youtube .item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  background: url('../images/renewal/home/icon-youtube-play.png') no-repeat center center / contain;
  z-index: 2;
}

.home #home .section.youtube .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home #home .section.youtube .swiper-pagination {
  margin-top: 24px;
}




/* 라무몰이 엄선한 추천 상품 */
.home #home .section.ramu-recommend {

}

.home #home .section.ramu-recommend .section-title-block {
	margin-bottom: 20px;
}

.home #home .section.ramu-recommend .tabs {
	margin-bottom: 28px;
}

.home #home .section.ramu-recommend .tabs .swiper {
	overflow: visible;
}

.home #home .section.ramu-recommend .tabs .swiper-slide {
	width: auto;
}

.home #home .section.ramu-recommend .tab {
	display: inline-block;
	color: #666;
	padding: 4px 16px;
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: normal;
} 

.home #home .section.ramu-recommend .tab.active {
	color: #000;
	font-weight: 600;
	border: 1px solid #000;
	border-radius: 18px;
}

.home #home .section.ramu-recommend .product-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 30px 19px;
}

.home #home .section.ramu-recommend .product-item .img {
	margin-bottom: 14px;
}

.home #home .section.ramu-recommend .product-item .rank-block {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 16px;
}

.home #home .section.ramu-recommend .product-item .rank {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: normal;
}

@keyframes pulse {
	50% {
		opacity: 0.7;
	}
}

.home #home .section.ramu-recommend .product-item.skeleton {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.home #home .section.ramu-recommend .product-item.skeleton .img,
.home #home .section.ramu-recommend .product-item.skeleton .rank, 
.home #home .section.ramu-recommend .product-item.skeleton .text {
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.30) 0%, #EEE 100%);
}

.home #home .section.ramu-recommend .product-item.skeleton .rank {
	width: 25px;
	height: 20px;
	border-radius: 10px;
}

.home #home .section.ramu-recommend .product-item.skeleton .text {
	width: 100%;
	height: 18px;
	border-radius: 9px;
	margin-bottom: 8px;
}

.home #home .section.ramu-recommend .product-item.skeleton .text.medium {
	width: 60%;
}

.home #home .section.ramu-recommend .product-item.skeleton .text.short {
	width: 30%;
}



/* 유튜브 모달 */
#home .youtube-player-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s;
}

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

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

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

#home .youtube-player-modal .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1284px;
  height: auto;
  aspect-ratio: 16 / 9;
  z-index: 100;
  transition: transform 0.2s;
}

#home .youtube-player-modal .btn-close {
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  width: 20px;
  cursor: pointer;
}

#home .youtube-player-modal .btn-close img {
  width: 100%;
}

#home .youtube-player-modal .iframe-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#home .youtube-player-modal .iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}







/* 미입금자 안내 팝업 */
#home .popup {
  /*position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;*/
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s;

  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 100%;
  max-width: 356px;
  height: 426px;
  max-height: 80vh;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s;
}

#home .popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

/*#home .popup .overlay {
  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 .popup.active .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

#home .popup .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 356px;
  height: 426px;
  max-height: 80vh;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s;
}*/

#home .popup .container.mo{
	display: none;
}
#home .popup .container.pc {
	width: 100%;
	border-radius: 22px;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}

#home .popup .container.pc .modal-content{
	padding: 23px;
	width: 100%;
	height: 357px;
	border-radius: 22px 22px 0 0;
	background: linear-gradient(174deg, #EDEBF9 12.56%, #C5D6F4 82.77%);
	position: relative;
}

#home .popup .container.pc .modal-content::before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 250px;
	height: 200px;
	background: url('../images/renewal/home/img-popup.png') no-repeat center / cover;
}


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

/*#home .popup .container.pc .modal-header {
  padding: 0 0 20px;
}
*/
#home .popup .container.pc .modal-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 15px;
}

#home .popup .container.pc .modal-desc {
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

#home .popup .container.pc .btn-close {
  position: absolute;
  right: 20px;
  top: 27px;
  width: 18px;
  z-index: 1;
  cursor: pointer;
}

#home .popup .container.pc .btn-close img {
  width: 100%;
}

#home .popup .container.pc .btn-viewmore{
	width: 127px;
	height: auto;
	padding: 8px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #fff;
	border:1px solid #eee;
	border-radius: 50px;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 160%;
	color: #000;
	cursor: pointer;
	position: relative;
	z-index: 100;
}

#home .popup .container.pc .btn-viewmore img{
	width: 5px;
}

#home .popup .container .modal-cont {
  flex: 1;
  border-radius: 4px;
  background: #F7FAFC;
  position: relative;
  overflow: hidden;
}

#home .popup .container .modal-cont::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 41px;
  background: linear-gradient(transparent, #F7FAFC);
  z-index: 1;
}

#home .popup .container .modal-cont .table {
  width: 100%;
  height: 100%;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
}

#home .popup .container .modal-cont .thead,
#home .popup .container .modal-cont .tbody {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

#home .popup .container .modal-cont .thead {
  flex-shrink: 0;
  padding-bottom: 16px;
}

#home .popup .container .modal-cont #myScrollableDiv {
  width: 100%;
  flex: 1;
  min-height: 0;
}

/* SimpleBar 라이브러리로 스크롤바 커스텀(ios에서도 항상 노출) */
#home .popup .container .modal-cont .simplebar-track.simplebar-vertical {
  width: 6px !important;
}

#home .popup .container .modal-cont .simplebar-scrollbar:before {
  left: 0 !important;
  right: unset !important;
  width: 3px !important;
  border-radius: 40px !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

#home .popup .container .modal-cont .tbody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 30px;
}

#home .popup .container .modal-cont .tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

#home .popup .container .modal-cont .th:nth-of-type(2),
#home .popup .container .modal-cont .td:nth-of-type(2) {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

#home .popup .container .modal-cont .th:nth-of-type(3),
#home .popup .container .modal-cont .td:nth-of-type(3) {
  text-align: right;
}

#home .popup .container .modal-cont .thead .th {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
}

#home .popup .container .modal-cont .td {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.3px;
}

#home .popup .container .modal-footer {
  /*padding-top: 20px;*/
  display: flex;
  align-items: center;
  position: relative;
}

#home .popup .container .modal-footer::before{
	content: '';
	width: 1px;
	height: 30px;
	background:#eee;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#home .popup .container .modal-footer .btn {
  display: block;
  border-radius: 4px;
  width: 50%;
  height: 69px;
  line-height: 68px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  cursor: pointer;
  color: #000;
}

#home .popup .container .modal-footer .btn-hide-today{
	color: #999;
}

/*#home .popup .container .modal-footer .dont-show-today {
  display: none;
}

#home .popup .container .modal-footer .dont-show-today+label {
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  padding-left: 30px;
  cursor: pointer;
}

#home .popup .container .modal-footer .dont-show-today+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: url("../images/renewal/home/img-check-off.png");
}

#home .popup .container .modal-footer .dont-show-today:checked+label::before {
  background-image: url("../images/renewal/home/img-check-on.png");
}*/


/*#home .popup .container .modal-footer .btn-white {
  border: 1px solid #EEE;
  flex: 1;
  min-width: 0;
}

#home .popup .container .modal-footer .btn-black {
  background: #000;
  color: #fff;
  width: 64.86%;
}*/






/* 모달 공통 */
#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: 1000;
}

#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: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 410px;
  height: 680px;
  max-height: 80vh;
  z-index: 100;
  border-radius: 18px;
  background: #fff;
  padding: 24px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s;
  display: none;
}

#home .modal.active .container {
  display: flex;
}

#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: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

#home .modal .container .modal-desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
}

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

#home .modal .container .mobile-btn-close {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 43px;
  height: 4px;
  border-radius: 30px;
  background-color: #D7D7D7;
  cursor: pointer;
  display: none;
}

#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: 52px;
  line-height: 51px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  letter-spacing: normal;
  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 .container .modal-footer .link {
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  color: #999;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
}



/* (공통) 연동 완료 모달 */
#home .modal#connectCompleteModal .container {
  height: 424px;
}

#home .modal#connectCompleteModal .modal-cont {
  padding-top: 21px;
  text-align: center;
}

#home .modal#connectCompleteModal .modal-desc {
  margin-bottom: 64px;
}

#home .modal#connectCompleteModal .modal-cont .img {
  display: block;
  width: 127px;
  margin: 0 auto;
}



/* (이메일 로그인) 카카오 연동 유도 모달 */
#home .modal#mergeWithKakaoModal .container {
  height: 424px;
}

#home .modal#mergeWithKakaoModal .modal-cont {
  padding-top: 21px;
  text-align: center;
}

#home .modal#mergeWithKakaoModal .modal-desc {
  margin-bottom: 46px;
}

#home .modal#mergeWithKakaoModal .modal-cont .img {
  display: block;
  width: 263px;
  margin: 0 auto;
}

#home .modal#mergeWithKakaoModal .modal-footer .btn-kakao {
  background-color: #FEE94C;
  color: #201D1E;
}




/* (카카오 로그인) 기존계정 연동 유도 모달 */
#home .modal#mergeWithEmailModal .container {
  height: 424px;
}

#home .modal#mergeWithEmailModal .modal-cont {
  padding-top: 21px;
  text-align: center;
}

#home .modal#mergeWithEmailModal .modal-desc {
  margin-bottom: 46px;
}

#home .modal#mergeWithEmailModal .modal-cont .img {
  display: block;
  width: 74px;
  margin: 0 auto;
  transform: translateX(3px);
}




/* (카카오 로그인) 기존계정 연동하기 모달 */
#home .modal#mergeWithEmailFormModal .container {
  height: 680px;
}

#home .modal#mergeWithEmailFormModal .modal-title {
  font-size: 19px;
  padding: 0 4px;
  line-height: 140%;
  letter-spacing: normal;
  margin-bottom: 24px;
}

#home .modal#mergeWithEmailFormModal .modal-title i {
  font-size: 15px;
  font-style: normal;
  margin-right: 3px;
}

#home .modal#mergeWithEmailFormModal .input-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

#home .modal#mergeWithEmailFormModal .input-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

#home .modal#mergeWithEmailFormModal label {
  display: block;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

#home .modal#mergeWithEmailFormModal .input {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 16px;
  color: #000;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

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

#home .modal#mergeWithEmailFormModal .input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

#home .modal#mergeWithEmailFormModal .error-msg {
  display: none;
  color: #DA3023;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

#home .modal#mergeWithEmailFormModal .error-msg.show {
  display: block;
}

#home .modal#mergeWithEmailFormModal .btn-forgot-pw {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
}




/* 반응형 */
@media screen and (max-width: 1560px) {
	.home #home .w-content {
		max-width: 100%;
		padding: 0 20px;
	}

	.home #home .product-swiper .swiper-slide {
		width: auto !important;
	}

	.home #home .product-swiper .product-item {
		width: 212px;
	}



	.home #home .section.ramu-recommend .product-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}



  /* 유튜브 모달 */
  #home .youtube-player-modal .container {
    width: 80vw;
  }

}


@media screen and (max-width: 1300px) {
	.home #home {
		overflow: hidden;
	}

	.home #home .section {
		overflow: visible;
	}

	.home #home .w-content {
		display: block;
	}

	.home #home .content-wrap .content-area {
		padding-right: 0;
		border-right: none;
	}

	.home #home .content-wrap .side-area {
		display: none;
	}



	.home #home .section.today-recommend .swiper,
	.home #home .section.today-sale .swiper {
		overflow: visible;
	}


	.home #home .section.ramu-recommend .product-list {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}


@media screen and (max-width: 1240px) {
	.home #home .w-1200 {
		max-width: 100%;
		padding: 0 20px;
	}
}


@media screen and (max-width: 1100px) {
	.home #home .section.ramu-recommend .product-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}



	.home #home .section.popular-keyword .keywords-block {
		background: none;
		display: block;
		padding: 0;
		border-radius: 0;
	}

	.home #home .section.popular-keyword .keyword-list {
		display: flex;
		flex-direction: column;
		grid-area: 0;
	}

	.home #home .section.popular-keyword .keyword-item {
		flex-direction: row;
		align-items: center;
		gap: 12px;
		padding: 15px 0;
		border-radius: 12px;
		transition: background .3s, padding .3s;
		background-image: url('../images/renewal/home/icon-keyword-arrow-black.svg');
		background-repeat: no-repeat;
		background-size: 6px 10px;
		background-position: right 10px center;
	}

	.home #home .section.popular-keyword .keyword-item:hover {
		background-color: #000;
		padding: 15px 16px;
		background-image: url('../images/renewal/home/icon-keyword-arrow-white.svg');
		background-position: right 20px center;
	}

	.home #home .section.popular-keyword .keyword-item .num {
		color: rgba(0, 0, 0, 0.6);
		width: fit-content;
	}

	.home #home .section.popular-keyword .keyword-item .title {
		color: #000;
	}

	.home #home .section.popular-keyword .keyword-item:hover .num {
		color: rgba(255, 255, 255, 0.6);
	}

	.home #home .section.popular-keyword .keyword-item:hover .title {
		color: #fff;
		font-weight: 600;
	}

	.home #home .section.popular-keyword .btn-more {
		display: none;
	}
}


@media screen and (max-width: 900px) {
	.home #home .section.ramu-recommend .product-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}



	.home #home .section.review-lounge .review-block .swiper-slide {
		display: flex;
		flex-direction: column;
	}
}


@media screen and (max-width: 768px) {
	.home #home .section-title-block {
		gap: 8px;
	}

	.home #home .section-title-block .section-title {
		font-size: 20px;
	}

	.home #home .section-title-block .btn-go-more {
		width: 9px;
		height: 16px;
	}



	.home #home .product-item .img {
		padding: 13px;
		margin-bottom: 12px;
	}

	.home #home .product-item .etc-block {
		gap: 15px;
	}

	.home #home .product-item .brand-block::after {
	    right: -7px;
	}

	.home #home .product-item .brand-name {
		max-width: 4.5em;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

  .home #home .product-item .img .badge {
    top: 10px;
    left: 10px;
  }

  .home #home .product-item .img .badge.todaySale {
    width: 30px;
  }



	.home #home .product-swiper {
		overflow: visible;
	}

	.home #home .product-swiper .product-item {
		width: 148px;
	}

	.home #home .product-swiper .swiper-button-prev, 
	.home #home .product-swiper .swiper-button-next {
		display: none;
	}

	.home #home .product-swiper .swiper-pagination {
		display: none;
	}



	.home #home .section.banner-slider {
		margin-bottom: 41px;
	}

	.home #home .section.banner-slider .banner-item {
		height: auto;
		padding: 36px 0 0;
		aspect-ratio: 1 / 1;
	}

	.home #home .section.banner-slider .banner-item-1 {
		background-image: url('../images/renewal/home/top-banner-review-m.png');
	}

	.home #home .section.banner-slider .banner-item-2 {
		/*background-image: url('../images/renewal/home/top-banner-2-m.png');*/
		background-image: url('../images/renewal/home/top-banner-winter1-m.png');
	}

	.home #home .section.banner-slider .banner-item-3 {
		background-image: url('../images/renewal/home/top-banner-3-m.png');
	}

	.home #home .section.banner-slider .banner-item-4 {
		background-image: url('../images/renewal/home/top-banner-roulette-m.png');
	}

	.home #home .section.banner-slider .banner-item .text {
		text-align: center;
	}

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

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

	.home #home .section.banner-slider .btn-wrap {
	    display: none;
	}

	.home #home .section.banner-slider .swiper-pagination {
		left: 16px;
		bottom: 16px;
		height: 26px;
		border-radius: 16px;
		padding: 4px 12px;
		font-size: 13px;
	}



	.home #home .section.today-recommend {
		margin-bottom: 50px;
	}

	.home #home .section.today-recommend .section-title-block {
		margin-bottom: 16px;
	}

	.home #home .section.ramu-recommend .product-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 11px;
	}



	.home #home .section.popular-keyword {
		margin-bottom: 30px;
	}

	.home #home .section.popular-keyword .section-title-block {
		margin-bottom: 5px;
	}

	.home #home .section.popular-keyword .keyword-item .num {
		font-size: 14px;
	}

	.home #home .section.popular-keyword .keyword-item .title {
		font-size: 16px;
	}



	.home #home .section.today-sale {
		margin-bottom: 50px;
	}

	.home #home .section.today-sale .section-title-block {
    gap: 16px;
		margin-bottom: 16px;
		flex-wrap: wrap;
	}

	.home #home .section.today-sale .timer {
		position: static;
		right: unset;
		top: unset;
		transform: none;
		width: 100%;
		height: 68px;
		flex-direction: column;
		justify-content: center;
		gap: 2px;
		text-align: center;
		color: #fff;
		border-radius: 12px;
		background: linear-gradient(90deg, #F561B9 0%, #6372D9 100%);
	}

	.home #home .section.today-sale .timer .icon {
		display: none;
	}

	.home #home .section.today-sale .timer .text {
		margin-right: 0;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%;
		position: relative;
		padding-left: 16px;
	}

	.home #home .section.today-sale .timer .text::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 12px;
		height: 14px;
		background: url('../images/renewal/home/icon-timer-white.svg') no-repeat center center / contain;
	}

	.home #home .section.today-sale .timer .time {
		font-size: 22px;
		font-weight: 600;
		line-height: 130%;
	}



  /* 유튜브 링크 */
  .home #home .section.youtube {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .home #home .section.youtube .section-title {
    gap: 4px;
    padding-left: 0;
    margin-bottom: 16px;
  }

  .home #home .section.youtube .section-title span {
    font-size: 20px;
  }

  .home #home .section.youtube .section-title img {
    width: 20px;
    transform: none;
  }

  .home #home .section.youtube .swiper-pagination {
    margin-top: 20px;
  }



	.home #home .section.review-lounge .section-title-block {
		margin-bottom: 16px;
	}

	.home #home .section.review-lounge .section-title::before {
	    top: 50%;
	    transform: translateY(-50%);
	}

	.home #home .section.review-lounge .tabs {
		margin-bottom: 16px;
		padding: 12px 16px;
	}

	.home #home .section.review-lounge .tab {
		font-size: 14px;
	}

	.home #home .section.review-lounge .tab.active::after {
		left: calc(100% + 3px);
	}

	.home #home .section.review-lounge .using-ai-text {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.home #home .section.review-lounge .review-block .swiper {
		overflow: visible;
	}

	.home #home .section.review-lounge .review-block .swiper-slide {
		gap: 10px;
	}

	.home #home .section.review-lounge .review-block .swiper-button-prev, 
	.home #home .section.review-lounge .review-block .swiper-button-next {
		display: none;
	}

	.home #home .section.review-lounge .review-block .swiper-pagination {
		display: none;
	}

	.home #home .section.review-lounge .review-item {
		padding: 18px;
		position: relative;
	}

	.home #home .section.review-lounge .review-item .top {
		flex-direction: column;
		gap: 0;
		height: 113px;
		margin-bottom: 14px;
	}

	.home #home .section.review-lounge .review-item .user-info {
		margin-bottom: 12px;
	}

	.home #home .section.review-lounge .review-item .content {
		-webkit-line-clamp: 3;
		width: calc(100% - 94px - 13px);
	}

	.home #home .section.review-lounge .review-item .top .photo {
		position: absolute;
		right: 18px;
		top: 40px;
		width: 94px;
	}

	.home #home .section.review-lounge .review-item .product-info .img {
		border-radius: 6px;
	}

	.home #home .section.review-lounge .review-item .product-name {
		max-width: 10em;
	}



	.home #home .section.ramu-recommend .section-title-block {
		margin-bottom: 16px;
	}

	.home #home .section.ramu-recommend .tabs {
		margin-bottom: 20px;
	}

	.home #home .section.ramu-recommend .tab {
		font-size: 14px;
	}

	.home #home .section.ramu-recommend .product-item .img {
		margin-bottom: 10px;
	}

	.home #home .section.ramu-recommend .product-item .rank {
		font-size: 14px;
	}



  /* 유튜브 모달 */
  #home .youtube-player-modal .container {
    width: 100%;
  }

  #home .youtube-player-modal .btn-close {
    top: unset;
    bottom: calc(100% + 10px);
    left: unset;
    right: 10px;
    width: 16px;
  }


  /* 미입금자 모달 */
  #home .popup{
  	left: 20px;
  	bottom: 20px;
  	max-width: unset;
  	width: auto;
  	height: auto;
  }

  #home .popup .container.pc{
  	display: none;
  }

  #home .popup .container.mo{
  	display: block;
  }

  #home .popup .container.mo .float-toggle{
  	height: 46px;
  	line-height: 45px;
  	display: flex;
  	align-items: center;
  	padding: 0 20px;
  	border: 1px solid #EEE;
  	border-radius: 50px;
  	background: rgba(0, 0, 0, 0.8);
  	box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  	transition: padding 0.3s ease, width 0.3s ease;
  }

  #home .popup .container.mo .float-toggle .icon{
  	font-size: 14px;
  }

  #home .popup .container.mo .float-toggle .txt{
  	font-size: 14px;
  	font-weight: 600;
  	line-height: 140%;
  	color: #fff;
  	margin-left: 5px;
  	margin-right: 15px;
  	opacity: 1;
  	transition: opacity 0.3s ease, margin 0.3s ease;
  	white-space: nowrap;
  }

  #home .popup .container.mo .float-toggle .close{
  	opacity: 1;
  	transition: opacity 0.3s ease, margin 0.3s ease;
  }

  #home .popup .container.mo .float-toggle .close img{
  	width: 12px;
  }

  #home .popup .container.mo:not(.is-open) .float-toggle .txt{
    opacity: 0;
    margin-left: 0;
    margin-right: 0;
    width: 0;
    max-width: 0;
    overflow: hidden;
    pointer-events: none;
  }

  #home .popup .container.mo:not(.is-open) .float-toggle .close{
    opacity: 0;
    margin: 0;
    width: 0;
    max-width: 0;
    overflow: hidden;
    pointer-events: none;
  }

  #home .popup .container.mo:not(.is-open) .float-toggle{
    padding: 0 14px;
    min-width: 46px;
    width: auto;
  }

  /*#home .popup .container {
    max-width: 100%;
    height: 70vh;
    max-height: unset;
    border-radius: 22px 22px 0 0;
    top: unset;
    bottom: -70vh;
    transform: translate(-50%, 0);
    padding-top: 28px;
  }

  #home .popup.active .container {
    transform: translate(-50%, -70vh);
  }*/



  /* 모달 공통 */
  #home .modal .container {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 22px 22px 0 0;
    top: 100%;
    transform: translate(-50%, 0);
    padding-top: 28px;
  }

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

  #home .modal .container .btn-close {
    display: none;
  }

  #home .modal .container .mobile-btn-close {
    display: block;
  }

  #home .modal .container .modal-footer .link  {
    font-size: 14px;
  }



  /* 연동 완료 모달 */
  #home .modal#connectCompleteModal .container {
    height: 385px;
  }

  #home .modal#connectCompleteModal .modal-cont {
    padding-top: 12px;
  }

  #home .modal#connectCompleteModal .modal-desc {
    margin-bottom: 44px;
  }



  /* (이메일 로그인) 카카오 연동 유도 모달 */
  #home .modal#mergeWithKakaoModal .container {
    height: 385px;
  }

  #home .modal#mergeWithKakaoModal .modal-cont {
    padding-top: 12px;
  }

  #home .modal#mergeWithKakaoModal .modal-desc {
    margin-bottom: 32px;
  }



  /* (카카오 로그인) 기존계정 연동 유도 모달 */
  #home .modal#mergeWithEmailModal .container {
    height: 385px;
  }

  #home .modal#mergeWithEmailModal .modal-cont {
    padding-top: 12px;
  }

  #home .modal#mergeWithEmailModal .modal-desc {
    margin-bottom: 32px;
  }


  /* (카카오 로그인) 기존계정 연동하기 모달 */
  #home .modal#mergeWithEmailFormModal .container {
    height: 639px;
  }

  #home .modal#mergeWithEmailFormModal .container .btn-close {
    display: block;
  }


}


@media screen and (max-width: 500px) {
  #home .modal .container {
    max-width: 100%;
  }
}








