@charset "utf-8";





/* 한 번 더 아껴주는 어워즈 쿠폰 */
.coupon-benefit {
	padding-bottom: 80px;
}
.coupon-benefit .coupon-benefit-title {
    padding: 0 0 calc(40 / 1000 * 100%);
}

.coupon-benefit .coupon-benefit-first{
    padding: 0 0 80px;
}

.coupon-benefit .c-limite-coupon--01 {
    width: fit-content;
}

.coupon-benefit .coupon-benefit-swiper {
    max-width: 1000px;
}

.coupon-benefit .coupon-benefit-swiper--00 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(calc((100% - 48px) / 3), auto));
    gap: 16px 24px;
}
                          
.coupon-benefit .coupon-benefit-swiper--01 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(calc((100% - 48px) / 3), auto));
    gap: 16px 24px;
}

.coupon-benefit .coupon-benefit-swiper--02 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(calc((100% - 32px) / 2), auto));
    gap: 16px;
}

.coupon-benefit .coupon-benefit-swiper .swiper-slide {
    background-color: transparent;
}

.coupon-benefit .btn-wrap {
    position: relative;
    width: fit-content;
    margin: 32px auto 40px;
}

.coupon-benefit .coupon-pack-btn {
    position: absolute;
    top: 0;
    left: 16%;
    width: 32.9%;
    height: 100%;
}
.coupon-benefit .app-only-btn {
    position: absolute;
    top: 0;
    right: 15.8%;
    width: 33.3%;
    height: 100%;
}

.coupon-benefit .must-have-coupon-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 28.4%;
    height: 100%;
}

