/**********************************************/
/*  공통영역  */
/**********************************************/
.contents.exhibition.ex-module-wrap .ev-detail-con .ev-cont .component-wrap.layer-btn {
    right: 30px;
}
@media screen and (max-width: 767px) {
    .contents.exhibition.ex-module-wrap .ev-detail-con .ev-cont .component-wrap.layer-btn {
        top: 35px;
        right: 14px;
    }
}

.c-tab--main-sticky{
    .c-tab__item {
        a{
            padding: 0 calc(16*var(--ratio));
        }
    }
}
.c-tab--3depth-type01 {
    .c-tab__inner {
        padding: calc(12 * var(--ratio)) 0!important;
    }
}
.c-tab--1depth.c-tab--1depth-type01 {
    .c-custom-scrollbar.c-custom-scrollbar {
        padding: 0;
    }
}
.c-custom-scrollbar.c-custom-scrollbar{
    background-color: #fff;
}

.c-button {
    .c-button__icon--arrow-down-white {
        &.c-button__icon-right{
            transform: rotate(-90deg);
        }
    }
}

.l-article__banner{
    position: relative;
    .l-alrticle__banner-link{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.c-tooltip {
    font-size: calc(13*var(--ratio));
    .tooltip-wrap {
        margin: 0 calc(5*var(--ratio));
        width: auto;
        height: auto;
    }
    .ui_tooltip-target {
        background: url(/kr/event/2026/08/03_lgdot/images/icon_tooltip_notice_gray.svg) no-repeat;
        background-size: contain;
        width: calc(14 * var(--ratio));
        height: calc(14 * var(--ratio));
    }
}



.c-tab--3depth {
    &.c-tab--3depth-typeSub{
        .c-tab__inner{
                padding: calc(4 * var(--ratio)) 0 calc(12 * var(--ratio))!important;
            .c-tab__item{
                border-color: #777777;
                background-color: #fff;
                border-radius: calc(8*var(--ratio));
                .c-tab__button{
                    color: #777777;
                    font-weight: 700;
                }
                &.active{
                    border-color: #F4F4F4;
                    background-color: #F4F4F4;  
                    .c-tab__button{
                        color: #000;
                    }
                }
            }
            .c-tab__button{
                font-size: calc(13*var(--ratio));
                padding: calc(6 * var(--ratio)) calc(12 * var(--ratio))
            }

        }
    }
}


.c-product__keywords {
  display: inline-flex;
  height: calc(16 * var(--ratio));
  vertical-align: text-top;
  gap: calc(4 * var(--ratio));
}
.c-product__keyword {
  font-size: calc(10 * var(--ratio));
  line-height: calc(16 * var(--ratio));
  font-weight: 600;
  padding: 0 calc(5 * var(--ratio));
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #f3f3f3;
}
.l-article-first .c-product__keywords {
  display: inline-flex;
}




.ranking-eyebrow-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    .c-tooltip {
        .tooltip-box {
            left: calc(-186 * var(--ratio))!important;
        }
    }
}

.best-deal-kitchen{
    .c-tab__panel {
        display: block !important;
    }
}

.c-coupon--black {
    .c-coupon__benefit {
        color: #fff;
    }
}

.c-title__flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: calc(8 * var(--ratio));
    justify-content: center;
}

.c-title--badge{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(4 * var(--ratio));
    font-size: calc(12 * var(--ratio));
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    background-color: #FD312E;
    padding: calc(2*var(--ratio)) calc(6*var(--ratio));
}

.c-timer--horizontal{
    margin: 3px 0px
}

/**********************************************/
/*  공통영역 */
/**********************************************/





/*******************************************/
/* 공통 헤딩배너/쿠폰타입/타이머타입 */
/*******************************************/

.event-benefit-template .c-product__badge--time-left{
	display: none;
}
.c-coupon {
    .c-coupon__ico--link {
        &.black-ico{
            background: url(/kr/event/promotions/images/icon-new-black-link.svg) center / calc(20 * var(--ratio)) no-repeat;
        }
    }
}

