    
    
    .c-tab--1depth-type02 {
        .c-tab__button{
            color: #262626;
            background-color: #fff;
            border-bottom: solid calc(1 * var(--ratio)) #cacaca;
        }
        .c-tab__item.active .c-tab__button {
            background-color: #000;
            color: #fff;
            border-bottom: solid calc(1 * var(--ratio)) #000;
        }
    }

    /*  중고보상 안내 > 신청/조회하기  */
    .l-article-information{
        .tab01_sec02_btn01{
            position: absolute;
            top: 16.8%;
            left: 6.8%;
            width: 41.5%;
            height: 5.4%;
        }
        .tab01_sec02_btn02{
            position: absolute;
            top: 16.8%;
            left: 51.8%;
            width: 41.5%;
            height: 5.4%;
        }
    }
    /* // 중고보상 안내 > 신청/조회하기  */



    /*  중고보상 안내 > 한눈에 보는 보상혜택  */
    .l-article-beneftis-detail{
        .more-benefit-view__badge {
            display: inline-flex;
            padding: calc(2 * var(--ratio)) calc(4 * var(--ratio));
            align-items: center;
            margin: 0 auto;
            gap: calc(4 * var(--ratio));
            border-radius: calc(4 * var(--ratio));
            background: var(--primary-active-red);
            color: var(--lge-gray-g00);
            font-size: calc(12 * var(--ratio));
            font-weight: 500;
            line-height: calc(17 * var(--ratio));
            letter-spacing: calc(-0.24 * var(--ratio));
        }
        .more-benefit-view__table-wrap {
            overflow-x: auto;
        }

        .more-benefit-view__table-img {
            min-width: calc(640 * var(--ratio));
        }
        .more-benefit-view__table-wrap.c-custom-scrollbar {
            padding-bottom: calc(18 * var(--ratio));
        }
        .c-list--trade-in-notice-details {
            margin: 0;
        }
    }
    /* // 중고보상 안내 > 한눈에 보는 보상혜택  */
    

    /*  그램 구매하기 > 더 강력해진 그램 라인업  */
    .l-article-lineup{
        .swiper-slide{
            width: calc(169*var(--ratio));
        }
    }
    /* // 그램 구매하기 > 더 강력해진 그램 라인업  */


    /* 단독 혜택 */
    .more-benefit-view{
        .c-custom-accordion__area--fade {
            height: calc(215 * var(--ratio));
            &::after {
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -4%, rgba(255, 255, 255, 0.70) 53%, #FFF 107%);
            }
        }
        .coupon-benefits-list{
            display: flex;
            flex-direction: column;
            gap: calc(10*var(--ratio));
        }
    }



    