.coupon-benefit .coupon-notice {
    position: relative;
    margin: calc(20 / 1000 * 100%) 0 0;
}
@media screen and (max-width: 767px) {

.coupon-benefit {
        padding-bottom: calc(80 / 720 * 100vw);
        padding-top: 0;
}
    .coupon-benefit .luckyG-func {
        background: url('../images/img-luckyg-coupon-benefit-bg-mo.png') no-repeat top right;
        background-size: calc(213 / 720 * 100%);
    }

    .coupon-benefit .c-title {
    }

    .coupon-benefit .coupon-benefit-title {
        padding: 0 0 calc(30 / 720 * 100%);
    }

    .coupon-benefit .coupon-benefit-first{
        padding: 0 calc(48 / 720 * 100%) calc(64 / 720 * 100%)
    }

    .coupon-benefit .coupon-benefit-swiper {
        padding-left: calc(48 / 720 * 100%);
        padding-right: calc(48 / 720 * 100%);
    }

    .coupon-benefit .c-limite-coupon {
        margin: 0 calc(48 / 720 * 100%) 0;
    }

    .coupon-benefit .coupon-benefit-swiper .swiper-wrapper {
        display: flex;
        gap: initial;
    }

    .coupon-benefit .coupon-benefit-swiper .swiper-slide {
        width: calc(460 / 720 * 100vw);
        margin-left: calc(24 / 720 * 100vw);
    }

    .coupon-benefit .coupon-benefit-swiper--02 .swiper-slide {
        width: calc(574 / 720 * 100vw);
    }

    .coupon-benefit .coupon-benefit-swiper .swiper-slide:first-child {
        margin-left: 0;
    }

    .coupon-benefit .btn-wrap {
        margin: calc(32 / 720 * 100vw) calc(48 / 720 * 100vw) calc(64 / 720 * 100vw);
    }


    .coupon-benefit .coupon-pack-btn {
        width: 48.7%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .coupon-benefit .app-only-btn {
        width: 48.7%;
        height: 100%;
        top: 0;
        right: 0;
    }

    .coupon-benefit .must-have-coupon-btn {
        width: 26.9%;
        height: 100%;
        top: 0;
        right: 0;
    }

    .coupon-benefit .coupon-notice {
        margin: calc(12 / 720 * 100vw) calc(48 / 720 * 100vw) 0;
    }
}
/* // 한 번 더 아껴주는 어워즈 쿠폰 */

/* API 제품목록 */
.prdList {
    max-width: 980px;
    padding: calc(24 / 498 * 100%) calc(32 / 498 * 100%);
    width: 100%;
}
.prdList * {
    font-family: 'Pretendard';
}
.prdList ul {
    display: grid;
    gap: 48px 24px;
}
.prdList ul li {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.prdList ul li .pd .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    max-height: 200px;
    aspect-ratio: 1 / 1;
    margin-bottom: 19px;
    overflow: hidden;
    background: #fff;
}
.prdList ul li .pd .img img {
    width: auto;
    height: 100%;
    max-height: 200px;
}
.prdList ul li .badge {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 9px;
    width: 100%;
    margin-top: 8px;
}
.prdList ul li .badge em {
    display: inline-block;
    padding: 2px 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    background: #b7a095;
    border-radius: 4px;
}
.prdList ul li .badge em.p {
    color: #fff;
    background: #ea1917;
}
.prdList ul li .badge em.sale {
    color: #fff;
    background: #ea1917;
}
.prdList ul li .badge em.line {
    line-height: 1.2;
}
.prdList ul li .badge + .txt {
    padding-top: 13px;
}
.prdList ul li .badge .sale + .sale {
    display: none;
}
.prdList ul li .pd .txt {
    text-align: left;
}
.prdList ul li .pd strong {
    display: block;
    padding-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4545;
    color: #121212;
    border-bottom: 1px solid #DFDCD2;
}
.prdList ul li .pd strong em {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5555;
    color: #666;
}
.isIOS .prdList ul li.workBreak .pd strong {
    word-break: break-all;
}
.prdList ul li .pd .price-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
    padding-top: 16px;
    white-space: nowrap;
    flex-direction: column;
}
.prdList .price-info__normal {
    display: flex;
    justify-content: space-between;
}
.prdList .price-info__max {
    display: flex;
    justify-content: space-between;
    color: #ea1917;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    letter-spacing: -0.44px;
}
.prdList ul li .pd .price-info dt {
    display: none;
}
.prdList ul li .pd .price-info dt.last {
    display: inline-flex;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
.prdList ul li .pd .price-info dd {
    font-size: 20px;
    letter-spacing: -0.4px;
    font-weight: 500;
  	color: #121212;
}
.prdList ul li .pd .price-info dd del {
    color: #666;
}
.prdList ul li .pd .price-info dd.lastPrice {font-size: inherit;font-weight: inherit;line-height: inherit;letter-spacing: inherit;}
.prdList ul li .pd .price-info dd.lastPrice em {
}
.prdList ul .typeBtn {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}
.prdList ul .typeBtn a {
    position: relative;
    display: flex;
    flex: 1;
    gap: 11px;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 3px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 9px;
}
.prdList ul .typeBtn a::after {
    display: inline-block;
    width: 8px;
    height: 14px;
    content: '';
    background: url(/kr/event/2025/09/01_appliance_duo/images/img-pd-arrow-right.png)
        no-repeat center;
    background-size: cover;
}
.prdList ul.careCase li .pd .price-info dd em::before {
    content: '월 ';
}
.prdList ul.careCase li .pd .price-info dd em::after {
    content: ' 원';
}
.prdList ul.careCase li .pd .price-info dd.lastPrice em::after {
    content: ' 원 ~';
}
.prdList ul.careCase li .careItem {
    margin-top: 8px;
    border: 1px solid #000;
    border-radius: 10px;
}
.prdList ul.careCase li .careItem dt {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    height: 42px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}
.prdList ul.careCase li .careItem dt::after {
    display: inline-block;
    width: 14px;
    height: 8px;
    content: '';
    background: url(/kr/event/2025/09/01_appliance_duo/images/img-pd-arrow-down.png)
        no-repeat center;
    background-size: cover;
    transition: all 0.3s ease;
}
.prdList ul.careCase li .careItem dd {
    display: none;
}
.prdList ul.careCase li .careItem.active dt::after {
    transform: rotate(180deg);
}
.prdList ul.careCase li .careItem.active dd {
    display: block;
    padding: 0 20px;
}
.prdList ul.careCase li .careItem.active dd span {
    display: block;
    min-height: 68px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: right;
    border-top: 1px solid #000;
}
.prdList ul.careCase li .careItem.active dd label {
    float: left;
    margin-right: 5px;
    color: #7e7c77;
}

/* soldOut */
.prdList ul li.soldout::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: '';
    background: rgba(0, 0, 0, 0.86)
        url(/kr/event/2025/09/01_appliance_duo/images/img_soldout.png) no-repeat
        center;
    background-size: 140px;
}
.prdList ul li.soldoutAll::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: '';
    background: rgba(0, 0, 0, 0.86)
        url(/kr/event/2025/09/01_appliance_duo/images/img_soldout.png) no-repeat
        center;
    background-size: 140px;
}
.prdList ul li .typeBtn a.soldout::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    content: '특가 종료';
    background: rgba(0, 0, 0, 0.8);
}
.prdList ul li.soldoutAll .typeBtn .soldout::before {
    display: none;
}
/* // soldOut */
.skeleton {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}
.skeleton .pd::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.2)
    );
    transform: translateX(-100%);
    animation: skeleton-loader 2s infinite;
}
.skeleton .pd i {
    display: block;
    height: 18px;
    overflow: hidden;
    font-size: 0 !important;
    background: #e3e3e3;
    border-radius: 10px;
}
.skeleton .pd strong {
    padding-bottom: 33px !important;
}
.skeleton .pd strong em i {
    width: 50%;
}
.skeleton .pd .price-info {
    gap: 16px 8px !important;
}
@keyframes skeleton-loader {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@container article-area (max-width: 999px) {
    .prdList ul .typeBtn a {
        gap: 6px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .prdList ul li .badge em {
        font-size: 12px;
    }
    .prdList ul.careCase li .careItem dt {
        font-size: 15px;
    }
}

@media screen and (max-width: 800px) {
    .prdList ul li .badge em {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .prdList {
        padding: calc(24/ 720 * 100vw) calc(32/ 720 * 100vw);
    }
    .prdList ul {
    }
    .prdList ul li {
        width: auto;
        max-width: none;
    }
    .prdList ul li .pd .img {
        max-height: calc(296 / 720 * 100vw);
        margin-bottom: calc(24 / 720 * 100vw);
        border-radius: calc(16 / 720 * 100vw);
    }
    .prdList ul li .pd .img img {
        max-height: calc(250 / 720 * 100vw);
    }
    .prdList ul li .badge {
        gap: calc(8 / 720 * 100vw) calc(12 / 720 * 100vw);
        margin-top: calc(8 / 720 * 100vw);
    }
    .prdList ul li .badge em {
        padding: calc(2 / 720 * 100vw) calc(8 / 720 * 100vw);
        font-size: calc(20 / 720 * 100vw);
        line-height: 1.5;
        letter-spacing: calc(-0.4em / 20);
        border-radius: calc(6 / 720 * 100vw);
    }
    .prdList ul li .badge + .txt {
        padding-top: calc(14 / 720 * 100vw);
    }
    .prdList ul li .pd strong {
        padding-bottom: calc(16 / 720 * 100vw);
        font-size: calc(26 / 720 * 100vw);
        line-height: 1.4166;
        letter-spacing: calc(-0.72em/26);
    }
    .prdList ul li .pd strong em {
        font-size: calc(22 / 720 * 100vw);
        line-height: 1.4545;
        letter-spacing: calc(-0.44em / 22);
    }

    .event-benefit-template.iphone.safari .prdList ul li .pd strong {
        word-break: break-all;
    }

    .prdList ul li .pd .price-info {
        gap: calc(8 / 720 * 100vw) calc(8 / 720 * 100vw);
        padding-top: calc(16 / 720 * 100vw);
    }
    .prdList .price-info__normal {
        flex-direction: column;
        row-gap: calc(6/720*100vw);
    }
    .prdList .price-info__max {
        font-size: calc(22/720*100vw);
        line-height: 1.4545;
    }
    .prdList ul li .pd .price-info dt {
        font-size: calc(22 / 720 * 100vw);
    }
    .prdList ul li .pd .price-info dd {
        font-size: calc(24 / 720 * 100vw);
        line-height: 1.3333;
        letter-spacing: calc(-0.4em/24);
    }
    .prdList ul li .pd .price-info dd.lastPrice em {
    }
    .prdList ul .typeBtn {
        gap: calc(16 / 720 * 100vw);
        padding-top: calc(16 / 720 * 100vw);
    }
    .prdList ul .typeBtn a {
        gap: calc(14 / 720 * 100vw);
        height: calc(54 / 720 * 100vw);
        font-size: calc(22 / 720 * 100vw);
        border-radius: calc(12 / 720 * 100vw);
    }
    .prdList ul .typeBtn a::after {
        width: calc(9 / 720 * 100vw);
        height: calc(18 / 720 * 100vw);
    }
    .prdList ul.careCase li .careItem {
        margin-top: calc(8 / 720 * 100vw);
        border-radius: calc(12 / 720 * 100vw);
    }
    .prdList ul.careCase li .careItem dt {
        gap: calc(14 / 720 * 100vw);
        height: calc(54 / 720 * 100vw);
        font-size: calc(22 / 720 * 100vw);
    }
    .prdList ul.careCase li .careItem dt::after {
        width: calc(18 / 720 * 100vw);
        height: calc(10 / 720 * 100vw);
    }
    .prdList ul.careCase li .careItem.active dd {
        padding: 0 calc(24 / 720 * 100vw);
    }
    .prdList ul.careCase li .careItem.active dd span {
        min-height: calc(80 / 720 * 100vw);
        padding-top: calc(10 / 720 * 100vw);
        font-size: calc(19 / 720 * 100vw);
    }

    .skeleton .pd strong {
        padding-bottom: calc(33 / 720 * 100vw) !important;
    }
    .skeleton .pd strong em i {
        width: 50%;
    }
    .skeleton .pd .price-info {
        gap: calc(16 / 720 * 100vw) calc(8 / 720 * 100vw) !important;
    }

    .prdList ul li.soldout::before {
        background-size: calc(176 / 720 * 100vw);
    }
    .prdList ul li.soldoutAll::before {
        background-size: calc(176 / 720 * 100vw);
    }
    .prdList ul li .typeBtn a.soldout::before {
        font-size: calc(22 / 720 * 100vw);
    }
}
/* // API 제품목록 */

/* main KV */
.event-benefit-template .main-kv-video {
    display: block;
    width: 100%;
}
/* // main KV */

/* sticky tab */
.event-benefit-template .content-wrap .tab_wrap {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.event-benefit-template .tab_wrap .tab_inner {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-top: 1px solid #e1e2e4;
    border-bottom: 1px solid #e1e2e4;
}

.event-benefit-template .tab_wrap .tab_inner ul {
    display: flex;
    max-width: 980px;
    width: 100%;
    height: 54px;
    overflow-x: auto;
}

.event-benefit-template .tab_wrap .tab_inner li {
    flex-basis: calc(100% / 2);
}

.event-benefit-template .tab_wrap .tab_inner li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 155.556%;
    color: #505050;
    text-align: center;
    text-align: center;
    letter-spacing: -0.36px;
    transition: color 0.3s;
}

.event-benefit-template .tab_wrap .tab_inner li.active a {
    font-weight: 700;
    color: #ea1917;
}

.event-benefit-template .tab_wrap .tab_inner li.active a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-color: #ea1917;
}

@container article-area (max-width: 999px) {
    .event-benefit-template .tab_wrap .tab_inner li a {
        padding: 0 calc(40 / 999 * 100vw);
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .event-benefit-template .content-wrap .tab_wrap {
        top: 56px;
    }

    .header.helloBar
        ~ .container
        .event-benefit-template
        .content-wrap
        .tab_wrap {
        top: 98px;
    }

    .event-benefit-template .tab_wrap .tab_inner ul {
        width: 100%;
        height: calc(86 / 720 * 100vw);
    }

    .event-benefit-template .tab_wrap .tab_inner li {
        flex-basis: calc(100% / 2);
    }

    .event-benefit-template .tab_wrap .tab_inner li a {
        justify-content: center;
        width: 100%;
        padding: 0 calc(32 / 720 * 100vw);
        font-size: calc(28 / 720 * 100vw);
        font-weight: 600;
        line-height: 1.4285;
        text-align: center;
        letter-spacing: calc(-0.56em / 28);
    }
}
/* // sticky tab */

/* KV */
.main-kv {
    position: relative;
}

.main-kv__img {
    width: 100%;
}
/* // KV */

/* 구매 부담을 덜어줄 결제 혜택 */
.payment-benefits .c-title {
    position: relative;
}

.event-benefit-template .payment-benefits .payment-benefits-swiper--01 .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(3, minmax(calc((100% - 48px) / 3), auto));
    gap: 16px 23px;
}

.event-benefit-template .payment-benefits .payment-benefits-swiper--01 .swiper-slide {
    background-color: transparent;
}

.event-benefit-template .payment-benefits .btn-wrap {
    position: relative;
    width: fit-content;
    margin: calc(32 / 1000 * 100%) auto 0;
}

.event-benefit-template .payment-benefits .coupon-pack-btn {
    position: absolute;
    top: 0;
    left: 16%;
    width: 32.9%;
    height: 100%;
}
.event-benefit-template .payment-benefits .app-only-btn {
    position: absolute;
    top: -4px;
    right: 14.8%;
    width: 34.7%;
    height: 114%;
}

.payment-benefits .payment-benefits__desc {
    position: relative;
}
.payment-benefits .payment-benefits__img-linker {
    position: absolute;
}

.payment-benefits__img-linker--benefit {
    bottom: 0;
    left: 0;
    width: 49.2%;
    height: 13.1%;
}
.payment-benefits__img-linker--detail {
    bottom: 0;
    left: 51%;
    width: 49.2%;
    height: 13.1%;
}

.payment-benefits .paymenmt-benefits__coupon{
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.payment-benefits__tit--coupon {
    margin-bottom: 24px;
}


.payment-benefits .payment-benefits__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}


.payment-benefits .payment-benefits__card-wrap {
    flex-basis: 219px;
    padding-top: calc(40 / 980 * 100%);
}

.payment-benefits .payment-benefits__item--sub {
    padding: calc(16 / 980 * 100%) calc(48 / 980 * 100%);
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #eceae5;
}

.payment-benefits .payment-benefits__item--sub button{
    width: 100%;
}

.payment-benefits .payment-benefits__item--sub .c-toggle__btn {
    position: relative;
}
.payment-benefits .payment-benefits__item--sub .c-toggle__btn::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: calc(36 / 936 * 100%);
    height: calc(36 / 81 * 100%);
    content: '';
    background: url(/kr/event/2025/09/01_appliance_duo/images/icon-accordion-arrow.svg)
        no-repeat center center;
    background-size: 100%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.2s;
}
.payment-benefits
    .payment-benefits__item--sub
    .c-toggle__btn.on
    + .c-toggle__data {
    margin: calc(8 / 936 * 100%) 0 calc(16 / 936 * 100%) calc(104 / 936 * 100%);
}
.payment-benefits
    .payment-benefits__item--sub
    .c-toggle__btn.on
    + .c-toggle__data:has(picture) {
    margin: calc(8 / 936 * 100%) 0 calc(16 / 936 * 100%);
}

.payment-benefits .payment-benefits__item--sub .c-toggle__btn.on::after {
    transform: translateY(-50%) rotate(180deg);
}
.payment-benefits .payment-benefits__shinhan-linker {
    position: absolute;
    bottom: 0%;
    left: 32%;
    width: 36%;
    height: 15%;
}

.payment-benefits .payment-benefits__notice {
    margin-top: 16px;
}
.payment-benefits .c-toggle__btn-wrap {
    position: relative;
}
.payment-benefits .payment-benefits__notice .c-toggle__btn {
    position: absolute;
    top: 3%;
    left: 0%;
    width: 35%;
    height: 97%;
}
.payment-benefits .c-toggle__data__item {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #2e2e33;
    letter-spacing: calc(-0.48em / 24);
}
.payment-benefits .c-toggle__data__item-desc {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%;
    color: #888;
    letter-spacing: calc(-0.36em / 24);
}
.payment-benefits .payment-benefits__more-area {
    margin-top: calc(32 / 980 * 100%);
}

.payment-benefits .payment-benefits__more-area .c-toggle__btn--benefit-more.on {
    display: none;
    margin-top: 64px;
}
.payment-benefits
    .payment-benefits__more-area:has(.c-toggle__btn--benefit-more.on) {
    margin-top: 0px;
}
@container article-area (max-width: 999px) {
    .payment-benefits .c-toggle__data__item {
        font-size: clamp(12px, calc(24 / 1000 * 100vw), 24px);
    }
    .payment-benefits .c-toggle__data__item-desc {
        padding-left: calc(20 / 1000 * 100vw);
        font-size: clamp(12px, calc(18 / 1000 * 100vw), 18px);
    }
}
@media screen and (max-width: 767px) {
    .payment-benefits .article__inner {
        padding: calc(80 / 720 * 100vw) 0;
    }

    .event-benefit-template .payment-benefits .payment-benefits-swiper--01 {
        padding-right: calc(48 / 720 * 100%);
        padding-left: calc(48 / 720 * 100%);
        width: 100%;
    }

    .event-benefit-template .payment-benefits .payment-benefits-swiper--01 .swiper-wrapper{
        display: flex;
        gap: initial;
    }

    .event-benefit-template .payment-benefits .payment-benefits-swiper--01 .swiper-slide{
        width: calc(460 / 720 * 100vw);
        margin-left: calc(24 / 720 * 100vw);
    }

    .event-benefit-template .payment-benefits .payment-benefits-swiper--01 .swiper-slide:first-child{
        margin-left: 0;
    }

    .event-benefit-template .payment-benefits .btn-wrap {
        margin: calc(32 / 720 * 100vw) calc(48 / 720 * 100vw) 0;
    }

    .event-benefit-template .payment-benefits .coupon-pack-btn {
        top: 0;
        left: 0;
        width: 48.7%;
        height: 100%;
    }
    .event-benefit-template .payment-benefits .app-only-btn {
        top: 0;
        right: 0;
        width: 48.7%;
        height: 100%;
    }

    .payment-benefits__img-linker--benefit {
        bottom: 0;
        left: 0;
        width: 49.2%;
        height: 11.1%;
    }
    .payment-benefits__img-linker--detail {
        bottom: 0;
        left: 51%;
        width: 49.2%;
        height: 11.1%;
    }

    .payment-benefits .payment-benefits__notice .c-toggle__btn {
    }

    .payment-benefits
        .payment-benefits__item--sub
        .c-toggle__btn.on
        + .c-toggle__data {
        padding-bottom: 0;
        margin: calc(24 / 720 * 100vw) 0 0 calc(80 / 720 * 100vw);
    }

    .payment-benefits
        .payment-benefits__item--sub
        .c-toggle__btn.on
        + .c-toggle__data:has(picture) {
        margin: calc(24 / 720 * 100vw) 0 0;
    }

    .payment-benefits .payment-benefits__more-area {
        margin-top: calc(32 / 720 * 100vw);
    }

    .payment-benefits
        .payment-benefits__more-area
        .c-toggle__btn--benefit-more.on {
        margin-top: calc(36 / 720 * 100vw);
    }

    .payment-benefits .c-title {
    }

    .payment-benefits .c-toggle__data__item {
        font-size: calc(24 / 720 * 100vw);
    }

    .payment-benefits .c-toggle__data__item-desc {
        padding-left: calc(17 / 720 * 100vw);
        font-size: clamp(10px, calc(18 / 720 * 100vw), 18px);
        font-weight: 500;
        line-height: 140%;
    }

    .payment-benefits__shinhan-img-wrap {
        position: relative;
    }
    .payment-benefits .payment-benefits__shinhan-img-linker {
        position: absolute;
        width: 48.7%;
        height: 14.3%;
    }
    .payment-benefits .payment-benefits__shinhan-img-linker--01 {
        bottom: 5%;
        left: 0;
        width: 100%;
        height: 18%;
    }
    .payment-benefits .payment-benefits__shinhan-img-linker--02 {
        right: 0;
        bottom: 0;
    }

    .payment-benefits .payment-benefits__list {
        row-gap: calc(24 / 720 * 100vw);
        margin: 0 calc(48/720*100vw) 0;
    }
    .payment-benefits .payment-benefits__item {
        padding: calc(16 / 720 * 100vw) calc(32 / 720 * 100vw);
        border-radius: calc(24 / 720 * 100vw);
    }

    .payment-benefits .paymenmt-benefits__coupon{
        margin: 0 0 calc(100/720*100vw);
    }

    .payment-benefits__tit--coupon {
        margin: 0 calc(48/720*100vw) calc(24/720*100vw);
    }

    .payment-benefits .payment-benefits__item--sub .c-toggle__btn::after {
        width: calc(48 / 720 * 100vw);
        height: calc(48 / 720 * 100vw);
    }
    .payment-benefits .payment-benefits__item--sub .c-toggle__btn.on::after {
        transform: translateY(-50%) rotate(180deg);
    }
    .payment-benefits .payment-benefits__notice {
        margin-top: calc(32 / 720 * 100vw);
    }
}
/* // 구매 부담을 덜어줄 결제 혜택 */

/* 고민은 줄이고 만족은 채우는 */
.event-benefit-template .best-combination {
    overflow: hidden;
}

.event-benefit-template .best-combination .article__inner {
    max-width: 1380px;
    padding: 80px 0px;
    background-color: #f8f7f4;
}

.event-benefit-template .best-combination .c-title {
    max-width: 1000px;
    padding-right: 10px;
    padding-left: 10px;
    background: url(/kr/event/2025/09/01_appliance_duo/images/icon-best-combination-pc.png)
        no-repeat;
    background-position: right 10px top;
    background-size: calc(250 / 980 * 100%);
}

.event-benefit-template .best-combination__card-content + .best-combination__card-content {
    margin-top: 80px;
}

.event-benefit-template .best-combination__sub-title-area {
    max-width: 1000px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto 32px;
    font-size: 24px;
    line-height: 141.667%;
    color: #121212;
    letter-spacing: -0.48px;
}

.event-benefit-template .best-combination__sub-title-desc {
    font-weight: 400;
}

.event-benefit-template .best-combination__sub-title {
    font-weight: 700;
}

.event-benefit-template .best-combination .best-combination-swiper-wrap {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}
.event-benefit-template .best-combination .swiper-container {
    position: relative;
    margin: 0 auto;
    overflow: visible;
    background-color: transparent;
}

.event-benefit-template .best-combination .swiper-container .swiper-slide {
    max-width: 980px;
    background-color: transparent;
}
.event-benefit-template .best-combination__banner {
    display: block;
    margin: 48px auto 0;
    max-width: 1000px;
    padding-right: 10px;
    padding-left: 10px;
}

@container full-width-area (max-width: 1380px) {
    .event-benefit-template .best-combination .swiper-container .swiper-slide {
        width: calc(980 / 1380 * 100vw);
    }
}

@container article-area (max-width: 999px) {
}

@media screen and (max-width: 767px) {
    .event-benefit-template .best-combination .article__inner {
        padding: calc(80 / 720 * 100%) 0;
    }
    .event-benefit-template .best-combination .c-title {
        padding-right: calc(48 / 720 * 100vw);
        padding-left: calc(48 / 720 * 100vw);
        background: url(/kr/event/2025/09/01_appliance_duo/images/icon-best-combination-pc.png)
            no-repeat;
        background-position: right calc(48 / 720 * 100vw) top;
        background-size: calc(244 / 720 * 100vw);
    }
    .event-benefit-template .best-combination__sub-title-area {
        padding-right: calc(48 / 720 * 100vw);
        padding-left: calc(48 / 720 * 100vw);
        margin-bottom: calc(48 / 720 * 100vw);
        font-size: calc(36 / 720 * 100vw);
        line-height: 140%;
        letter-spacing: calc(-1.08em / 36);
    }
    .event-benefit-template .best-combination__card-content + .best-combination__card-content {
        margin-top: calc(80 / 720 * 100vw);
    }
    .event-benefit-template .best-combination .best-combination-swiper-wrap {
        padding: 0;
        margin: 0 calc(48 / 720 * 100vw);
    }
    .event-benefit-template .best-combination .swiper-container {
        overflow: hidden;
    }
    .event-benefit-template .best-combination .swiper-container .swiper-slide {
        width: 100%;
    }
    .event-benefit-template .best-combination__banner {
        padding: 0;
        margin: calc(48 / 720 * 100vw) calc(48 / 720 * 100vw) 0;
    }
}

/* 카드 영역 */
/* Product Showcase Block */
.product-showcase {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.product-showcase__cards {
    position: relative;
    display: flex;
    gap: 4px;
}

.product-showcase__plus-icon {
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}

/* Plus Icon */
.plus-icon {
    display: block;
    width: 32px;
    height: 32px;
}

/* Product Card Block */
.product-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-bottom: calc(32 / 980 * 100%);
    overflow: hidden;
    background-color: #ffffff;
}

.product-card__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    background-color: #121212;
}