.l-article__banner-container{
    &.banner_txt_type01 {
        .l-article__banner-content{
            background-color: #EFE5C3;
            border-radius: calc(24 * var(--ratio)) calc(24 * var(--ratio)) 0px 0px;
            .l-article__banner-inner {
                min-height: calc(120 * var(--ratio));
                display: flex;
                align-items: center;
                .l-banner__title {
                    display: flex;
                    flex-direction: column;
                    gap: calc(2 * var(--ratio));
                    margin-left: calc(36 * var(--ratio));
                    .l-banner_title_desc {
                        font-size: calc(16 * var(--ratio));
                        font-weight: 600;
                        line-height: 1.4;
                        letter-spacing: -0.04em;
                        color: #9D0A09;
                    }
                    .l-banner_title_title {
                        font-size: calc(26 * var(--ratio));
                        font-weight: 700;
                        line-height: 1.4;
                        letter-spacing: -0.04em;
                        color: #262626;
                    }
                }
                .l-banner__ico {
                    width: calc(94*var(--ratio));
                    margin-left: auto;
                    margin-right: calc(20*var(--ratio));
                    img{
                        display: block;
                        width: 100%;
                    }
                }
            }
        }
    }
    
    &.banner_txt_type02 {
        .l-article__banner-content{
            background-color: #EFE5C3;
            border-radius: calc(24 * var(--ratio)) calc(24 * var(--ratio)) 0px 0px;
            height: calc(206 * var(--ratio));
            .l-article__banner-inner {
                padding-top: calc(13 * var(--ratio));
                .l-article__banner-inner-top{
                    display: flex;
                    flex-direction: row;
                    width: 100%;
                    padding-bottom: calc(13*var(--ratio));
                    .l-banner__title {
                        display: flex;
                        height: unset;
                        flex-direction: column;
                        gap: calc(2 * var(--ratio));
                        justify-content: center;
                        margin-left: calc(36 * var(--ratio));
                        min-width: 0;
                        .l-banner_title_desc {
                            font-size: calc(16 * var(--ratio));
                            font-weight: 600;
                            line-height: 1.4;
                            letter-spacing: -0.04em;
                            color: #9D0A09;
                        }
                        
                        .l-banner_title_title {
                            font-size: calc(26 * var(--ratio));
                            font-weight: 700;
                            line-height: 1.4;
                            letter-spacing: -0.04em;
                            color: #000;
                        }
                    }
                    .l-banner__ico {
                        width: calc(94*var(--ratio));
                        margin-left: auto;
                        margin-right: calc(20*var(--ratio));
                        img{
                            display: block;
                            width: 100%;
                        }
                    }
                }
                
                .c-timer {
                    max-width: calc(342 * var(--ratio));
                    flex: 0 0 100%;
                    margin-left: auto;
                    margin-right: auto;
                    margin-bottom: calc(32 * var(--ratio));
                }
            }
        }
    }
}



.l-article__banner-container {
    &.banner_txt_type02 {
        .l-article__banner-content {
            .l-article__banner-inner {
                margin: 0 auto;
                padding-left: 0;
                padding-right: 0;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
                align-content: flex-start;
            }
        }
    }
}



.c-coupon__banner {
    background-color: #FD312E;
    mask-image: unset;
    height: calc(55 * var(--ratio));
    border-radius: calc(8 * var(--ratio));

    .c-coupon__benefit {
        width: auto;
        padding: 0 calc(21 * var(--ratio)) 0 calc(19 * var(--ratio));
    }
    
    .c-coupon__title {
        min-width: calc(222 * var(--ratio));
        margin: calc(15.5 * var(--ratio)) 0px;
    }
    
    .c-coupon__title-main {
        font-size: calc(14 * var(--ratio));
        color: var(--lge-gray-g00);
        line-height: 1;
    }
    
    .c-coupon__title-desc {
        color: var(--lge-gray-g00);
    }
    
    .c-coupon__button-box {
        width: calc(60 * var(--ratio));
    }
    
    .c-coupon__button-text {
        color: var(--lge-gray-g00);
    }
    
    .c-coupon__ico--coupon {
        background: url(/kr/event/promotions/images/icon-new-red-coupon.svg) center / calc(28 * var(--ratio)) no-repeat;
    }
}