.product-card__header--rounded-left {
    border-top-left-radius: 16px;
}

.product-card__header--rounded-right {
    border-top-right-radius: 16px;
}

.product-card__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #ffffff;
    letter-spacing: -0.44px;
}

.product-card__action {
    padding: 0 calc(32 / 498 * 100%);
}

.product-card__linker {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #7e7c77;
    letter-spacing: -0.6px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #7e7c77;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.product-card__linker:hover {
    color: #ffffff;
    background-color: #7e7c77;
}

/* Benefits Table Block */
.benefits-table {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #333333;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.benefits-table__description {
    padding: 20px;
    text-align: center;
    background-color: #666;
}

.benefits-table__description-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: -0.4px;
}

.benefits-table__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 520px;
    padding: 32px 10px;
    margin: 0 auto;
}

.benefits-table__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefits-table__item-info {
    display: flex;
    gap: 24px;
    align-items: center;
}

.benefits-table__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30.4px;
    height: 30.4px;
}

.benefits-table__item-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: -0.36px;
}

.benefits-table__item-value {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: -0.36px;
}

.benefits-table__total {
    background-color: #121212;
}

.benefits-table__total-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 520px;
    padding: 20px 10px;
    margin: 0 auto;
}

.benefits-table__total-label {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: -0.4px;
}

.benefits-table__total-value {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.4px;
}

.benefits-table__total-amount--highlight {
    color: #fdef2e;
}

.benefits-table__total-plus {
    color: #ffffff;
}

.benefits-table__total-points {
    color: #ffffff;
}

.product-notification {
    display: flex;
    column-gap: 5px;
    margin-top: 38px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    color: #767676;
    letter-spacing: -0.32px;
}

.product-notification::before {
    content: '※';
}

/* Responsive Design */
@media (max-width: 767px) {
    .product-showcase__plus-icon {
        position: absolute;
        top: calc(12 / 720 * 100vw);
    }

    .plus-icon {
        width: calc(48 / 720 * 100vw);
        height: calc(48 / 720 * 100vw);
    }

    .product-card {
        padding-bottom: calc(32 / 720 * 100vw);
    }

    .product-card__header {
        padding: calc(17 / 720 * 100vw) 0;
    }

    .product-card__header--rounded-left {
        border-top-left-radius: calc(16 / 720 * 100vw);
    }

    .product-card__header--rounded-right {
        border-top-right-radius: calc(16 / 720 * 100vw);
    }

    .product-card__title {
        font-size: calc(32 / 720 * 100vw);
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: calc(-0.64em / 32);
    }

    .product-card__action {
        padding: 0 calc(32 / 720 * 100vw);
    }

    .product-card__linker {
        padding: calc(11 / 720 * 100vw) 0;
        font-size: calc(24 / 720 * 100vw);
        line-height: 1.333;
        letter-spacing: -0.6px;
        cursor: pointer;
        border-radius: calc(8 / 720 * 100vw);
        transition: all 0.2s ease;
    }

    .benefits-table {
        border-bottom-right-radius: calc(16 / 720 * 100vw);
        border-bottom-left-radius: calc(16 / 720 * 100vw);
    }

    .benefits-table__description {
        padding: calc(32 / 720 * 100vw) calc(40 / 720 * 100vw);
    }

    .benefits-table__description-text {
        font-size: calc(26 / 720 * 100vw);
        line-height: 1.4615;
        letter-spacing: calc(-0.52em / 26);
        text-align: left;
    }

    .benefits-table__content {
        gap: calc(24 / 720 * 100vw);
        max-width: 100%;
        padding: calc(32 / 720 * 100vw) calc(40 / 720 * 100vw);
    }

    .benefits-table__item-info {
        gap: calc(24 / 720 * 100vw);
    }

    .benefits-table__icon {
        width: calc(38 / 720 * 100vw);
        height: calc(38 / 720 * 100vw);
    }

    .benefits-table__item-name {
        font-size: calc(26 / 720 * 100vw);
        line-height: 1.461;
        letter-spacing: calc(-0.52em / 26);
    }

    .benefits-table__item-value {
        font-size: calc(26 / 720 * 100vw);
        line-height: 1.461;
        letter-spacing: calc(-0.52em / 26);
    }

    .benefits-table__total-item {
        max-width: 100%;
        padding: calc(32 / 720 * 100vw) calc(40 / 720 * 100vw);
    }

    .benefits-table__total-label {
        font-size: calc(32 / 720 * 100vw);
        line-height: 1.375;
        letter-spacing: calc(-0.64em / 32);
    }

    .benefits-table__total-value {
        gap: calc(8 / 720 * 100vw);
        font-size: calc(32 / 720 * 100vw);
        line-height: 1.375;
        letter-spacing: calc(-0.64em / 32);
    }

    .product-notification {
        column-gap: calc(8 / 720 * 100vw);
        margin-top: calc(36 / 720 * 100vw);
        font-size: calc(24 / 720 * 100vw);
        line-height: 1.5; /* 162.5% */
        letter-spacing: calc(-0.72em / 24);
    }
}
/* // 카드 영역 */

/* // 고민은 줄이고 만족은 채우는 */