.c-timer {
    &.c-timer--type01 {
        color: #fff;
        font-weight: 500;
        font-size: calc(11 * var(--ratio));
        gap: calc(4 * var(--ratio));
        line-height: 1.4;
        background: url('/kr/event/promotions/images/ico_white_bg_timer.svg') left center/calc(16 * var(--ratio)) no-repeat;
        padding-left: calc(20 * var(--ratio));
    }
    &.c-timer--type02 {
        position: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #fff;
        font-weight: 800;
        background-color: #2B2B2B;
        font-size: calc(18 * var(--ratio));
        line-height: calc(20 * var(--ratio));
        left: calc(20 * var(--ratio));
        right: calc(20 * var(--ratio));
        bottom: calc(24 * var(--ratio));
        padding: calc(16 * var(--ratio)) calc(20 * var(--ratio));
        border-radius: calc(8 * var(--ratio));
        max-width: calc(350 * var(--ratio));
        width: 100%;
        height: auto;

        .c-timer__title {
            font-size: calc(15 * var(--ratio));
            font-weight: 600;
        }

        .c-timer__content-wrap {
            display: flex;
            gap: calc(8 * var(--ratio));

            .c-timer__icon {
                display: flex;
                width: calc(18 * var(--ratio));
                height: calc(18 * var(--ratio));
                background: url('/kr/event/promotions/images/ico_white_timer.svg') center/calc(18 * var(--ratio)) no-repeat;
                margin-top: calc(1 * var(--ratio));
            }

            .c-timer__content {
                display: flex;
                gap: calc(2 * var(--ratio));

                .c-timer__box {
                    display: flex;
                    flex-direction: row;
                    gap: calc(2 * var(--ratio));

                    &::after {
                        content: ':';
                        line-height: calc(16 * var(--ratio));
                    }

                    &:last-child {
                        &::after {
                            display: none;
                        }
                    }
                }
            }

            .c-timer__unit {
                font-size: 0;
                display: none;
            }
        }
    }
    &.c-timer--type03 {
        position: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #fff;
        font-weight: 800;
        background-color: #FD312E;
        font-size: calc(18 * var(--ratio));
        line-height: calc(20 * var(--ratio));
        left: calc(20 * var(--ratio));
        right: calc(20 * var(--ratio));
        bottom: calc(24 * var(--ratio));
        padding: calc(17.5 * var(--ratio)) calc(20 * var(--ratio));
        border-radius: calc(8 * var(--ratio));
        max-width: calc(350 * var(--ratio));
        width: 100%;
        height: auto;

        .c-timer__title {
            font-size: calc(14 * var(--ratio));
            font-weight: 600;
        }

        .c-timer__content-wrap {
            display: flex;
            gap: calc(6 * var(--ratio));

            .c-timer__icon {
                display: flex;
                width: calc(18 * var(--ratio));
                height: calc(18 * var(--ratio));
                background: url('/kr/event/promotions/images/ico_white_timer.svg') center/calc(18 * var(--ratio)) no-repeat;
                margin-top: calc(1 * var(--ratio));
            }

            .c-timer__content {
                display: flex;
                gap: calc(2 * var(--ratio));

                .c-timer__box {
                    display: flex;
                    flex-direction: row;
                    gap: calc(2 * var(--ratio));

                    &::after {
                        content: ':';
                        line-height: calc(20 * var(--ratio));
                    }

                    &:last-child {
                        &::after {
                            display: none;
                        }
                    }
                }
            }

            .c-timer__unit {
                font-size: 0;
                display: none;
            }
        }
    }

    &.c-timer--type04 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-weight: 600;
        font-size: calc(14 * var(--ratio));
        line-height: calc(20 * var(--ratio));
        max-width: calc(350 * var(--ratio));
        width: 100%;
        height: calc(40 * var(--ratio));
        border: 1px solid #EA1917;
        border-radius: calc(8 * var(--ratio));
        padding: calc(10 * var(--ratio)) calc(20 * var(--ratio));

        .c-timer__title {
            font-size: calc(14 * var(--ratio));
            font-weight: 600;
        }

        .c-timer__content-wrap {
            display: flex;
            gap: calc(4 * var(--ratio));

            .c-timer__icon {
                display: flex;
                width: calc(20 * var(--ratio));
                height: calc(20 * var(--ratio));
                background: url('/kr/event/promotions/images/ico_red_bg_timer.svg') center/calc(20 * var(--ratio)) no-repeat;
            }

            .c-timer__content {
                display: flex;
                gap: calc(2 * var(--ratio));

                .c-timer__box {
                    display: flex;
                    flex-direction: row;
                    gap: calc(1 * var(--ratio));

                    &::after {
                        content: ':';
                        line-height: calc(20 * var(--ratio));
                    }

                    &:last-child {
                        &::after {
                            display: none;
                        }
                    }
                }
            }

            .c-timer__unit {
                font-size: 0;
                display: none;
            }
        }
    }
    
}
/*******************************************/
/* 공통 헤딩배너/쿠폰타입/타이머타입 */
/*******************************************/






/*******************************************/
/* 혜택요약 */
/*******************************************/

.l-article-benefits{
    .link_benefits_button {
        position: absolute;
        &.link_benefits_01 {
            top: calc(112 * var(--ratio));
            left: calc(28 * var(--ratio));
            width: calc(94 * var(--ratio));
            height: calc(32 * var(--ratio));
        }
        &.link_benefits_02 {
            top: calc(112 * var(--ratio));
            left: calc(148 * var(--ratio));
            width: calc(94 * var(--ratio));
            height: calc(32 * var(--ratio));
        }
        &.link_benefits_03 {
            top: calc(112 * var(--ratio));
            right: calc(28 * var(--ratio));
            width: calc(94 * var(--ratio));
            height: calc(32 * var(--ratio));
        }
        &.link_benefits_04 {
            bottom: calc(8 * var(--ratio));
            left: calc(28 * var(--ratio));
            width: calc(94 * var(--ratio));
            height: calc(32 * var(--ratio));
        }
        &.link_benefits_05 {
            bottom: calc(8 * var(--ratio));
            left: calc(148 * var(--ratio));
            width: calc(94 * var(--ratio));
            height: calc(32 * var(--ratio));
        }
        &.link_benefits_06 {
            bottom: calc(8 * var(--ratio));
            right: calc(28 * var(--ratio));
            width: calc(94 * var(--ratio));
            height: calc(32 * var(--ratio));
        }
    }
}


/*******************************************/
/* // 혜택요약 */
/*******************************************/



/*******************************************/
/* 혜택모음 자세히 보기 */
/*******************************************/
.more-benefit-view{
    > .l-article__inner{
        gap: 0;
        .c-custom-accordion__area--fade{
            height: calc(96*var(--ratio));
        }
        .coupon-benefits-black{
            background-color: #000;
            .c-button--text {
                .c-button__label {
                    color: #fff;
                    &::after {
                        width: calc(16 * var(--ratio));
                        height: calc(16 * var(--ratio));
                        transform: translateY(-50%) rotate(180deg);
                        background: url(/kr/event/promotions/images/icon-new-line-chevron-up-white.svg) no-repeat;
                        background-size: contain;
                    }
                }
            }
            .c-toggle__content--black-bg{
                background-color: #262626;
                .c-toggle__title {
                    color: #fff;
                }
                .c-list__item{
                    color: #CACACA;
                    &::before {
                        background-color: #CACACA;
                    }
                }
            }
        }
        .coupon-benefits-list{
            display: flex;
            flex-direction: column;
            row-gap: calc(8*var(--ratio));
        }
        
        .lg-only-purchase-benefits {
            display: block;
            position: relative;
            .lg-only-purchase-benefits__linker {
                position: absolute;
            }
            .lg-only-purchase-benefits__linker-01 {
                width: 13.1%;
                height: 4.5%;
                bottom: 48.8%;
                left: 36.4%;
            }
            .lg-only-purchase-benefits__linker-02 {
                width: 15.1%;
                height: 4.5%;
                bottom: 48.8%;
                left: 51.4%;
            }
            .lg-only-purchase-benefits__linker-03 {
                width: 15%;
                height: 3%;
                bottom: 47%;
                left: 35.4%;
            }
            .lg-only-purchase-benefits__linker-04 {
                width: 15.1%;
                height: 4.5%;
                bottom: 40.5%;
                left: 55.4%;
            }

        }
        .homestyle_review_event_link{
            position: absolute;
            width: 86.5%;
            height: 8.2%;
            bottom: 6.6%;
            left: 6.8%;
        }
        .multiple_item_link{
            position: absolute;
            width: 86.5%;
            height: 10.8%;
            bottom: 7.6%;
            left: 6.8%;
        }
        .j-qna-view-more{
            .link_btn_download {
                span {
                    color: #3E7EFF;
                    text-decoration: underline;
                    text-underline-offset: calc(4 * var(--ratio));
                }
            }
            .c-button--text{
                display: none;
            }
        }
        .j-qna-view-more{
            .c-button--text{
                display: none;
            }
        }
        .c-title__sub-main_big{
            font-size: calc(26 * var(--ratio));
            font-weight: 700;
            line-height: 140%;
            letter-spacing: -0.04em;
        }
    }
}
/*******************************************/
/* // 혜택모음 자세히 보기 */
/*******************************************/



.l-article-best-deal{
    .c-coupon__banner {
        .c-coupon__title-main {
            line-height: 1;
        }
    }
    .c-title--normal {
        .c-title__sub-main {
            font-size: calc(16 * var(--ratio));
        }
    }
}



/*******************************************/
/* 시즌가전 */
/*******************************************/
.l-article-seasone-appliances{
}
/*******************************************/
/* // 시즌가전 */
/*******************************************/







/* ================================ */
/* 가전 추천 > AI추천 */
/* ================================ */

.l-article-recommended-ai{
    .ai-link {
        position: absolute;
        &.ai-linker__01_00 {
            width: calc(318 * var(--ratio));
            height: calc(52 * var(--ratio));
            top: calc(16 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__01_01 {
            width: calc(318 * var(--ratio));
            height: calc(53 * var(--ratio));
            top: calc(84 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__01_02 {
            width: calc(318 * var(--ratio));
            height: calc(40 * var(--ratio));
            top: calc(144 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__01_03 {
            width: calc(318 * var(--ratio));
            height: calc(53 * var(--ratio));
            top: calc(191 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__02_00 {
            width: calc(318 * var(--ratio));
            height: calc(52 * var(--ratio));
            top: calc(16 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__02_01 {
            width: calc(318 * var(--ratio));
            height: calc(40 * var(--ratio));
            top: calc(84 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__02_02 {
            width: calc(318 * var(--ratio));
            height: calc(54 * var(--ratio));
            top: calc(131 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__02_03 {
            width: calc(318 * var(--ratio));
            height: calc(53 * var(--ratio));
            top: calc(191 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__03_00 {
            width: calc(318 * var(--ratio));
            height: calc(52 * var(--ratio));
            top: calc(16 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__03_01 {
            width: calc(318 * var(--ratio));
            height: calc(40 * var(--ratio));
            top: calc(84 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__03_02 {
            width: calc(318 * var(--ratio));
            height: calc(54 * var(--ratio));
            top: calc(131 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__03_03 {
            width: calc(318 * var(--ratio));
            height: calc(53 * var(--ratio));
            top: calc(191 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__04_00 {
            width: calc(318 * var(--ratio));
            height: calc(52 * var(--ratio));
            top: calc(16 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__04_01 {
            width: calc(318 * var(--ratio));
            height: calc(52 * var(--ratio));
            top: calc(84 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__04_02 {
            width: calc(318 * var(--ratio));
            height: calc(54 * var(--ratio));
            top: calc(143 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
        &.ai-linker__04_03 {
            width: calc(318 * var(--ratio));
            height: calc(53 * var(--ratio));
            top: calc(203 * var(--ratio));
            left: calc(16 * var(--ratio));
        }
    }



}
/* ================================ */
/* // 가전 추천 > AI추천 */
/* ================================ */







/*******************************************/
/* 가전 추천 > 이사패키지 */
/*******************************************/
.normal-product-wedding-ranking {
    /* #region TODO : 최대한 템플릿으로 반영 필요 */
	.c-tooltip {
		display: flex;
		align-items: center;
		column-gap: calc(2 * var(--ratio));
	
		.c-tooltip__date {
			color: #262626;
			font-family: var(--gray-g40);
			font-size: calc(12 * var(--ratio));
			font-weight: 400;
			line-height: 140%;
			letter-spacing: -0.03em;
		}
		
		.tooltip-wrap {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: clamp(18px, calc(18 * var(--ratio)), 40px);
			height: clamp(18px, calc(18 * var(--ratio)), 40px);
			margin-top: 0;
			line-height: 1;
		}
		.tooltip-box {
			left: calc(20 * var(--ratio));
		}
	
		.ui_tooltip-target {
			background: url(https://www.lge.co.kr/kr/event/2026/06/16_wedding_members/resources/icon_notice_black.svg) no-repeat;
			background-size: contain;
			width: calc(16 * var(--ratio));
			height: calc(16 * var(--ratio));
		}
	}
    /* #endregion */
	
	.normal-product-wedding-ranking__flag {
		display: flex;
		position: absolute;
		z-index: 2;
		width: auto;
		flex-direction: row;
		height: 32px;
		line-height: 32px;
	}
	
	.normal-product-wedding-ranking__flag-num {
		display: block;
		width: 32px;
		line-height: 32px;
		background-color: #1a1a1a;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
	}
	
	.normal-product-wedding-ranking__flag-label {
		display: block;
		line-height: 32px;
		background-color: #ea1917;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		padding: 0px 11px;
	}
	
	.normal-product-wedding-ranking__flag-link {
		display: flex;
		line-height: 32px;
		color: #ea1917;
		font-size: 16px;
		font-weight: 500;
		padding: 0px 34px 0px 12px;
		border: 1px solid #ea1917;
		background-color: #fff;

		&::after {
			content:'';
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			right: calc(4 * var(--ratio));
			width: calc(12 * var(--ratio));
			height: calc(12 * var(--ratio));
			mask-image: url(https://www.lge.co.kr/kr/event/2026/06/16_wedding_members/resources/icon_arrow_down_black.svg);
			mask-size: contain;
			mask-repeat: no-repeat;	
			background-color: #ea1917;
		}
	}
	
	.normal-product-wedding-ranking__group {
		padding: 0 0 32px 0px;
	}
	
	.normal-product-wedding-ranking__group.hidden {
		display: none;
	}
	
	.normal-product-wedding-ranking__group:last-child {
		padding-bottom: 0;
	}
	
	.normal-product-wedding-ranking__group:nth-child(n + 2) {
		margin-top: 60px;
	}
	
	.normal-product-wedding-ranking__products {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		column-gap: 10px;
		overflow-x: auto;
		overflow-y: hidden;
		background-color: #fff;
	}
	
	.normal-product-wedding-ranking__products::-webkit-scrollbar {
		display: block;
		height: 6px;
		background-color: transparent;
	}
	.normal-product-wedding-ranking__products::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 1);
		border-top: 2px solid rgba(255, 255, 255, 1);
		border-bottom: 2px solid rgba(255, 255, 255, 1);
	}
	.normal-product-wedding-ranking__products::-webkit-scrollbar-track {
		background-color: #d9d9d9;
		border-top: 2px solid rgba(255, 255, 255, 1);
		border-bottom: 2px solid rgba(255, 255, 255, 1);
	}
	
	.normal-product-wedding-ranking__item {
		width: calc(100% / 3);
		min-width: calc(100% / 3);
	}
	
	.normal-product-wedding-ranking__thumb {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 320px;
	}
	
	.normal-product-wedding-ranking__thumb::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.035);
		z-index: 1;
	}
	
	.normal-product-wedding-ranking__thumb-img {
		width: 220px;
		height: 220px;
	}
	
	.normal-product-wedding-ranking__badges {
		display: flex;
		justify-content: flex-start;
		padding: 0px 24px;
		background-color: #fff;
	}
	
	.normal-product-wedding-ranking__badge {
		position: relative;
		margin: 6px 0px 4px 0px;
		font-size: 12px;
		line-height: 18px;
		font-weight: 400;
		white-space: nowrap;
		padding: 0 9px 0 8px;
		color: #ea1917;
	}
	
	.normal-product-wedding-ranking__badge:first-child {
		padding-left: 0;
	}
	
	.normal-product-wedding-ranking__badge:last-child {
		padding-right: 0;
	}
	
	.normal-product-wedding-ranking__badge:last-child:before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 8px;
		background: #ddd;
	}
	
	.normal-product-wedding-ranking__info {
		position: relative;
		display: block;
		text-align: left;
		min-height: 140px;
		margin-top: 0;
		padding: 0 24px;
		background: #fff;
	}
	
	.normal-product-wedding-ranking__name {
		font-size: 18px;
		line-height: 27px;
	}
	
	.normal-product-wedding-ranking__title {
		font-size: 18px;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.normal-product-wedding-ranking__title-main {
		font-weight: 700;
	}
	
	.normal-product-wedding-ranking__title-sub {
		font-weight: 400;
		color: #333;
	}
	
	.normal-product-wedding-ranking__title-sub::before {
		content: ' ·';
		margin: 0 3px;
		line-height: 24px;
		font-weight: 400;
		margin-left: 0;
	}
	
	.normal-product-wedding-ranking__model-wrap {
		display: flex;
		margin-top: 2px;
		line-height: 18px;
	}
	
	.normal-product-wedding-ranking__sku {
		font-size: 12px;
		color: #666;
	}
	
	.normal-product-wedding-ranking__bottom {
		position: absolute;
		bottom: 0px;
		display: flex;
		flex-direction: column;
		gap: 4px;
		min-height: 58px;
	}
	
	.normal-product-wedding-ranking__discount-wrap {
		display: flex;
		flex-direction: row;
		gap: 10px;
		font-size: 20px;
		line-height: 28px;
		margin-top: 8px;
	}
	
	.normal-product-wedding-ranking__price-wrap {
		display: flex;
		flex-direction: row;
		gap: 10px;
		font-size: 16px;
		color: #ea1917;
		line-height: 24px;
	}
	
	.normal-product-wedding-ranking__subscribe {
		text-align: left;
		padding: 9px 24px 1px;
		background-color: #fff;
	}
	
	.normal-product-wedding-ranking__subscribe-link {
		position: relative;
		display: inline-block;
		padding-right: 18px;
		text-decoration: none;
		font-size: 16px;
		font-weight: 700;
		line-height: 18px;
	}
	
	.normal-product-wedding-ranking__subscribe-link::after {
		content: '';
		position: absolute;
		right: 0;
		top: 2px;
		width: 14px;
		height: 14px;
		background: url(https://www.lge.co.kr/lg5-common/images/icons/btn-arr-16-black.svg) center no-repeat;
		background-size: 14px;
	}
	
	@media screen and (max-width: 1280px) {
		.normal-product-wedding-ranking__thumb {
			height: 224px;
		}
	
		.normal-product-wedding-ranking__thumb-img {
			width: 140px;
			height: 140px;
		}
	
		.normal-product-wedding-ranking__badges {
			padding: 0;
		}
		.normal-product-wedding-ranking__info {
			padding: 0;
		}
		.normal-product-wedding-ranking__subscribe {
			padding: 9px 0px 1px;
		}
	}
	
	@media screen and (max-width: 767px) {
		.normal-product-wedding-ranking__flag {
			height: 20px;
			line-height: 20px;
		}
	
		.normal-product-wedding-ranking__flag-num {
			width: 20px;
			line-height: 20px;
			font-size: 12px;
		}
	
		.normal-product-wedding-ranking__flag-label {
			line-height: 20px;
			font-size: 12px;
			padding: 0px 8px;
		}
	
		.normal-product-wedding-ranking__flag-link {
			line-height: 20px;
			font-size: 12px;
			padding: 0px 20px 0px 7px;

			&::after {
				right: 6px;
			}
		}
	
		.normal-product-wedding-ranking__flag-price {
			padding: 0px 0px 0px 5px;
		}
	
		.normal-product-wedding-ranking__group {
			padding: 0;
		}
	
		.normal-product-wedding-ranking__group:nth-child(n + 2) {
			margin-top: 30px;
		}
	
		.normal-product-wedding-ranking__item {
			width: 170px;
			min-width: 170px;
		}
	
		.normal-product-wedding-ranking__thumb {
			height: 140px;
		}
	
		.normal-product-wedding-ranking__thumb-img {
			width: 100px;
			height: 100px;
		}
	
		.normal-product-wedding-ranking__badges {
			padding: 0px;
		}
	
		.normal-product-wedding-ranking__badge {
			margin: 2px 0px 2px 0px;
			font-size: 11px;
			line-height: 16px;
			padding: 0 4px 0 5px;
		}
	
		.normal-product-wedding-ranking__badge:first-child {
			padding-left: 0;
		}
	
		.normal-product-wedding-ranking__badge:last-child {
			padding-right: 0;
		}
	
		.normal-product-wedding-ranking__info {
			min-height: 100px;
			padding: 0;
		}
	
		.normal-product-wedding-ranking__name {
			font-size: 14px;
			line-height: 20px;
		}
	
		.normal-product-wedding-ranking__title {
			font-size: 14px;
			line-height: 20px;
			font-weight: 900;
		}
	
		.normal-product-wedding-ranking__model-wrap {
			line-height: 12px;
		}
	
		.normal-product-wedding-ranking__sku {
			font-size: 11px;
			font-weight: 500;
		}
	
		.normal-product-wedding-ranking__bottom {
			min-height: 40px;
		}
	
		.normal-product-wedding-ranking__discount-wrap {
			gap: 5px;
			font-size: 15px;
			line-height: 20px;
			margin-top: 0;
		}
	
		.normal-product-wedding-ranking__price-wrap {
			display: flex;
			flex-direction: row;
			gap: 2px;
			font-size: 11px;
			color: #ea1917;
			line-height: 16px;
		}
	
		.normal-product-wedding-ranking__subscribe {
			padding: 3px 0 1px;
		}
	
		.normal-product-wedding-ranking__subscribe-link {
			text-decoration: none;
			font-size: 11px;
			font-weight: 700;
			line-height: 14px;
			padding-right: 12px;
		}
	
		.normal-product-wedding-ranking__subscribe-link::after {
			content: '';
			position: absolute;
			right: 0;
			top: 1px;
			width: 12px;
			height: 12px;
			background: url(https://www.lge.co.kr/lg5-common/images/icons/btn-arr-16-black.svg) center no-repeat;
			background-size: 12px;
		}
	}

    .normal-product-wedding-ranking__group--init {
		.normal-product-wedding-ranking__products {
			width: 100%;
			background-color:#ececec;
			aspect-ratio: 4/1;
            position: relative;
            overflow: hidden;
            background: #ececec;
            border-radius: 6px;
            border-color:transparent;
		}

        .normal-product-wedding-ranking__products::after {
            content: "";
            position: absolute;
            inset: 0;
            transform: translate3d(-100%, 0, 0);
            background-image: linear-gradient(90deg,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 0.65) 50%,
                    rgba(255, 255, 255, 0) 100%);
            will-change: transform;
        }
	}

    .normal-product-wedding-ranking__group--loading {
        .normal-product-wedding-ranking__products::after {
            animation: normal-weding-ranking-skeleton-gradient 1.4s ease-in-out infinite;
		}
    }
}

@keyframes normal-weding-ranking-skeleton-gradient {
    100% {
        transform: translate3d(100%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .normal-product-wedding-ranking__group--loading {
        .normal-product-wedding-ranking__products {
            animation: none;
		}
    }
}
/*******************************************/
/* // 가전 추천 > 이사패키지 */
/*******************************************/





/*******************************************/
/* 가전 추천 > 김나영&마이큐 추천  */
/*******************************************/
.l-article-kimnyoung-myq{
    .contents_video_button01_01{
        position: absolute;
        width: 77.5%;
        height: 12%;
        top: 80%;
        left: 11.4%;
        z-index: 10;
    }   
}
/*******************************************/
/* // 가전 추천 > 김나영&마이큐 추천  */
/*******************************************/




/*******************************************/
/* 라이브  */
/*******************************************/
.l-article-live{
    .l-alrticle__banner-link{
        position: absolute;
        bottom: 10%;
        width: 77.6%;
        height: 7%;
        left: 11.3%;
    }
}
/*******************************************/
/* 라이브  */
/*******************************************/






/*******************************************/
/* 홈스타일 베스트 */
/*******************************************/
.l-article-homestyle-branddays{
    .l-article__inner{
        gap: 0;
        .swiper-container{
            padding: 0!important;
            .swiper-slide{
                width: calc(94*var(--ratio))!important;
                height: calc(94*var(--ratio))!important;
                padding: 0;
            }
        }
    }
}
/*******************************************/
/* // 홈스타일 베스트 */
/*******************************************/
